Seba Ocano
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: another gallery appears on top of my current oneI can not find the “enable ligthbox” option, can you share a screen shot of that?
Forum: Fixing WordPress
In reply to: another gallery appears on top of my current oneThat configuration look good (defaults)
Can you explain how yo add the images to the post? I think that’s what I’m not doing in the same way as you.
Forum: Fixing WordPress
In reply to: another gallery appears on top of my current oneI can not replicate your error locally, can you share a screenshot of your “Simple Lightbox By Archetyped” configuration?
- This reply was modified 2 years, 4 months ago by Seba Ocano.
Forum: Fixing WordPress
In reply to: Theme not working properly on all pagescan you share screnshots of how are configurated both pages?
As I see in the themplate demo, there are many types of posts/pages. Maybe there is a problem there.
You can see it in this image:
- This reply was modified 2 years, 4 months ago by Seba Ocano. Reason: wrong image link
Forum: Fixing WordPress
In reply to: another gallery appears on top of my current oneAfter cheking, I think that the theme is generating that galley, maybe you can edit that page and make that galery on the top if the post is in the gallery format.
If you don’t know how to edit this, just write me back and I will help you.
Forum: Fixing WordPress
In reply to: Users Page not loadingHi @learningtheharp, I suggest you to check on the database the permissions of the user with the problem and compare it with another user that has no problems.
Also check the wp_usermeta table with the user ID and check if it has this values, as example here the user id is 13:
meta_key: this should be wp_capabilities
meta_value: insert this: a:1:{s:13:”administrator”;s:1:”1″;}later, check other record with:
meta_key: this should be wp_user_level
meta_value: 10Forum: Fixing WordPress
In reply to: another gallery appears on top of my current oneHi Justin,
Can you share a URL to the error?
and give as much information as possible, how do you create the gallery? using a plugin? the Gutenberg block editor?
Forum: Fixing WordPress
In reply to: Custom Plugin (mu-plugins) IssueI think this COUNT(*) could be generating the slow performace:
Forum: Fixing WordPress
In reply to: Custom Plugin (mu-plugins) IssueI mean the table, you can check in phpmyadmin, clic on the table and then go to operations, on the “table options” you can see what you are using:
here is a screenshot of a table that uses InnoDB (it will not have good performance), can you try change it to MYISAM
- This reply was modified 2 years, 4 months ago by Seba Ocano. Reason: wrong image link
Forum: Fixing WordPress
In reply to: Issue with slider not loadingI suggest you to disable other plugins and only use this slider, if it works well, try enabling other plugins one by one until this one fails, if that happens maybe we can edit the plugin so there is no conflicts with loading jQuery.
I usually have this problem when jQuery is not laded before it is called.
Forum: Fixing WordPress
In reply to: Issue with slider not loadingI have found a problem, jQuery is not defined, maybe there is a conflict with this. Using the browser console you can see the errors, also the problem is generated by the plugin wp-responsive-recent-post-slider.
This is the log:
11:40:40.588 Uncaught ReferenceError: jQuery is not defined <anonymous> https://dirtydawgs.co.uk/wp-content/plugins/wp-responsive-recent-post-slider/assets/js/slick.min.js?ver=3.1.1:17 <anonymous> https://dirtydawgs.co.uk/wp-content/plugins/wp-responsive-recent-post-slider/assets/js/slick.min.js?ver=3.1.1:17 slick.min.js:17:129 <anónima> https://dirtydawgs.co.uk/wp-content/plugins/wp-responsive-recent-post-slider/assets/js/slick.min.js?ver=3.1.1:17 <anónima> https://dirtydawgs.co.uk/wp-content/plugins/wp-responsive-recent-post-slider/assets/js/slick.min.js?ver=3.1.1:17 11:40:40.589 Uncaught ReferenceError: jQuery is not defined <anonymous> https://dirtydawgs.co.uk/wp-content/plugins/wp-responsive-recent-post-slider/assets/js/wppsac-public.js?ver=3.1.1:199 wppsac-public.js:199:1 <anónima> https://dirtydawgs.co.uk/wp-content/plugins/wp-responsive-recent-post-slider/assets/js/wppsac-public.js?ver=3.1.1:199 11:40:40.595 JQMIGRATE: Migrate is installed, version 3.3.2 jquery-migrate.min.js:2:709 11:42:43.070 Error: Promised response from onMessage listener went out of scope background.js:42:31
- This reply was modified 2 years, 4 months ago by Yui. Reason: formatting
Forum: Fixing WordPress
In reply to: Custom Plugin (mu-plugins) Issueare you using InnoDB as storage engine on log table?
As I researched, in this case is best to use MyISAM, because it stores the row count and don’t have to count every time that you do a query like InnoDB does.
Forum: Fixing WordPress
In reply to: Custom Plugin (mu-plugins) IssueI have checked your screenshots and you have 16K records, maybe your query is not correctly optimized and that is what is generating the slow performance and timeout error.
I suggest you to try to make a backup, and delete some records and check if problem persist, you should optimize.
Forum: Fixing WordPress
In reply to: Permanent Link Home PageHi @bbatlle, I suggest you to try to refresh the permalinks.
Change the default language to the one that you want to use, then do this:
Step 1: In the WordPress admin area, go to “Settings > Permalinks”
Step 2: Click “Save Changes”
Step 3: Permalinks and rewrite rules are flushed.Forum: Fixing WordPress
In reply to: Issue with slider not loadingHi Paul, I can not find the heading “LATEST SLOT NEWS” and also do not see the slider. Can you share the view or a screenshot of where the slider should be?
This is what I see at the bottom.