-
Search Results
-
Hi there,
when we share https://braandcorsetsupplies.com/life-fairy-bra-mother-blog/ which is the glob roll, it shows what appears to be a random image.
is there a way to specify which image is used to be the thumbnail on social media with the root of the blog?
thank you.
ENB..//
Hi Support,
I wonder if you can help?
If you go to the shop page of my site the product images are low resolution (because they are fixed at 150px x 150px (despite me changing the thumbnail setting in Woo Commerce but when you clicxk on the image the single product image and the lightbox images are fine.
http://www.ruggerbugs.co.uk/product-category/merchandise/
Can you help me improve the resolution of the thumbnail images?
Best Regards,
Richard
Hi there,
Is it possible to introduce new dimension size choices into the gallery element?
For our purposes we need a 500px by 500px big image with smaller square thumbnails below. There is a 500×500 big square choice but not a corresponding smaller thumbnail option, unless you want to go really small.Our other requirement is 500px wide and 800px tall with corresponding smaller thumbnails below of similar ratio.
I am not sure whether Enfold is adaptable in this way, but wanted to confirm all the same.
Thanks.
Topic: Portfolio thumbnail changes
Restarting an old ticket I previously submitted and haven’t received a new response on – I think because its old. Can you please help? Thank you!
1. Remove lower opacity on hover, on both main image and on thumbnails2. On thumbnails – remove the rollover interaction that changes the main image to thumbnail image
3. Add arrow overlay to thumbnails on hover (like main image hover). Clicking will open image in lightbox
Refernce for how the thumbnails should work: http://www.ronenbekerman.com/portfolio/best-of-week-182016/

Hello, I have a problem with the mobile viewing device iphone 4 and 5.
All texts are centered correctly by the Enfold settings, but with iphone 4 and 5 the site is not displayed correctly.
I have attached two pictures.


Can you help me?
Thank you
Dear Kriesi,
I have previously used the ‘portfolio grid’ to create pages with a thumbnail index linking to individual portfolio posts, but I have a client who wants a projects index where thumbnails link directly to videos that open and play in a pop-up window, rather than linking to a portfolio post page.
Please see example in the private link below.
What would be the best way to create something like this in Enfold?
Thanks, Richard
Hi support,
When I tap on a gallery thumbnail on iOS
– the first tap reveals the tooltip
– the second tap reveals the image but the tooltip is still visibleOnly after tapping on the first revealed image to go to the next image the tooltip disappears.
Is there a way to hide the tooltip when the first image appears?
Please find a link to a screenrecording in the private content area.
Best,
ClausTopic: Masonry Gallery Tool Tip
I’d like to hide the tooltip that the browser shows when mousing over the masonry gallery thumbnail images.
I’ve tried a suggestion from:
In that post its suggested to use the following function:
•••••••••••••••••••
function add_custom_tooltip(){
?>
<script>
jQuery(window).load(function(){
jQuery(‘a’).removeAttr(‘title’);
jQuery(‘img’).removeAttr(‘title’);
});
</script>
<?php
}
add_action(‘wp_footer’, ‘add_custom_tooltip’);•••••••••••••••••••
The trouble with this solution is that in addition to removing the TOOLTIP from the small gallery thumbnail images, it unfortunatly also removes the CAPTIONS from any of the lightbox enlargements.
Is it possible the script could be modified to only affect the thumbnails and not the enlargements?
Hi, we’re using the Latest Portfolio Widget in a custom way (to show a grid of thumbnails). How might we change the number of items allowed in the widget? Currently the max is 20…
ThanksHi,
I’m using the portfolio grid to display 10 portfolio items. Each portfolio item has 5-6 preview images assigned. When I choose “ajax” portfolio, of course those preview images work fine. However, I prefer working with the lightbox view. So, I’d like that lightbox to be able to go to the previous or next preview image. Is this possible?
In other words: I’d like to have the ajax portfolio to open in a lightbox instead of above the portfolio grid. And (if possible), with “previous” and “next” buttons in the lightbox, instead of the “ajax thumbnails”.
I’m not fixed on the “portfolio grid” element, so don’t mind working with a different portfolio option, or maybe a plugin?
Thanks a lot
Topic: Size of preview image
Hi, all my images have the size of 1024*684 px. Within the general settings of wordpress I have chosen for the mid-size of an thumbnail 300*200 Px. If I upload an image and choose this image for a single post the thumbnail size is always 300*300 Px. Is this possible to change this.
hi
I am using WordPress 4.5.2 with Enfold 3.7.1
i noticed that whenever i choose to edit a post using advanced editor, the social media sharing and comments section are not displayed. i applied the below CSS in Enfold->general styling->quick CSS without success
.comment-entry.post-entry {
display: block !important;
}actually I noticed using the chrome inspect element feature that the DIV class=:comment-entry” is not even there.
please have a look at the below 2 examples,
thanks a lot!!
basic editor:
————<div class=”container template-blog template-single-blog “>
<main class=”content units av-content-small alpha ” role=”main” itemscope=”itemscope” itemtype=”https://schema.org/Blog”>
<article class=”post-entry post-entry-type-standard post-entry-837 post-loop-1 post-parity-odd post-entry-last single-big with-slider post-837 post type-post status-publish format-standard has-post-thumbnail hentry category-blog” itemscope=”itemscope” itemtype=”https://schema.org/BlogPosting” itemprop=”blogPost”>
..
</article>
<div class=”single-big”></div><div class=”comment-entry post-entry”>
…
</div>
<!–end content–>
</main><aside class=”sidebar sidebar_right alpha units” role=”complementary” itemscope=”itemscope” itemtype=”https://schema.org/WPSideBar”>
..
</aside>
</div>advanced editor:
—————-
<div class=”container”>
<main role=”main” itemscope=”itemscope” itemtype=”https://schema.org/Blog” class=”template-page content av-content-small alpha units”><div class=”post-entry post-entry-type-page post-entry-886″>
<div class=”entry-content-wrapper clearfix”>
…
</div>
</div></main>
<!– close content main element –>
<!– section close by builder template –>
<aside class=”sidebar sidebar_right alpha units” role=”complementary” itemscope=”itemscope” itemtype=”https://schema.org/WPSideBar”>
..
</aside>
</div>
