Forum Replies Created

Viewing 20 posts - 9,461 through 9,480 (of 12,034 total)
  • Author
    Posts
  • in reply to: unable to use wpDiscuz in Catch Responsive Pro #162764
    Skandha
    Participant

    @thetravelgal: I tried using the plugin for comment form and it seems to be working fine.

    Go to => Appearance => Customize => Theme Options => Comment Options => Make sure you have not selected Disable Comepletely option.

    Also Go to => Dashboard => Edit a post/page => At the top right corner you will find Screen Options => Click on it and check the Discussion box. Now you will find a discussion option at the bottom of the page. Check the Allow Comments option. Only then comments will be enabled on that particular post/page.

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

    in reply to: Clean Business Pro Theme Half Page non accessible. #162760
    Skandha
    Participant

    @austonsfades: You seem to have fixed the header being too large issue. Are you having any other issues? Please let me know.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @olgasyracusegmail-com: The text not visible in the slider I think can be fixed by giving the text container a light background.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider .entry-container, #feature-slider .entry-container:hover {
    	background-color:rgba(0,0,0,0.6);
    }

    Also remove the above CSS code you added.
    The size of slider pagers seems to be okay when I see it.

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

    in reply to: Which is the best free WordPress theme for WooCommerce? #162748
    Skandha
    Participant

    @imranabdul: Let me know if you have anymore issues with the theme.

    Kind Regards,
    Skandha

    in reply to: Upgrade from Decree Free to Decree Pro #162731
    Skandha
    Participant

    @gparisot: I tried this at my end and the customizer settings seems to retained when I upgrade to pro from the free theme. I will need to look at your admin settings and will your admin credentials for that purpose. I will shortly contact you by email.

    Kind Regards,
    Skandha

    in reply to: Change dimensions of featured image in posts? #162728
    Skandha
    Participant

    @fwhitesides: Glad you were able to figure it out. Let me know if you have anymore issues.

    Kind Regards,
    Skandha

    in reply to: Promotion Headline Font Size, Padding, and Button Location #162714
    Skandha
    Participant

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

    #promotion-message .right a {
    	margin:0;
    }
    #promotion-message .section {
    	padding:10px;
    }

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

    in reply to: Feature Slider Hover Color #162707
    Skandha
    Participant

    @jamietallman: 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-base/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: Bought and broken #162706
    Skandha
    Participant

    @phipsmeister: Can you please explain what issue you are having with the theme? Also post in your site URL.

    You can always post on out support forum if you have any issues and we will be more than happy to help you out. We only charge if you require Premium Support Ticket that is if your issue is highly urgent and if you have not been able to solve it through above mentioned services, you can send us a Support Ticket, which will serve as your final resort for problem solving.

    Kind Regards,
    Skandha

    in reply to: Bug of passage ? #162607
    Skandha
    Participant

    @keikodamaikada: For this you will need to create a child theme and do a little bit of customization. If you are familiar with child theme customization I will provide you the code to use Featured Image as the Header Image on Blog page when the header media is enabled on Pages and Posts. Otherwise I suggest you to hire a customizer to get it done.

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

    in reply to: Free RTL Theme? #162587
    Skandha
    Participant

    @mujji: All our themes support RTL. You can check out our themes here and choose one which suits your requirement.

    WordPress should automatically switch to RTL when you switch your Site Language to Arabic.
    Go to => Dashboard => Settings => General => Site Language => Select Arabic and Save Changes.

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

    in reply to: Change dimensions of featured image in posts? #162585
    Skandha
    Participant

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

    @media screen and (min-width:767px) {
    	.post-thumbnail img {
        	    width:600px;
       	    height:600px;
    	}
    }

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

    Skandha
    Participant

    @olgasyracusegmail-com: Please post in your site URL and let me know what issues you are having with the slider so that I can help you out!
    I will try solving those issues so that you don’t have to use another plugin for a feature that is already in the theme.

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

    Skandha
    Participant

    @lenamarf: Glad you were able to figure it out. Let me know if you have anymore issues! 🙂

    Kind Regards,
    Skandha

    in reply to: Posts disappearing! #162573
    Skandha
    Participant

    @witzweb: I have sent an email to your regarding the issue you were having.

    Kind Regards,
    Skandha

    in reply to: Center Social Icons in Footer Widget #162572
    Skandha
    Participant

    @jamietallman: Let me know if you have anymore issues!

    Kind Regards,
    Skandha

    in reply to: Upgrade from Decree Free to Decree Pro #162570
    Skandha
    Participant

    @gparisot: Did you lose your customization after you upgraded from free version to the pro version?

    Kind Regards,
    Skandha

    in reply to: Change dimensions of featured image in posts? #162559
    Skandha
    Participant

    @fwhitesides: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Promotion Headline Font Size, Padding, and Button Location #162558
    Skandha
    Participant

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

    /* To change the font size of Promotion Headline */
    #promotion-message .section.left h2 {
    	font-size:25px;
    }
    
    /* To change the font size of Promotion Sub Headline */
    #promotion-message .section.left p {
    	font-size:10px;
    }
    
    /* To change the position of Promotion Headline Text and button */
    #promotion-message .left {
    	float:none;
    }
    #promotion-message .wrapper {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    }
    #promotion-message .left {
    	order:2;
    	text-align:center;
    }

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

    in reply to: Header Padding #162551
    Skandha
    Participant

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

    #masthead, .sidebar-header-right {
    	padding-bottom:0 !important;
    }

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

Viewing 20 posts - 9,461 through 9,480 (of 12,034 total)