sangredeespana
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media uploads that have been deleted or uploaded not showing in FTPMade a backup of the images. Purged the database:
DELETE FROM
wp_posts
WHEREpost_type
= "attachment";
DELETE FROMwp_postmeta
WHEREmeta_key
= "_wp_attached_file";
DELETE FROMwp_postmeta
WHEREmeta_key
= "_wp_attachment_metadata";Deleted everything in FTP, purged the cache, purged Cloudflare, and yet when you go to the home site I see this:
View post on imgur.com
View post on imgur.com
So the upload is still there? Where? FTP shows nothing, I purged everything…
- This reply was modified 11 months, 1 week ago by sangredeespana.
Forum: Plugins
In reply to: [WooCommerce] Changing PHP code – will this work?Basically this adds two instances of the top-header. The reason for the second instance was that everything was being squashed in the first one. So this creates a first instance, with menus in the flex box. Then creates a second one with the other items offset to the right, below the first flex box.
- This reply was modified 1 year, 5 months ago by sangredeespana.
- This reply was modified 1 year, 5 months ago by sangredeespana.
Forum: Plugins
In reply to: [WooCommerce] Noticed that user name in Admin bar does not exist for everyoneAnyone? Thanks.
Forum: Plugins
In reply to: [WooCommerce] Not able to redirect to lost password page when in AdminThanks. Narrowed it down to the SeedProd plugin for Site Down for Maintenance. Once I removed the setting and allowed site to be live, I was able to click on the lost pw. Otherwise it defaults to the 404 page. I guess thats fine. Thx
Forum: Plugins
In reply to: [WooCommerce] How to change key pages CSS and colors?Thanks!
Thanks. I cant seem to find it for the AI plugin. Can you give me a path to it? Thanks.
Thanks is there an easy way to change the colors. or is that going to be through css?
Forum: Plugins
In reply to: [WooCommerce] Slider lagging in certain browser – Ux BuilderThanks. You can ignore that warning. It is due to the staging site not allowing the caching plugin. On the live site it still does the lag but no error in console. Any other ideas? Thanks.
Forum: Plugins
In reply to: [WooCommerce] Slider lagging in certain browser – Ux BuilderHello. Storefront theme does not have a slider. SO that did not work. I disabled all plugins and it still does not load correctly on refresh.
Forum: Plugins
In reply to: [WooCommerce] Slider lagging in certain browser – Ux BuilderThanks. Did you try reloading the page? It will INITIALLY work, but for me, even on another machine, once you reload/refresh the page it does not cycle through completely. Please verify that you refreshed the page. Thank you.
Yes when I clear the cache it will work…. until I refresh the page again and then it does not cycle through completely… it seems to only work 100% on first load, not on page refresh.
Forum: Plugins
In reply to: [WooCommerce] Slider lagging in certain browser – Ux BuilderThanks. Here is the link to the staging site:
Forum: Plugins
In reply to: [WooCommerce] Admin and POSTS header is all scrunched upI fixed it. Used Admin CSS MU plugin to add css to change the column sizes. Thanks.
Forum: Plugins
In reply to: [WooCommerce] Admin and POSTS header is all scrunched upThanks. It appears to be too many plugins and they are pushing the header column width smaller. Is there anyway to fix that? Some of the plugins have a wider column than others.. Thanks.
Forum: Plugins
In reply to: [WooCommerce] REALLY NEED SOME HELP – PAYPAL vs WOOProbably doesnt solve anything. I crap canned PP and solely went with Square…
Forum: Plugins
In reply to: [WooCommerce] I disabled the admin bar in the header but no login or logout?Solved