Forum Replies Created

Viewing 20 posts - 11,621 through 11,640 (of 12,034 total)
  • Author
    Posts
  • in reply to: Portfolio Shortcodes #133953
    Skandha
    Participant

    @mmayo: The same project got displayed because you used a wrong syntax. It should be include_type= and not include_types=. This syntax should work correctly for all the case.

    Let me know if the issue still persists.
    Regards,
    Skandha

    in reply to: Reducing the Logo area white space #133951
    Skandha
    Participant

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

    #masthead {
    	padding:0;
    }
    #site-branding {
    	padding:0;
    }

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: IPhone Logo is not round? #133950
    Skandha
    Participant

    @sdecker18: Can you send me a screenshot of how the logo is shaping up in Iphone(6s) at your end?

    Regards,
    Skandha

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

    @paras-chheda: 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/cleanportfolio/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

    in reply to: Customizing Header Media #133912
    Skandha
    Participant

    @spokehouse: Please post in your site URL so that I can look into the issue.

    Regards,
    Skandha

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

    @valeriane: 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-base/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

    in reply to: Services Section in Decree Pro Theme #133910
    Skandha
    Participant

    @benderpc: Let me know how you want them to be ordered and I shall guide you accordingly.

    Regards,
    Skandha

    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

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