Forum Replies Created

Viewing 20 posts - 2,741 through 2,760 (of 4,908 total)
  • Author
    Posts
  • in reply to: Remove arrow featured grid content #99398
    Mahesh
    Participant

    @desoso: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-grid-content .row .col:last-child .text-holder::after, 
    #featured-grid-content .col-small .text-holder::after 
     {
    	border-style: none;
    }

    Regards,
    Mahesh

    in reply to: Clean Magazine Pro – v2.0 #99397
    Mahesh
    Participant

    jayceeaz: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Article pictures aren't show on blog page #99396
    Mahesh
    Participant

    @arurazagmail-com: Did the problem persist after changing theme? I assume the issue is with sharing plugin itself not with the theme. Please contact the plugin support.

    Regards,
    Mahesh

    in reply to: Pagination issue article on mobile #99395
    Mahesh
    Participant

    @paologrosso: Well, whether I open your site from desktop or mobile, I’m seeing only two posts. How many posts do you have in total??
    Let me now further.

    Regards,
    Mahesh

    in reply to: social facebook link not working #99394
    Mahesh
    Participant

    @prafulla: I think you are missing a : in the link you are using. Please use the following link:
    https://www.facebook.com/Amta-Parichay-211103055899978
    Hope this helps.

    Regards,
    Mahesh

    in reply to: Pagination issue article on mobile #99350
    Mahesh
    Participant

    @paologrosso: Can you please clarify more. I didn’t quite get you.

    Regards,
    Mahesh

    in reply to: Article pictures aren't show on blog page #99349
    Mahesh
    Participant

    @aruraza: I mean the default themes that come with WordPress, Twenty-X themes (TwentyFifteen, TwentySixteen)

    Regards,
    Mahesh

    in reply to: Pagination issue article on mobile #99346
    Mahesh
    Participant

    @paologrosso: The one you’ve mentioned is due to empty <p> tags in the content. Please edit the post view content in text tab and delete all the empty <p> tags, this will resolve the issue.

    Regards,
    Mahesh

    in reply to: H1 is clickable on pages #99345
    Mahesh
    Participant

    @wouwonline: Please post in your site url. And please specify which H1 you mean?

    Regards,
    Mahesh

    in reply to: social facebook link not working #99344
    Mahesh
    Participant

    @prafulla: I checked it on our server and it is working fine. If you have any plugins, try disabling and check if it resolves the issue. Let me know further. Please post in your site url.

    Regards,
    Mahesh

    in reply to: Article pictures aren't show on blog page #99339
    Mahesh
    Participant

    @aruraza: Okay please skip the the reply above, I understand your problem now. Seems the issue is because of the plugin itself. Please try changing the theme to WordPress’s core theme and check whether the problem persists. If yes, it is not a theme issue. Please contact the plugin theme support instead.

    Regards,
    Mahesh

    in reply to: Pagination issue article on mobile #99337
    Mahesh
    Participant

    @paologrosso: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (max-width: 767px) {
    .excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image {
        float: none;
        width: 100%;
        max-width: none;
    }
    	
    .excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image img {
        display: block;
        margin: 0 auto;
    }
    
    .excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container {
        display: block;
        float: none;
        width: 100%;
    }
    }

    This will make image and content full width in mobile devices, one below another. Hope this helps.

    Regards,
    Mahesh

    in reply to: How to keep post titles while deleting page titles? #99334
    Mahesh
    Participant

    @onnalomd: Please add the following CSS:

    .page #main .page .entry-title {
        display: none;
    }

    Note: This will hide title from pages only not from post.

    Regards,
    Mahesh

    in reply to: Secondary Menu & footer link color #99332
    Mahesh
    Participant

    @bigoslesli: The base color of this theme is set to green that is why the color is used throughout the theme. Basically the color link in the customizer setting is for basic links such as links in the content etc. For changing other colors as desired you can use Custom CSS. Let me know if I can help you further.

    Regards,
    Mahesh

    in reply to: HTML code in featured content text #99331
    Mahesh
    Participant

    @jason9617: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Primary Menu disappears on mobile devices #99330
    Mahesh
    Participant

    @gweng: I checked your site. You are using child theme and have modified style.css and responssive.css. There is some issue in your child theme’s responsive.css

    Regards,
    Mahesh

    in reply to: Article pictures aren't show on blog page #99329
    Mahesh
    Participant

    @arurazagmail-com: I checked your site, seems the Jetpack’s CSS is causing the issue.
    color: #777 !important;
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #sharing_email .sharing_send, .sd-content ul li .option a.share-ustom, .sd-content ul li a.sd-button, .sd-content ul li.advanced a.share-more, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-social-icon .sd-content ul li a.sd-button, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content > ul > li .digg_button > a, .sd-social-official .sd-content > ul > li > a.sd-button, .sd-social-text .sd-content ul li a.sd-button {
        color: #1982d1 !important;
    }

    Note: Change it to desired color.

    Regards,
    Mahesh

    in reply to: Select a post category for a blog page #99327
    Mahesh
    Participant

    @kerimitchellgmail-com: Do you mean to show post from certain category in particular pages? If so you can use categories as menu item which will link to page showing posts of that particular category.
    Hope you understand.

    Regards,
    Mahesh

    in reply to: Adding Widget on main footer #99326
    Mahesh
    Participant

    @scatmax: Editing main footer content is a Pro feature, I recommend you to upgrade to Pro.

    Regards,
    Mahesh

    in reply to: Pagination issue article on mobile #99325
    Mahesh
    Participant

    @paologrosso: Please post in your site url.

    Regards,
    Mahesh

Viewing 20 posts - 2,741 through 2,760 (of 4,908 total)