jsonline
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: empty comment spamThat’s a little weird. The only thing I can think it could be is a mySQL issue – a subject I’m clueless on. Hopefully someone has some better advice than me!
Forum: Fixing WordPress
In reply to: empty comment spamHave you tried to disable the plugin, delete it and then reinstall? That might fix your issue.
I’ve ended up trying a few different anti-spam plugins and the best I’ve come across is “WordPress Zero Spam”. Might be worth upgrading to that.
Forum: Fixing WordPress
In reply to: Having Issue With Contact Form 7 On Home PageHow are you trying to insert the contact form?
Have you tried copying and pasting the short code into the page?
It looks something like:
[contact-form-7 id=”57″ title=”Contact form 1″]
That’s worked for me on a number of sites.
Forum: Fixing WordPress
In reply to: How to add some tag to All site posts?I don’t believe you can auto add tags, but you might be able to find a plug-in. https://www.ads-software.com/plugins/
Forum: Fixing WordPress
In reply to: i can not open my website on mobile please help me.Log-in and find home or index under the pages tab on the left hand bar and edit! I couldn’t see what you describe – I could see the website with 4 menu options along the top etc.
Forum: Fixing WordPress
In reply to: i can not open my website on mobile please help me.You have not optimized your website for Mobile – that’s why you are having problems.
Learn how to make your website responsive – https://colorlabsproject.com/tutorials/make-your-wordpress-theme-responsive/
or maybe try a plug-in https://www.searchenginejournal.com/5-fantastic-wordpress-plugins-make-site-mobile-responsive/111610/
If you’re not signed up to Webmaster Tools – please do so as it will tell you if your website is mobile friendly and which pages aren’t.
Forum: Fixing WordPress
In reply to: CSS child doesnt respond to changes anymoreTry a stock theme first and try to edit that. If you can then you have a problem in your child theme. I’ve just viewed your website and use firebug to determine that you are indeed calling your child theme’s CSS style file.
Forum: Fixing WordPress
In reply to: A random "1" located below site footerGlad you sorted it ??
Forum: Fixing WordPress
In reply to: Adding a mailchimp widget to the sidebarDo you have a theme which allows a widgetized sidebar?
You can check by Going to “Appearance” and looking for widgets in the drop down menu.
If so, in this area you can drag and drop the mailchimp widget into place.
If not, you will need to edit some code in order to widgetize your sidebar and allow you to add mailchimp.
Forum: Fixing WordPress
In reply to: Woocommerce – PayPal – Declines all my paymentshave you checked you’re not in sandbox mode?
Forum: Fixing WordPress
In reply to: My webpage has been hacked?I stand corrected and will point to that FAQ in the future. Thanks songdogtech
Forum: Fixing WordPress
In reply to: A random "1" located below site footerThinking about this, it must be on the page template (page.php).
From the code I can see it’s either on template relating to
“single” or “single-portfolio”I don’t think it’s a plug-in as there usually is mark-up around the code which there’s isn’t
Forum: Fixing WordPress
In reply to: A random "1" located below site footerPossibly. I can’t remember of the top of my head where the theme folders are located as that is the folder where you should be editing.
You can edit your theme using the editor within WordPress [For some reason this is how I usually edit].
If you sign into your WordPress admin. on the left bar look for “Appearance” and then select “Editor”.
This by default should load your current theme. The files in the right hand list are your theme’s files and this is what you should edit. Look down this list for (index.php) and start here first.
Forum: Fixing WordPress
In reply to: A random "1" located below site footerIt’s in the body [I found this using firebug – on firefox/chrome, right click on the “1” and select inspect element from the dropdown].
It looks like in index.php under the wp-footer it’s in there. I doubt it’s in the footer.php
It could be worth using search [control+F] to search each file for the offending “1”!
Just had a look at your link and couldn’t see a page title. If you’re talking about the logo – that’s a different issue.
Be careful about removing your page title as it’s one of the ranking factors google looks at for search results, it might be harder to rank if you don’t have a page title.