-
Search Results
-
Hi there,
This is a typical product page that I have (see private content).
When I click on the main product image, nothing happens. When I click on the thumbnails below, it loads the image. This is not my desired image behaviour.This behaviour is different from another site that I have also running enfold.
My question is, where do I go within Enfold to change the behaviour of the images?Thank you.
Hello guys.
I’ve noticed a change to how the Magazine thumbnails are styled (or not) in version 4.3 of Enfold.
The thumbnail styling for class av-magazine-thumbnail used to be located in stylesheet enfold/css/shortcodes.css. That class is no longer in there, and neither are a whole lot of other Magazine classes. I may have missed it, but I can’t find any mention of a change to the Magazine styles in the changelog.
So, the thumbnail and title now don’t look quite as nicely styled and positioned as in the previous versions of Enfold. The thumbnail used to be positioned to the left, with a thin border around the thumbnail, and the date and post title positioned to the right of the thumbnail. In the latest version, there is no border and the date and title are positioned beneath the thumbnail image. Were these classes accidentally removed from shortcodes.css? It is a bit worrying when a new version of Enfold alters the style of an element in this way. Hope you can help.
Links to two client sites are provided in the Private Content section.
Cheers
DianaHello,
I have 2 main problems with my website which uses Enfold and I have to say that I never had problems this bad.
1. The search engine is not working properly, it keeps offering the same answer, no matter what is searched.
2. The thumbnail pictures, which used to be one size are now in different sizes
3 Every time that WordPress does an update, it creates problems and changes in the website (they generally end up being temporary) but it is extremely annoying!PLEASE HELP!!!
Or I might have to go to Sola Solew, where they don’t have problems or at least very few.
Topic: Captions
You guys have been great and I hate to ask for more, but …..
You beautifully managed to attach a lightbox slideshow to the site I am building. Just 2 more things…1) (“Menu page”) How can I get the name of the product as a caption (lower left). I have the product names in Alt, Caption, and Description entries in Media Gallery but don’t see the captions.
2) Can I also get the name of the product on the single product page items when the user hovers over the thumbnails?
Hi,
I would like to resize thumbnails from recent posts on widget, on the blog page and single-page, could someone help me?
*Link in private.Topic: finding a shortcode ?
on this page http://gccre.com.au/ (access pw = ” twist ” )
I have a full width slider – I want to add this slider image and link to a template page for a plug-in
this is a page using the tempolate
http://gccre.com.au/commercial/professional-offices-2/for the moment I have just used the code generated on the page (shown below) and the image sits there ok – but I know it is not correct and will not update if the slider is updated in the admin
I’ve manage to discover the shortcode (hook or whatever its called) for the widget panel
but can you tell me what the shortcode/hook is or where/how I can find it?
here is the code I have used for the moment
<div id="full_slider_2" class="avia-fullwidth-slider main_color avia-shadow avia-builder-el-5 el_after_av_one_third avia-builder-el-last slider-not-first container_wrap fullsize"><div data-size="no scaling" data-lightbox_size="large" data-animation="slide" data-ids="16703" data-video_counter="0" data-autoplay="false" data-bg_slider="false" data-slide_height="" data-handle="av_slideshow_full" data-interval="5" data-class=" " data-css_id="" data-scroll_down="" data-control_layout="av-control-default" data-custom_markup="" data-perma_caption="" data-autoplay_stopper="" data-image_attachment="" data-min_height="0px" data-src="" data-position="top left" data-repeat="no-repeat" data-attach="scroll" data-stretch="" class="avia-slideshow avia-slideshow-2 av-control-default avia-slideshow-no scaling av_slideshow_full avia-slide-slider" itemprop="ImageObject" itemscope="itemscope" itemtype="https://schema.org/ImageObject"><ul class="avia-slideshow-inner" style="padding: 0px;"><li class="av-single-slide slide-1 active-slide" style="visibility: visible; opacity: 1; transition: none; transform: translateZ(0px);"><div data-rel="slideshow-2" class="avia-slide-wrap"><div class="caption_fullwidth av-slideshow-caption caption_bottom"><div class="container caption_container"><div class="slideshow_caption"><div class="slideshow_inner_caption"><div class="slideshow_align_caption"><a href="http://gccre.com.au/contact/" class="avia-slideshow-button avia-button avia-color-black " data-duration="800" data-easing="easeInOutQuad">contact us</a></div></div></div></div></div><img src="http://gccre.com.au/wp-content/uploads/2018/04/bottom-final.jpg" width="2000" height="377" title="bottom-final" alt="" itemprop="thumbnailUrl" style="left: 0px;"></div></li></ul></div></div>Hello,
I have 3 questions regarding my sidebar customisation, I hope you’ll be able to help me. Please find below the credentials cause my site is development mode.Enfold latest news widget:
– I don’ want to display the time near the date. In the css, there’s only 1 class for date and time so I can’t apply a display: none; I went to WordPress settings / General and remove the text in custom time field. It works but I still have a “-” after the date, how can I remove it?
– how can I increase the size of the image thumbnail? it’s currently 36*36, I’d like 64*64.Archives widget : I’d like to remove the months to keep only the years, how can I do this?
Tx guys for your help and Enfold is still my favorite theme :-)
Nice day
MarineHi
Ive been using Enfold with great success to date however I’m having problems implementing the Easy Property Listings (EPL) plugin.
It is the layout of the listing pages that is giving me problems – EPL is marketed as an easy solution but I find it very difficult due to my low skill level at hard coding – I have a support ticket in with them as Priority Support but it often takes days to get an answer
I was wondering if you could have a look – there are a few issues
(front end site access pw is ” twist ” )
http://gccre.com.au/commercial/large-office-training-facility/1. the featured image is not displaying properly
2. the content spreads to the very edge of the page
3. I downloaded and installed their customised file for Enfold but it seem to be giving me PHP errors
4. I am wanting to have the page layout similar to this (which I did a while ago using “Builder” theme)with a widget panel at the side and a footer image (not widgets) at the bottom
if you could give me any clues to go any way to resolving any of these issues I would be very grateful!
The content of the customised for Enfold single -listing.php file is shown below
<?php global $avia_config; /* * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory. */ get_header(); $title = __('Blog - Latest News', 'avia_framework'); //default blog title $t_link = home_url('/'); $t_sub = ""; if(avia_get_option('frontpage') && $new = avia_get_option('blogpage')) { $title = get_the_title($new); //if the blog is attached to a page use this title $t_link = get_permalink($new); $t_sub = avia_post_meta($new, 'subtitle'); } if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('heading'=>'strong', 'title' => $title, 'link' => $t_link, 'subtitle' => $t_sub)); do_action( 'ava_after_main_title' ); ?> <div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'> <div class='container template-blog template-single-blog '> <main class='content units <?php avia_layout_class( 'content' ); ?> <?php echo avia_blog_class_string(); ?>' <?php avia_markup_helper(array('context' => 'content','post_type'=>'post'));?>> <?php /* Run the loop to output the posts. * If you want to overload this in a child theme then include a file * called loop-index.php and that will be used instead. * */ /**************************************************/ ?> <?php global $avia_config, $post_loop_count; if(empty($post_loop_count)) $post_loop_count = 1; $blog_style = !empty($avia_config['blog_style']) ? $avia_config['blog_style'] : avia_get_option('blog_style','multi-big'); if(is_single()) $blog_style = avia_get_option('single_post_style','single-big'); $initial_id = avia_get_the_ID(); // check if we got posts to display: if (have_posts()) : while (have_posts()) : the_post(); /* * get the current post id, the current post class and current post format */ $url = ""; $current_post = array(); $current_post['post_loop_count']= $post_loop_count; $current_post['the_id'] = get_the_ID(); $current_post['parity'] = $post_loop_count % 2 ? 'odd' : 'even'; $current_post['last'] = count($wp_query->posts) == $post_loop_count ? " post-entry-last " : ""; $current_post['post_type'] = get_post_type($current_post['the_id']); $current_post['post_class'] = "post-entry-".$current_post['the_id']." post-loop-".$post_loop_count." post-parity-".$current_post['parity'].$current_post['last']." ".$blog_style; $current_post['post_class'] .= ($current_post['post_type'] == "post") ? '' : ' post'; $current_post['post_format'] = get_post_format() ? get_post_format() : 'standard'; $current_post['post_layout'] = avia_layout_class('main', false); $blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "content"; /*If post uses builder change content to exerpt on overview pages*/ if(AviaHelper::builder_status($current_post['the_id']) && !is_singular($current_post['the_id']) && $current_post['post_type'] == 'post') { $current_post['post_format'] = 'standard'; $blog_content = "excerpt_read_more"; } /* * retrieve slider, title and content for this post,... */ $size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square'; if(!empty($avia_config['preview_mode']) && !empty($avia_config['image_size']) && $avia_config['preview_mode'] == 'custom') $size = $avia_config['image_size']; $current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], $size); if(is_single($initial_id) && get_post_meta( $current_post['the_id'], '_avia_hide_featured_image', true ) ) $current_post['slider'] = ""; $current_post['title'] = get_the_title(); $current_post['content'] = $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>') : get_the_excerpt(); $current_post['content'] = $blog_content == "excerpt_read_more" ? $current_post['content'].'<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a></div>' : $current_post['content']; $current_post['before_content'] = ""; /* * ...now apply a filter, based on the post type... (filter function is located in includes/helper-post-format.php) */ $current_post = apply_filters( 'post-format-'.$current_post['post_format'], $current_post ); $with_slider = empty($current_post['slider']) ? "" : "with-slider"; /* * ... last apply the default wordpress filters to the content */ echo "<article class='".implode(" ", get_post_class('post-entry post-entry-type-'.$post_format . " " . $post_class . " ".$with_slider))."' ".avia_markup_helper(array('context' => 'entry','echo'=>false)).">"; echo '<div class="entry-content-wrapper clearfix">'; do_action( 'epl_property_single' ); echo '</div>'; echo "</article>"; $post_loop_count++; endwhile; else: ?> <article class="entry"> <header class="entry-content-header"> <h1 class='post-title entry-title'><?php _e('Nothing Found', 'avia_framework'); ?></h1> </header> <p class="entry-content" <?php avia_markup_helper(array('context' => 'entry_content')); ?>><?php _e('Sorry, no posts matched your criteria', 'avia_framework'); ?></p> <footer class="entry-footer"></footer> </article> <?php endif; if(empty($avia_config['remove_pagination'] )) { echo "<div class='{$blog_style}'>".avia_pagination('', 'nav')."</div>"; } ?> <?php /**************************************************/ //show related posts based on tags if there are any get_template_part( 'includes/related-posts'); //wordpress function that loads the comments template "comments.php" comments_template(); ?> <!--end content--> </main> <?php $avia_config['currently_viewing'] = "blog"; //get the sidebar get_sidebar(); ?> </div><!--end container--> </div><!-- close default .container_wrap element --> <?php get_footer(); ?>Hi,
I love Enfold theme but I get conflicts with Photo Gallery Plugin which I want to use for displaying masonry image galleries and lightbox. On masonry picture gallery Enfold adds some hover-effect that conflict with Picture Gallery. On hover the thumbnail increases in size and shows a white border – but only on the bottom of the thumbnail. On mouse-out the image stays a bit larger than original. How can I disable image gallery in Enfold theme altogether or at least disable the mouse-over and mouse-out effect? Many thanks in advance, David
