Forum Replies Created

Viewing 20 posts - 2,981 through 3,000 (of 12,027 total)
  • Author
    Posts
  • in reply to: Less space under HeaderMedia on homepage #271282
    Skandha
    Participant

    @david-van-balgooi: Hello David,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content {
        padding-top: 84px;
    }

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

    in reply to: Centre Gallery Images #271281
    Skandha
    Participant

    @wafflesandlamingtons: Hello Theo,
    Can you please post in the URL where you have inserted the gallery images?

    Kind Regards,
    Skandha

    Skandha
    Participant

    @stevewhite: 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-sketch/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: Menu Customize #271279
    Skandha
    Participant

    @five-birds: Hello Dirk,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: “data-vocabluary.org” breadcrumb issue #271278
    Skandha
    Participant

    @fiederliicht: Hello there,
    The issue will be resolved and an update will be released soon. Thank you for reporting the issue.

    Kind Regards,
    Skandha

    in reply to: Podcast ready? #271277
    Skandha
    Participant

    @prettydutch: Hello Ina,
    Can you please let me know what kind of podcasts you are trying to embed on your site?

    Kind Regards,
    Skandha

    in reply to: Fotografie – Portfolio – Tagline – Change Capitalize #271215
    Skandha
    Participant

    @admin2019: Hello Cathal,

    1. & 2.

    .portfolio-entry-header .entry-title a {
        font-size: 19px;
    }

    You can change the font size according to your choice.

    3.

    .home .wrapper.singular-section {
        display: none;
    }

    5.

    .page-id-52180 .site-inner {
        bacground-color: #000;
    }

    6.

    .post-type-archive-jetpack-portfolio .page-header, .post-type-archive-jetpack-portfolio .breadcrumb-area {
        display: none;
    }

    7. For that you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer to get it done.

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

    in reply to: Broken menu on theme after updates #271211
    Skandha
    Participant

    @redsnapper: Hello Rebecca, 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

    in reply to: Hamburger Menu Button Not Working Only on Safari Mobile #271198
    Skandha
    Participant

    @erikcave: Hello there,
    Sorry about that. Please use the following Code instead.

    @media screen and (max-width: 812px) {
    	.main-navigation ul ul a, #footer-menu ul.menu ul a {
    	    color: #fff;
    	}
    }

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

    in reply to: Events Calendar – Archive #271197
    Skandha
    Participant

    @mariannepurdy: Hello there,
    There is no option to select a featured image for archive pages such as the Whats on page.

    You will need to find a suitable plugin from WordPress Plugin Repository which does that.

    Kind Regards,
    Skandha

    in reply to: Euphony pro menu icons #271111
    Skandha
    Participant

    @brokenskeleton: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Page Layout #271082
    Skandha
    Participant

    @odjele-ndoumba-gasny-thuriaf: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Setting different Header Image to different pages #271080
    Skandha
    Participant

    @omen-studio: Hello there,
    To have different header image on different pages
    Go to => Appearance => Customize => Header Media => Enable On => Select Excluding Homepage, Page,Post Featured Image and Publish.

    The Featured Image you have set for each post/page will show up as the Header Image of that page.’

    To hide the header image on gallery page
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-id-2329 .custom-header-media {
        display: none;
    }
    .page-id-2329 .custom-header .wrapper::before {
        background-image: unset;
        background-color: #f2e6d5;
    }

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

    in reply to: Format blog post-titles on static page on Home Page #271063
    Skandha
    Participant

    @mtnote2soul: 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/chicago/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

    @mtnote2soul: 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/chicago/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: Custom Images not available in Slider #271061
    Skandha
    Participant

    @lindaduig: Hello there,
    You seem to be using a very old version of the theme. Can you please update the theme to the latest version and check if the issue is resolved?

    Kind Regards,
    Skandha

    in reply to: Portfolio display on Main Page #271054
    Skandha
    Participant

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

    .portfolio-section .entry-title {
        display: block !important;
        opacity: 1 !important;
    }
    .portfolio-section .entry-title a::after {
        display: none !important;
    }

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

    in reply to: Broken menu on theme after updates #271052
    Skandha
    Participant

    @redsnapper: Hello Rebecca,
    I checked your site and the menu seems to be showing up fine. Can you please clear your browser cache and check again?

    Kind Regards,
    Skandha

    in reply to: enable comments on posts #271047
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Sliders (custom) – size problems #271046
    Skandha
    Participant

    @fabitami: Hello Fabiana,
    There seems to be an issue with the Promotion Headline on mobile devices. Both these issue will be fixed and an update will be released soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

Viewing 20 posts - 2,981 through 3,000 (of 12,027 total)