Socke
Forum Replies Created
-
Thanks for that hint! Had the same probleme and an update from php 7.0 to 7.2 fixed it!
Forum: Plugins
In reply to: [Widget Context] url / not working with 1.1.0yes, that’s working, thanks for that hint!
damn, i just had to change the link-type from attachement-site to media!
Works like a charm on the second system now. Thanks again for your help and for this nice plugin.
Thanks a lot for your quick reply,
If you mean the link is to the attachment page ( ex:https://example.com/?attachment_id=1024) not to the pdf file itself, the problems may be a conflict with another plugin or your custom functions.
<-this!
The a and img:
<div class="post-entry"> <p><a class="link-to-pdf" title="447" href="https://www.url.tld/?attachment_id=1024" target="_blank"><img class="size-medium wp-image-1025 colorbox-765" src="https://www.url.tld/wp-content/uploads/2015/10/447-pdf-212x300.jpg" alt="" width="212" height="300" /></a></p> </div><!-- end of .post-entry -->
Forum: Plugins
In reply to: [WP2Social Auto Publish] Not working anymorehad the same issue. In our case, our facebook site name changed from toshima to toshima.de After changing that setting, it’s working again… Took me several hours to find out ??
Forum: Plugins
In reply to: [PDF Thumbnails] where and how to put in that magic snippet?thanks a lot, i’ll give that one a try!
Forum: Plugins
In reply to: [PDF Thumbnails] where and how to put in that magic snippet?after trying several ways of implenting the code, i guess i need a step by step manual or how-to. Seems i’m too stupid or too old or probably both ??
Forum: Plugins
In reply to: [PDF Thumbnails] where and how to put in that magic snippet?the intended way would be ok, if only it would work ??
Forum: Plugins
In reply to: [PDF Thumbnails] where and how to put in that magic snippet?Thanks for your fast answer.
The file is called page.php
I uploaded the PDF after installing your plugin
i mean, that clicking on the thumbnail opens the generated jpg-file, not the pdf-file.if i try <?php echo get_the_post_thumbnail(742); ?> that does nothing.
the thumbnails are generated correctly, i just need to get the connection between the thumbnail and the pdf, so my wife won’t have to bother with manual linking.
Forum: Plugins
In reply to: [Multiple content blocks] tag not workingI updated to 5.3 and the error is gone, the text is cut at the right place, all html-tags are working, only the read-more-link is missing.
Forum: Plugins
In reply to: [Multiple content blocks] tag not workingOk, thanks a lot. If i get it running, i’ll post it here. If not, i’m dead ??
Forum: Plugins
In reply to: [Multiple content blocks] tag not workingWarning: Wrong parameter count for strstr() in /WWWROOT/227712/htdocs/wp-content/themes/responsive-child/Inhalt_Sidebar_Block_unten.php on line 75
Forum: Plugins
In reply to: [Multiple content blocks] tag not workingsorry for the delay, i ran out of time…
So now i tried this:<?php echo wp_trim_words( get_the_block(‘unterer_block_1’), 40 ); ?>
well, it works partially… It cuts the text after 40 word, but it also cuts all html-formats like <h3> and <img> and finally there’s no read-more-link at the end of the stripped text. 3 dots and nothing more.
So i guess i’m stuck again…
edit:
if i try <?php the_content( get_the_block(‘unterer_block_2’) ); ?> the text won’t be cut, but the whole text becomes the read-more-link, which is of course not working. But at least the html-formats won’t be cut.So i guess, we are on the right way, but there’s still some way to go…
Forum: Plugins
In reply to: [Multiple content blocks] tag not workingthanks a lot, i’ll try that and see what happens.
Forum: Plugins
In reply to: [Multiple content blocks] tag not workingok, thanks a lot! Where should i add some code to prevent it from beeing overwrtten with a future update?