-
Search Results
-
I would like to keep the lightbox effect on two pages (WEDDING & SPECIAL OCCASIONS).
on Woo Single product pages, I would like no lightbox but just the standard hover over a thumbnail and it becomes the large image.
Hi there
After upgrading to the latest WooCommerce I have spaces between my product thumbnails.
I have tried re adding them, still they give spaces.I followed mensmaximus’s fix as my Main thumbnail was blurred and it fixed that.
Woocommerce enfold" />Thank you for your time.
I had blury images which I fixed with the help of:
However, the product gallery is still broken in WC3. Where I used to have thumbnails I now have larger images each the size of the main product image, all stacked vertically. Here’s an example:
How can I fix this?
Hi,
We’re developing a corporate site and we are facing a big problem trying to translate the taxonomy base slug.
Our thought was that if we registered our custom post and taxonomies the way u register portfolio post type we would be able to translate the base slug… but it didn’t worked. Later I tried translating the portfolio base and it doesn’t work either.I have the latest update of enfold and WPML installed.
Example of our CPT & Tax:add_action('init', 'news_register_extended', 999 ); function news_register_extended() { global $avia_config; $labels = array( 'name' => _x('News Items', 'post type general name','avia_framework'), 'singular_name' => _x('News Entry', 'post type singular name','avia_framework'), 'add_new' => _x('Add New', 'portfolio','avia_framework'), 'add_new_item' => __('Add New Item Entry','avia_framework'), 'edit_item' => __('Edit News Entry','avia_framework'), 'new_item' => __('New Entry','avia_framework'), 'view_item' => __('View News Entry','avia_framework'), 'search_items' => __('Search News Entries','avia_framework'), 'not_found' => __('No News Entries found','avia_framework'), 'not_found_in_trash' => __('No News Entries found in Trash','avia_framework'), 'parent_item_colon' => '' ); $permalinks = get_option('avia_permalink_settings'); if(!$permalinks) $permalinks = array(); $permalinks['news_permalink_base'] = empty($permalinks['news_permalink_base']) ? __('news-item', 'avia_framework') : $permalinks['news_permalink_base']; $permalinks['news_entries_taxonomy_base'] = empty($permalinks['news_entries_taxonomy_base']) ? __('news_entries', 'avia_framework') : $permalinks['news_entries_taxonomy_base']; $args = array( 'labels' => $labels, 'public' => true, 'show_ui' => true, 'capability_type' => 'post', 'hierarchical' => false, 'rewrite' => array('slug'=>_x($permalinks['news_permalink_base'],'URL slug','avia_framework'), 'with_front'=>false), 'query_var' => true, 'show_in_nav_menus'=> true, 'taxonomies' => array('post_tag'), 'supports' => array('title','thumbnail','excerpt','editor','comments') ); $args = apply_filters('avf_news_cpt_args', $args); $avia_config['custom_post']['news']['args'] = $args; register_post_type( 'news' , $args ); $tax_args = array( "hierarchical" => true, "label" => "News Categories", "singular_label" => "News Category", "rewrite" => array('slug'=>_x($permalinks['news_entries_taxonomy_base'],'URL slug','avia_framework'), 'with_front'=>true), "query_var" => true ); $avia_config['custom_taxonomy']['news']['news_entries']['args'] = $tax_args; register_taxonomy("news_entries", array("news"), $tax_args); //deactivate the avia_flush_rewrites() function - not required because we rely on the default wordpress permalink settings remove_action('wp_loaded', 'avia_flush_rewrites'); }Please help : ) and thank you for your effort with this theme.
Topic: Parallax effect on homepage
Hey guys!
Is there CSS to create a parallax effect on the homepage of my site?
So the text stays in a fixed spot instead of scrolling up, while the thumbnails come up from below.
website: ccyran.com
Thanks!
ChrisHi,
Need help.
I have a gallery with some images with youtube links (with the help of the WP Gallery Custom Links plugin).
it work almost everything except when i click on the main image. The link will open the youtube instead of the lightbox.
If i navigate on the images when the lightbox is active the video plays inside the lightbox. And if i click on the thumbnail images also open the lightbox.The only issue is the main image thet not open the video on the light box.
Can you guys help solve it.
Thanks
Hi,
I use the Masonry element to show my portfolio entries for a photography website.If a user clicks on an image (thumbnail of each portfolio entrie) it opens the page for the portfolio item.
Is it possible that the image opens? As popup in a shadowbox as in “Masonry Galery” for example?
I need to use “Masonry” because of the funtioncality for sorting and get the portfolio entries but I need the popup functionality of “Masonry Galery” as well. So is it possible to combine both in a form I described?
Thanks
Hi
My clients site is having some ongoing issues with the product gallery (since the last update). Previously the images were displayed in thumbnails underneath the main product image, all looked sharp and correct.
Now the images are blurry and show as a column of large images. Here’s an example:
If you could help that would be great.
I am getting these warnings when chosing a product in my shop:
Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description(), called in /var/www/beardbros.dk/public_html/wp-includes/class-wp-hook.php on line 298 and defined in /var/www/beardbros.dk/public_html/wp-content/themes/enfold/config-woocommerce/config.php on line 1360
Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description(), called in /var/www/beardbros.dk/public_html/wp-includes/class-wp-hook.php on line 298 and defined in /var/www/beardbros.dk/public_html/wp-content/themes/enfold/config-woocommerce/config.php on line 1360
Example:. http://beardbros.dk/produkt/beard-bros-limited-edition-emalje-pin/
Wordpress Version 4.7.4
WooCommerce Version 3.0.4
Enfold Version Version 3.8Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description() in /home/coneyislandtran/public_html/wp-content/themes/enfold/config-woocommerce/config.php on line 1351
Hi
I have a website using enfold. I had gotten the above warning… I have read here to re-upload the theme via FTP to the server. I just purchased 4.0 as I did not have any theme files at my disposal. Do I upload the whole enfold folder to the server and overwrite the exciting data in the existing enfold folder. I also have an enfold child theme folder.. nothing should be uploaded here?Stan
Topic: woo commerce com avi enfold
Hello WooCommerce
I’ve upgraded a website to WooCommerce 3.0 and then 3.0.3
But instead of seeing Widgets on my Shop Sidebar, I’m seeing PHP error messages.
Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description() in /home/website/public_html/wp-content/themes/enfold/config-woocommerce/config.php on line 1360
Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description() in /home/website/public_html/wp-content/themes/enfold/config-woocommerce/config.php on line 1360
Is this a problem with WooCommerce or with my theme Enfold?Thanks in advance.
Topic: Pdf upload with latest wp.
Later wordpress supports pdf thumbnails… however on latest Enfold 4.x cannot upload a pdf into a gallery or an image block.. It goes through the process but will not link to the pdf – gallery is worse as it contains no images even when it shows the thumbs on import, on save they are gone… using an image block you get the thumbnail – you ask for linking to pdf file but the linking is gone after saving out of the configurator.
Running:
WP 4.7.4
Enfold: 4.0.5
Woocommerce: 3.0.4After the latest update to WP, my thumbnail images on the product pages are all messed up.
Example: http://www.thefoundrydesign.com/product/marcia-grey-snake/
Out of position and quite large.Example 2:
Huge thumbnail for second image
Is there a quick fix for this? I cant find why the addtional images are so big all of suddern.
I have recreated the thumbnails this morning, so that cant be the issue.
Anybody have any thoughts on what might be causing this?
