patbell101
Forum Replies Created
-
I want to know this too. Did you get anywhere?
Forum: Fixing WordPress
In reply to: WP login to python siteNot sure if that is so. I have an existing wp website and have had a separate python site developed on a separate VPS. My intention was to simply have access from the WP site to the python site via a URL.
I thought it would be done just by cookies or perhaps additional parameters on the url but I doubt that is secure enough.
That is a new notification for the User Lost password – for user.
Forum: Plugins
In reply to: [Import Users from CSV] Ony importing first two columnsMy error was using user_pass rather than Password as the column heading. This mean that the password in that field was unencrypted and rendered the user unusable whatever I did after importing. Thsi was my issue years ago I believe. I wish I had read the docs more thoroughly.
I deleted all and reimported and all is fine now
Forum: Plugins
In reply to: [PDF Embedder] A specific PDF will not display on MobileIt was not having a title or another element to define the page width. Not a problem in a P though, just mobile
Actually it looks like a glitch with the screen refresh – going back in after reopening the site the edit is there. The refesh glitch shoing the non edit just needs to be fixed I guess
Ninja asks for a purchase code but I am using the free version which is where the issue of folder renames not being saved arises.
- This reply was modified 1 year, 11 months ago by patbell101.
oh yes it does if I click Upload (just below the fold). D’oh
Thanks
I am usingย MailPoet and your addin for it.
Thanks for your reply, I deleted the Buttons concerned and new ones worked. fwiw I believe this problem was related to locally editing Elementor Global widgets.
Forum: Fixing WordPress
In reply to: Build gallery in background?Oh wow! Perfect. Thanks
Thanks. But from what I see it is the main image that changes as a slideshow. I was looking for a 4 image row that autoplayed through the gallery like a carousel I guess
Yes. afaicr restarting the site gave me what I needed
Forum: Plugins
In reply to: [Better Search Replace] Cannot access new site, takes me to old sitesorted. Add
define( ‘WP_HOME’, ‘http://example.com’ );
define( ‘WP_SITEURL’, ‘http://example.com’ );to wp-config.php