Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
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:
Also, make sure to clear your cache as well.
Hope this helps.
Best Regards!!
wensolutionsKeymasterHello @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:
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”.
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!!
wensolutionsKeymasterHello @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 🙂 .
wensolutionsKeymasterHello @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 🙂 .
wensolutionsKeymasterHello @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!!
wensolutionsKeymasterHello @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!!
wensolutionsKeymasterHello @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!!
wensolutionsKeymasterHello @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!!
wensolutionsKeymasterHello @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!!
April 19, 2018 at 6:56 am in reply to: Some Colors defaulting to Orange – can't override via any Color Options. #70349wensolutionsKeymasterHello @matador86,
Thank you for the code.
If you have any issue related to the theme then please let us know.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @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!!
wensolutionsKeymasterHello @streetdogsociety,
The CSS that we have provided above is working absolutely fine as you can see in below-given screenshots:
So please can you post your site URL so that we could see what exactly your issue is?
Thank you.
Best Regards!!
wensolutionsKeymasterHello @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!!
wensolutionsKeymasterHello @chrisgillard,
Please send an email by mentioning the issue in the email address given below:
Thank you.
Best Regards!!
wensolutionsKeymasterHello @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!!
-
AuthorPosts