Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
Hello linda,
Glad to help you.
let us know if you have any issues further.
Thank you.
wensolutionsKeymasterHello,
Please once try adding below given CSS.
.clean_corporate_widget_testimonial_slider .testimonial-wrapper > h4 { color: #a00; }
Change the color code as per your requirement.
Hope this helps.
Regards!!
wensolutionsKeymasterHello @ben-wuring,
Please find answers to your queries below:
Query 1:
Response: You can the other icons as well and for this just add the class in the text mention below as given in the screenshot:
To find the icon class please look into the below given link:
https://fontawesome.com/v4.7.0/icons/
Query #2:
Response: Now to display the social icon in the social menu location you need to at first create the social menu from Admin Panel > Appearance > Menus adding your desired custom links like facebook.com etc.
Screenshot:
https://prnt.sc/l424ewHope this helps.
Regards!!
wensolutionsKeymasterHello @erum-shaheen,
To add the custom code you need to go through the child theme.
To know how to create and activate the child theme please follow below given link:
https://wptravel.io/how-to-create-a-child-theme/
After activating the child theme in your child theme add below given code:
add_filter( 'woocommerce_product_add_to_cart_text', woocommerce_var_pricing_options_add_to_crt_txt, 10 ); function woocommerce_var_pricing_options_add_to_crt_txt( $text ) { global $product; if ( $product->is_type( 'variable' ) ) { $text = $product->is_purchasable() ? __( 'Shop Now', 'woocommerce' ) : __( 'Read more', 'woocommerce' ); } return $text; }
Hope this helps.
Let us know if you have any confusion further.
Thank you.
Regards!!
wensolutionsKeymasterHello @linda,
The option to disable the black overlay on the testimonial section is available within the theme. For this, you need to go to the widget Clean Corporate: Testimonial. There you will find the option “Enable Background Overlay”. You just to enable/disable the option as per your requirement.
Now to change the text color of the testimonial section add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.clean_corporate_widget_testimonial_slider .testimonial-excerpt { color: #a00; }
Change the color code as per your requirement.
Hope this helps.
Regards!!
wensolutionsKeymasterHello @jessy,
To remove the header image in the pages except in the home page please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.page section#banner-image { display: none; } .blog section#banner-image{ display: none; }
Hope this helps.
Let us know if you have any confusion further.
Thank you.
Regards!!
wensolutionsKeymasterHello @latoyamcneal1,
If you upgrade to the pro version, it will not create any effect on the site. Your database will be as it is i.e. the post, pages in the dashboard will be there.
Now the question regarding the copyright information, with the pro version you can definitely edit/remove the info at the button of the footer.
The pro version comes with lots of other exciting feature and to know about it please refer below-given link:
http://themepalace.com/downloads/kids-education-pro/
Hope this helps.
Regards!!
wensolutionsKeymasterwensolutionsKeymasterHello @latoyamcneal1,
Maybe you are using the free version of the theme as the free version does not have the option to change the image in the footer.
Hope this clears the confusion.
Regards!!
wensolutionsKeymasterHello @tolbr,
First of all thank you very much for your interest in the theme.
The slider section in the theme actually depends upon the size of the image used. So if you like to decrease the size of the slider then you can upload the image of smaller height so that the slider will appear diminutive.
Hope this helps.
Let us know if you have any query/confusion further.
Regards!!
wensolutionsKeymasterHello @marianne,
Glad that you figured out the issue.
Let us know if you have any issue further.
Have you followed the steps mentioned in the link below?
http://themepalace.com/instructions/themes/travel-insight-pro/#doc-theme-installation-1
If you have followed the steps and still getting the issue then clearly mention the issue that you have faced so that we can help you further.
Also. please create your own ticket so that it would be easy for us to follow back your response.
Thank you.
Regards!!
wensolutionsKeymasterHello @quality2018,
First of all thank you very much for your interest in the premium version of the theme.
For the query regarding discount, please contact in the below email address given below:
Thank you.
Regards!!
wensolutionsKeymasterHello @latoyamcneal1,
We would really like to apologize for the trouble and did not mean to elicit the frustration at all.
As you have mentioned in the earlier replies, that you were able to display the header in the homepage but wanted to get rid of the slider so we suggest you to turn off the slider. If this is not what you meant then, can you please explain it more clearly with the proper screenshot so that we can provide the fix.
Also, to remove the black overlay on the slider please add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
#main-slider .black-overlay { background-color: transparent; }
Hope this helps.
Regards!!
wensolutionsKeymasterHello @marianne,
We do have the theme installation steps mentioned in our official doc as you can see in below given link:
http://themepalace.com/instructions/themes/travel-insight-pro/#doc-theme-installation-1
Let us know if you have any confusion further.
Thank you.
Regards!!
wensolutionsKeymasterHello @michielauerbach,
We will definitely add that in our official guide. Also, we must mention that your site looks amazing and wish you the best.
Let us know if there is anything further.
Thank you.
Regards!!
-
AuthorPosts