Forum Replies Created

Viewing 20 posts - 1,461 through 1,480 (of 12,034 total)
  • Author
    Posts
  • in reply to: menu on iPad #286884
    Skandha
    Participant

    @hansh: Hello Hans,
    Do you want to remove the cart content from the Hamburger Menu?

    Kind Regards,
    Skandha

    in reply to: portfolio #286883
    Skandha
    Participant

    @hansh: Glad it worked out. Have a great weekend! 🙂

    Kind Regards,
    Skandha

    Skandha
    Participant

    @catherinebpage: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 48em) {
    	.custom-header-content-wrapper {
    		max-width: 600px;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Change not applied in Promotion Headline Link #286880
    Skandha
    Participant

    @sece43: Hello there,
    Can you please try contacting WPML Support as they might help you better with this issue.

    Kind Regards,
    Skandha

    in reply to: portfolio #286879
    Skandha
    Participant

    @hansh: Hello Hans,
    Can you please enable the Portfolio Section on the Entire Site as well?

    Then use the following CSS Code.

    body:not(.page-id-1137) #portfolio-content-section {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: portfolio #286876
    Skandha
    Participant

    @hansh: Hello Hans,
    The page you selected is the Portfolio Archive Page where all the portfolio post using Essential Content Plugin is displayed. Please select another page or change the permalink of the page id 681 to anything other than portfolio.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Latest Posts Block #286875
    Skandha
    Participant

    @naoko-kaku: Glad it worked out. Have a great weekend! 🙂

    Kind Regards,
    Skandha

    in reply to: Featured Contet with only 1 column #286873
    Skandha
    Participant

    @tinus53: Hello Bernhard,
    You seem to have written the review in the support forum instead.
    I would really appreciate if you could use the link below to leave a review for us.
    https://wordpress.org/support/theme/catch-flames/reviews/#new-post

    Kind Regards,
    SKandha

    in reply to: portfolio #286847
    Skandha
    Participant

    @hansh: Hello Hans,
    Do you mean to have Portfolio activate only on a particular page? If yes, please enable the portfolio section on the entire site and then let me know on which particular page you want it enabled so that I can provide you the necessary CSS Code.

    Kind Regards,
    Skandha

    in reply to: Featured Contet with only 1 column #286845
    Skandha
    Participant

    @tinus53: Hello Bernhard, 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-flames/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! 🙂

    Kind Regards,
    SKandha

    in reply to: Privacy Policy check box in comments form #286838
    Skandha
    Participant

    @leafn4give: Hello there,
    There is a check box Save my name, email, and website in this browser for the next time I comment. when someone tries to comment on the post. Isn’t this what you are referring to? This is the GDPR Comment Privacy Opt-in Checkbox.

    Kind Regards,
    Skandha

    in reply to: Header image responsivity #286837
    Skandha
    Participant

    @w1ck: Hello there,
    Please try using the following CSS Code.

    .home .custom-header {
        min-height: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Latest Posts Block #286836
    Skandha
    Participant

    @naoko-kaku: Hello there,
    You can use the Latest Post block and the add the following CSS Code to have bullets in front of the post links.

    .wp-block-latest-posts.wp-block-latest-posts__list {
        list-style: disc !important; 
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Featured Contet with only 1 column #286834
    Skandha
    Participant

    @tinus53: Hello Bernhard,
    To create a child theme you can use our plugin Generate Child Theme.

    Install and Activate the plugin.
    Then,
    Go to => Dashboard => Generate Child Theme => Select Parent Theme as Catch Flames and fill in remaining fields and Click on Generate.

    This will create and activate the child theme.

    Now,
    Go to => Child Theme Folder => Edit functions.php file and add the code in this link.

    Now, the images in the feature content should appear in original size.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Fotografie blog does not show blog posts #286833
    Skandha
    Participant

    @mamabelles: Hello there, I hope I was able to help you with your issues. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/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 great weekend! 🙂

    Kind Regards,
    Skandha

    in reply to: Scroll-down Button Color – Header Media #286828
    Skandha
    Participant

    @candisterling: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .scroll-down .scroll-icon {
        border-color: #000 !important;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Featured Contet with only 1 column #286811
    Skandha
    Participant


    @tinus53
    : Hello Bernhard,
    You will need to create a child theme and do a little bit of customization to alter the image size in the Featured Content section. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer to get it done.

    Kind Regards,
    Skandha

    in reply to: Featured Contet with only 1 column #286806
    Skandha
    Participant

    @tinus53: Hello Bernhard,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-content .hentry {
        width: 100% !important;
    }
    .featured-content-wrap .entry-title {
        text-align: center;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Latest Posts Block #286805
    Skandha
    Participant

    @naoko-kaku: Hello there,
    You will need to use the Recent Posts widget for that and yo use that you will need to install and activate the Classic Widgets plugin.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Header image responsivity #286800
    Skandha
    Participant

    @w1ck: Hello there,
    Can you please clarify which stripe you are referring to?

    Kind Regards,
    Skandha

Viewing 20 posts - 1,461 through 1,480 (of 12,034 total)