-
Search Results
-
Topic: Enfold Gallery
I have added a GALLERY into a page, inside of a SINGLE LAYOUT choice.
I have chosen to view BIG IMAGE with THUMBNAILS below.
When I visit the page and click on ANY of the images, featured image at the top or a Thumbnail under the BIG IMAGE, the image opens with 2/2 images…which is simply a duplicate image of the image I have clicked on.
The only way to start the Gallery, like shown in the documentation http://kriesi.at/themes/enfold/shortcodes/gallery/ is to click OUT of that image before seeing the way it should be….a gallery, like….again….how you show it here: http://kriesi.at/themes/enfold/shortcodes/gallery/
Why are there duplicate images and why doesn’t the gallery act the same way as your demo content here: http://kriesi.at/themes/enfold/shortcodes/gallery/
Please advise.
Hi Kriesi,
I found a bug in the Catalogue-Item, WHEN there is text in “List Item Description” AND i’ve choosen the image-option “open bigger version of thumbnail…” – see the screens below!
https://www.dropbox.com/sh/kpxdl6z8dvxj1ft/AACOSQoDXzUeP6buI240WLUqa?dl=0
If I choose “no link”-option at the image, it’s okay…Please have a look!
Hi,
I’m using simple gallery (not masonry) with small thumbnails. I want to show the thumbnails of the first seven picture in one line (gallery columns is set to 7). How can I modify the php/css to list only 7 pics in preview?
Thanks in advance!
Topic: Masonry Gallery Not Working
I have tried altering settings and styles of the masonry gallery. I have tried disabling all plugins. I have tried multiple browsers (all on a Windows 7 PC). And I have tried reinstalling the Enfold theme, but my masonry gallery does not load properly. Sometimes if loads just captions, but other times it loads small thumbnails that don’t align properly. Any help? Thank you!
How do I customize the Gallery layout to display the thumbnails on the left of the main image?
Currently the only option on the Gallery Style menu are “Small Thumbnails”, “Big image with thumbnails below”, and “Big image only, other images can be accessed via lightbox”The idea is to have an area on the homepage featuring upcoming events, and as the visitor hovers over the thumbnails on the bottom, the main gallery image displays that image. Look at gallery_events.jpg for example of mockup.
Topic: Get Tab content
I am working on a woocommerce site with enfold. And I am trying to a facebook sharing button to each product page. I am trying to add OG meta content to the page header of the product page for facebook sharing. I can get the product name, image, url. However, I want to add og:description content but I don’t know how to do that. I put my product description into the enfold “tab” element. I created 2 tab pages. One is product description and the other one is shipping info. My question is how can I get the content from one of the tab page in the header.php?
<?php $print_og = true; ?> <?php if(is_product() && $print_og){ ?> <?php $feat_image = wp_get_attachment_url( get_post_thumbnail_id($post->ID) ); ?> <!-- Custom Facebook OG Data Added By Alex --> <meta property="og:title" content="<?php echo get_the_title(); ?>" /> <meta property="og:type" content="product" /> <meta property="og:url" content="<?php echo get_permalink(); ?>" /> <meta property="og:image" content="<?php echo $feat_image; ?>" /> <meta property="og:site_name" content="<?php echo get_bloginfo('name'); ?>" /> <meta property="og:description" content="how can i put product description here???" /> <!-- End of custom OG Data --> <? } ?>I would like to change the colour of the currently white caption text box on hover over of the Masonry gallery. How would I change the colour of the overlay box and caption text?
The overlay does not quite line up with the thumbnail size on the right of a few images in the gallery. Can I fix that?
Some of thumbnails also seem to repeat downwards crating a thin coloured line in the thumbnails, is there a reason it would not fit properly and needs to repeat or do I need to size the images differently?
Thank so much for your quick support. Really great team!!!
Topic: abnormal gallery
please refer to the page in private content
the gallery display abnormally
although we used Regenerate Thumbnails , but it still abnormally displayed
Hello,
I’m having a problem with the portfolio gallery thumbnail columns with the Ajax Portfolio.
All of my portfolio item settings are set to 6 (default setting for your demo), but I’m having some empty spaces.
I’m trying to have 3 thumbnails in each row, but changing the thumbnail column number doesn’t seem to change anything.Please could you help me solve this problem?
Thank you in advance,
Tommy
Topic: Easy Video Player WP Plugin
Hi
I wanted to add a mute/unmute option to a youtube video. I found the easy video player and am having problems.
1. Loaded a plugin (Easy Video Player WordPress Plugin) that works through shortcodes.
2. On a clean WordPress Install on the default wordpress theme (Twenty Fourteen, Twenty Fifteen) the plugin works beautifully.
3. On a clean WordPress Install with the Enfold theme (latest version) the shortcode does nothing. I tried adding it into a “code block”, “text block” & WordPress default editor. Nothing. The code is been rendered inside HTML source. Please see below.:
5. When I test again under a default WordPress theme it works perfectly.
6. Tested on two separate WordPress Installation on two separate servers. It defiantly points to enfold.YES the theme folder is renames aswell as the child, but this is not the problem as on a clean WordPress Install with just the Enfold plugin and the Easy Video Player WordPress Plugin it does exactly the same.
I can see the javascript been rendered inside the source and zero javascript errors been returned. The problem I see is that Enfold does not allow for external shortcodes to be loaded or it loads it but does not let the javascript run. I even loaded a PHP post & pages plugin to inject PHP code that explicits fires the shortcode method echo do_shortcode(‘[fwdevp preset_id=”0″ video_path=”C0DPdy98e4c”]’); and it to does nothing. Yes I tried a test echo which worked telling my the PHP script is running fine.
This is the code I captured from the source showing the javascript been injected.:
<section class=”av_textblock_section” itemscope=”itemscope” itemtype=”https://schema.org/CreativeWork”><div class=”avia_textblock ” itemprop=”text”><script type=”text/javascript”>
FWDEVPUtils.onReady(function()
{
FWDEVPlayer.useYoutube = ‘yes’;
FWDEVPlayer.videoStartBehaviour = ‘stop’;
new FWDEVPlayer(
{instanceName:’fwdevpPlayer0′,
parentId:’fwdevpDiv0′,
mainFolderPath:’http://localhost/mystagingone/wp-content/plugins/fwdevp/content’,
videoSourcePath:’C0DPdy98e4c’,
posterPath:”,skinPath:’minimal_skin_dark’,
displayType:’responsive’,
facebookAppId:’213684265480896′,
rightClickContextMenu:’developer’,
addKeyboardSupport:’yes’,
autoScale:’yes’,
autoPlay:’no’,
loop:’no’,
maxWidth:800,
maxHeight:500,
volume:0.8,
backgroundColor:’#000000′,
posterBackgroundColor:’#0099FF’,showControllerWhenVideoIsStopped:’yes’,
showVolumeScrubber:’yes’,
showVolumeButton:’yes’,
showTime:’yes’,
showYoutubeQualityButton:’yes’,
showFacebookButton:’yes’,
showEmbedButton:’yes’,
showFullScreenButton:’yes’,
repeatBackground:’yes’,
controllerHeight:41,
controllerHideDelay:3,
startSpaceBetweenButtons:7,
spaceBetweenButtons:9,
scrubbersOffsetWidth:4,
mainScrubberOffestTop:14,
timeOffsetLeftWidth:5,
timeOffsetRightWidth:3,
volumeScrubberWidth:80,
volumeScrubberOffsetRightWidth:0,
timeColor:’#888888′,
youtubeQualityButtonNormalColor:’#888888′,
youtubeQualityButtonSelectedColor:’#FFFFFF’,showLogo:’yes’,
hideLogoWithController:’yes’,
logoPosition:’topRight’,
logoPath:’http://localhost/mystagingone/wp-content/plugins/fwdevp/content/logo.png’,
logoLink:’http://www.webdesign-flash.ro/’,
logoMargins:5,embedAndInfoWindowCloseButtonMargins:0,
borderColor:’#333333′,
mainLabelsColor:’#FFFFFF’,
secondaryLabelsColor:’#a1a1a1′,
shareAndEmbedTextColor:’#5a5a5a’,
inputBackgroundColor:’#000000′,
inputColor:’#FFFFFF’,openNewPageAtTheEndOfTheAds:’no’,
adsVideoSourcePath:’none’,
adsButtonsPosition:’right’,
adsPageToOpenURL:’http://www.webdesign-flash.ro’,
adsPageToOpenTarget:’_blank’,
adsThumbnailPath:”,
skipToVideoText:’You can skip to video in: ‘,
skipToVideoButtonText:’Skip Ad’,
timeToHoldAds:4,
adsTextNormalColor:’#777777′,
adsTextSelectedColor:’#FFFFFF’,
adsBorderNormalColor:’#444444′,
adsBorderSelectedColor:’#FFFFFF’
})
});
</script><div id=”fwdevpDiv0″></div>
</div></section>Test youtube video.:
Shortcode:
[fwdevp preset_id=”0″ video_path=”C0DPdy98e4c”]
PS: Sorry, wrong link, the right one is as follows: http://rentonfrance.com/villa-cypress-point/
Hi,
Enfold1- How to modify a post “side thumbnails width to make it more visible. Most of people do not see it.
It is very “nice looking” but it would be great to increase width. I have it on various sites (3) with the same reaction.2- How to add a “Next” & “Previous” button or link on posts?
Thank’s a lot for your help.
JMHi,
Enfold1- How to modify a post “side thumbnails width to make it more visible. Most of people do not see it.
It is very “nice looking” but it would be great to increase width. I have it on various sites (3) with the same reaction.2- How to add a “Next” & “Previous” button or link on posts?
Thank’s a lot for your help.
JM


