Dave Naylor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pages are not showing on WP-Admin dashboardYou have a notice telling you take action regarding a failed automatic update. You also have a large number of plugins that require updating. Take care of these issues and see if your content re-appears.
Forum: Fixing WordPress
In reply to: IP addresses was blocked 280 times?Who or what is doing the blocking?
Forum: Fixing WordPress
In reply to: installed gravity forms now cant access dashboardHow are you installing the plugin? If you’re uploading the archive file, try unarchiving it locally before uploading it to your server.
If that doesn’t work, you may have to ask for support from Rocket Genius:
Forum: Fixing WordPress
In reply to: Missing blogIs the post in trash?
Forum: Fixing WordPress
In reply to: jquery error show on firfoxYour commercial theme isn’t supported in these forums, we don’t have access to the code to review the problem. However, your theme vendor supplies support with your purchase.
You can find it here:
Forum: Fixing WordPress
In reply to: How to remove the 'set up by'The Set up… string is using white text on a white background because of this in-line styling:
<p id="copyright" style="color:#fff;">Set up by <a href="http://moin.im" title="Web Developer" style="color:#fff;">Moin Uddin</a></p>As @catacaustic has suggested, it’s probably in your footer.php file. Just remove the paragrapgh.
Forum: Fixing WordPress
In reply to: Customer login remember customer data when ordering.Plenty of ecommerce plugins available. Take your pick:
Forum: Fixing WordPress
In reply to: Link to an internal CSS using PHPHopefully you’re using a child theme because if not, any updates will overwrite your edited header file and you’ll have to redo your work.
You might be better off employing a plugin such as:
http://wordpress.org/plugins/autoptimize/
I need to replace the subscriptions/subscriptions.css with a link to my <style type=”text/css”> that I’ve added to header.php
No you don’t. Embedded (not inlined) CSS is already loaded in the page, so you don’t need to link anything. Your plugin will still try and load its stylesheet though, so you may want to de-regsiter the style.
https://codex.wordpress.org/Function_Reference/wp_deregister_style
I’m unsure how the page load time will be effected by the plugin registering its style then you de-registering later on.
Forum: Fixing WordPress
In reply to: error message on blog pageYour site is behind a Coming Soon page so it can’t be publicly seen. You didn’t supply the error in your second post above.
Your issue may be permalink related. Try visiting Dashboard -> Settings -> Permalinks and then hit save.
Forum: Fixing WordPress
In reply to: Using query_post ()Looks like you’re using
category_andrather thancategory__andForum: Fixing WordPress
In reply to: My sidebar is showing in the footer plzz helpIt’s the responsive nature of your site. It displays on the right at higher screen widths.
Forum: Fixing WordPress
In reply to: homepage only codeIf you’re just using widgets, you can use the Widget Logic plugin. Once installed, use
is_home()to restrict the widgets to just the home page.Forum: Fixing WordPress
In reply to: Creating New WP Site whilst leaving old oneI personally think that WordPress sites embedded inside other WordPress sites is a terrible idea. I often have to enter the directory structure of such sites and every time I let out a little groan. I’ve even encountered a third level WordPress site and I feel like I’m entering some form of Matrix style nightmare.
I prefer:
web hosting root/ site_one/public_html/ site_two/public_html/ site_three/public_html/ etc etcThen all you need do is point your add-on domains to the appropriate directories. Cleaner, simpler and no hassle moving things around.
My two penneth for what it’s worth.
Forum: Fixing WordPress
In reply to: Visual Form Builder ProYour commercial product has its own dedicated support channels. No-one here has access to the plugin to advise you.
Try here: https://vfbpro.com/support/
Forum: Fixing WordPress
In reply to: general and IP helpLooks your site is hosted at Heart Internet behind this shared IP address:
176.32.230.24