Forum Replies Created

Viewing 20 posts - 1,801 through 1,820 (of 12,034 total)
  • Author
    Posts
  • in reply to: The pages do not update me the changes made #283144
    Skandha
    Participant

    @oscar-manuel: Hello there,
    I have sent the email with which you have registered your Catch Themes Account misviciosvarios[at]hotmail[dot]es.
    Can you please check again?

    Kind Regards,
    Skandha

    in reply to: space between lines #283091
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Can you please let me know on which page you are having this issue? I checked your homepage and the spacing seems to be fine.

    Kind Regards,
    Skandha

    in reply to: The pages do not update me the changes made #283088
    Skandha
    Participant

    @oscar-manuel: Hello there,
    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: Home page settings #283085
    Skandha
    Participant

    @bartvandriessche: Hello there,
    I think it is a browser cache issue. Can you check on different browsers on the same mobile device?

    Kind Regards,
    Skandha

    in reply to: Zubin Pro icons and Elementor #283084
    Skandha
    Participant

    @chrisquentmusic: Hello Chris, 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/zubin/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: Zubin Pro licence #283083
    Skandha
    Participant

    @chrisquentmusic: Hello Chris, 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/zubin/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: Edit Nav Bar, and Revise/Remove Banner #283082
    Skandha
    Participant

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

    @media screen and (min-width: 72em) {
    	body:not(.header-media-disabled) .below-site-header {
    	    margin-top: -600px;
    	}
    }

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

    in reply to: Removing image from category previews #283081
    Skandha
    Participant

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

    .archive.category .attachment-featured-slider-larger.size-featured-slider-larger.wp-post-image {
        display: none;
    }

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

    in reply to: space between lines #283040
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Can you please clarify which space you are referring to?

    Kind Regards,
    Skandha

    in reply to: Menu similar to the one in the demo site #283039
    Skandha
    Participant

    @ramanah: 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/businessfocus/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

    Skandha
    Participant

    @faissal: Hello there,
    The option to have the regular horizontal menu is only available in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in the theme.

    Kind Regards,
    Skandha

    in reply to: Home page settings #283026
    Skandha
    Participant

    @bartvandriessche: Hello there,
    Can you try clearing your browser cache and check again? At my end the center of the images is showing up on mobile devices.

    Kind Regards,
    Skandha

    in reply to: Edit Nav Bar, and Revise/Remove Banner #283002
    Skandha
    Participant

    @eewix: Hello there,
    To remove the banner text on all the pages remove the text .home from the Code I provided you above.

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

    in reply to: Social icons + font size+tablets #282925
    Skandha
    Participant

    @ingeborgandersson: Hello Ingeborg, 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/shutter-up/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: Home page settings #282920
    Skandha
    Participant

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

    @media screen and (max-width: 1024px) {
    	#feature-slider-section .hentry-inner {
    		height: unset;
    		min-height: 75vh;
    	}
    }
    
    #feature-slider-section .post-thumbnail img {
        object-position: center center;
    }

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    in reply to: How to move title and tagline? #282919
    Skandha
    Participant

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

    @media screen and (max-width: 767px) {
    	.custom-header-content {
    	    padding-top: 40px;
    	    padding-bottom: 320px;
    	}
    }

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

    in reply to: Edit Nav Bar, and Revise/Remove Banner #282905
    Skandha
    Participant

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

    /* To widen the nav bar and have all the menu links on one line */
    .site-header-main.wrapper {
        max-width: 100%;
    }
    #site-header-right {
        margin: 0 auto;
    }
    
    /* To remove the banner in the middle of the page */
    .home .site-description {
        display: none;
    }

    To rearrange the order of the menu items
    Go to => Appearance => Menus => View All Locations => Primary Menu => Create a New Menu => Give a Name => Add Items => Add the menu items and drag and drop then to order them and Publish.

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

    in reply to: Remove author and date from posts #282902
    Skandha
    Participant

    @amanda-belcher: 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/travelore/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: Social icons + font size+tablets #282901
    Skandha
    Participant

    @ingeborgandersson: Hello Ingeborg,
    Try using the following CSS instead

    .site-header-button .button {
        background-color: transparent;
        border: 1px solid #000;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Remove author and date from posts #282847
    Skandha
    Participant

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

    .post .entry-meta .posted-on, .post .entry-meta .byline {
        display: none;
    }

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

Viewing 20 posts - 1,801 through 1,820 (of 12,034 total)