Forum Replies Created

Viewing 20 posts - 9,061 through 9,080 (of 12,027 total)
  • Author
    Posts
  • Skandha
    Participant

    @nicolej: Hello Nicole,
    There must be some issue with the notification not showing up. The theme update has already been released.

    To update pro theme you’ll need to first download the theme from your https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
    Please check the tutorial video in the link below:
    https://www.youtube.com/watch?v=W95SuabDZi8
    For more, check out theme instructions at https://catchthemes.com/theme-instructions/divin-pro/#updating

    Let me know if this helps you out!

    Kind Regards,
    Skandha

    in reply to: transparency on white backgroung of the home page #165761
    Skandha
    Participant

    @didier-ferret: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site {
    	background-color:unset;
    }

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

    in reply to: Header media title and Polylang #165758
    Skandha
    Participant

    @ville123: First of all you will need to create a child theme to translate the header media title using Polylang. Let me know if you are familiar with child theme customization so that I can guide you how to do it.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @nicolej: Hello Nicole,
    Can you let me know which theme version you are using? Divin Pro version 2.0.2 has been released.

    Kind Regards,
    Skandha

    in reply to: Top level menu items look clickable #165748
    Skandha
    Participant

    @fireflywebs: Remove the previous CSS Code and add the following.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .menu-item-has-children > a, .menu-item-has-children {
    	cursor:none;
    }

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

    in reply to: formatting questions #165747
    Skandha
    Participant

    @lwieck: I’m afraid it is not possible to create a post template that has the title (set over the featured image) in a dark colored font so that the Title color could vary depending on whether the featured image is light or dark? If you really need this I suggest you to hire a customizer.

    For the comment boxes not appearing clearly.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #comments textarea, #comments input {
    	background-color:rgba(0,0,0,0.1);
    }

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

    in reply to: Menu Bar #165746
    Skandha
    Participant

    @filip_1: Hello Filip,
    Remove the above CSS Code and add the following CSS Code.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #access ul li a {
    	padding:0px 45.17px;
    }

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

    in reply to: Menu on iPhone issue #165741
    Skandha
    Participant

    @rodeboy: Hello Chris,
    I checked your site and even with out the CSS I provided you the promotion headline section was showing up fine on iphone. Maybe it is a cache issue. Can you try clearing your browser cache and check if the issue is resolved after theme update?

    Kind Regards,
    Skandha

    in reply to: Side Identity – Logo #165740
    Skandha
    Participant

    @lwieck: 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/simple-persona/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: Optional css for menu items #165739
    Skandha
    Participant

    @fireflywebs: I am not able to access your site right now. Can you let me know when your site accessible so that I can look into the issue?

    Kind Regards,
    Skandha

    Skandha
    Participant

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

    /* To display Services title */
    .ect-service.ect-section .service-entry-title {
    	display:none;
    }
    /* To change background color of Services section */
    .ect-service.ect-section {
    	background-color:#123456;
    }

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

    in reply to: Customizer Not loading: sanitize-functions.php Line 102 & 123 #165732
    Skandha
    Participant

    @nicolej: Hello Nicole,
    The font has been added to the theme and an update has been released. Were you able to use the font?

    Kind Regards,
    Skandha

    in reply to: position of testimonials on home page #165695
    Skandha
    Participant

    @pastonchase: Glad you were able to figure it out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Menu Bar #165693
    Skandha
    Participant

    @filip_1: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #access ul li ul {
    	width:120px;
    }
    #access ul li a {
    	text-align:left;
    }

    You can adjust the width according to your requirement.
    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Feature slider iOS responsive #165687
    Skandha
    Participant

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

    #fullpage .section, #feature-slider-section .hentry {
    	background-attachment:scroll;
    } 

    Let me know if this solves the slider issue on mobile phones.
    Kind Regards,
    Skandha

    in reply to: Menu and Header disappeard #165681
    Skandha
    Participant

    @artpriskaleutenegger-ch: Glad I was able to help you out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: video home #165679
    Skandha
    Participant

    @valelotartaro: Activate both header video and featured slider on your site.
    Then
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:900px) {
    	.custom-header {
    		display:none !important;
    	}
    }
    
    @media screen and (min-width:900px) {
    	#feature-slider-section {
    		display:none !important;
    	}
    }

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

    in reply to: Side Identity – Logo #165676
    Skandha
    Participant

    @lwieck: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-branding {
    	width:67vw !important; 
    }

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

    in reply to: Menu Bar #165675
    Skandha
    Participant

    @filip_1: The menu seems to be showing up fine. Do you mean the width of the sub-menu items is bigger than it should be?

    Kind Regards,
    Skandha

    in reply to: Menu on bigger touch screen #165673
    Skandha
    Participant

    @cholik: Hello there,
    Thank your for reporting the issue. I cant seem to figure out the issue as your site is not live yet. Can you provide me your admin credentials and have a look at your site so that I can fix the issue before your site is live? I can send you an email and you can provide me your admin credentials through the email.

    Let me know what you would like to do.
    Kind Regards,
    Skandha

Viewing 20 posts - 9,061 through 9,080 (of 12,027 total)