Seba Ocano
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: another gallery appears on top of my current oneWell, that is awful, getting random behavior is so hard to identify, are you following the same steps on the creation of the new posts? Maybe you can record your screen on a short video and share it.
If the post behavior came back to normal, maybe we can try to edit the template to hide the featured image on the single post.
Hi @alancut, did the error came from the AISEO plugin or from some other plugin?
Can you share a screenshot of that error?
Forum: Fixing WordPress
In reply to: Removing 404 pagesI am not sure if I understand correctly, if you mean remove pages from indexing by search engines like google, I suggest you to try this:
https://passwordprotectwp.com/remove-indexed-pages-files-google/Or maybe there are internal links (from your posts/pages) that give you 404 errors?
Forum: Fixing WordPress
In reply to: Theme not working properly on all pagesIf you find how to add those template parts to the other pages, can you explain how?
I tried, but was not able to make it work.
Forum: Fixing WordPress
In reply to: class is-style-regular in wp:table broken since 6.1.1 updateI have visited your website and it has the class “is-style-stripes” and does not look like the image that you upload, this is how I see it.
https://prnt.sc/EX22e_sDs-fXDid you update the theme (not WP core)? Because if you did, It is possible that if the theme files that had previous custom CSS modifications on that class were replaced with the theme originals.
Forum: Fixing WordPress
In reply to: Double page /type/image/What about go to the page and edit the permalink?
Forum: Fixing WordPress
In reply to: How to move css code and styles to a separate file.Hello @vivibosslink, I suggest you to create a child theme and add all the css there, you have many <style> with lots of css content.
You have a tutorial here on how to do that modification:
https://digwp.com/2016/01/include-styles-child-theme/Forum: Fixing WordPress
In reply to: another gallery appears on top of my current oneohhh, I understand clearly now, well, in that case, we can check for differences on how the posts are created, or we can go back to the idea of editing the template to not show the featured image on gallerys. What do you preffer?
Forum: Fixing WordPress
In reply to: Issue with slider not loadingWell, I found that to load jquery before, you need to search in your theme folder when this function is called first:
wp_enqueue_script
it will look like this:wp_enqueue_script( 'your-handle', get_bloginfo('template_url') . '/path/script.js' );
and you need to add this in the end:
wp_enqueue_script( 'your-handle', get_bloginfo('template_url') . '/path/script.js', array( 'jquery' ) );
Unfortunately, you are using a premium template, so I can not install it and tell you wich file you need to edit.
Forum: Fixing WordPress
In reply to: Issue with slider not loadingSure, let me check how can I add jquery before the plugins load and I will be back with some answer.
Forum: Fixing WordPress
In reply to: another gallery appears on top of my current oneand if you have already added, you can delete it.
Forum: Fixing WordPress
In reply to: another gallery appears on top of my current onewell, that huge image is exactly the featured image, if you don’t add it, you will not see it.
Forum: Fixing WordPress
In reply to: Theme not working properly on all pagesok, I have found that frontpage and other pages use different template parts, not sure how to apply same heather to other pahes thoug.
Themes > customize > then clic on the wp logo on the top left > template parts.
https://prnt.sc/leJwffXCSFOaThis are the template parts:
https://prnt.sc/m4Bcsi06eX5wForum: Fixing WordPress
In reply to: another gallery appears on top of my current oneI found that code blocks is the one that enables the carusel, and also I think i found how to hide the huge gallery on top:
Just use standard type post, not gallery.
Forum: Fixing WordPress
In reply to: another gallery appears on top of my current oneI don’t have the carrusel option, it seems that I need to enable, can you tell me if you have a jetpack plugin?
better if you share a list of the plugins that you have installed and enabled.