scorilo
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Wrong display of the category in breadcrumb after the last updateI mention that this behavior is not valid for all posts. In some it is displayed correctly.
I couldn’t identify a pattern, that is … what the wrong ones have in common, I checked in detail, there is no pattern.
Most likely … it behaves as if, at the update, something was not written correctly in the database, but I did the update on a test server, without traffic, with sufficient resources and I did not register errors or warnings (I updated from 13.5 to 15.1.1 with debug true)Forum: Plugins
In reply to: [Yoast SEO] Wrong display of the category in breadcrumb after the last updateI tried, no matter where I put it, the behavior is identical.
I even removed the breadcrump code from any php file and left only the shortcode. Identical, displays incorrectly.
For testing purposes I installed another SEO plugin (R.M.) which has the same system for entering breadcrumb, ie through php code in exactly the same place where I put the code from Yoast. RM displays my breadcrumb correctly.
So … it’s not because of where I placed the breadcrumb function. As I said in the previous post, I put on a default wordpress theme, it behaves the same.Thank you!
Forum: Plugins
In reply to: [Yoast SEO] Wrong display of the category in breadcrumb after the last updateHello,
Thanks for the reply.
From what I see the latest version is 15.1.1.
I also made this update, I implemented breadcrumb correctly in single.php:
___________
<?php if ( have_posts() ) : ?>
<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>
<article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
}
?>
<div class=”article-inner <?php …..
_______________
I also attached the screnshot (see here LINK SCREENSHOT) with the yoast breadrcumb behavior after the update to 15.1.1. In the attached image (1) I entered breadcrumb with the help of the shortcode, to show that it behaves identically.
The correct association is in image 2 where I use yoast 13.5.Thank you!
Forum: Plugins
In reply to: [Yoast SEO] Error after update to 14.0.1Hi,
As I told you in the previous post (May 4, 2020), the error in displaying the breadcrum was not resolved for me.I reproduced the situation on a traffic-free subdomain to avoid additional server requests. The update of Yoast and “SEO Data optimization” was done without errors but the breadcrumb displayed is incorrect.
Posts display a category that has nothing to do with the category / categories in which these posts are included, not being the discussion of a main or secondary category display. Simply, in the new breadcrumb, a completely different category appears from those set in that post. This time no errors appear in the log file (I have enabled debug for wp).
Just like 5 months ago, if I enter the post, I deselect the categories and reselect, after which I save the post, the breadcrumb appears correctly.
I can’t repeat this procedure for all posts because there are so many.I mention that I updated the Yoast plugin to its latest version (15.1) and I have all the updates made on the site (including the latest version of wordpress).
What can be the cause of this situation?
Thank you!
Forum: Plugins
In reply to: [Yoast SEO] Error after update to 14.0.1I finally managed to install the latest updates. I completely uninstalled yoast (I also deleted the tables from the database). I have now noticed a new problem. Breadcrumb is not displayed correctly, the posts display in breadcrumb another category than the real one, associated with the respective article. If I enter to edit the article, I uncheck and check back its category, after which I update the article → breadcrumb is displayed correctly. It seems that after the 14.0.4 update, the information was not completely updated (the article category was not updated). I was forced to go back to version 13.5 to have the breadcrumb displayed correctly.
What could be the cause and … what solution could I apply?
Thanks!Hello,
I installed the plugin on 2 different sites and I get this error when I want to activate it:
Fatal error: Uncaught Error: Call to undefined function maybe_create_table() in /home/user_name/public_html/wp-content/plugins/wp-social-seo/inc/front-end.php:30 Stack trace: #0 /home/user_name/public_html/wp-includes/class-wp-hook.php(298): fbrev_activation(”) #1 /home/user_name/public_html/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(”, Array) #2 /home/user_name/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /home/user_name/public_html/wp-admin/plugins.php(166): do_action(‘activate_wp-soc…’) #4 {main} thrown in /home/user_name/public_html/wp-content/plugins/wp-social-seo/inc/front-end.php on line 30
My PHP version is 7.0Thank you!
same here…
Forum: Plugins
In reply to: [Genesis Optimized Social Share] Counters in Pagesworks but is no difference between the number of shares and the no. of like in counters.
Missing something in
/////* Outputting 4 Social Scripts Asynchronously
add_action( ‘genesis_after’, ‘social_counter_scripts’ );///?
thanks!Forum: Plugins
In reply to: [Breadcrumb NavXT] [Plugin: Breadcrumb NavXT] Hierachy in breadcrumbHello,
I use woocommerce and when I made ??the update to woocommerce2 breadcrumbs trail not displayed correctly.
is displayed correctly only to arrive in a products subcategory.
when choosing items to display(product in shop) breadcrumbs trail show me a wrong subcategory and a wrong product.
Ex: i am in “Magazin > Products > Polen”
[Magazin(main cat.), Products(subcat.), Polen(subcat.)]- the trail is corect;
When I choose a product from Polen category, the breadcrumbs trail is wrong, it shows me another breadcrumb trail from another category and another product.
I use graphene theme and wp 3.5.1
Can you help me?
Thanks!Forum: Plugins
In reply to: [Breadcrumb NavXT] Remove "Products" from Shop page breadcrumbHello,
I use woocommerce and when I made ??the update to woocommerce2 breadcrumbs not displayed correctly.
is displayed correctly only to arrive in a product subcategory.
when choosing items to display(product in shop) breadcrumbs trail show me a wrong subcategory and a wrong product.
Ex: i am in “Magazin > Products > Polen”
[Magazin(main cat.), Products(subcat.), Polen(subcat.)]- the trail is corect;
When I choose a product from Polen category, the trail is wrong, it shows me another breadcrumb trail from another category and another product.
I use graphene theme and wp 3.5.1
Can you help me?
Thanks!