Actually, I like this feature.
Great, Thank you! π
Hi,
a gallery like this would be nice. This gallery is made by the “Royal Slider” plugin, but I don’t want to use an external plugin to have a great and FAST gallery.
http://dev.promicabana.de/das-ist-eine-testgalerie/
The native gallery of your great theme is crap because of the loading time. That’s the only point I don’t like on this theme.
Can you please put this on your list for one of the next updates? I think, that would be a nice feature, not only for me, but also the thousand of other people, that are using your theme(s).
Thank you!
Only the first big image + thumbnails should load. On demand the next big images. That would be great!
Thank you for your answer Chris, that helped me a lot!
Still there is no fix for the gallery. The Lazy Load option is not really a good solution. It would be perfect, if the theme developers can build a fast gallery without the help of external plugins.
Like this, but only native! It’s really fast. http://dimsemenov.com/plugins/royal-slider/gallery/
Thank you!
@btreece84 (Slug Bite)
I activated lazyload via the WPRocket plugin. Works like a charme!
@neotrope (Chris)
Is it possible to compress only the thumbnails and not the full images via functions.php?
-
This reply was modified 11 years by
Bichareh.
Thanks for your reply! Is there a difference for the human eye between 50 and 90 percent?
I think I found the part in the td_wp_booster_functions.php, but I don’t know what to change.
//check if we have all the images
if(!empty($td_temp_image_url[0]) and !empty($td_temp_image_url_80x60[0]) and !empty($td_temp_image_url_full)) {
//css for display the small cursor image
$slide_images_thumbs_css .= '
#' . $gallery_slider_unique_id . ' .td-doubleSlider-2 .td-item' . $cur_item_nr . ' {
background: url(' . $td_temp_image_url_80x60[0] . ') 0 0 no-repeat;
}';
//html for display the big image
$class_post_content = '';
if(!empty($image_attachment['description']) or !empty($image_attachment['caption'])) {
$class_post_content = 'td-gallery-slide-content';
}
//if picture has caption & description
$figcaption = '';
if(!empty($image_attachment['caption']) or !empty($image_attachment['description'])) {
$figcaption = '<figcaption class = "td-slide-caption ' . $class_post_content . '">';
if(!empty($image_attachment['caption'])) {
$figcaption .= '<div class = "td-gallery-slide-copywrite">' . $image_attachment['caption'] . '</div>';
}
if(!empty($image_attachment['description'])) {
$figcaption .= '<span>' . $image_attachment['description'] . '</span>';
}
$figcaption .= '</figcaption>';
}
$slide_display_html .= '
<div class = "td-slide-item td-item' . $cur_item_nr . '">
<figure class="td-slide-galery-figure td-slide-popup-gallery">
' . $figcaption . '
</figure>
</div>';
Basically I only need to exchange the image CAPTION for the copyright, but I don’t know how and in which file. Can you help me please?
Thank you!
The next images should load on click, not on first load.
http://dev.promicabana.de/das-ist-eine-testgalerie/
-
This reply was modified 11 years by
Bichareh.
I found out that the Z-index is the problem. But if I change it to 1, the search dropdown box disappears.
.td-header-main-menu {
background-color: #222222;
position: relative;
z-index: 2;
}
Any suggestions?
Same “Problem” here. I want to remove the bbpress and woocommerce css in the source code. In which file is it? I already removed it in the style.css.
Thank you!
Hi,
on my site there is no popup. Have a look at the Twitter-Button (Facebook is totally fine).
http://www.promicabana.de/robert-pattinson-feiert-life-premiere-berlinale/
Hi,
thank you for your response!
I will wait for the fix and checked the “notify via email” button. π
Thank you, it worked! π
One more question…wouldn’t it be better if the site will automatically scrolling down to the comment section if I posted a comment?
Currently it stays at the top of the page. It does only scroll down if I comment as admin. Also it doesn’t show the comment after it is submitted (only non admins).
It would be better if it scroll down and shows your comment, even when it’s not approved yet. Otherwise the commentator thinks maybe it didn’t worked. Do you have any fix for this?
Thanks!
For every thumbnail on my site? That’s impossible. o.O
Ok, thanks….that was my concern! π
Same problem here.
No, thats not where the content come from.
It’s below this in the source code: <!– Style compiled by theme –>
I did look in the Style.css, but there is no buddypress or woocommerce stuff anymore, because I deleted it a while ago.
I still use the old Newspaper version, because I need the 980px. Do you have any plans to bring it back? It’s very important and without this function I can’t update anymore. π
Are there any new information to speed up the gallery when there are a lot of images? π
Thanks, but that was not the question.
I need random articles (based on tags, not only the latest) and within a specific period of time. E.g. the last year or the last three month.
Thank you and I hope you will fix it soon π