John Parris
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Menu CategoriesHi there,
Which recent update? What happens when you try to add a new category?
Forum: Requests and Feedback
In reply to: Move widgets in Customiser way harder in 4.3Yup, it’s a bit different now and requires more clicks to do. This is how it works now:
– click Reorder – http://cl.ly/image/411G3g1P0W15
– click the move icon – http://cl.ly/image/222g0j023Y2g
– select the sidebar
– click Done.Forum: Fixing WordPress
In reply to: Brower ListingHow exactly does it screw up the browser? Can you share a link to the page?
Forum: Fixing WordPress
In reply to: Checkout problem on Paypall with WooCommerceI think you’ll get a better answer direct in their support forum here: https://ww.wp.xz.cn/support/plugin/woocommerce
Forum: Fixing WordPress
In reply to: how to hide category title?Duplicate of https://ww.wp.xz.cn/support/topic/how-to-hide-category-title-1?replies=1
[@serenity2
moderator note: closed per forum guideline http://codex.ww.wp.xz.cn/Forum_Welcome#Where_To_Post – please continue with your original topic.]Forum: Fixing WordPress
In reply to: how to hide category title?Do you need it for all category titles? Can you share a link to your site so I can look at the code and provide you with the proper CSS?
Forum: Fixing WordPress
In reply to: Rerouting to Another DomainMigrating content and replacing all the instances of your old domain to the new domain can be tricky without the right tools. Probably the easiest thing for that (aside from buying a good tool like WP Migrate DB Pro to do it), is to export the content and import it into the new site. Then use a plugin like Better Search Replace to search and replace all the instances in the database.
For rerouting the old site to the new site, it’s probably best to do a 301 redirect in your web hosting control panel, or via a .htaccess rule. You can ask your host about this. Make sure you do this piece last in case you need to get back to the old site for something related to the migration.
Forum: Fixing WordPress
In reply to: WP 4.3 update no longer aviable in dashboard after plugin updateThe 4.3 update should show up again soon. You can try the Check Again button under Dashboard > Updates to see if that forces it to show back up.
The Add From Server plugin will let you do that, but it might change the location of the files depending on your setup. Particularly if you have this option enabled. If you don’t, then they’d probably stay right in the same place, assuming they’re exactly in the path you stated.
Forum: Fixing WordPress
In reply to: Website won't work on iPhone safariHi there,
The Twenty Ten theme you’re using isn’t responsive, which means it doesn’t automatically adjust the display for mobile and tablet devices. The easiest thing to do, since you can’t code, would be to select another theme.
Twenty Eleven, Twelve, Thirteen, Fourteen, and Fifteen are all responsive and use various approaches to mobile display. You can also look at various responsive themes here.
Hi there,
If the images are stored in the theme folder and are called in the theme’s code, you’ll likely need to make adjustments in a child theme.
Forum: Requests and Feedback
In reply to: copying media URL faster -OPTIONHi there,
Give this plugin a shot. https://ww.wp.xz.cn/plugins/copy-media-url/
Forum: Hacks
In reply to: list posts alphabetically in tag archiveHi there,
You don’t need to call the function in tag.php. The add_action line ensure it runs automatically before fetching posts.
Forum: Fixing WordPress
In reply to: Changed Permalinks, Can't Access Admin PanelAwesome! Glad to hear it.
Forum: Fixing WordPress
In reply to: No debug.log file in /wp-contentYou need to set the first WP_DEBUG line to true.