Forum Replies Created

Viewing 20 posts - 3,981 through 4,000 (of 4,908 total)
  • Author
    Posts
  • in reply to: Catch Box #88779
    Mahesh
    Participant

    @rvtent: I’m a bit confused on your requirement, can you please clarify with an image as an example? Do you want the image to have the details or the text?
    Let me know further.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #88777
    Mahesh
    Participant

    @charlottekrenk: I checked your site and the problem persists. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Homepage/Frontpage Setting and make sure that all listed categories are selected in Homepage posts categories and check again. And if this solves, if you make new category, make sure that you selected the new category too.
    If this doesn’t solve the issue please try disabling the plugin if you are using any.
    Let me know if the problem persists.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #88774
    Mahesh
    Participant

    @charlottekrenk: Please add a post just for testing, publish it without sticking it to the front page (without out ticking: checkbox below publish). And let me know as soon as you are done with it and I’ll check your site and let you know.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #88770
    Mahesh
    Participant

    @charlottekrenk: Yes, the url is enough. I tested and its working fine. I didn’t see any problem.

    Regards,
    Mahesh

    in reply to: Making comments visible #88767
    Mahesh
    Participant

    @charlottekrenk: For this you’ll need to create child theme. You can find more details on creating child theme HERE. Then copy home.php from Adventurous theme to your child theme and add the following codes in home.php below line 45 just above <?php endwhile(); ?>.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #88762
    Mahesh
    Participant

    @charlottekrenk: No, blog page can be any page, not necessarily homepage. I checked your site, only 2 posts are showing right now, how many posts do you have in admin dashboard? Can you please add one for testing?

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #88756
    Mahesh
    Participant

    @charlottekrenk: No, its not necessary that the blog page should be front page, I thought of it as one of the case. 🙂 Please post in your site url, so I can check it.

    Regards,
    Mahesh

    in reply to: Making comments visible #88755
    Mahesh
    Participant

    @charlottekrenk: Go to Dashboard=> Posts => All Posts and edit one of the post. In edit post page, there is Screen Option at the right top just to left of Help, click it some options will slide down. The Check on Discussion option. After that scroll below content you’ll see Discussion section, in that section make sure that Allow comments is checked. This will display comments section below the post in single page for that particular post.

    Let me know if any problem.
    Please post in you site url.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #88753
    Mahesh
    Participant

    @charlottekrenk: Go to Dashboard=> Appearance=> Customize=> Static Front Page and make sure that Your latest posts is selected in Front page displays. Go to Dashboard=> Appearance=> Customize=> Theme Options => Homepage/Frontpage Settings and make sure that Check to Disable Latest Posts is unchecked. Then your blog post list will be displayed in homepage/frontpage.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Catch Box #88752
    Mahesh
    Participant

    rvtent: Go to Dashboard=> Appearance=> Widgets and add a text-widget to Header Top Sidebar and add the following codes into it.

    <img class="widget-img" src="link-to-image"><span class="widget-text">Some Text</span><br />
    <img class="widget-img" src="link-to-image"><span class="widget-text">Some Text</span><br />
    <img class="widget-img" src="link-to-image"><span class="widget-text">Some Text</span><br />
    <img class="widget-img" src="link-to-image"><span class="widget-text">Some Text</span><br />
    <img class="widget-img" src="link-to-image"><span class="widget-text">Some Text</span><br />

    Note: Replace link-to-image with the source url of your desire images.

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

    .widget-img, .widget-text {
        vertical-align: middle;
    }
    .widget-img {
        margin-right: 30px;
        width: 20px;
    }
    #sidebar-header-top {
        margin-bottom: 5px;
    }

    Note: Please adjust the width of image, and space between image and text as required.

    Regards,
    Mahesh

    in reply to: How to remove / change the Powered by text? #88751
    Mahesh
    Participant

    @minhbkx: I checked your site and seems you’ve been able to change the footer content. Now it displays “Reading by insiders!”.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Add a background image to header #88750
    Mahesh
    Participant

    @sanket:
    1. Change the text color below the Featured Post Slider:
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #main-slider .featured-text {
        color: #ffffff;
    }

    2. Change the hover color of Header Text:
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #site-title a:hover {
        color: #ffffff;
    }

    3. Want to customize the footer to my name where it says Powered by WordPress | Theme Simple Catch Pro:
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Footer Options and in Footer Editor options, replace the following text there:
    Powered by: [wp-link] | Theme: [theme-link] with
    your name

    Let me know if any problem.

    Regards,
    Mahesh

    Mahesh
    Participant

    @karbasetti: I checked your site, you don’t have any header image in your site, but you do have the slider. I updated the theme to latest version and the update is working fine, no setting rolled back to defaults. Please check your email for attachment.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Error in admin panel? #88748
    Mahesh
    Participant

    @aid: Your problem (Theme Update file) seems to be related to sales rather than technical. Please contact our sales department they will help you with the issue.
    https://catchthemes.com/contact-us/

    Regards,
    Mahesh

    in reply to: Side Widget Border and bottom padding #88637
    Mahesh
    Participant

    @enquirieswedding-creations-com: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #header-right .searchform input {
        border: 1px solid #d4af37;
        color: #d4af37;
    }

    Regards,
    Mahesh

    in reply to: Error in admin panel? #88635
    Mahesh
    Participant

    @aid: For theme updates to be available regularly, you have to purchase/pay for the theme yearly. If you pay now for the theme, you’ll get the update for this year and for next year update, you have to pay again. So once you pay, updated theme will be available in you account page.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Featured Content types, posts instead of pages? #88633
    Mahesh
    Participant

    @justanotherwordpressuser: Full Frame free version has limit to certain options, Featured Content is one of them. In free version, you can only use demo or pages content as featured content. The option you are seeking is availabe in Pro version. In Full Frame Pro, you can use Page, Post, Image (Custom link, content and image) or Category as Featured Content. Same with Featured Slider. I recommend you to upgrade to Full Frame Pro.
    If you want to have it in the free version, you’ll need to hire a customizer.

    Regards,
    Mahesh

    in reply to: Problem with menu #88624
    Mahesh
    Participant

    @taquin21: Thank you for using Adventurous Pro. I checked your site, currently you are using 4 menu:
    Menu in Header Top Sidebar Widget
    2 menus in Header Right Sidebar
    and Header Secondary menu.
    Go to “Dashboard=> Appearance=> Widgets” and remove any custom menu in Header Top Sidebar and Header Right Sidebar widget areas.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Homepage featured content not opening in new window. #88622
    Mahesh
    Participant

    @krizgirz: There has been a little bug in the Adventurous Theme, that is why the issue arose. The input type should be a checkbox instead of text field. The issue will be fixed in the next update.
    For now to avoid issue use Theme Options instead of Customizer for this option. Go to Dashboard=> Appearance=> Theme Options=> Featured Content=> Featured Content Option and Check on Check to open in new window option in
    Target. Open Link in New Window?.
    This will help for now. Sorry for the trouble.

    Regards,
    Mahesh

    in reply to: Side Widget Border and bottom padding #88621
    Mahesh
    Participant

    @enquirieswedding-creations-com: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
    Did you mean padding or margin? If you want to reduce padding-bottom, use this one.

    #secondary .widget {
        border: 1px solid #d4af37;
        padding-bottom: 0;
    }

    Or if you want to reduce margin-bottom, use this one.

    #secondary .widget {
        border: 1px solid #d4af37;
        margin-bottom: 25px;
    }

    Note: Please adjust the pixel value for margin or padding in above code, do not forget to use px at the end.

    Regards,
    Mahesh

Viewing 20 posts - 3,981 through 4,000 (of 4,908 total)