Hello,
You’re welcome!
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
Hello,
Navigate to Theme Options->E-commerce->Single Product Page->Show product name above the price->off.
Regards,
Robert Hall
Hello @GoT,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall
Hello @ropagda,
Our developers still working on a new theme update.
You can monitor here when the new theme will be released:
https://themeforest.net/item/legenda-responsive-multipurpose-wordpress-theme/5888906
Regards,
Robert Hall
Hello,
Have you updated the theme as I described above?
Also your credentials are incorrect. Please check them and provide us again.
Regards,
Robert Hall
Hello,
Sorry for a long delay.
We still have a limited permissions to wp-admin panel – http://prntscr.com/c5y0ln
and got the following message when trying to log via FTP:
“530 Login authentication failed”
Also you can speed up the site following the suggestions from these articles:
http://techtage.com/speeding-up-wordpress-sites/
http://www.sparringmind.com/speed-up-wordpress/
https://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage#heartbeat-in-action
http://premium.wpmudev.org/blog/10-best-image-optimization-plugins-to-speed-up-your-wordpress-site/
http://www.elegantthemes.com/blog/tips-tricks/optimize-images-for-your-wordpress-website
Regards,
Robert Hall
Hello,
I’ve updated the Screets Live Chat plugin to latest version. Please check it now.
Regards,
Robert Hall
Hello,
Use this code in Global Custom CSS.
.shop-table .table-bordered td.product-quantity .quantity input[type="number"] {
width: 70px !important;
}
If you click on the ‘X’ button within the cart page to delete a product, the screen refreshes to an empty page with no options. If should however, refresh the user to an empty cart and ask if they would like to go to the product store page. Please advise…
Try to disable third-party plugins, one of them caused issue.
Regards,
Robert Hall
Hello,
I’ve enabled the default Royal Theme and the gold captcha working fine as before. See screenshots:
http://prntscr.com/c5wxom – FireFox
http://prntscr.com/c5wxxj – Chrome
http://prntscr.com/c5wylx – Opera
Maybe this come from browser cache. Try to clear cache there and refresh page via “Ctrl+F5”.
Regards,
Robert Hall
Hello,
Try to play with margin value that you’ve added in the Child Theme.
.wpb_single_image.anim-img {
margin: 10%;
}
Regards,
Robert Hall
Hello,
You can change the layout in Theme Options->General and the fonts in Theme Options->Typography.
Regards,
Robert Hall
Hello,
Do you mean to change the order category for product categories in sidebar?
You can set the Category order in WooCommerce Product Categories widget. See screenshot: http://prntscr.com/c5wg8k
Then you can sort the category like you need in Product->Categories – http://prntscr.com/c5wgrh
Regards,
Robert Hall
Hello,
The FTP credentials are incorrect. Please check them and provide us again.
Regards,
Robert Hall
Hello,
1, 2) Please provide us with wp-admin and FTP credentials in Private Content.
3) You can use your own fonts via @font-face. Read more here:
https://css-tricks.com/snippets/css/using-font-face/
Regards,
Robert Hall
Hello,
Yes, you can edit this file via FTP.
Also please clarify which exactly social icons you want to remove? Maybe we can do it via CSS code without touching php files.
Regards,
Robert Hall
Hello,
You need edit the file wp-content/themes/classico/framework/shortcodes.php (find the section “! Share This Product”).
Find code below
extract(shortcode_atts(array(
'title' => '',
'text' => '',
'tooltip' => 1,
'twitter' => 1,
'facebook' => 1,
'pinterest' => 1,
'google' => 1,
'mail' => 1,
'class' => ''
), $atts));
And set the value to ‘0’ instead of ‘1’ if you want to disable one of them.
Also we recommended to make all changes in the Child Theme.
https://www.8theme.com/demo/docs/royal/index.html#!/2_child_theme
https://codex.wordpress.org/Child_Themes
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall
Hello,
You can leave your suggestions and proposals at this link:
https://www.8theme.com/topic/woopress-suggestions-and-proposals/page/2/#post-123370
Thanks!
Regards,
Robert Hall
Hello,
The Ess. Grid plugin using a preload function to show all products.
You can decrease the count of products to show on the home page in Ess. Grid->Settings->Grid Paginatiom->Max visible rows.
This option should decrease the loading time of Home Page a little.
Regards,
Robert Hall
Hello,
You can use the Child Theme to overwrite functions. Also the breadcrumbs function is pluggable.
Read more about Pluggable functions in this article:
https://docs.woocommerce.com/document/set-up-and-use-a-child-theme/
Regards,
Robert Hall
Hello,
Please try to add the following code in Global Custom CSS.
a:focus {
text-decoration: none !important;
}
.current-menu-item a{
color: #3284ef !important;
}
Regards,
Robert Hall
Hello,
You need edit the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product”).
For example, for facebook link you need change the following code
<a href="http://www.facebook.com/sharer.php?u='.$permalink.'" class="'.$tooltip_class.'" title="'.__('Facebook', ET_DOMAIN).'" target="_blank">
with your link
<a href="here is your link" class="'.$tooltip_class.'" title="'.__('Facebook', ET_DOMAIN).'" target="_blank">
Also we recommended to make all changes in the Child Theme.
https://www.8theme.com/demo/docs/royal/index.html#!/2_child_theme
https://codex.wordpress.org/Child_Themes
Regards,
Robert Hall
Hello,
Please provide us with FTP credentials in Private Content.
Regards,
Robert Hall
Hello,
Please add this code in Global Custom CSS
.single_add_to_cart_button{
color:#fff !important;
}
Regards,
Robert Hall
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall
Hello,
I’ve spent more than one hour to check your single product page and didn’t see that issue. You should try to solve it from your side.
Regards,
Robert Hall
We’ve checked issue and didn’t see that message there. See screenshot: http://prntscr.com/c4dc0x
Try to update browser to the latest version and clear all cache.
Regards,
Robert Hall
Use this code
.navbar {
padding: 12px 0;
}
Regards,
Robert Hall