-
Search Results
-
Hi Folks;
What I wanted is pretty simple: I simply want to center the thumbnail images used in the Post Slider entries. Right now they are all left-justified. I will add that it’s sort of odd, since the default icon is centered (the one used when you don’t specify a featured image).
I’m sure it’s probably just a CSS tweak, but I can’t seem to pinpoint the right code, and figured someone could answer it quicker than I could chase it down..
Any help would be appreciated.
Thanks!Hi
The only way I could place a large youtube video in the middle of the website is through the Advanced Layer Slider. But, in stead of view a preload thumbnail image of the video content, I just see a grey image with a “play” button. How can I fix it? I would like to see a video image preloaded.Thanks
Topic: Which sidebar goes where?
Hi, I’m trying to create a page template as follows:
Blog content 1 | Sidebar 1
Full width section with content slider
Blog content 2 | Sidebar 2
Full width section with content slider
etc.The blog element style I want to use is single author style with thumbnail on the left. I’m using the page builder.
If I do this using the blog shortcode at 100% width and the normal page template, Sidebar 1 is blank space. I can’t figure out which sidebar allows me to insert widgets there. All the widgets I do insert start appearing below the last full width section.
If I put the blog shortcode in a 75% width segment and the page template with no sidebar, then insert a 25% width section with the widget shortcode, I encounter two problems. The first: the blog element style changes and forces me into a center justified layout with thumbnail on top. The second is that although the widget appears, there is no vertical dividing line between the blog content area and the sidebar.
Is there a way to get the layout I want?
Thanks,
Karl.Topic: Gallery Image Transition
Hi. I’m looking for where this is controlled. With the big image/thumbnail animation, each image fades out completely before the next comes in… I’d love to tweak the way this displays, possibly just to speed up the transition, but I can’t find where it’s controlled… I’m assuming it would be some kind of CSS transition property, but I don’t see it anywhere in the theme.
Here’s the page:
http://subterranea.net/vusa2/products/harmen-32-es-1432/Hello. When i post news, in my home page or sidebar, thumbnail not appear. However, I have a picture in my new. Why :-(
Hi,
I’m using Enfold with the grid layout.
I set up most of my pages with a 2 columns grid, and my post thumbnails accordinglyHowever, on categories & tags it automatically gives me 3 columns.
Is there a way to change this and get a 2 columns grid instead on tags & categories?2) In order to unify everything, is there a way to get a 2 columns grid on the author post pages and on the result pages as well?
Thanks in advance and for your usual kick-ass support,
Cheers!Topic: Product image size
Hi,
Is there a way to resize the product image without touching the css? The woocommece image resize does not resize anything. even using the thumbnail generator.
Also, I have noticed that using a sidebar on a single product page does not appear on the left or right but rather under the product. Is this normal?
Thanks,
DI was looking for a different onhover effect for the Enfold portfolio. With the help of some Googling I changed the arrow to a slideover-excerpt-text effect.
To change this you have to know how to code – preferably in a child theme that you can download here:http://bit.ly/enfold-child
Example of onhover effect:
http://i40.tinypic.com/ndvqpz.jpg
What did i change:
PORTFOLIO.PHP (Version: 2.4.5)New code:
somewhere from line 395 (fullwidth portfolio) I changed some settings and added some classes. This is not very clean code but it can help you achieve this very easily.else { $extraClass .= ' default_av_fullwidth '; $output .= "<div data-ajax-id='{$the_id}' class=' rozepitem grid-entry flex_column isotope-item all_sort {$style_class} {$post_class} {$sort_class} {$grid} {$extraClass}'>"; $output .= !empty($excerpt) ? "<a href='{$title_link}' title='".esc_attr(strip_tags($title))."'><div class='rozeptxt grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".$excerpt."</div></a>" : ''; $output .= "<article class='main_color inner-entry' ".avia_markup_helper(array('context' => 'entry','echo'=>false)).">"; $output .= apply_filters('avf_portfolio_extra', "", $entry); $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">"; $output .= !empty($title) || !empty($excerpt) ? "<div style='z-index:100;box-shadow: 0px -5px 20px #888888;' class='grid-content'><div class='avia-arrow'></div>" : ''; if(!empty($title)) { $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false)); $output .= '<header style="z-index:100;" class="entry-content-header">'; $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>"; $output .= '</header>'; } $output .= !empty($title) || !empty($excerpt) ? "</div>" : ''; $output .= '<footer class="entry-footer"></footer>'; $output .= "</article>"; $output .= "</div>"; } $loop_counter ++; $post_loop_count ++; $extraClass = ""; if($loop_counter > $columns) { $loop_counter = 1; $extraClass = 'first'; } }Then i added a jQuery part in a JS file (e.g. shortcodes.js):
$('.rozeptxt').animate({ opacity:'0', top:'300px', }); $('.rozepitem').hover( // Over function(){ $(this).find('.rozeptxt').animate({ opacity:'0.9', top:'0px', }); } , // Out function(){ $(this).find('.rozeptxt').animate({ opacity:'0', top:'300px', }); } );In the custom CSS-field I added this:
.image-overlay { display: none!important; } .entry-title {font-weight:bold;font-size:13pt;} .rozeptxt{color:#7c6853;font-size:13pt;position: absolute;top:0px;left:0px; background: rgba(255,255,255,0.9);width: 100%;height: 100%;z-index:50;padding:20px;} .rozepitem{display: block;float: left; position: relative;overflow:hidden;}I know the code can be a lot cleaner, but i saw other people wanting this – so maybe this helps them create something awesome.
Hello.
Using an Ajax Portfolio Preview, Display Preview Images as Gallery.
We want to prevent the thumbnails and big_thumb from being links. We disabled the lighbox per http://kriesi.at/documentation/enfold/prevent-image-or-link-from-opening-in-a-lightbox/ , but the thumbnails open the image file in a new window. We want to disable the link on the thumbnails and retain the mouse-over-to-fake-lightbox functionality. The thumbnails and big_thumb should not open or link anywhere, but simply display in the fake lightbox area.
Seems like it should be in /config-templatebuilder/avia-shortcodes/gallery.php around line 218… but I can’t remove the link without disabling the mouse-over.Hello, I have just done a completely new upload of the latest Enfold theme (v2.4.5), and as soon as I reloaded the page with the portfolio items (in this case, assigned as a list of lawyers), the thumbnails and title/excerpt no longer had any rollover or link to the individual page. I have looked at other posts and tried to rename the permalinks several times – default, back to what it was originally (people), plus some new names – no luck. I also deactivated and reactivated BBPress (saw that on another post), but that didn’t help either. Luckily I made a complete backup of the older version of Enfold, so have reverted back in the meantime. This is the page in question (links working here only because this is the older version of Enfold):
http://www.ekb.com/our-team/lawyers/
You will see that the categories are not displaying properly – this was one of the reasons I wanted to update to the new version – but at least the links work for now, which is crucial.
The only way that you can see the problem is if I send you admin access so that you can swap out the theme, so please let me know unless you have another option for me to try and fix the problem? Thank you, Jodi
