jon
Forum Replies Created
-
Forum: Plugins
In reply to: [My Private Site] User is always redirected to the dashboard after sign-inI’m not official support for the plugin, but I’ve seen this happen before. I recall that they all turned out to be caching or possibly cookie problems. Either browser caching and/or caching by another WordPress plugin, quite often a plugin that you weren’t aware actually did caching.
As well as flushing both browser and WordPress caches, clearing all WordPress cookies from your browser after you’ve logged off WordPress, would be a good idea.
No promises but certainly an answer to “what else can I check?”
Forum: Fixing WordPress
In reply to: Serve all images from external serverAssuming that you are considering other Object Storage solutions, this will likely be of interest:
https://wordpress.org/plugins/wp-stateless/Here is the search that may lead to more of this type of plugin:
https://wordpress.org/plugins/search.php?q=cloud+media+libraryForum: Fixing WordPress
In reply to: Serve all images from external serverThere may be others, but here is one plugin that will take care of things for you:
https://wordpress.org/plugins/amazon-s3-and-cloudfront/
Though you need to use the Pay version to get existing Images moved to Amazon S3.For other possibilities, try this search:
https://wordpress.org/plugins/search.php?q=amazon+s3Forum: Fixing WordPress
In reply to: Warning: Missing argument 2 for GD_System_Plugin_Metrics:: aOther posts report that this is a GoDaddy plugin. Best to talk to them.
Forum: Fixing WordPress
In reply to: Page and Header WidthLooks fine to me, but I never saw it before.
Most likely cause: accidentally hitting a Zoom button in your browser.
Forum: Fixing WordPress
In reply to: Nav bar drop-down custom links inaccurateI’ve occasionally seen this kind of problem for over 15 years now. It invariably turns out to be a bug in whatever browser I’m using.
So, I would recommend trying several different web browsers to see if they all do the same thing. If so, then look at the HTML (“View Page Source” or similar, depending on browser, while right clicking on the page somewhere an image is not placed) and see if the
<a>for the # name is in the right place, to eliminate any possibility of a WordPress/Theme HTML issue. If not, it is a browser issue.Forum: Fixing WordPress
In reply to: How to change admin url in wordpress?Everyone, including me, misunderstood you. We thought you wanted to change the “wp-admin” part, as in http://www.imanvfx.com/wp-admin/ to http://www.imanvfx.com/myownadmin/
If I understand you correctly, you want to change http://www.imanvfx.com/wp-admin/ to http://www.yasdl.com/wp-admin/ WITHOUT changing the home page URL, so it still is http://www.imanvfx.com
I don’t believe that is possible, even with a plugin.
Forum: Fixing WordPress
In reply to: How to change admin url in wordpress?sterndata: I did not see your post until after I’d hit the Post button.
Forum: Fixing WordPress
In reply to: How to change admin url in wordpress?The only person that I could find claiming to have a solution for this without a plugin is the first post here:
https://wordpress.org/support/topic/how-to-change-the-admin-url-or-wp-admin-to-secure-login?replies=13For the record, there is a lot of debate on this subject:
- Is it really worth doing?
- Will some plugins break when you do this?
Forum: Fixing WordPress
In reply to: Change color schemeDifferent Themes are different, in terms of CSS and whether they offer better ways to change things than directly in the CSS.
So, I would recommend going to the support forum for the Theme:
https://wordpress.org/support/theme/llorix-one-lite
This is a similar question:
https://wordpress.org/support/topic/changing-banner-colors?replies=10
But you may wish to post one of your own.Forum: Fixing WordPress
In reply to: Cloud / Dedicated sever suitability to types of websitesBased on my (bad) VPS experience a few years back, with a WordPress site with Pages with huge processing demands, I learned that the place to start before making any decisions on Hosting Resources is: Caching.
WordPress Caching comes in many flavours, but can really reduce the Processor (CPU) usage for a given amount of traffic. The tradeoff is generally that Memory (RAM) and/or Disk I/O usage can increase significantly, though reducing the time it takes to deliver each page can compensate for the extra RAM.
With my limited experience, I would say that RAM is the #1 hardware issue in your case as it was in mine. But Caching is the place to start.
Hopefully others will have more to add.
Forum: Fixing WordPress
In reply to: How to have a products pageTo get things started, this is a pretty good search:
https://wordpress.org/plugins/search.php?q=amazonUnfortunately, Amazon Product Feeder appears not to be working with current versions of WordPress. As it looked promising.
This might be interesting, too:
https://wordpress.org/plugins/search.php?type=term&q=productsForum: Fixing WordPress
In reply to: How to have a products pageI would advise dividing this into two questions. Go here and let the woocommerce experts figure out if you can go to Amazon instead of using their cart: https://wordpress.org/support/plugin/woocommerce
And leave this thread here for people to suggest alternative plugins.
Just a thought.
Forum: Fixing WordPress
In reply to: Woocommerce/products/ADD PRODUCT option not workingWooCommerce has a support forum of its own: https://wordpress.org/support/plugin/woocommerce
You will probably get a better answer sooner if you re-post your question there.
Forum: Fixing WordPress
In reply to: Filezilla and WordPress with GodaddyI’ve only ever done it manually, pasting the HTML into the WordPress Page Editor, and eliminating <html> <body> <head> and other tags by hand.
But I would check out the Import plugins in the Plugin Directory for a more automated approach. For example, this one caught my eye: https://wordpress.org/plugins/import-html-pages/ Also noted the User Guide link at the bottom.
At a higher level, the WordPress Admin panels have a Tools-Import item.