Forum Replies Created

Viewing 20 posts - 2,941 through 2,960 (of 12,027 total)
  • Author
    Posts
  • in reply to: Section Sorder, drag function stopped working #271617
    Skandha
    Participant

    @malevolentia: Hello there,
    That is why it is recommended to create a child theme before making any changes to the core theme files.
    Can you please post in your site URL and let me know what changes you have made to the theme files?

    Yes, 2.1.1 was the update that fixed the Section Sorter issue.
    If the change you made to the theme cannot be reverted Download the latest theme folder from your catch themes account page and copy the file customize-custom-controls.min.js to the theme folder you are using. This should solve the section sorter issue.

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

    in reply to: full width slider – as wide as the page box #271616
    Skandha
    Participant

    @derray: Hello Rainer,
    I am sorry but I don’t see any slider on the URL you posted above. Can you please let me know which section on the page you are referring to?

    Kind Regards,
    Skandha

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

    @vadim: 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-vogue/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: Fotografie – Portfolio – Tagline – Change Capitalize #271614
    Skandha
    Participant

    @admin2019: Hello Cathal,

    5. Add the following CSS Code.

    .page-id-52180 #page {
        background-color: #000;
    }

    6. This is how the http://cathalocuaig.com/portfolio/ shows up at my end. Check out the screenshot.

    7. Regarding the child theme. Is the child theme activated on your site?
    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: Portfolio display on Main Page #271603
    Skandha
    Participant

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

    @media screen and (max-width: 1024px) {
    	.portfolio-section .inner-wrap {
    	    padding: 13px !important;
    	    top: 90% !important;
    	    background-color: rgba(0,0,0,.5)
    	}
    
    }

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

    in reply to: full width slider – as wide as the page box #271599
    Skandha
    Participant

    @derray: Hello Rainer,
    Can you please post the URL where you have used the slider?

    Kind Regards,
    Skandha

    in reply to: Portfolio overlay #271595
    Skandha
    Participant

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

    .portfolio-content-wrapper .entry-container {
        background: rgba(0,0,0,0.2);
    }

    Change the value of 0.2 to change the opacity.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Portfolio buttons #271594
    Skandha
    Participant

    @armartino: Hello Antonella,
    This has been fixed in the theme. An update will be released soon. I will let you know when the update is released soon.

    Kind Regards,
    Skandha

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

    @fabitami: Hello Fabiana,
    The issue has been fixed and an update has been released. Please update the theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: i have 2 problem #271579
    Skandha
    Participant

    @odjele-ndoumba-gasny-thuriaf: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wrapper {
        width: 830px !important;
    }

    Also let me know what colors you would like to change.

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

    in reply to: Alternate Background Color not being applied #271576
    Skandha
    Participant

    @david-van-balgooi: Hello David,
    The update has been released. Please update the theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: Centre Gallery Images #271574
    Skandha
    Participant

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

    .blocks-gallery-grid {
        margin: 0 auto;
    }

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

    in reply to: How to turn off featured image only for services #271572
    Skandha
    Participant

    @toniolo-laetitia: Hello Laetitia,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Section Sorder, drag function stopped working #271571
    Skandha
    Participant

    @malevolentia: Hello there,
    Can you please check if you are using the latest version of the theme 2.3.1? If not please update to the latest version of the theme and check if the issue persists!

    Kind Regards,
    Skandha

    in reply to: Slider title issue after WordPress update to 5.6 #271560
    Skandha
    Participant

    @robert-gogolamu-edu-pl: Hello Robert,
    I checked your site and the slider botton title are seems to be transparent and the text is visible. Can you please clear you browser cache and check again?

    Kind Regards,
    Skandha

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

    @brokenskeleton: Hello there,
    It is not possible to have the social links and other menu items in the same menu. To have social icons along side your normal menu you will need to set Header Social Menu.

    Go to => Appearance => Customize => Menus => View All Locations => Header Social Menu =>
    Select your Menu and Publish.

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

    in reply to: Excerpt Options #271516
    Skandha
    Participant

    @david-van-balgooi: Hello David, 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/chique/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: Background Image #271515
    Skandha
    Participant

    @metalepidemic: Hello Dave,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    .site-content-contain, #page {
        background-color: unset;
    }

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

    in reply to: Font Color is wrong #271514
    Skandha
    Participant

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

    .home .custom-header .sub-title {
        color: #000 !important;
    }

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

    in reply to: submenu link color #271513
    Skandha
    Participant

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

    .main-navigation ul ul a {
     	color: #fff !important;
    }

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

Viewing 20 posts - 2,941 through 2,960 (of 12,027 total)