Hello,
Please add this code in custom.css file:
.forum .row-fluid .span9 {
width: 100% !important;
}
.forum .span3.sidebar.sidebar-left {
display: none;
}
How to create custom.css you can watch in this tutorial.
Regards,
Eva Kemp.
Hello,
Please provide WP Dashboard credentials in private content.
Regards,
Eva Kemp.
Hello,
1. Do you mean cart widget in the header or Cart page?
2. Please show a page where I can add a product to the cart to see the issue.
Thank you.
Regards,
Eva Kemp.
Hello @lkendrick22,
@Flexibilis is right, and you need ask your hosting provider support to set redirect rule in your .htaccess file on the server.
So, please contact them and let us know the result.
Regards,
Eva Kemp.
Hello,
Please try to rename the files to es_ES.mo/es_ES.po.
If this doesn’t help, please provide FTP credentials for checking.
Regards,
Eva Kemp.
Hello @mbertram,
Please provide WP Dashboard credentials to check the issue.
Regards,
Eva Kemp.
Hello,
Yes, the changes will be lost.
In this case you can create a child theme https://codex.wordpress.org/Child_Themes and move the file there. The path should be classico-child/woocommerce/content-product.php.
Regards,
Eva Kemp.
Hello,
I’ve edited header.php file.
Please check the site now.
I see the styling is missing.
Perhaps some plugins are causing it.
I couldn’t log in to your WP Dashboard. Please check the credentials.
Regards,
Eva Kemp.
Hello,
Please provide WP Dashboard credentials in private content to check the issue.
Regards,
Eva Kemp.
Hello,
1. You need edit the file wp-content/themes/royal/content-grid.php and comment or remove the line 63:
<a href="<?php echo etheme_get_image(); ?>" class="btn btn-black xmedium-btn" rel="pphoto"><span><?php _e('View large', ETHEME_DOMAIN); ?></span></a>
2. Please use this css code:
.wp-picture .zoom > i {
background-color: transparent;
}
3. Add this css code:
.single-post .wp-picture .btn_group a {
display: none;
}
Regards,
Eva Kemp.
Hello,
6. Yes, you need use this code:
value: <?php echo WC()->cart->get_cart_subtotal(); ?>,
currency: <?php echo get_option('woocommerce currency'); ?>
Regards,
Eva Kemp.
Hello @sh70,
Sorry for a delay.
What changes did you make in the child theme that caused the issue?
Please specify.
Thank you.
Regards,
Eva Kemp.
Hello,
You can disable fixed navigation in Theme Options > General.
Regards,
Eva Kemp.
Hello,
I’ve sent the archive.
Please check your mail.
Regards,
Eva Kemp.
Hello,
Unfortunately we can’t tell you the ETA now.
Perhaps it will be released in a month.
Thank you for understanding.
Regards,
Eva Kemp.
Hello,
Yes, I was able to.
Thank you for understanding.
Regards,
Eva Kemp.
Hello,
Please provide FTP and WP Dashboard credentials in private content to check the issue.
Regards,
Eva Kemp.
Hello,
The problem is related to Woo Products element you added.
Please try to use this element instead http://storage4.static.itmages.com/i/17/0215/h_1487157363_6570410_d78f1325ef.jpeg .
Let us know the result.
Regards,
Eva Kemp.
Hello,
You can read how to customize Woocommerce templates https://www.skyverge.com/blog/edit-woocommerce-templates/
https://nicola.blog/2015/01/21/customize-the-thank-you-page-in-woocommerce/
Regards,
Eva Kemp.
Hello,
Please refer to this article https://www.elegantthemes.com/blog/tips-tricks/telephone-links-how-to-add-call-able-links-ctas-to-your-website .
Regards,
Eva Kemp.
Hello,
6. Please use this css code:
.product-information .yith-wcwl-add-to-wishlist a::before, .product-information .email-link::before {
display: none;
}
7. Use this css code:
.footer-product .show-quickly:hover {
color: #917c27 !important;
}
Regards,
Eva Kemp.
Hello,
Your FTP credentials are incorrect.
Please check them.
Or please make the changes yourself in the file header.php. Replace the code
<?php $cart_widget = new Etheme_WooCommerce_Widget_Cart(); $cart_widget->widget(); ?>
http://prnt.sc/d1pf0u
with this one:
<?php etheme_top_cart(); ?>
http://prnt.sc/d1pfcy
Let us know the result.
Regards,
Eva Kemp.
Hello,
Sorry for a long delay.
I’ve passed your query to our developers.
This will be fixed in the next theme update.
Please take our apologies for inconveniences.
Regards,
Eva Kemp.
Hello,
Sorry for a long delay.
This will be fixed in the next theme update.
Please take our apologies for inconveniences.
Regards,
Eva Kemp.
Hello,
Unfortunately Font Awesome files weren’t updated in this version.
Please take our apologies.
I’ll forward this query to the developers to get it done.
We’re very sorry for such inconveniences.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Have you followed these instructions and added the code?
http://fancybox.net/howto
Please read it how to implement FancyBox to your site.
Regards,
Eva Kemp.
Hello,
I can’t log in to your WP Dashboard.
Please check the credentials.
Regards,
Eva Kemp.
Hello,
Due to GTmetrix result https://gtmetrix.com/reports/qiddie.com/YozPhCyD , please follow the suggestions from these articles:
https://varvy.com/pagespeed/scaled-images.html
https://varvy.com/pagespeed/leverage-browser-caching.html
https://varvy.com/pagespeed/defer-loading-javascript.html
http://www.elegantthemes.com/blog/tips-tricks/optimize-images-for-your-wordpress-website
Also you can use some additional plugins for compression, caching (W3 Total Cache etc), image optimization (WP Smush etc.) and Javascript / CSS Minifiers. These can optimize and speed up your website.
Regards,
Eva Kemp.
Hello,
1) The code is for initialization. Please read the documentation:
https://developers.facebook.com/docs/marketing-api/audiences-api/pixel#parameters
4) Please take a look http://prntscr.com/e8iff0
<script>
fbq('track', 'ViewContent', {
value: <?php echo WC()->cart->get_cart_subtotal(); ?>,
currency: '<?php echo get_option('woocommerce currency'); ?>'
});
</script>
5) No need.
6) Yes, it’s required.
Regards,
Eva Kemp.