amirhossein7
Forum Replies Created
-
Almost all the problems of displaying elements in right-to-left languages are solved by these few pieces of CSS code.
#fluent_snippets_app { direction: ltr; } .ff_app_body { margin-left: 20px; } .fsnip_app .fsnip_main-menu-items { margin-left: 0; margin-right: -20px; } .el-notification.right { flex-direction: row-reverse!important; right: 170px!important; }
Both Backend and Frontend option does not work.
I put the css snippet to be applied on the backend and selected the Both Backend and Frontend option but the code is not applied on the backend.
Yes, I am using the Litespeed Cache plugin, but clearing the cache and even disabling the cache plugin has no effect and it still shows the same message.
I tested all protection levels from low to high and still the same message appears
Forum: Plugins
In reply to: [Easy Table of Contents] Sticky TOC issueI noticed today that the table of contents is showing up in the footer of all pages on my site, from the home page to the shop page, cart page, checkout page, contact us, about us, etc.
Forum: Plugins
In reply to: [Easy Table of Contents] TOC showing on all pagesI see TOC on all pages of my Website while it is enabled to show only for posts. even on individual page i tick do not show TOC but again it shows!
I noticed today that the TOC is showing up in the footer of all pages on my site, from the home page to the shop page, cart page, checkout page, contact us, about us, etc.
Forum: Plugins
In reply to: [Easy Table of Contents] sticky TOC Style IssuesYes I am currently using version 2.0.57.1.
The problem of CSS classes (CSS Classes Style Issues) for the table of contents has been fixed, but not for the sticky table of contents, because the manual CSS codes I wrote for it before now do not work and do not respond.Forum: Plugins
In reply to: [Easy Table of Contents] option to select sticky TOC for mobile or Desktopmy website TOC plugin settings screenshot:
https://paste.pics/PQMF8screenshot from blog page (Post archive page):
https://paste.pics/PQMFMscreenshot from blog search result page:
https://paste.pics/PQMFVForum: Plugins
In reply to: [Easy Table of Contents] option to select sticky TOC for mobile or Desktopmy website TOC plugin settings screenshot:
https://file.io/o9W9PnNXujmtscreenshot from blog page (Post archive page):
https://file.io/14IyzZOuNDrzscreenshot from blog search result page:
https://file.io/uNvhFirFugkqForum: Plugins
In reply to: [Easy Table of Contents] option to select sticky TOC for mobile or DesktopI set the sticky TOC should be displayed only in the posts page (Enable Support=posts), but now I see that it is also displayed in the WordPress post archive page (blog page), how can I have it only in each post page (article) and not be displayed in the blog page or the article archive?
I’m using redis cache plugin, before i installed rankmeth plugin, my wordpress dashboard speed was great, but as soon as i activate rankmeth, the speed of the dashboard is horrible. In the Redis plugin flush log, I get the above message that the RankMeth plugin flushes the object cache once every 3-5 seconds, and as soon as I disable RankMeth again, the speed of the WordPress dashboard becomes great.
Be sure to see the photo I sent you here.
https://yourimageshare.com/ib/vawvyJuoRyForum: Plugins
In reply to: [Redis Object Cache] redis object cache plugin and rank math conflictThis error is in the error log of my site:
PHP Fatal error: Uncaught Error: Class "Redis" not found in /home/***/public_html/wp-content/object-cache.php:697 Stack trace: #0 /home/***/public_html/wp-content/object-cache.php(540): WP_Object_Cache->connect_using_phpredis() #1 /home/***/public_html/wp-content/object-cache.php(256): WP_Object_Cache->__construct() #2 /home/***/public_html/wp-includes/load.php(851): wp_cache_init() #3 /home/***/public_html/wp-settings.php(131): wp_start_object_cache() #4 /home/***/public_html/wp-config.php(191): require_once('/home/***/...') #5 /home/***/public_html/wp-load.php(50): require_once('/home/***/...') #6 /home/***/public_html/wp-admin/admin.php(34): require_once('/home/***/...') #7 /home/***/public_html/wp-admin/index.php(10): require_once('/home/***/...') #8 {main}
Forum: Plugins
In reply to: [Database Cleaner] Problem in Metadata tab and Duplicated Post Meta functionthanks
The removal of metadata in the Metadata tab has been fixed, but the Clear Duplicated Post Meta button in the Posts Metadata section of the WordPress Core tab is not working properly.
When we click on the button, after some time it still shows the same number of Duplicated Post Meta and does not delete any of them.Forum: Plugins
In reply to: [Database Cleaner] Problem in Metadata tab and Duplicated Post Meta functionAlso, the number of Duplicated Post Metas on my site in the Posts Metadata section of the WordPress core plugin is 428, but when I hit the clean button to delete them, after a long period of time and consecutive percentages of 20% to 80% and Its completion, but it still shows the same 428 and none has been deleted.
Forum: Plugins
In reply to: [Database Cleaner] Problem in Metadata tab and Duplicated Post Meta functionI just wanted to delete some old and unnecessary user metas in the Metadata tab, when I encountered the following message in my browser:
Server error. Please check your PHP Error Logs.
Invalid attempt to spread non-iterable instance.
In order to be iterable, nan-array objects must have a [Symbol.iterator] () method.Here are the errors recorded in the error log:
PHP Fatal error: Uncaught Error: Invalid table specified in /home/public_html/wp-content/plugins/database-cleaner/classes/admin.php:344 Stack trace: #0 /home/public_html/wp-content/plugins/database-cleaner/classes/rest.php(556): Meow_DBCLNR_Admin->delete_metadata('9LhMIcj_usermet...', Array) #1 /home/public_html/wp-includes/rest-api/class-wp-rest-server.php(1181): Meow_DBCLNR_Rest->rest_delete_metadata(Object(WP_REST_Request)) #2 /home/public_html/wp-includes/rest-api/class-wp-rest-server.php(1028): WP_REST_Server->respond_to_request(Object(WP_REST_Request), '/database-clean...', Array, NULL) #3 /home/public_html/wp-includes/rest-api/class-wp-rest-server.php(442): WP_REST_Server->dispatch(Object(WP_REST_Request)) #4 /home/public_html/wp-includes/rest-api.php(410): WP_REST_Server->serve_request('/database-clean...') #5 /home/public_html/wp-includes/class-wp-hook.php(308): rest_api_loaded(Object(WP)) #6 /home/public_html/wp-includes/class-wp-hook.ph in /home/public_html/wp-content/plugins/database-cleaner/classes/admin.php on line 344
Forum: Plugins
In reply to: [Database Cleaner] Problem in Metadata tab and Duplicated Post Meta functionIs Duplicated Post Meta Clean button problem solved?