Forum Replies Created

Viewing 15 posts - 4,126 through 4,140 (of 8,657 total)
  • Author
    Posts
  • in reply to: Changing color for highlight #70421
    wensolutions
    Keymaster

    Hello @streetdogsociety,

    We found that you not added the additional CSS in your theme.

    So please go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .home-section-portfolio .portfolio-item .popup-link{
        background: #ffd700 none repeat scroll 0 0;
    }

    Screenshot:

    http://prntscr.com/j7pt9b

    Also, make sure to clear your cache as well.

    Hope this helps.

    Best Regards!!

    in reply to: remove "no comments" from blog post #70419
    wensolutions
    Keymaster

    Hello @pinksoul91,

    Nice to know that your issue#2 is solved.

    Now for the query related to no comment, you can remove that from meta section by disabling the comment from quick edit screen of individual posts.

    Screenshot:

    http://prntscr.com/j7nu69

    Now to disable the comment section in the future post, just go to Admin Panel > Settings > Discussion and uncheck the option “Allow people to post comments on new articles”.

    http://prntscr.com/j7nuqa

    For the header image, the theme has already provided the option called “Boxed” layout which reduces the width of the header image. This option can be set by going to Admin Panel > Appearance > Customize > Theme Options > Layout Options > Site Layout.

    Hope this helps.

    Best Regards!!

    in reply to: Testimonials not all visible on homepage #70412
    wensolutions
    Keymaster

    Hello @dani,

    As you know that the theme itself does not have such feature but we can help you with some custom code.

    For this activate the child theme. You can activate the child theme manually or simply by using the plugin given below:

    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating the child theme in your child theme functions.php file add below given code:

    https://gist.github.com/Steeru/3d42cd19cef987e25c79205851438475

    Here the image is linked so to read more text simply click on the image on testimonial section and you reach the single post page.

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

    in reply to: Easiest way to upgrade from Free to Pro #70411
    wensolutions
    Keymaster

    Hello @keeperranch,

    First of all thank you very much for your interest in the premium version of the theme.

    Once you upgrade to the pro version of the theme then the CSS that you have added to the theme file of the free version won’t be available in the pro version.

    The post, pages, categories that you have created from the backend will be available which you can use to set up the pro version but the modification/ customization that you have done in your free theme will not be available in the pro version.

    Other than that pro version comes with lots of other exciting feature that you may want to consider and to know about them please refer to below-given link :

    http://themepalace.com/downloads/chrisporate-pro/

    Hope this clears the confusion.

    Thank you.

    Best Regards!!

    Have a good day 🙂 .

    in reply to: changing slide speed #70403
    wensolutions
    Keymaster

    Hello @mcastillos,

    Currently, the theme does not have the feature to control the slider and to add the option to control the slider speed requires higher code customization.

    Hope you understand.

    Thank you.

    Best Regards!!

    in reply to: Slider, how to add more photos/ solved #70398
    wensolutions
    Keymaster

    Hello @ckbioffice,

    Glad that your issues are resolved.

    If you have any issues further, please let us know.

    We would also really appreciate if you could help us by rating our theme by following the link given below:

    https://wordpress.org/support/theme/nature-bliss/reviews/

    Thank you.

    Best Regards!!

    in reply to: Changing Call-to-action background image #70356
    wensolutions
    Keymaster

    Hello @lbrites,

    Glad we could help you.

    Any further issues are always welcome.

    We would also really appreciate if you could help us by rating our theme by following the link given below:

    https://wordpress.org/support/theme/academic/reviews/

    Thank you.

    Best Regards!!

    in reply to: Apply Coupon on cart page not working #70355
    wensolutions
    Keymaster

    Hello @myoun008,

    Glad we could help you.

    Any further issues are always welcome.

    We would also really appreciate if you could help us by rating our theme by following the link given below:

    https://wordpress.org/themes/ecommerce-market/

    Thank you.

    Best Regards!!

    in reply to: How to change font size of title & tagline #70351
    wensolutions
    Keymaster

    Hello @matador86,

    We are having difficulty in understanding your query. So please can you provide the screenshot of the section along with the proper explanation so that we can help you further.

    Thank you.

    Best Regards!!

    wensolutions
    Keymaster

    Hello @matador86,

    Thank you for the code.

    If you have any issue related to the theme then please let us know.

    Thank you.

    Best Regards!!

    in reply to: Changing Call-to-action background image #70348
    wensolutions
    Keymaster

    Hello @lbrites,

    The option to change the background image of the Call to action section is not available within the theme.

    However, we will provide the custom CSS using which you change the background image of CTA section.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #background-image-section {
        background-image: url(YOUR IMAGE URL);
        
    }

    Here replace the text with your image URL.

    Hope this helps.

    Best Regards!!

    in reply to: Changing color for highlight #70347
    wensolutions
    Keymaster

    Hello @streetdogsociety,

    The CSS that we have provided above is working absolutely fine as you can see in below-given screenshots:

    http://prntscr.com/j7b0yu

    So please can you post your site URL so that we could see what exactly your issue is?

    Thank you.

    Best Regards!!

    in reply to: remove "no comments" from blog post #70342
    wensolutions
    Keymaster

    Hello @pinksoul91,

    Firstly thank you very much for using the theme.

    Now all of your queries has been answered below:

    #1: Remove the comment section.

    Response: To remove the comment section in the post pages use below-given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    div#comments {
        display: none;
    }
    
    .comment-respond {
        display: none;
    }

    #2: Remove the title

    Response: To remove the title from the pages use below given CSS in additional CSS.

    h2.page-title {
        display: none;
    }

    #3: Header size:

    Response: We are quite clear with your query whether you want to decrease the size of the slider at the front page or the header image within other pages. So please explain clearly so that we can help you further.

    Hope this helps.

    Best Regards!!

    in reply to: Bug Contact Blog #70317
    wensolutions
    Keymaster

    Hello @chrisgillard,

    Please send an email by mentioning the issue in the email address given below:

    info@themepalace.com

    Thank you.

    Best Regards!!

    in reply to: Slider, how to add more photos/ solved #70314
    wensolutions
    Keymaster

    Hello @ckbioffice,

    To make the icon display in the top header please replace the CSS you have pasted with the CSS given below.

    .construction_base_widget_social ul li a[href*="houzz.com"]::before {
        content: '\f27c';
    }

    Hope this helps.

    Best Regards!!

Viewing 15 posts - 4,126 through 4,140 (of 8,657 total)