-
Search Results
-
Hi,
I use an av_magazine in a footer widget with the following code:[av_magazine link='category' items='3' offset='0' thumbnails='aviaTBthumbnails' heading='' heading_link='manually,http://' heading_color='theme-color' heading_custom_color='#ffffff' first_big_pos='top' custom_class='']A paginated site shows on page (1) the posts No. 1-3, on page (2) the posts No. 4-6, from page (3) on no posts (there exist only six posts).
Do you have an idea how to get the posts No. 1-3 on eyery page?
Thanks, BerndGuys, I want to say first of all that the support is the main reason I support and recommend you guys to everyone I can. But is have been very disappointment in your support… my previous question did not even get an answer.
As for my problem: My portfolio images are all different sizes in the portfolio grid on my site http://www.galoot.co.za/compostmatters
With all your themes there has never been a problem where the thumbnails gets generated like this. I have tried the “regenerate thumbs” plugin etc, but still nothing.I will now try the simple image sizes as a last measure, but I feel this is wasting my time and I expect stuff like thumbnail sizes to work and not for 3rd party plugins to be a solution to basic problems like this.
Hello,
Great theme! The only issue I have had so far is that when I create a post and publish the featured image the featured image links to one of the available products when clicked on; instead of directing visitors to the post itself. Even if I don’t use a featured image the blank thumbnail still directs to the product.
For the sake of visitors I have changed the Enfold blog setting to “use advance layout editor to build” so the visitors can go straight to the post when they click on it.
Hello,
I would like to make 2 changes to the magazing feature.
1) I would like to increase the size of the thumbnail to something more like 200×300 portrait
2) I would like to not display the date.Are these possible? Can you help?
Thanks
Hi there,
I would like to find a way to overlay a small custom graphic on the thumbnails of certain tagged portfolio items (in my case each portfolio item is a property). I have currently tagged New Listings, New Prices, Open House, ect. I would like them to be visible on the portfolio grids…I currently have grids set up on the homepage and each listing category page. I’ve included the links. What’s the best way to go about this? I guess the image would be an overlay of the featured image thumbnail. Any alternate suggestions on accomplishing this are definitely welcome. Thanks! I hope that makes sense.For the life of me I cannot figure out how to get LayerSlider to open embedded video (using an iframe) to show up in a popover.
This use to work perfectly with the old version of LayerSlider but since it’s been updated it just keeps opening the videos in the main window.
What I’m doing is choosing ‘Image’ as the layer type then specifying the image of a PLAY button.
I then switch over to the ‘Link’ tab and enter in the embed popover URL into the field and set it to ‘Open on same page’.
http://fast.wistia.net/embed/iframe/k15tf84uzl?videoWidth=640&videoHeight=388&controlsVisibleOnLoad=false&autoPlay=true
Additionally if I used a fancybox plugin, I would add the class ‘fancybox-iframe’ into the ‘Attributes’ tab.In the old version of the Enfold theme with LayerSlider, it could detect the source of the video (Youtube etc) and allow it to load as a popover video.
I’m currently using a video from Wistia. I’ve tried a Youtube hosted video but it too doesn’t open in a popover now either.
The only way that I could get it to work is choosing the ‘HTML / Video / Audio’ layer type and entering in the following html code:<a href="//fast.wistia.net/embed/iframe/k15tf84uzl?popover=true"><img src="https://embed-ssl.wistia.com/deliveries/07b5e1d983243191d31e6f4f47ca8dfa7fcdb75d.jpg?image_play_button=true&image_play_button_color=0212e3e0&image_crop_resized=150x84" alt="" /></a> <script charset="ISO-8859-1" src="//fast.wistia.com/assets/external/popover-v1.js"</ script>But I don’t like having to do this because the thumbnail/preview image does not actually resize itself when you alter the window size of the browser, so everything around it is reduced except for the video play button.
Can you please help figure out how to get this working like it was before?
Hi Folks!
I am using your wonderful theme for two different websites now and just encountered a problem, where I do need your help:
As the topic title expresses, I would like to change the image size in the recent works widget. With the help of the forum I nearly made it. But after I successfully updated the thumbnail size, the pics are now stretched.
How can I use a self created thumbnail size in the widget?
Appreciate your help.
Best regards,
StefanTopic: Avatar on Magazine's Thumbs
I try to change the image thumbs on Magazine with author avatar, but it doesn’t work.
I try to open magazine.php and change the code:$image= get_the_post_thumbnail( $entry->ID, $this->atts[‘image_size’][$style] );
with
$image= get_avatar( get_the_author_meta( ‘ID’ ), 81 );
But it doesn’t work, I see the ID=1 avatar.
Please, help!
I need to display some kind of posts not in single pages, but to display them in an archive-like page with a collapsible list. Therefore I had to make some modifications in magazine.php. My modifications:
function render_entry($entry, $style) { $output = ""; $image = get_the_post_thumbnail( $entry->ID, $this->atts['image_size'][$style] ); $link = get_permalink($entry->ID); /* START MODIFIKATION ----------------------------------- // $titleAttr = "title='".__('Link to:','avia_framework')." ".the_title_attribute('echo=0')."'"; // DELETED end delete, continue modification: ---------------------- */ $titleAttr = "title='".get_the_title($entry->ID)."'"; // new $titleid = $entry->ID; // new if( get_the_ID() == '2' ) { // new ( if magazine at hompage ) $title = "<a href='http://www.timegolf.net/_news/#news-".$titleid."?news=".$titleid."' {$titleAttr}>".get_the_title($entry->ID)."</a>"; // new } // new else { // new interrupt modification: -------------------------------------- */ $title = "<a href='{$link}' {$titleAttr}>".get_the_title($entry->ID)."</a>"; end interrupt , continue modification: ---------------- */ } // new END MODIFICATION---------------------------------------- */The page works properly, if it is called by a simple link (“/page/”) or with only one attribute behind the url (/page/#anchor or /?get_var=id).
Screenhot:

Unfortunately I need both: hash tags for deep-linking to the specific item AND the id, to open the called up item by javascript. In that case the second tab in the left column loses its position and clicking at it does not work anymore.
Screenshots:


I have no idea, how to solve this tricky problem.
Please help me!
GünterHi Support,
How can I display the caption under the thumbnail at Gallery ?
Please advice.
