Patrick Garman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post Clicked Bring to Another Site (Outside WordPress)Maybe not out of the box, RSS autoposter type plugins exist, but I’m not sure if any will cause the post to redirect to the original post.
You could use the plugin I linked below to create a post on the WordPress site yourself and then force it to link to the non WordPress post/page.
https://www.ads-software.com/plugins/page-links-to/
Hopefully this helps ??
Forum: Fixing WordPress
In reply to: Heavy roundtrips slowing down the siteThe biggest issue here is that it looks like you are going and bootstrapping the entirety of WordPress to load posts into another site.
1) You should really be caching the response. Otherwise you will ALWAYS have a hit of some sort. Cache the data and set some sort of expiration on that cache that makes sense for the amount of new posts the site actually makes.
2) Why not just use the RSS feed? This likely has all the information you need, why load all of WordPress?
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected 'endif' (T_ENDIF)This sounds like an issue with your theme, to confirm this you can switch to a different theme such as Twenty Fifteen. The issue is that in your sidebar there is an endif; that should likely be removed or moved but without reviewing the code I couldn’t tell you for sure what the issue is.
Forum: Fixing WordPress
In reply to: theme not responding to mobileYou should contact your themes developer for support for their product
Forum: Fixing WordPress
In reply to: WordPress 4.2 Update FailureMany web hosts will either help you migrate your site or even do the migration for you, at the very least will give you steps to do the migration.
Perhaps contact your new hosts support, see what help they are willing to provide. If they are unwilling to help, maybe find a host whose support is actually supportive? ??
Forum: Networking WordPress
In reply to: server migration and 404 error on subdomainsHave you tried contacting your new hosts support, are they willing to help troubleshoot the issue?
Forum: Networking WordPress
In reply to: server migration and 404 error on subdomainsIs the new server running Apache? or maybe it is using Nginx where it doesn’t even use htaccess files?
Forum: Fixing WordPress
In reply to: Two different vertical menues on the same placeYes, you could do that but in order to do so you would need to modify your theme’s CSS. When doing this you will want to do so from a child theme so your actual theme is still updatable.
Forum: Fixing WordPress
In reply to: how to display popular products in Shelflife theme?You will need to contact WooThemes support regarding their product or check the products documentation.
https://www.woothemes.com/products/shelflife/
https://docs.woothemes.com/document/shelflife/
https://support.woothemes.com/hc/en-us/requests/newForum: Fixing WordPress
In reply to: I found in my header.php this code /wp-includes/pomo/txa201501.phpIt could have a bad password, a compromised plugin, FTP, something beyond your control and on the hosting side.
The best next steps are change all your passwords related to the site and make sure WordPress and all plugins and your theme is up to date. Then just keep an eye to see if anything like this returns.
Forum: Installing WordPress
In reply to: WP installation GODADDY Application errorThis sounds like a hosting issue and is likely specific to GoDaddy, unfortunately you’ll just need to work with their support to resolve this. They can’t just leave you hanging on their own platform, just call or email their support until they have a resolution.
Forum: Hacks
In reply to: Using i0.wp.com theme screenshots from pluginThese screenshots from other themes are not your own, and do not represent anything about your plugin. These screenshots don’t sound like they are themes built using your plugin, so as a consumer I would not want to see those screenshots when looking at a plugin. I’d want to see screenshots of what the plugin itself has been used to build.
If it makes theme dev easier, why not just build a sample theme with it to show off how easy it makes it and how great of a theme you can make with your plugin. If the plugin is what you say it is, should be pretty easy right? ??
Forum: Networking WordPress
In reply to: server migration and 404 error on subdomainsIt sounds like your htaccess file may have been missed, try copying that over from your old site to the new one so you bring over all of your old configuration.
Forum: Fixing WordPress
In reply to: Pages, Media, Sliders lost after fresh InstallDid you by chance change your WP table prefix in all of this?
Forum: Localhost Installs
In reply to: sharing my local site in networkThis is likely because your sites stored URL is localhost/wordpress … you need to update WordPress’ site/home URL in Settings > General to the URL you are giving your colleagues so that it loads all the theme assets over the right URL.
Then you can use something like this plugin to replace all the old URLs in your content with URLs to the new URL so all other links and images work right.