Forum Replies Created

Viewing 20 posts - 1,061 through 1,080 (of 2,016 total)
  • Author
    Posts
  • in reply to: menues of the kathmandu pro theme #103951
    Pratik
    Participant

    Hi Chris,

    Can I view your site? Please send me the site url. Also the plugin you have used for multi language.

    Regards,
    Pratik

    Pratik
    Participant

    Hi @gmg-jet,

    Blog page is considered as page as is_archive() here returns false rather than the latter part. If you want it to be considered as archive for sidebars, you will need to make slight modifications via child theme.

    I checked the site and it looks like you are already using child theme. Just copy the sidebar.php in your child themes’s folder from parent theme and make like 77 of sidebar.php as follows:

    
    elseif ( is_active_sidebar( 'sidebar-optional-archive' ) && is_home() ) {
    

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: The CT advertisement widget #103942
    Pratik
    Participant

    Hi @elliott,
    You can upload the image to your media fron dashboard. Then, use that image’s url in that widget.

    Let me know if you need more help.

    Regards,
    Pratik

    in reply to: Fabulous Fluid Main menu alignment #103893
    Pratik
    Participant

    Hi @fasteddie,

    I checked your site and you have added the custom css and its working fine? Are there any issues?

    For hiding the read more button, try following CSS:

    
    #feature-slider .more {
        display: none;
    }
    

    Regards,
    Pratik

    in reply to: How to get rid of pages menu at bottom of page #103892
    Pratik
    Participant

    Hi @heartland,

    I am glad it worked out. If you liked our free theme and support, please leave us a review at https://wordpress.org/support/theme/catch-box/reviews/#new-post

    Regards,
    Pratik

    in reply to: Category is Missing in the Post #103891
    Pratik
    Participant

    Hi @victoryads,

    The tags are visible. Can you check screenshot: http://tinyurl.com/j3zdvf4

    in reply to: Move Nav Menu #103889
    Pratik
    Participant

    Hi Amanda,
    When adding CSS to child theme, it should override the ones in the parent theme. Maybe there are some priority issues with CSS.

    Did you make bg white and font dark. It is working in your site.

    To make Header Image full width, try following CSS code:

    
    #header-featured-image .wrapper {
        width: 100%;
    }
    

    Let me know if there is anything else.

    Regards,
    Pratik

    in reply to: Move Nav Menu #103835
    Pratik
    Participant

    Hi Amanda,

    So what you need to do is remove the logo html from its current position, to header top position. Then, properly give CSS to the logo so that it will look better in that spot. Customizer should be able to handle this as this has moderate difficulty.

    Regards,
    Pratik

    in reply to: Move Nav Menu #103833
    Pratik
    Participant

    Great :D. If you liked our theme and support, please leave us a review at https://wordpress.org/support/theme/clean-journal/reviews/#new-post.

    in reply to: Move Nav Menu #103813
    Pratik
    Participant

    Hi Amanda,

    Check your site now. The problem was, when you copied and pasted the code, ' was converted to `, so there was a different interpretation. I fixed it for you.

    Regards,
    Pratik

    in reply to: Fabulous Fluid Main menu alignment #103626
    Pratik
    Participant

    Hi @fasteddie,

    Do you still want to get rid of Read More button on slider? I saw it on email, but that post is missing in this ticket.

    in reply to: Move Nav Menu #103625
    Pratik
    Participant

    HI @alwilleford,

    This is strange. I tried the same thing in my site and it is working fine. The menu is below the Promotion Headline.

    So for further resolution, I will require some more info. I will email you the details. Please wait for my email.

    Regards,
    Pratik

    in reply to: problem in my main menu #103623
    Pratik
    Participant

    Hi @jangmery,

    For featured posts, you can make the posts sticky and they will be featured. Goto this: https://wordpress.org/support/topic/how-to-make-post-sticky/ for more info.

    For blog page option in menu, you need to make Homepage a static front page, and a different page Blog page set as Latest Posts Page. For more info: https://codex.wordpress.org/Creating_a_Static_Front_Page.

    Let me know how it goes.

    For affiliates program, we do not have it right now.

    Regards,
    Pratik

    in reply to: How to add a link in the footer? #103578
    Pratik
    Participant

    Hi @fredericf,

    For pages, you need to add custom HTML. E.g: If page link is – example.com/page1, try following code:

    
    <div class="copyright">
        <a href="http://example.com/page1" title="Page Title"><span>Page Title</span></a>. [the-year]
    </div>
    

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Copyright Message #103577
    Pratik
    Participant

    Hi @ijg3145,

    I am sorry but this is not possible in free version, this is a pro version feature. If you want, I can provide you with Custom CSS and you can hide the footer content. Use following code in “Appearance=> Customize=> Theme Options=> Custom CSS” box:

    
    #site-generator .wrapper{
        display: none;
    }
    

    Regards,
    Pratik

    in reply to: Category not shown in posts? #103575
    Pratik
    Participant

    Hi @eribo,

    This is a known behavior as if there is only one category, there is no need to show it as whole site will be in same category. Same with authors. Let me know if there is anything else.

    Regards,
    Pratik

    in reply to: Social Icon Size(px) #103574
    Pratik
    Participant

    Hi @saschabahl,

    There is a bug in the theme. I have fixed it and pushed it for update. You will be able to get the updated version by today. Thank you for reporting the issue.

    Regards,
    Pratik

    in reply to: Fabulous Fluid Main menu alignment #103573
    Pratik
    Participant

    Hi @fasteddie,
    The custom CSS is different for each theme so it might be solution for other theme. For this theme,
    try following code in “Appearance=> Customize=> Theme Options=> Custom CSS” box:

    
    #site-navigation {
        float: left;
    }
    

    This will align menu to left.

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: How to get rid of pages menu at bottom of page #103571
    Pratik
    Participant

    Hi @heartland,
    You have added a Widget in footer. It should be in Dashboard=> Appearance=> Widgets, in one of the Footer Areas. Just remove it.

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Move Nav Menu #103570
    Pratik
    Participant

    Hi @alwilleford,

    Strange. Can you share your whole child theme with me via dropbox or google drive?

Viewing 20 posts - 1,061 through 1,080 (of 2,016 total)