jodybethw
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Auto adding new post categories to menu@bcworkz – that is way beyond my level of understanding php at the moment. I’d love to be able to get the code I have right now working. No luck yet.
Forum: Developing with WordPress
In reply to: Auto adding new post categories to menu@kkarpieszuk – I am using Elementor which uses shortcodes to input php into pages, so I put the following code into functions.php, after the walker code:
// Shortcode to output custom PHP in Elementor function wpc_elementor_shortcode( $atts ) { echo "wp_nav_menu( array( 'theme_location' => 'primary', 'walker' => new Walker_State_Categories ) );"; } add_shortcode( 'menu_walker', 'wpc_elementor_shortcode');
And then I added this shortcode into Elementor: [menu_walker]
This is how Elementor says to do it. What am I missing?
Forum: Fixing WordPress
In reply to: Spacing between text and images in posts since upgradePrabhat, thank you so much for your help — that has solved the text wrapping part of the problem. The spacing is still an issue, though (you’ll see if you visit the page that sometimes the text lays right up to the edge of the image, and sometimes there is a margin between them. I’d like the margin to all be the same, or at least close.) If I set a margin on .wp-post-image, it adds a margin on EVERY image on the site, even the header. I can’t find another selector that will do this. What am I missing?
In that thread, you said that “GoDaddy uses Varnish for its WordPress hosting. This causes the plugin to not function properly.” Does that mean I can’t use your plugin? I can’t move the website off of GoDaddy (I do not own the website, my client does.)
Yes, I understand that the website is not optimized. I am beginning work on that. I did not build the site.
This is the problem: I have activated the plugin but PageSpeed Insights STILL says that I need to “Serve images in next-gen formats” — shouldn’t that already be happening?
Currently, images are taking 13.2 seconds to load. It has not gotten ANY faster than before I used the plugin. If the plugin is working properly, why am I still seeing a message saying that I need to “Serve images in next-gen formats”?
Forum: Plugins
In reply to: [WooCommerce] Bug? Can add to cart without choosing variationI set up the staging site and activated the Storefront theme, and the issue was resolved — so the issue is with the theme. The problem is that the child theme was created by someone who is no longer with the organization (we’re a non-profit) and I have no idea where to look to figure out why this is happening. I read through the functions.php file and didn’t see anything relating to this. Can you point me in some kind of direction, where to look, anything?
Forum: Plugins
In reply to: [WooCommerce] Bug? Can add to cart without choosing variationMore info: if I add a black mask to my cart, the price comes up as it should. If I then add a red mask, the cart shows $0 for both.This issue was from another plugin, which I have deactivated. The original issue still remains.I have just found that the checkout page calculates taxes correctly — the cart page does not, UNLESS the ENTIRE address is plugged in. I was adding my zip code, but it didn’t start working until I added the city as well. Is there any way to make all fields required at this step? This has been confusing people!
Forum: Plugins
In reply to: [Custom Post Type UI] Top-Level Taxonomy Archive Pages not workingForum: Plugins
In reply to: [Custom Post Type UI] Moving posts to a new installationIt wasn’t quick, but it did the job. Thank you SO much!
Forum: Plugins
In reply to: [Yoast SEO] Twitter Validator No Card Found errorI figured it out — had to flush the cache on the web host’s website. Please close out. If you can delete this post entirely, I’d appreciate it.
Forum: Plugins
In reply to: [EventCalendar] “View Calendar” Link ProblemI am running version 1.1.11. There are no pending updates.
Forum: Networking WordPress
In reply to: Some multisite images not loadingI’ve decided to set the site back to a backup, for better or worse, so I don’t need this question answered anymore (for now!) Please delete this thread. Thanks.
Thanks!