-
Search Results
-
Topic: Enfold Woocommerce warning
Hello,
I have a problem with woocommerce with a project.
Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description() in /home/color200/shop.color2000snc.it/wp-content/themes/enfold/config-woocommerce/config.php on line 1360
Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description() in /home/color200/shop.color2000snc.it/wp-content/themes/enfold/config-woocommerce/config.php on line 1360
Can you explain where I was wrong?When accessing single products i am receiving the following errors:
Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description() in /home/content/p3pnexwpnas04_data03/74/4096974/html/wp-content/themes/enfold-child/functions.php on line 21
Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description() in /home/content/p3pnexwpnas04_data03/74/4096974/html/wp-content/themes/enfold-child/functions.php on line 21
I have updated to the most recent theme update as well as woocommerce. I added the code from other posts to get the images to not be blurry, but am still receiving this error.
Please advise. Login information given.
Hello – the following error message is appearing on all product pages:
Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description() in /home/content/p3pnexwpnas08_data03/48/2526048/html/wp-content/themes/enfold/config-woocommerce/config.php on line 1360
Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description() in /home/content/p3pnexwpnas08_data03/48/2526048/html/wp-content/themes/enfold/config-woocommerce/config.php on line 1360
Any help would be greatly appreciated – thank you!
Hi
The easy slider images on my website, TrevorJohnston.com have strangely disappeared. Clicking on the image title below any of the portfolio thumbnails brings up a “detail” page for that image. An easy slider in the upper left corner displays (at least it should) close-up details within the main image. At some point recently, those images stopped appearing. Strangely, if I use Inspect Element for the easy slider, the images appear, then disappear again once I move to a different page.Hi guys,
Since activating the Woocommerce 3.0 product gallery in the themes product gallery section, the thumbnails on product pages appear too big on a mobile.
Visit this page on a mobile and you will be able to see what i mean –
Please advise
AntonioI am using the enfold theme for the first time, and I really love this theme.
I see that this theme comes with a feature to display the testimonials. I really like the way the testimonials are being displayed in the default grid layout. But they are all static content.On my website though, I want to have testimonials as a custom post type. I want to display every individual testimonial on its own page when I click on the person’s name, or picture or a Read More link.
I created a custom post type called “Testimonials” using “CPT UI” plugin.
In order to use exactly the same markup and styling that comes with the default testimonials in Enfold theme, I tried creating a shortcode for my custom post type “Testimonials” in function.php.I have a page called Testimonials. On this page I am using the shortcode [testimonials] to display all the testimonials with default pagination. The testimonials are being displayed perfectly fine as I want them to appear. The only problem is that the default numbered pagination is not showing up for some reason.
Following is the code I have written in functions.php file to create the shortcode.
/* SHORT CODE FOR ALL THE TESTIMONIALS */ function all_testimonials_shortcode() { $paged = ( get_query_var('paged') ) ? get_query_var('paged') : 1; //echo "Page numbers: " . $paged; $loop = new WP_Query( array( 'post_type' => 'testimonials', 'paged' => $paged, 'posts_per_page' => '4', 'paginate' => 'yes', 'use_main_query_pagination' => 'yes' )); if ( $loop->have_posts() ) { $output = ''; while ( $loop->have_posts() ) { $loop->the_post(); $post_thumbnail_id = get_post_thumbnail_id( $post_id ); $testimonial_permalink = get_permalink( $post_id ); $excerpt = get_the_excerpt( $post_id ); $designation = get_field( 'designation' ); $testimonialTitle = get_the_title(); $output .= "[av_testimonial_single limit='1' href=" . $testimonial_permalink . " src=".$post_thumbnail_id ." link='http://' linktext='']"; $output .= $excerpt . "... <a href=" . $testimonial_permalink . ">Read More</a>"; $output .= "<div class='avia-testimonial-meta-mini'>"; $output .= "<div class='avia-testimonial-name'><strong>".$testimonialTitle."</strong></div>"; $output .= "<div class='avia-testimonial-subtitle '>".$designation."</div>"; $output .= "</div>"; $output .= "[/av_testimonial_single]"; } // echo avia_pagination('$loop->max_num_pages', 'nav'); return do_shortcode("[av_testimonials style='grid' columns='2' grid_style='' interval='5' font_color='' custom_title='' custom_content='' admin_preview_bg='']". $output ."[/av_testimonials]"); wp_reset_postdata(); } }; add_shortcode('testimonials', 'all_testimonials_shortcode');The testimonials are now displayed fine, and they are displayed in this format:

For some reason, the pagination is not showing up. I want the pagination to be displayed like this:

Can someone tell me if I am missing something in my code. Thanks.
Topic: Blog layout
Dear Enfold team,
I’m very happy and satisfied with the enfold theme. Took me a few days to change my website to ur theme but now I’m very happy. I do still have 2 issues regarding the blog and would highly appreciate your advice:
Blog posts:
When I choose to show the blog posts I have an issue that for one post the respective excerpts doesn’t show up in this 3 column layout: Link. How can I fix this?Blog layout:
My current blog layout is posted in this link. Is it possibly to get a blog listing layout like in this theme here? I would like to have a thumbnail on the left and the titel, meta data and excerpts on the right. Is that possible?Thanks in advance.




