DoodleDogCody
Forum Replies Created
-
Forum: Plugins
In reply to: [Gmail SMTP] Grant Permission and OAuthSame exact problem
Forum: Fixing WordPress
In reply to: password reset link expire timeThanks for the pointer @tara. after digging further through the core files I found the “password reset expiration” filter. https://developer.www.ads-software.com/reference/hooks/password_reset_expiration/
By default it is set to 1 day. I can now add a filter to change that to whatever I want.
which filter in your case was the suggested filter?
I have not. It does seem to only happen when I am not using WP might pro at first and then adding it later or something weird like that
Forum: Plugins
In reply to: [The Events Calendar] events from trash are goneItems in the trash eventually permanently delete themselves. Its how wordpress works
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Removing Test DataFYI to anyone here.
Easiest way I found was to use wp_delete_posts() and pass in the ids of the posts you want to delete.
Qucik and simple.
Forum: Plugins
In reply to: [Image Watermark] thank you for making deleting my whole websiteSounds like your watermarked the full size image. This was your problem. The settings in the plugin warns you about doing this. Simply because adding the watermark to the full size image makes it where there is no image on your site without the watermark. So when you regenerate all your images even with the plugin turned off it does this from the original image which has the watermark on it.
Just started using the master slider on some of my sites and I couldn’t quite figure out why they weren’t working like the demo.
This definitely solves the problem and should probably be in the default style sheet.
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] full screen image / responsiveSame thing here.
I have a full width slider that when on mobile I want to be able to have a min height and basically have the sides of the images cropped off. In a couple of the demos I was able to get this to work but not when working on it myself on my own site.
Site link is here
So I feel like this isn’t working for some reason on my site.
I tested it out here on the demo and it worked how I would expect it. The once the images reach the min height they simply just hide the edges behind the frame.
but when I try it on my site the images hit the min-height and start to squish inward because the height is at a minimum but the width still stays at 100% of the screen width.
Wondering what I should do to fix this
Nvm, that was easy, Its in the /dashboard/links.php template file.
Thanks for making these templates so easily accessible
Thanks, glad I did too.
One more question. This is not 100% related so might deserve it’s own thread but what is the easiest way to change where the Store Settings link on the dashboard page links to. I know I can change the page that controls this and select that page in the WC Vendors settings but I would rather it just go to the wp-admin profile page since that is where these extra fields are. Anyway to do this easily?
Filter or anything like that?
Just in case anyone needs this, I figure I will show everyone what I did.
Basically I am using Advanced custom fields to assign information to the users profile. In their I created for in my instance a color field. They can select the colors they want to belong too.
Now on a page I query for all vendors and then filter by the custom field value.
okay so do you have any suggestions for someone like me who is not using buddypress but wants for sure to have ever vendor have an image in the vendor list?
I’m thinking a plugin like user avatar and then figure out how to add the form to the vendor settings page.
Or maybe using advanced custom fields I can do something similar
Hey thanks for that. I noticed though that the vendor list template does a get_avatar call on the vendor ID. Where are our vendors supposed to upload an image that we can call with get avatar?