Forum Replies Created
- Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236
Peter_R
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Hi Daniel,
you are right. The WP Super Cache was the problem. I removed it and the problem was gone. I am going to use W3 total cache.
Thanks for your great help. Wish you all the best.
AdvertismentDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Peter_R
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Hello Daniel,
I experienced a new behaviour when browsed as a visitor on a page which shows the right color and left sidebar and 4 colums setup. The page starts OK. But when scrolling down on a category page. The setup seems to change to 3 or 2 colums and the colum size and changes the width.
I have some screenshots, but I do not know how to insert here.
When I log in as a an administrator, everything shows fine.
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Peter_R
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Hi Daniel, thanks for your support.
I do not know where this function exists.
According to the date of pinboard file, I made changes only to:
– functions.php: I changed to:
function pinboard_excerpt_more($more) {
return ‘ ID) . ‘ “> …weiterlesen‘;
}
endif;
I changed also:
<hgroup id=”current-location”>
<h6 class=”prefix-text”><?php _e( ‘Sie sehen das Kapitel ‘, ‘pinboard’ ); ?> </h6>– single.php
I removed: <?php pinboard_entry_meta(); ?>
I added twice, top and bottom:
<div class=”navigation” style=”padding-top: 15px; padding-bottom: 10px;”>
<div style=”float: left;”><?php previous_post_link(‘« %link’) ?></div>
<div style=”float: right;”><?php next_post_link(‘%link »’) ?></div>
</div>
I added:
<?php $u_time = get_the_time(‘U’);
$u_modified_time = get_the_modified_time(‘U’);
if ($u_modified_time != $u_time) {
echo “Letzter Stand: “;
the_modified_time(‘F Y’);
echo “. “; } ?>– sidebar-top.php, index.php: I dont know, if I changed them.
Could it be a WordPress problem. The reason, I am asking is: I am designing a different wordpress installation. I played around with different themes. After a while, I experienced a similar problem: The menu shown was different for admins and visitors.
Can I change anything in database to solve the problem?
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Peter_R
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220You are perfectly right. I added this code to custom css. I am no specialist in CSS, I got this codefrom a relevant blog. I recently added plugin Page Builder by SiteOrigin which I used for some pages.
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Peter_R
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Hi Daniel,
a chaching problem was also my first thought. I am using Wp Supercache. Clearing the cache of Wp and also clearing the cach of my webbrowser did not help.