gad123
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] My site was removed almost completely from GoogleHi,
Thanks a lot for your answer!
I am aware of the connection between “Crawled-currently not indexed” and poor content, and that would be my starting point if the site were new, but as I mentioned, this site has been online for years without any indexing problem, so I find it hard to believe that out of the blue Google thinks that the entire site doesn’t offer any value and decides to remove it from its indexes. I am 100% sure that it’s not normal behavior, so it’s either a serious bug or a severe problem at my end. The only problem that I can think of is hacking or other security issues, but I don’t find any indication of it.
Thanks again
Forum: Plugins
In reply to: [Yoast SEO] My site was removed almost completely from GoogleHi,
Thanks a lot for answering my question.
I would like to emphasize that almost my entire site (including the home and /blog pages!!!) have only recently got the status of “crawled, currently not indexed” without any change in content from my side. That gets us back to my original question: what makes Google “lose interest” in my entire site (that was fully indexed up until recently) completely out of the blue without any notice. It seems like a major event so I was sure that security issue was involved, however, at least from Google search console, this theory was disproved…
Do you have any idea what can cause such a catastrophic event, without any notice, or where I should begin my investigation? I am totally clueless…
Thanks a lot!
Forum: Plugins
In reply to: [Ocean Extra] Adding WhatsApp to “About Me” widgetIt works!!! Thanks a lot for the amazing theme and for outstanding support!!!
Forum: Plugins
In reply to: [CM Tooltip Glossary] Alphabetical Index still showing when it shouldn’tHi @nikkipeel,
For me putting the following code in the customed css solved this issue
.cm-glossary .listNav .ln-letters { display: none; }
Hope it works for you too!
Forum: Plugins
In reply to: [Ocean Social Sharing] Huge share icons after latest upgarde to OceanWPSolved! Thank you very much!!!
Forum: Plugins
In reply to: [Custom Related Posts] different thumbnail’s size for each linkYESSSS!!!
It looks great!
Thank you for your amazing plugin and great service!- This reply was modified 2 years, 1 month ago by gad123.
Forum: Plugins
In reply to: [Custom Related Posts] different thumbnail’s size for each linkHi,
Sorry for that ??Here’s the link:
[ redundant link removed ]Thanks again
- This reply was modified 2 years, 1 month ago by Jan Dembowski.
Thanks, I followed the instructions in the link that you shared and that solved my issue!
Still not sure why the logo in the mobile view suddenly changed, but I’m glad that it’s ok now ??Forum: Themes and Templates
In reply to: [OceanWP] changing the order of items in Contact Page sidebarThank you very much Shahin! That was very helpful!
Forum: Plugins
In reply to: [Custom Post Type UI] wp_get_post_terms returns WP_ErrorYYYYYYYYYEEEEEEEEEEEEEEESSSSSSSSSSSSSSS !!!!! ??
Moving the code to header.php solved this issue!
Thanks Michael for this great explanation!
Much appreciated!Forum: Plugins
In reply to: [Custom Post Type UI] wp_get_post_terms returns WP_ErrorMaybe I should run this code from somewhere else. Do you believe that there might be a difference if I run it from a different php file?
Forum: Plugins
In reply to: [Custom Post Type UI] wp_get_post_terms returns WP_ErrorI’m using List Custom Taxonomy Widget to display the taxanomy terms, see for example the right sidebar of https://marianna.ruahmidbar.com/en/blog/
“Subjects” are WP native categories, but all the rest are taxonomies.- This reply was modified 2 years, 10 months ago by gad123.
Forum: Plugins
In reply to: [Custom Post Type UI] wp_get_post_terms returns WP_ErrorThanks Micahel for your answer.
I replaced wp_get_post_terms by get_the_terms but got the same results (correct results for post_tag, WP_Error for ‘item_year’.
Since I’m new to this plugin I would appreciate if you could go over my explanation and tell me if I ‘ve done something wrong. Here’s how ‘item_year_ is defined:function cptui_register_my_taxes_item_year() {
/**
* Taxonomy: item_year.
*/$labels = [
“name” => __( “item_year”, “custom-post-type-ui” ),
“singular_name” => __( “item_year”, “custom-post-type-ui” ),
];$args = [
“label” => __( “item_year”, “custom-post-type-ui” ),
“labels” => $labels,
“public” => true,
“publicly_queryable” => true,
“hierarchical” => false,
“show_ui” => true,
“show_in_menu” => true,
“show_in_nav_menus” => true,
“query_var” => true,
“rewrite” => [ ‘slug’ => ‘item_year’, ‘with_front’ => true, ],
“show_admin_column” => true,
“show_in_rest” => true,
“show_tagcloud” => false,
“rest_base” => “item_year”,
“rest_controller_class” => “WP_REST_Terms_Controller”,
“show_in_quick_edit” => false,
“show_in_graphql” => false,
];
register_taxonomy( “item_year”, [ “post” ], $args );
}
add_action( ‘init’, ‘cptui_register_my_taxes_item_year’ );for each post I choose “Edit”, saw on the sidebar (below tags and categories), “item_year” and under “Add new item_year” I entered a value (for example, 2020).
Forum: Plugins
In reply to: [Yoast SEO] removing tags and categories pages which already been indexed@devnihil Thank you very much for your help and the valuable info you shared!
Hello Shahin,
Thank you very much for addressing my issue.
I did some more investigating and discovered that the issue was related to the way I created the posts in Elementor. For some reason, no problem was found in Hebrew, but for English in order for the sharing widget to work in the footer, I had to create the post in Elementor in a certain way (the first element had to be a text one, otherwise WP saw it as a post that didn’t contain text thus the widget didn’t show). I don’t have any clue why this is language dependent, but since I managed to find a solution (by creating the posts in a certain way), this issue can be closed. If I discover more details or find a new issue regarding this, I’ll update.
Thanks again!