Strange, I’m using the recommended plugin WP Super Cache. There are no problems with the standard gallery. For example, everything is normal here – https://libymax.ru/smart-ochki-mini-augmented-vision-glass/.
On this page https://libymax.ru/carlex-mercedes-g63-amg-steampunk-edition/ in the error console I see a 404 error for the gallery buttons – arrowscleft30.png:1 Failed to load resource: the server responded with a status of 404 (). There are no left-right buttons…
Thanks!
At the opening of the gallery it worked.
http://screencast.com/t/wqbnlHT9P
But in this case – it did not happen.
Chris, thanks!
It’s work!
Alin, thanks!
Everything turned out beautifully! Everything works.
Thank you!
I need to remove all the code from a file td_more_article_box.php and replace it with the code plugin facebook?
<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/en_EN/sdk.js#xfbml=1&appId=195479563838962&version=v2.3″;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
<div class=”fb-page” data-href=”https://www.facebook.com/***page***” data-width=”100%” data-hide-cover=”false” data-show-facepile=”true” data-show-posts=”false”></div>
Or do I need to edit the code of the module, for example, M9? And then select it in the settings menu ‘More Articles Box’?
Thanks!
-
This reply was modified 11 years by
lexsiks.
There was a question – you can adjust the number of displayed posts?
Or add a feature infinite scroll?
-
This reply was modified 11 years by
lexsiks.
I added in css file:
/* ----------------------------------------------------------------------------
post-grid
*/
.post-grid{
padding-left:1px;
}
and replace <div class="td-container"> on <div class="td-container post-grid"> in single.php
Thank you very much! Works!
A line error arises due to the fact that I removed the comments in the subject.
It turns out that this line is superfluous – comments_template('', true);
Problem lies elsewhere – block is shifted to the left:
Great! It’s Works!
Only had to remove 1 line:
comments_template('', true);
With this line was fatal error. I deleted this line.
Here we go:
<div class="td-container">
<div class="td-container-border">
<div class="td-pb-row">
<?php
echo do_shortcode('[td_block_big_grid]');
?>
</div>
</div>
</div>
By the way, you notice that the board moves down the left?
I also, like you have in the screenshot to the left leaves. How to align?
Thanks! I understand.
Thank Chris!
There is another problem – when I create a thumbnail, then at the beginning of Lent always displayed photo (duplicated), as it removed?
I want to show only in the post inserted in the text of my photos (no dubbing).
Tested news – (lbm.org.ua/2012/09/29/найбільший-у-світі-океанаріум-marine-life-park/)
-
This reply was modified 11 years by
lexsiks.