I deactivated the Summary Burner option in FeedBurner and now it works perfect.
It sends the featured image and also an image that I’ve included in the excerpt. Great!
But in case I only need the image of the excerpt and not the featured image, what should I change in the snippet you gave me?
Hi dannablumenau!
Please go to Media Library and remove images then re-upload them. They cannot be found http://i.imgur.com/VpYeOia.jpg
Please also check wp-content\uploads folder and make sure that its permission is set to 755
Regards,
Yigit
Hello,
we have your Enfold theme installed and wanted to add a floating call-to-action button, but we are experiencing some troubles.
What we did is, we added a button in the quick css section and this is our code:
#beta .avia-button-center {
position: fixed;
top: 150px;
left: 85%;
z-index: 9000;
}
#beta {
margin-bottom: -50px;
}
The problem is, the button disappears behind images, jumps a few pixels while scrolling (in Chrome) or text bolds (in FireFox).
You can check it out at http://zebra.bi/
Any idea how to make a more stable version of a floating button?
Any help will be greatly appreciated.
Thank you, and awesome job on the Enfold theme, we love it!
Ismael provided code that removes both image links, the first from the main blog page and the second from the full post page. Great!
Devin provided code that only removes the image link from the full post page in case you want only that link removed.
https://kriesi.at/support/topic/how-to-remove-a-link-to-the-original-image-from-a-featured-image/
#top.single-post .big-preview.single-big a,
#top.single-post .small-preview {
pointer-events: none;
cursor: default;
}
Thanks to Ismael and Devin! Jas
Hi!
You can try adding following code to Quick CSS
.someclass { margin-top: -10px; margin-bottom: -20px; }
If you would like to decrease the margin even more.
And you should add Fullwidth easy slider element to your page and add “Slideshow background image” http://i.imgur.com/99khOJP.jpg
Cheers!
Yigit
Thank you for the quick help.
Best regards
Hi!
In WordPress dashboard, please go to Settings > Media and increase Thumbnail size 142x142px then regenerate thumbnails using this plugin http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Yigit
works great.
And how to improve the quality of the thumbnails?
because in the blog is poor, and in portfolio very good.
And this still doesn’t solve the problem were i want to use the menu in a carrousel image loader..
This reply has been marked as private.
Hey!
Please add following code to Quick CSS instead
#top div .avia-gallery .avia-gallery-big { display: none; }
.avia_transform .avia-gallery-thumb img.avia_start_animation {
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none;
opacity: 1;
}
.avia_transform .avia-gallery-thumb img {
opacity: 1;
}
Best regards,
Yigit
Hi Dude,
First of all, Thx for the great support!
The other thread has been closed (https://kriesi.at/support/topic/need-help-on-masonry-portfolio-hover-figcaption/) so here is a new one. I have implemented the code you posted and its working great.. technically :)
I now have it displaying the woord: “array” or the when adding “, true” the id number of the custom field image appears. I have the feeling I am on the right track but havent been able to get to the end of the tunnel :) Just spent a few hours testing and reading documentation but still without success.
This is the code I have now displaying either array or the image id numer:
if(empty($this->loop[$key]['content']))
{
$this->loop[$key]['content'] = avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 60) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, '');
}
$prev_img = get_post_meta($id, 'artist_logo', true );
if($prev_img) $this->loop[$key]['content'] = $prev_img;
Any idea what I need to change to output the actual image? Your help is greatly appreciated and I am sending a donation your way for sure!
Cheers,
Thomas Borkent
Hi!
Please remove the code and let us know, so we can take a look how it looks before applying the code
Regards,
Yigit
Hi,
I am encountering some difficulties. While making a custom header.
I want my social icons to be aligned to the right and on that same line my logo to the left. Then below the logo i want to have my menu that has 50px height blue blackground and that hovers my image carrousel
unfortunately disappear all photos…
http://tinyurl.com/pg58atf
Hey osukaru!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .big-preview { display: none; }
If that does not work, please post the link to your website
Cheers!
Yigit
hello,
I have a question about blogging template.
Where can I change the option galleries in a single post. Remove the large photo at the top, leave only the small images.
And how to remove the effect of the appearance of them, because the large amount of photos waiting on him for quite a while.
thanks for the help
Hi,
I would like to know if it is possible to link the images which are inserted into the gallery to a music link in order to play the music. So, when you select the image, instead of opening à lightbox, the action will be to play a music which is linked to this image.
If not, do you have any idea by any chance how to do it ??
Thanks a lot for your help
Alexandra
It didn’t work. It sends the text that is in the excerpt but no image.
I’ve got :
In Worpress->Settings =excerpt
In FeedBurnber->Summary Burner= Activated (1000 characters)
In the Post I’ve written a text in the excerpt which is sent correctly..
Hey Ismael,
Just ran across a plugin that should do the trick. It’s called WP Retina 2x. There is an article on his blog that might be helpful to others. I’ll get back to you with the results.
http://www.totorotimes.com/news/retina-display-wordpress-plugin
Thanks, Jas
HI There
I am using the Media element “Image” to link to another page which is working great but I would like to be able to display a Title of the image once you hover over it. Similar to the way it is done in the Masonry Gallery.
I tried copying the array’s form the Masonery-entries.php to the image.php file in Shortcodes. This gives me the option in the builder but I am to stupid to sort out the code to display it.
Can you help?
Hi Giles!
1) Yes, go to Enfold > General Settings and select another “Single Post Style”. If you do not want to change the style open up wp-content/themes/enfold/includes/loop-index.php and replace
$current_post['slider'] = get_the_post_thumbnail($the_id, $size);
with
$size = 'square';
$current_post['slider'] = get_the_post_thumbnail($the_id, $size);
You can also replace ‘square’ with another thumbnail size like ‘entry_with_sidebar’ or ‘entry_without_sidebar’.
2) Insert following code into the quick css field
#top.single .big-preview, #top.single .small-preview{pointer-events: none !important;}
3) Can you post a link to the page with the images please?
Regards,
Peter
Hey Ismael,
I can’t do it as I don’t have direct access to the backend of the new database.
But I just needed to renew the links of the inserted images in the slider. Then it worked :)
Thanks and cheers,
Jan :)
Hi fjrichart!
Use the “excerpt” option and use following code to include the featured image
add_filter( 'the_excerpt_rss', 'inoplugs_insertThumbnailRSS' );
add_filter( 'the_content_feed', 'inoplugs_insertThumbnailRSS' );
function inoplugs_insertThumbnailRSS( $content ) {
global $post;
$img = get_the_post_thumbnail($post->ID, 'thumbnail');
$content = '<div>' . $img . '</div>' . $content;
return $content;
}
Best regards,
Peter
NPParticipant
Hey
First of all I´d like to say that I´m very happy with this theme. It looks great and is very easy to use. I just have a little problem. On my frontpage I am displaying 3 of my projects on a full width slider. I want to add a button to the caption to link to the project page. I don´t want the whole image to be a link but only the button under the caption. Before when i typed in the link manually, I think I got to choose if I wanted to add a button as a link or link the whole image. I don´t find this choice anymore. I must be missing a step. Hope you can explain it to me.
/NP
Hi
I am trying to reduce the padding above and below the image on this page:
http://certcom.com.au/
I thought that this would fix it, but it doesn’t seem to change anything.
.content, .sidebar {
padding-top: 5px;
padding-bottom: 5px;
-moz-box-sizing: content-box;
min-height: 1px;
z-index: 1;
}
Any help would be appreciated.
Thanks
I tested another one of my site that uses a Wootheme and it does the same thing. It is in that lightbox javascript.
Hey jansthh!
Since I don’t have access on the database, please try this one. Go to your Enfold database via cpanel > phpmyadmin. Look for the wp_layerslider table. Select all the slides then export it using XML format. Go to the new installation then import the wp_layerslider xml file. Make sure that all assets like images are in the proper folders and with the proper file name.
Note: You should export the slides inside the wp_layerslider not the wp_layerslider table.
Best regards,
Ismael
Yes, you are correct the demo does the same thing on both the ipad and iPhone. I figure it had to be in the java script. When you do the responsive setting it does not do that but I could not zoom at all.