Snake-Plissken
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Author Bio] Plugin takes site "down"Hey Andy,
thanks for the quick fix. I was able to update it right out of the backend and it works again like a charm now ??
awesome ??
Forum: Plugins
In reply to: [WP Author Bio] Plugin takes site "down"Update:
just tried to reactivae your plugin to double check the problem and thats what i get now:
Fatal error: Cannot redeclare my_theme_register_required_plugins() (previously declared in /var/www/wp-content/themes/Impreza/functions/plugin_activation.php:24) in /var/www/wp-content/plugins/sexy-author-bio/sexy-author-bio.php on line 210
Forum: Plugins
In reply to: [Nomad World Map] Can't link to published blog postSame here….
Forum: Plugins
In reply to: [Easy Plugin for AdSense] Unable to show ads in postshi,
the link is https://www.gatetoadventures.com
i am looking for the ads inside posts and pages.
i have middle and leat-out ad set up and its supposed to display centered
but nothing is showing up..
I have no adblocker, i also refreshed the page and deleted server side cache…
any ideas?
Forum: Themes and Templates
In reply to: [Solon] Featured images too small?I have the same issue.
do i have to change the thumbnail size or any size in settings -> media? If so what would be the right size or do i just have to rebuild the thumbnails with the plugin?
No support from the dev? Its a template issue…
Forum: Plugins
In reply to: [Social Comments] WordPress Comments are not showingi checked with wp_debug and i get the following message:
Notice: Undefined variable: post in /wp-content/themes/point/comments.php on line 27
Notice: Trying to get property of non-object in /wp-content/themes/point/comments.php on line 27
Notice: Undefined variable: post in /wp-content/themes/point/comments.php on line 34
Notice: Trying to get property of non-object in /wp-content/themes/point/comments.php on line 34
———————————————-
this are the code lines of the mentioned comments.php file line 26 to 35<?php else : // this is displayed if there are no comments so far ?>
<?php if (‘open’ == $post->comment_status) : ?>
<!– If comments are open, but there are no comments. –>
<?php else : // comments are closed ?>
<!– If comments are closed. –>
<p class=”nocomments”></p>
<?php endif; ?>
<?php endif; ?>
<?php if (‘open’ == $post->comment_status) : ?>
<div class=”bordersperator2″></div>Forum: Plugins
In reply to: [Link Library] adding the first link broke whole websiteI found the problem…
I dont know how much plugin releated it is, but it is a conflict with wordfence cache option. If i disable wordfence it all seems to work fine so far. With wordfence enabled all i see is this and exactly as below. No layout to template no styles. For me it looks like a image file opened as a textfile.
Can you have a look at your plugin? The thing is i tried to exclude this plugin from being cached but I only found to exclude an url or cockies.well and since this also happens if i go directly to my main site, without even displaying any of the web links. (just the link to the page in the menu) it shows this. So i would have to excloude the whole page from being cached and that would make it useless to even activate it.
[Large code excerpt removed by moderator per forum rules. Please use the pastebin for all large code excerpts. It works better anyway.]
Forum: Fixing WordPress
In reply to: WordPress doesnt resize uploaded images anymorehmm can somebody explain me, how wordpress is processing images…
i just uploaded a picture i downloaded from the web but with the exact same resolution as mine 3264×2448
now if i upload this one i get a medium size picture with the 700, but no large picture and i get the original.
Does it skip the large because the 3264 is so “close” to 2000? but its still over 1000 pixels…
I just dont get it, what wordpress is doing…
Forum: Fixing WordPress
In reply to: WordPress doesnt resize uploaded images anymorejust did another experiment:
if i upload the picture as it comes out of my camera with 3264x something i only get a thumbnail and the original size.
if i use the same picture and just make it bigger to 6000x(4000)
i get the right medium size with 700 with but the large is the exact same size as medium but large is supposed to be 2000
what is going on…?