Hello,
I’ve enabled Page Heading option in your products page “Lego” in “Page Layout” box.
Please check breadcrumbs section now.
Regards,
Eva Kemp.
Hello,
I’ve enabled Page Heading option in your products page “Lego” in “Page Layout” box.
Please check breadcrumbs section now.
Regards,
Eva Kemp.
Hello @TutakJJ,
As I see the map is loading:
http://storage1.static.itmages.com/i/15/1006/h_1444115575_7742428_b9a67551db.png
Please clarify the issue and provide us with wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hello @Jose Noa,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
I’ve removed variable.php file in wp-content/themes/legenda/woocommerce/single-product/add-to-cart directory and added this code in functions.php file:
function custom_wc_ajax_variation_threshold( $qty, $product ) {
return 100;
}
add_filter( 'woocommerce_ajax_variation_threshold', 'custom_wc_ajax_variation_threshold', 100, 2 );
You can read about it here:
https://woocommerce.wordpress.com/2015/07/13/improving-the-variations-interface-in-2-4/
Please clear browser cache and check product page now.
Regards,
Eva Kemp.
Hello,
As I see you’re using 3rd-party plugin for displaying that section.
Please note we don’t provide support for 3rd-party extensions.
You can try this code in custom.css file:
@media (max-width: 480px){.woocs1 .woocs_container {
width: 100% !important;
}}
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Sorry, but no. Permalinks settings affect all pages.
Regards,
Eva Kemp.
Hello,
Please provide us with FTP credentials.
Regards,
Eva Kemp.
Hello,
You need change featured image in Products > edit a product > Featured Image section.
Regards,
Eva Kemp.
Hello,
What is the link to wp-admin panel?
Thank you.
Regards,
Eva Kemp.
Hello,
I’ve edited the code to:
@media (max-width: 480px) {.banner img {
margin-left: 20% !important;
}}
Please check now.
Regards,
Eva Kemp.
Hello,
1. I’ve added this code in custom.css file:
@media (max-width: 480px) { .top-bar .container {
padding: 10px;
}}
Please check top bar on mobile now.
2./3. I’ve added this css code:
@media (max-width: 979px) {.page-content > .row-fluid .content {
flex: none !important;
}}
Regards,
Eva Kemp.
Hello,
I’ve checked orders in “My Account” page and they are shown:
http://storage4.static.itmages.com/i/15/1005/h_1444066058_3042177_19823a3b2c.png
http://storage2.static.itmages.com/i/15/1005/h_1444066039_3673178_de7a82304d.png
Try to check it in another browser.
Regards,
Eva Kemp.
Hello,
I don’t see any errors on your site.
Have you fixed the issue?
Regards,
Eva Kemp.
Hello @chirag,
Sorry, but your query is a bit unclear.
I added a product to the cart and was able to checkout.
Have you resolved the issue?
Regards,
Eva Kemp.
Hello,
Please add this code in custom.css file:
.top-bar .submenu-dropdown ul li a {
color: red !important;
}
Regards,
Eva Kemp.
Hello,
Please take our apologies but we don’t provide support for 3rd-party extensions.
We don’t guarantee full compatibility of 3rd-party plugins with the theme.
We’re sorry for inconveniences.
Regards,
Eva Kemp.
Hello,
Unfortunately we recommend any plugins because we didn’t test them with the theme. You have to check them yourself.
Please take our apologies.
Regards,
Eva Kemp.
Hello,
You need edit the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product”) and add this code after line 2010:
if($pinterest == 1) {
$html .= '
<li>
<a href="http://url_to_your_Pinterest_page" class="'.$tooltip_class.'" title="'.__('Pinterest', ET_DOMAIN).'" target="_blank">
<i class="ico-pinterest"></i>
<svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">
<circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>
</svg>
</a>
</li>
';
}
and
'pinterest' => 1, after line 1927.
Regards,
Eva Kemp.
Hello,
The padding values were removed here:
http://storage2.static.itmages.com/i/15/1005/h_1444064806_4217844_5c56d6a457.png
Regards,
Eva Kemp.
Hello @Jose Noa,
Please don’t duplicate your queries.
You’ve been already replied in your topic.
Regards,
Eva Kemp.
Hello @bert,
I’ve added this code in Global Custom CSS:
.footer-top-2 .product_list_widget li .media-heading a {
color: black;
}
Please check footer now.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Before update you need delete “woocommerce” folder in the directory wp-content/themes/royal/ and it’ll be reuploaded from a new theme package.
Also update all required plugins https://www.8theme.com/download-plugins/ .
Don’t forget to create back up of your files and database before starting update process!
(it’s for Legenda theme but the process is the same).
Please note you should overwrite parent theme files, not the child theme.
Regards,
Eva Kemp.
Hello,
Please try this css code:
.woocommerce div.product form.cart .variations td.label {
padding-top: 10px;
}
Regards,
Eva Kemp.
Hello,
Some code was copied incorrectly.
I’ve edited it.
Please check header now.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.