Forum Replies Created
-
AuthorPosts
-
April 29, 2018 at 11:48 pm in reply to: Remove link from site title and removing the color from the slider #70939wensolutionsKeymaster
Hello @ckbioffice,
Thank you very much for the appreciations.
Now to remove the link from the site title use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.site-title { pointer-events: none; }
Also, the option to remove the overlay in the slider section is already available in the theme.
For this go to Admin Panel > Appearance > Featured Slider > Slider Options and uncheck the option “Enable Overlay“.
Hope this helps.
Best Regards!!
wensolutionsKeymasterHello @mistiknaw,
First of all thank you very much for using the pro version of the theme.
Now as for the logo, you can upload it by going to Admin Panel > Appearance > Customize > Site Identity.
Also, the front page are set up using the widgets. Those widgets has the option to chose from pages, post, category. So now to upload the image to pages, post, category you have to go to individual post, page edit screen.
Screenshot:
You can even refer to the theme official documentation to set your site.
http://themepalace.com/instructions/themes/business-field-pro/
Hope this helps.
If you have any confusion further then please let us know.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @streetdogsociety,
To change the popup link use below given CSS.
.popup-link{ background: #ffd700 none repeat scroll 0 0!important; }
Also, the code has nothing to do with the pro version. But definitely, pro version comes with other exciting feature including varieties of color option for different parts of the theme as you can see in the link below of the official documentation.
http://themepalace.com/instructions/themes/photomania-pro/#doc-how-to-manage-color-options-32
Thank you.
Best Regards!!
wensolutionsKeymasterHello @kitchentools,
Glad we could help you.
If you have any issues further please let us know.
Also, we would really appreciate if you could help us by rating our theme by following the link given below.
https://wordpress.org/support/theme/easy-commerce/reviews/
Thank you.
Best Regards!!
wensolutionsKeymasterHello @streetdogsociety,
We will provide the block of CSS code that will change every pink color to the golden color.
For this activate the child theme.
You can even simply activate the child theme using the plugin given below:
https://wordpress.org/plugins/wp-child-theme-generator/
After activating the child theme in your child themes style.css paste below given CSS.
https://gist.github.com/Steeru/60e71642f80b9bb010fb2636d31010de
Hope this helps.
Best Regards!!
wensolutionsKeymasterHello @jquan,
The clean commerce theme is already made translation ready and can be translated to any language. Also to make you clear the themes will itself not be available in any different language. You have to translate it to your preferred language.
For the translation, you can use the plugin like Loco translate.
Link:
https://wordpress.org/plugins/loco-translate/After activating the plugin translate the string available in the theme. Also, make sure
to change the site language to your desired language by going to Admin Panel > Settings > General.Screenshot:
Hope this helps.
If you have any query further, please let us know.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @kitchentools,
Actually, we are not quite clear which section you are referring to but we have provided the CSS to change the color for footer widget area and sidebar.
For this go to Admin Panel > Appearance > Customize > Additonal CSS and paste below given CSS.
.sidebar .widget-title::after { background: #14bde4; } #footer-widgets .widget-title::after { background: #2196F3; }
Here change the color as per your requirement.
If this is not where you wanted to change the color then please provide your site URL so that we can provide the precise fix on this.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @muellerc,
Glad that you figured out the issues by yourself.
If you have any further issues then please do post them.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @mjrielly,
First of all thank you very much for buying the pro version fo the theme.
When we tested the theme locally for the issue verification, we were unable to find such kind of issue. After the activation, you will be able to see the front page with demo contents.
So if you have activated any third party plugin then, please deactivate them one by one and verify the issue. Also, make sure you have the recent version of the theme.
If the issue still persists please let us know.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @cosicat,
To remove the Html content at first create the child theme.
You can manually activate the child theme or simply create the child theme using the plugin given below:
https://wordpress.org/plugins/wp-child-theme-generator/
After activating the child theme, in your child theme’s functions.php add below given code.
function education_hub_footer_goto_top() { $go_to_top = education_hub_get_option( 'go_to_top' ); if ( true !== $go_to_top ) { return; } //echo '<a href="#page" class="scrollup" id="btn-scrollup"><i class="fa fa-chevron-up"></i></a>'; }
Hope this helps.
Best Regards!!
wensolutionsKeymasterHello @calypso,
Glad that your issue related translation and team page is resolved.
Now to remove the author name after each article paste below-given code in your child theme functions.php file.
https://gist.github.com/Steeru/afe72113e4ff0a6f8fdf6118f74c8cca
Since the testimonial set up from the post, category and pages. If you select the post or category then you can change the image by going to individual post edit screen.
Screenshot:
https://prnt.sc/j9ru06Similarly, for page go to individual page edit screen.
Hope this helps.
Best Regards!!
wensolutionsKeymasterwensolutionsKeymasterHello @umer-aziz,
First of all thank you very much for using the pro version of the theme.
The section you have mentioned is set up using the widgets. Now in order to add the “Book An Appointment Form” go to Admin Panel > Appearance > Customize > Widget > Front Page Widget Area > Mediclean: Appointment.
For quick contact and opening, hour add Mediclean: Information widget and select the pages. As for hour and quick link, you have create the li list in the page content area
Screenshot:
If you have any confusion further then you can refer to themes official documentation given below:
http://themepalace.com/instructions/themes/mediclean-pro/
Hope this helps.
Best regards!!
wensolutionsKeymasterHello @calypso,
The code has nothing to do with the team section that is set front page through the customizer and also we are not quite clear with your issue. So please explain it properly so that we can help you further.
As for the translation of the string as you have mentioned you can use the loco translate plugin. Using the plugin translate the available string in the theme and save them.
Also, do not forget to change your site language to your preferred language by going to Admin Panel > Settings > Readings > Site language.
Hope this helps.
If you have any query further, please let us know.
Best Regards!!
wensolutionsKeymasterHello @fabrice-valiente,
The theme does not have such feature currently i.e. show the blog post in grid view using shortcode and as much as we would love to help you with this we are unable to do so as it requires higher code customization.
Now regarding your query about the placement of the shotcode, you can simply place the shortcode in the text filed of post edit screen.
Hope this helps.
Best Regards!!
-
AuthorPosts