madmaxy
Forum Replies Created
-
Forum: Reviews
In reply to: [10WebFAQ] You Get One Chance Onlyediting works fine without a pro license.
Im sure you have a bug in your installation. Editing is basic standardHi Kairey,
deinstall Yoast and use another SEO plugin.
The data like meta description you can find in the database. So you can copy paste the information into the another plugin
EDIT: The bug is not just in one specific Plugin. In alle PLUGINS!!!
After deactivating Yoast for the soecific plugin, it works finde. For ex. was Yoast active at “pages”. Same problem, disconnect after IP block.
Who knows, how many and what kind of requests Yoast is generating.
Im searching for another plugin. Bye Yoast
So guys, be aware!
Forum: Plugins
In reply to: [Table of Contents Plus] TOC not working on a category site with descriptionwiht category site, i mean a archive site
Forum: Plugins
In reply to: [WP-PostRatings] wp-postrating rich snippet on category sitescan i add the properties direct into the wp-postratings.php?,
like the did:
http://www.kauf-per-rechnung.net/apotheke/ –> see rating on the right sideForum: Plugins
In reply to: [WP-PostRatings] WP Postrating not working on category.phpEDIT: Solved
unbelievable. the problem was $id. Ive changed it to $catid. Works!!!!!
Forum: Plugins
In reply to: [WP-PostRatings] WP Postrating not working on category.phpLester one question.
Ive created in my sidebar a “Text” and put in [ratings].
It displays your rating plaugin. Thats ok, or?
Forum: Plugins
In reply to: [Table of Contents Plus] Doesnt work on a static start pageTHX byronb,
youre great. So simple!
Forum: Plugins
In reply to: [WP-PostRatings] WP Postrating not working on category.phpNo worries Lester,
anyway thx for your efford!
Forum: Plugins
In reply to: [WP-PostRatings] WP Postrating not working on category.phpHi Lester,
sorry my mistake. Its in the widget position –> sidebar right
<?php ample_sidebar_select(); ?>
ive located the issue. Im using Advanced Custom Fields and display it with this code
<?php
$id = 'category_'.get_queried_object()->term_id;
the_field('inhalt-unten', $id);
?>
Without this code WP Postrating works fine.
Could it be a Problem with the code?