thetoolman123
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Which file do I add meta tags too?Thanks for the reply.
I don’t seem to have the <head> section in my themes header.php file. I guess I will need to find where that is located.
Forum: Developing with WordPress
In reply to: Can’t change default Gravatar imageAh, yes the PNG seemed to work. I guess there isn’t a way of using SVG’s?
Forum: Developing with WordPress
In reply to: Can’t change default Gravatar imageForum: Developing with WordPress
In reply to: Can’t change default Gravatar imageThanks for the reply and explaining.
I have tried that code, but still getting the following:
And still not showing the actual image.
Forum: Developing with WordPress
In reply to: Adding JS right at the bottom of the page?Thank you!
That makes sense and it worked perfectly. Thank you for explaining that as well, very helpful!
Just a side note, when copying the code, the quotes are displayed as ’ rather then the ‘ (the slight variation of the quote mark) so I had to change those, but that’s just a copy and paste issue.
Thanks again!
Forum: Developing with WordPress
In reply to: Adding JS right at the bottom of the page?Sure:
https://www.bansteadlocal.co.uk/If you click the search icon on desktop, it opens a full screen search. When the options in the dropdown on the left of the search are selected, it should change the content below (popular searches)
Forum: Developing with WordPress
In reply to: Adding JS right at the bottom of the page?I see, but I have an element that is generated after that file is fired. Is there a way to get it right before the closing body tag, or could I place it there manually?
Forum: Developing with WordPress
In reply to: Best way to have a form forward to a woocommerce product?Thanks for the reply, that makes sense with the thank you URL and should do what I need.
Forum: Developing with WordPress
In reply to: shortcode for latest postsThanks. I had to add the <?php get_sidebar(); ?> and then add the recent posts as a widget
Forum: Fixing WordPress
In reply to: hook to change footer in child theme functionsI see, I will try to find out what the error is.
On a side note, are there any tools that will show me any PHP/MySQL errors without going to my host and then log file?
Also, is there another way to add/modify the footer, maybe with a plugin?
Forum: Fixing WordPress
In reply to: hook to change footer in child theme functionsThanks for the reply.
The error is a WordPress error:
“There has been a critical error on this website.”The theme I have doesn’t have a footer.php file. I agree, this is the way I would usually edit it, but it’s all in the functions.php file ??
Forum: Plugins
In reply to: [WooCommerce] filter url for all categories and sale items?Thanks, but I am trying to link to a search result from a link that will then display the sale products.
So having a link on my page “View sale items” which will then link to a search results page with all sale items on.
Is this possible?
Thanks!
Forum: Fixing WordPress
In reply to: Adding a widget inside a page or product – maybe by a shortcode?Thanks for the reply.
So basically in my widgets page, I would like to add a widget to my extra sidebar, or whichever sidebar/area I added it to and then call that widget as a shortcode to insert into a woocommerce product description. I have a page builder enabled (wp bakery) so can add HTML.
Forum: Fixing WordPress
In reply to: Updating CSS and JS for wp-admin without it getting overwrittenThank you ??
Forum: Fixing WordPress
In reply to: changing navigation from functions.php?Thanks, but generally, what is the best method of editing functions.php files? Should it always be in a child theme or will it get overwritten if I change the parent functions.php?