Forum Replies Created
-
AuthorPosts
-
June 17, 2020 at 7:22 pm in reply to: Increase size of Main Product Image on Single Product Pages #1223479
Thank you.
Please consider this ticket s solved.June 1, 2020 at 9:57 pm in reply to: Increase size of Main Product Image on Single Product Pages #1218548Hello, I’m sorry, here’s another link:
https://www.playgolf.mx/product/puerto-cancun-golf-course-green-fee-18-hole/
Awesome!
Thank you.
Please consider it as closed.Hi there, any news regarding this subject?
Please let me know.Hi, I’m testing plugins to insert a video in the image gallery:
YITH WooCommerce Featured Audio and Video Content Premium and WooCommerce Featured Video. Both are disbled.
I added the following code to functions.php (child) in order to move woocommerce tabs under the thumbs:
add_action(‘init’, ‘avia_move_product_output’);
function avia_move_product_output() {
remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 10 );
remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 1 );
add_action( ‘woocommerce_product_thumbnails’, ‘woocommerce_output_product_data_tabs’, 5 );
}
If I remove it, the thumbs goes back to normal but tabs won’t be under it.Any ideas on how to solve it?
Hi again, I found ths snippets that solves the issue:
add_filter(‘woocommerce_get_catalog_ordering_args’, ‘set_sort_order’);
function set_sort_order($args) {
$args[‘orderby’] = ‘rand’;
return ($args);
}Please consider this ticket as solved.
Hello, plese consider this ticket as solved.
Thank you.Thank you!
Please close this ticket.Here you go:
https://snipboard.io/6nJtuv.jpg
The content does not resize properly at the right side.
All your help is appreciated.
April 28, 2020 at 5:46 pm in reply to: How to change woocommerce single product page layout #1207883Thank you Victoria, please consider this ticket as closed.
Yes please.
Awesome!
Thanks.Hello, I have the same problem. I installed the plugin but once I click the submit button the entire form disapears.
Any ideas on how to sort this part?Hello,is Enfold ready or compatible to use with AMP?
Josué, funciona muy bien al forzar el uso de una cuenta del mismo dominio.
Gracias.Hi Rikard, I found another post where Josue suggest to add a hook for the email issue.
Thanks for your reply.Hi Rikard, ticket is open.
Hi all, I’m having the same problem ufter updating WP and Enfold to lates version.
I already added the memory limits and still get the http error.Any help is appreciated.
March 14, 2016 at 5:34 pm in reply to: Advanced Layerslider, video will continue to play after slide show starts up #597890Hi Andy, since it is something urgent, I decided to remove the video from the advanced layer slider and add it in a text block.
However, every single video keeps playing even if I go to another page.Any idea on how to solve this?
March 9, 2016 at 2:12 am in reply to: Advanced Layerslider, video will continue to play after slide show starts up #595261Hi all, I’m having the same issue with a youtube video plus that it is not adapting to the slider size.
I followed https://kriesi.at/support/topic/layerslider-zoom-video-to-fill-banner-space/#post-327976 in order to add the video.
How can I make the video stop at the end and fit the slider area?
Any help is appreciated.
Jorge.
Hi Elliott, finally I’m getting what we need. If you reload the URL you can see that I added all the menus:
Main Menu
Secondary Menu (Top bar)
Third menu (page widget)Now I only need to open space between menu items in order to use the full with, is this possible?
Please let me know.
Hi Basilis, here’s the link:
Hi Elliot, thanks for the advice. I added the widget as you suggested.
Can you help me with the CSS in order to make it display as full with menu between the header and the slider please.Hi Elliott, I selected logo left menu below as option. I added the language switcher as the secondary menu in the top bar right.
Nos, how can I add a third menu in main head area? I see that I can show social icons on that area, but I need a menu there instead of the icons.Can you help me with that? Basically I need three menus.
The rest I understand that is pure CSS.Please let me know.
Problem solved.
Please close this ticket.Here’s the info.
Thanks for your time.Thanks. I will wait to the theme update if it is the case.
I got an answer from WPML and they just released an update for the WPML string stranslation plugin that solves this issue.
https://wpml.org/forums/topic/custom-post-type-slug-translation-not-working-in-3-1-9-4/#post-592399
And it seems to me it works great.
What I have done:
1. Headed to FTP wp-content/plugins/wpml-string-translation/inc/slug-translation.php
2. located the line 262 in that file
3. changed this:1
$slug_this = trim( $post_type->name, ‘/’ );
to this:1
$slug_this = trim($post_type->rewrite[‘slug’], ‘/’);I think they included this fix in the latest release.
I will ask them again and will let you know. What is strange is that this happened after Enfold update.
Hi guys, any news on how to solve this?
Is there any chance I can roll back the theme? This might solve it as I explained before.Thanks
-
AuthorPosts