Mayank Majeji
Forum Replies Created
-
Hi @maybellyne, thank you so much for your reply.
I am indeed running v22.8 and the issue seems to have resolved on its own. Nothing changed on my website. No themes or plugins were disabled, updated, or added. No WordPress update.
Not sure how it got resolved, but we are good.
Thank you so much , again. I really appreciate your help!
Thank you so much for your reply, @ancavictoria. We will contact you via the website support. I really appreciate your help.
Hi Gioni!
Thanks for the reply.
It just denied the comments by saying bot detected.
There is no bot as I am submitting the comment myself.
Plus, there’s no activity recorded in the traffic log but only in the activity log where I tracked bot detection.
I am not sure what’s causing the issue. Seems like I will have to deactivate WP Cerber if it didn’t work out.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] WordPress Database Table ErrorOkay!
Thanks a lot, mate.
Have a nice day.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] WordPress Database Table ErrorThanks a lot, Tobias!
It worked like a charm.
But I hope I am not missing any serious functionality by excluding TablePress from WordPress search.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] WordPress database error TableHello!
My WordPress search is not working properly and it seems TablePress is the culprit. I did cross-check by deactivating TablePress and search started working fine.
When I turned on WP_DEBUG, it threw this error.
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘]?)(18)([\]”\’ /])’))) AND (wpdemo_posts.post_password = ”) AND wpdemo_post’ at line 1]
SELECT SQL_CALC_FOUND_ROWS wpdemo_posts.ID FROM wpdemo_posts WHERE 1=1 AND (((wpdemo_posts.post_title LIKE ‘%keyword%’) OR (wpdemo_posts.post_excerpt LIKE ‘%keyword%’) OR (wpdemo_posts.post_content LIKE ‘%keyword%’) OR (wpdemo_posts.post_content REGEXP ‘\\[table id=([“\’]?)(18)([\]”\’ /])’))) AND (wpdemo_posts.post_password = ”) AND wpdemo_posts.post_type IN (‘post’) AND (wpdemo_posts.post_status = ‘publish’) ORDER BY wpdemo_posts.post_title LIKE ‘%keyword%’ DESC, wpdemo_posts.post_date DESC LIMIT 0, 5Forum: Plugins
In reply to: [Ninja Tables – Easy Data Table Builder] Dequeue Ninja Tables Public CSS FileHi!
I successfully removed the styles, but here comes another issue.
When I removed the styles and checked the mobile version of the table generated by Ninja tables. It looks like this – https://screenpresso.com/=Oy5uc.
It will strictly affect SEO as search it’s not the correct hierarchy of the table.
I am using stackable mode for mobile devices. Can you help me removing the extra table header?
Forum: Plugins
In reply to: [Ninja Tables – Easy Data Table Builder] Dequeue Ninja Tables Public CSS FileHi!
I just removed it.
It seems it was getting added from 2 different sources.
So I have added 2 code snippets which completely avoid the enqueue of ninja tables styles. Phew!
add_action( “ninja_table_before_render_table_source”, function () {
wp_dequeue_style( “footable_styles” ); // Remove The Syyles
wp_dequeue_script( “ninja-tables-pro” ); // Remove Pro Version Script. It does not load always.
wp_dequeue_script( “jquery.stickytableheaders” ); // Remove the stickytableheaders it does not load always}, 100 );
add_action( ‘wp_print_styles’, function() {
wp_dequeue_style( “footable_styles” ); // Remove The Syyles
}, 1 );Thanks a lot for your help.
Forum: Plugins
In reply to: [Ninja Tables – Easy Data Table Builder] Dequeue Ninja Tables Public CSS FileWait! it is not completely removed. It now appears at the footer after the Ninja Tables Custom JS Code.
Forum: Plugins
In reply to: [Ninja Tables – Easy Data Table Builder] Dequeue Ninja Tables Public CSS FileWell, that worked like a charm. Thanks a lot, mate.
I did use the same code earlier but inside another action – wp_enqueue_scripts.
Thanks again. Have a good day 🙂
Forum: Plugins
In reply to: [Ninja Tables – Easy Data Table Builder] Dequeue Ninja Tables Public CSS FileI also cross-checked if there is any cache issue, but that’s not the case as well.
Forum: Plugins
In reply to: [Ninja Tables – Easy Data Table Builder] Dequeue Ninja Tables Public CSS FileHello!
I completely understand that. That’s why I have removed the following scripts which are responsible for table loading –
wp_dequeue_script( “footable” ); // Remove the Footable Library
wp_dequeue_script( “footable_init” ); // Remove the Custom ScriptsHowever, the code is working perfectly fine for javascript, but not for style.
Style is still getting enqueued even after lowering down the action priority and wp_print_styles hook.
I don’t see any reason to act it like this as the code is absolutely correct. but unfortunately its not removing the styles.
Forum: Plugins
In reply to: [Ninja Tables – Easy Data Table Builder] Dequeue Ninja Tables Public CSS FileI’ve tried the code with two different themes. It doesn’t work with either of them.
Forum: Plugins
In reply to: [Ninja Tables – Easy Data Table Builder] Dequeue Ninja Tables Public CSS FileIt’s not working. The style is still enqueuing. Is there any other method?
Forum: Plugins
In reply to: [AMP] Missing Video URLsHi James! It’s not possible for me to set up a staging site. And I have used Google’s Structured Data Testing Tool to test the structured data. I am attaching the screenshot of the error and it says it can’t highlight the code with an error.
Plus I can’t disclose the list of plugins due to security reasons. Is there any way I can send you the list?
Plus yes, even I can’t find any errors related to structured data in the testing tool and yet it says there is an error. Lol.