Forum Replies Created

Viewing 20 posts - 2,401 through 2,420 (of 12,034 total)
  • Author
    Posts
  • in reply to: A Few Customization Needs for PhotoFocus Pro Theme #277150
    Skandha
    Participant

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

    /* To remove the more posts button in the homepage */
    .home .recent-blog-content .view-more {
        display: none;
    }
    
    /* To remove the categories before blog post title */
    .home .archive-posts-wrapper article .entry-meta {
        display: none;
    }

    You seems to have figured out the stretch out the menu items
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Posts Images #277148
    Skandha
    Participant

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

    .blog .has-post-thumbnail .archive-post-wrap img {
        width: auto;
    }

    The category issue has been solved.

    To have the featured image disabled on individual posts
    Go to => Appearance => Customize => Theme Options => Layout Options => Single Page/Post Image Layout => Select Disabled and Publish.

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

    in reply to: Home Label #277087
    Skandha
    Participant

    @fireflywebs: 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/full-frame/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: Posts aren’t showing #277085
    Skandha
    Participant

    @gmr1970: Hello Gabriel, 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/euphony/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: Silder for full width and full height of device screens #277074
    Skandha
    Participant

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

    #feature-slider-section .hentry {
        height: 100vh;
        display: flex !important;
        align-items: center;
    }
    #feature-slider-section .slider-image-wrapper {
    	positoin: absolute;
    }

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

    in reply to: How to change font/design for blockquotes please. #277073
    Skandha
    Participant

    @landyvlad: Hello there,
    Because the text in the block quote is inside a <p> tag. So in order to indent the text we will need to have the margin to the left of the text which is .wp-block-quote p or blockquote p.

    Let me know if this clears your doubt.
    Kind Regards,
    Skandha

    in reply to: Portfolio links #277072
    Skandha
    Participant

    @olgamateus: Hello there,
    The issue will be fixed and an update will be released soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

    in reply to: Problems with Header Media video link to YouTube #277070
    Skandha
    Participant

    @kat-chien: Hello Kat,
    Can you please deactivating all your plugins and see if the issue is resolved?

    Let me know if the issue persists!
    Kind Regards,
    Skandha

    in reply to: Change color of boxes in comment section #277069
    Skandha
    Participant

    @chrmh: Glad you were able to figure it out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Change Layout of Blog section #277068
    Skandha
    Participant

    @chrmh: Hello Christian,
    The issue has been fixed in the theme and an update will be released soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

    in reply to: space (padding) between images in ads section #277058
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Can you please remove the blank images so that I can provide you the necessary code?

    Kind Regards,
    Skandha

    in reply to: size title section top reads smaller #277056
    Skandha
    Participant

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

    #catch-mag-top-reads-section .section-title {
        font-size: 20px;
    }

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

    in reply to: theme update #277049
    Skandha
    Participant

    @armartino: Hello Antonella,
    The update has been released. Please update the theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    Skandha
    Participant

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

    .wp-block-columns {
    	margin-bottom: 0;
    }
    .wp-block-column {
    	margin-bottom: 1.75em
    }

    It is not possible to have the 2 pictures in a column in the tablet view.
    I suggest you to use the Portfolio Section in the theme that has the same design.
    Kind Regards,
    Skandha

    in reply to: change location of modules #277047
    Skandha
    Participant

    @creditagricolecentrefrance: Hello Alexis, 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/kids-camp/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: Logo sliders quality #277046
    Skandha
    Participant

    @mulan-22: Hello there,
    Can you try uploading larger image size as the logo slider image?

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

    in reply to: Home Label #277045
    Skandha
    Participant

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

    #post-171 > .entry-container > .entry-header > .entry-title {
        display: none;
    }

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

    Skandha
    Participant

    @the-greenhouse: Hello there,
    I suggest you to not to edit core theme files as all the changes you make will be lost after you update the theme. The issue has been fixed and an update will be released soon. Thank you for reporting the issue.

    Kind Regards,
    Skandha

    in reply to: Background Image #277015
    Skandha
    Participant

    @metalepidemic: Thank you for wonderful review. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Removing search bar from top of page #276971
    Skandha
    Participant

    @ellored: 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-everest/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

Viewing 20 posts - 2,401 through 2,420 (of 12,034 total)