-
Search Results
-
Hi,
Where could I change way of showing images in shortcode of masonry gallery?
I would like to open not large, but just original images in gallery after clicking thumbnails.Best regards!
zalzyTopic: Thumbnail image display
Hello,
I have 2 small issues with the gallery
– The light box dont seem to be working. When the option is on, the images open on a new window on click. ( i have no plugins, and the latest theme update)-My gallery thumbnail images are displaying pixelated.
I cannot find how to choose the size in the media galery.Thank a lot!
Keep up the good work guys!Topic: Featured image in RSS feed
Hi,
I was wondering if there was on option in the enfold theme allowing to include the featured image of a post directly into the rss feed.
I found a solution adding some code in the functions.php file but I thought this would be directly customizable in the theme options.
If it’s not and for those who are interested, here is the code to add in you functions.php file (I found it on this forum from a 3 years old topic. I just tweaked itby adding a link to the post on the image) :
function avia_add_images_to_rss_feed($content) { global $post; if ( has_post_thumbnail( $post->ID ) ) { $content = '<a href="' . get_permalink() . '">' . get_the_post_thumbnail( $post->ID, 'full', array( 'style' => 'display: block;' ) ) . '</a><br/>' . $content; } return $content; } add_filter('the_excerpt_rss', 'avia_add_images_to_rss_feed'); add_filter('the_content_feed', 'avia_add_images_to_rss_feed');Good afternoon,
I build all of my websites with enfold and yesterday I did the new update for wordpress that came out on April 12th. When I did this, all graphics on my website disappeared. On the backdoor of the website it showed everything was fine, but when you actually looked at the site, anything that was not a thumbnail disappeared.
I immediately went to my latest backup and restored my website, but now I’m afraid to update the 12 websites that I run.
It seems to me that the new wordpress update just didn’t vibe with enfold.
please advise,
I have imported the coming soon demo, but nothing is displayed except the background image of the first section. I have tried adding icons and text boxes but nothing works?
It is being really erratic with background images only being displayed as small thumbnails in the corner of 1/1 layout holders
Hello
I’ve styled the instagram button underneath the thumbnails to the clients corporate color but I can seem to get either the font color or the background color to change on hover; please advise. I’d like the background color to change to #666. Thanks :) The page in question is in the private area – on hover the font disappears and goes to the default a link color.Hello,
It seems like the gallery thumbnails are set at 10% opacity right now, and I have no idea how to change it back to 100%. Or how it happened to begin with.
This is the page I am struggling with:
http://www.carolinecheng.net/travel/Thanks.
Topic: Post slider layout
Hi! I updated to Enfold 3.5.2 after the WordPress update yesterday, and the site is working well again and I’m doing some changes.
I only have one question about an item that has changed after the update, It is the post slider on home page. The thumbnails are fine, but underneath the pic the category is now being displayed instead of the date. And the date has now moved underneath the news headline. The post slider edit in Avia layout builder doesn’t let me edit this. What I had, and want, is picture, date, headline, “read more” from top to bottom. Is there a piece of code that should go somewhere?
Hi
I need to change the width , color and transparency of gallery borders when using Big Image with thumbnails below. In withe background you wont notice that but if i use bark background you will see the border white and thick also the thumbnail border is too tick is i use just 4 o 5 columns.Thank you
Hi,
I need to have a photo gallery to show the different colors you can apply to my clients product. For that matter i need the thumbnail image and the image to show to be different to each other ( plain color thumbnail that open an image of the colored product). Here is an example of what i am trying to do: http://www.disegnacolor.es/es/coleccionesDecking/natureI dont see any built in solution in Enfold Theme, and tryed out a couple of plugings but they did not work propertly.
I can think about 2 possible solutions:
1. An existing plugin: Is there any photo gallery with this features compatible with Enfold?
2. Customize PHP: I thought on a fast fix by customizing Enfold photogallery by adding a new version of the existing gallery and concatenating a suffix like “tumb” to it on PHP. Like that i would only have to worry on name the files properly. If that works i would like to add the new gallery to backend shortcode options.
I am open to any other idea.
Thanks in advance,
C
