tkmets5
Forum Replies Created
-
disregard. I found the settings and attributes needed to add.
Looking further I believe our plugin is by Woocommerce and not pluginhive
Oh sorry for the misunderstanding, We are using the paid version as we have our API keys etc. We just can’t figure out where that date is getting output wrong
The date format in settings is set to June 10, 2024 – On the edit order page the date is in this format – 2024-06-10. We are using the “FedEx WooCommerce shipping method plugin”. Your support link takes me to “WooCommerce Plugins by PluginHive”. Aren’t these different?
Forum: Everything else WordPress
In reply to: Creating a specific layout for testimonialsNo Elementor or page builder – custom theme
Forum: Everything else WordPress
In reply to: Creating a specific layout for testimonialsThe specific layout I’m seeking is the link to a screenshot above
Yeah thanks, I tried to delete this post as I figured out there was another light box plug-in enabled before causing the issue. It’s fine now, thank you.
Forum: Developing with WordPress
In reply to: Wp nav menu customizationThanks I’ll take a look. I’m not using a registered sidebar however. I just have a hard coded sidebar. I don’t need any widgets. I’m surprised there isn’t a way within WP to add args to make this work.
Forum: Developing with WordPress
In reply to: Optional title banner w/ bg image on custom templatesYeah, that’s a bit over my head but I understand what’s going on. I’m not building a theme for distribution. I’m a front-end dev who builds custom sites, but often needs to utilize WordPress for certain functionality. I have been working on my own starter theme so I can quickly get a site up and running using my css design system and other things I use everyday. I occasionally come across things that I think might be nice for the user to be able to handle in case I ever try to scale this starter theme.
This was just one of those things when I was adding in a few custom page templates that I thought it would be nice for the user to be able to add this to any page. I have a lot to learn, but try to do at least a couple new things to my theme every so often. I’ll review your code to try to pick up some good ideas on theme options, Thank you
Forum: Developing with WordPress
In reply to: Optional title banner w/ bg image on custom templatesSorry, I got sidetracked on a few things, I appreciate the responses. So I think that it would be a different image per page. If the user wanted to have a page-about page and wanted to have the title under the bg image they would just choose that custom page template. I changed my template to grab the url like you mentioned…
wp_get_attachment_url()
. So any page that is set to use that template…if a feature image is set it will be the bg on the title.As @joyously mentioned about using theme options I’m interested in trying this out as well. I’m trying to find some examples to play around with as I haven’t set up any custom theme options yet.
Forum: Developing with WordPress
In reply to: Post thumbnail won’t scale proportionallyI would love for a second look at that page with the image in question….would you mind taking a look if I put up a link to the dev server? Thanks
Forum: Developing with WordPress
In reply to: Post thumbnail won’t scale proportionallyThis is actually a custom theme I’m building from an HTML/JS/CSS site I previously built. So I am in full control of the CSS and the theme. So I’m pretty certain the CSS is ok as the html version is live and fine. I use a very stripped down version of underscores.
Forum: Developing with WordPress
In reply to: Post thumbnail won’t scale proportionallyI was able to get it how I want by targeting that image in css and setting the height to auto. I still feel like this is a hack and there is a better way, or I’m doing something wrong.
Forum: Developing with WordPress
In reply to: Post thumbnail won’t scale proportionallyIt’s the appearance on the page distorting it. It keeps the height when i shrink the page instead of adjusting proportionally. The image itself is fine…I’m trying to post a link to the site on flywheel but it keeps crashing. I will as soon as I can. I am just using default sizes but have also tried adding sizes as well.
Forum: Fixing WordPress
In reply to: How to have page-{slug} files work with any themeExactly, same here!