Forum Replies Created

Viewing 20 posts - 11,621 through 11,640 (of 12,027 total)
  • Author
    Posts
  • in reply to: Enable Latest Posts Does Not Work #133909
    Skandha
    Participant

    @erikcave: Yes, the “Check to Enable Latest Posts” is for the blog layout.

    Let me know if you have anymore issues.
    Regards,
    Skandha

    in reply to: Disable Home Page Title #133908
    Skandha
    Participant

    @erikcave: Replace the previous CSS Code with the following
    Go to => Appearance => Customize => Additional CSS and add the following CSS.

    .home #primary {
    	display:none;
    }
    .entry-container h1.entry-title {
    	display:none !important;
    }

    This should do the trick.
    Let me know if the issue persists.
    Regards,
    Skandha

    in reply to: Only title in the post overview #133907
    Skandha
    Participant

    @lutzjkochgmail-com: Go to => Dashboard => Edit the post Testbeitrag => Remove the image you added to the post and use the Featured Image option on the bottom right side of the page to add an image to the post.

    Go to => Appearance => Customize => Theme Options => Layout Options => Archive Content Layout => Make sure
    Show Full Content(No featured image) is not selected.

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: Title, Menu, Text colors #133899
    Skandha
    Participant

    @luismarioochoa: Please remove background-repeat: repeat; from the previous CSS Code I provided you check those pages.

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: Embedding charts from Google Sheets #133898
    Skandha
    Participant

    @toddautinw: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble,
    I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

    Skandha
    Participant

    @benjo3: Do you mean to remove the white spaces left and right of the content area?

    The class name to use the Sticky Menu plugin for the stock ticker sticky is .stock-ticker-container.
    Let me know if this solves your issue.

    Regards,
    Skandha

    in reply to: Embedding charts from Google Sheets #133892
    Skandha
    Participant

    @toddautinw: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    iframe {
       height:400px;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: Enable Latest Posts Does Not Work #133836
    Skandha
    Participant

    @erikcave:

    Go to => Appearance => Customize => (upper)Homepage Settings => Check Your latest post

    Go to => Appearance => Customize => (lower)Homepage Settings => Homepage/Frontpage Settings => Check to enable latest post and select the category you want to display.

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: Disable Home Page Title #133834
    Skandha
    Participant

    @erikcave: Replace the previous CSS code I provided you with the following.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #primary {
    	display:none;
    }
    #entry-container h1.entry-title {
    	display:none !important;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: Excerpt frame #133833
    Skandha
    Participant

    @hjamaa: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .caption .entry-content {
        display:none !important;
    }

    Let me know if this does the trick.
    Regards,
    Skandha

    in reply to: Problem with my footer #133832
    Skandha
    Participant

    @valeriane: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #colophon {
        background:black;
        color:white;
    }

    You can change the color according to your requirement.
    Let me know if this works out for you.
    Regards,
    Skandha

    in reply to: Newbie questions #133830
    Skandha
    Participant

    @bowessurnames: When you upgrade to pro from a free version the custom code you had in the free version gets automatically deleted.

    For Facebook groups and Videos
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-content h4 {
        font-size:unset;
        font-weight:bold;
    }

    The sub-menu falls to the right side of the screen. This is the default way how sub menu gets displayed.
    I see your menu looks the same in all the browsers. I don’t see a research menu item.

    To remove blog pane above the posts.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-header {
        display:none;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: remove the grey grid sign from the top #133829
    Skandha
    Participant

    @paras.chheda: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .square {
        display:none;
    }

    Let me know if this works out.
    Regards,
    Skandha

    Skandha
    Participant

    @habo: Please post in your site URL.

    Regards,
    Skandha

    in reply to: News Ticker Issues #133783
    Skandha
    Participant

    @davejf: Please use Catch-IDs plugin to get post ids when you edit posts. Then you can add the post ids in the news ticker section.

    Let me know if you are still having this problem.
    Regards,
    Skandha

    Skandha
    Participant

    @ospriya: All the images are thumnail generated and do not use the default image size as uploaded. Please post in your site URL and elaborate your issue.

    Regards,
    Skandha

    in reply to: Disable Home Page Title #133775
    Skandha
    Participant

    @erikcave: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-header h1 {
        display:none;
    }

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: Enable Latest Posts Does Not Work #133774
    Skandha
    Participant

    @erikcave: The homepage settings/frontpage settings seems to work fine at my end. Make sure you have categorized the your posts while you editing your posts and make sure you are selecting the same category in the homepage settings/frontpage settings section.

    Let me know what issue you are having while using the featured slider option.

    Regards,
    Skandha

    in reply to: image size #133772
    Skandha
    Participant

    @adewils: The sizes mentioned in the theme-instruction are the recommended sizes. It means that if you upload images of those sizes then it will turn out well on your website. Anything around the recommended size is good for upload.

    First image is the first picture displayed in the blog post.
    Featured Archive Image is the image displayed on blog page,categories or tags where there is list of posts.
    Hero Image is the image of the Hero Content.

    Let me know if you have anymore issues.
    Regards,
    Skandha

    in reply to: News Ticker Check Box #133771
    Skandha
    Participant

    @ve3eby: I have forwarded the issue to the development team. The issue will be resolved in the next theme update and that will be soon. I will let you know when the next theme update is released.

    Regards,
    Skandha

Viewing 20 posts - 11,621 through 11,640 (of 12,027 total)