Jamie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comment Error MessageDid you try talking to your host then? You could try re-installing WordPress too by going to
WordPress > Dashboard > Updates and then click re-install.
Forum: Fixing WordPress
In reply to: Site Leaves PageIt wasn’t mean to be snarky at all but instead helpful to you to sort of explain why you haven’t received a response. When I’m looking at providing help in the forum, I don’t waste my time with the people who don’t follow the forum rules regarding providing the information needed.
Take it as what it was, advice.
Forum: Fixing WordPress
In reply to: Drop Down Menu Hidden behind the contentPlease provide a link to your site so someone can see what is happening and then use browser tools, like the inspector to help you with the code.
Forum: Fixing WordPress
In reply to: Arrow Doesn't Work to Switch Admin Menu Words On/OffTry deactivating all plugins at the same time to see if one is conflicting.
You can also deactivate any browser extensions or if you use Chrome, use an incognito window to login and see if that makes a difference.
Forum: Fixing WordPress
In reply to: coupon code checkout errorIs this question related to a plugin that you are using for checkout?
Forum: Fixing WordPress
In reply to: Site Leaves PageYour best bet is to be detailed here about what your problem is. If you want help, you shouldn’t make people search for an old thread to do that. 🙂
Forum: Fixing WordPress
In reply to: Comment Error MessageI did indeed get an error as well. The error is with wp-comments-post.php
Try deactivating ALL plugins at the same time and then trying a test comment.
Forum: Fixing WordPress
In reply to: Automatic Update FailureYour best bet is to talk to your web host and tell them the error you are getting.
Forum: Fixing WordPress
In reply to: cannot change taglineDoes the same thing happen with all plugins temporarily deactivated at the same time? If it doesn’t, then it is a plugin conflict with one of the plugins you are using.
If it does, does the same thing happen if you leave plugins disabled and then temporarily switch to TwentySixteen or TwentyFifteen and try your change again. If the problem goes away, the problem is with your theme.
Forum: Fixing WordPress
In reply to: Sidebar Widget – Out of PlaceIn your stylesheet where it says
.right{float:right;}Simply add a margin or padding.
e.g.
.right{float:right; margin-top: 20px;}Forum: Fixing WordPress
In reply to: WordPress custom menu problemWe can’t see inside your WordPress admin with login information. Please take a screenshot of the issue.
However, in the meantime, see if the same thing happens when you temporarily deactivate all plugins at the same time and try again.
Forum: Fixing WordPress
In reply to: Direct URLAs it states in the rules, please provide a link to your site so someone can help you. In order to do that, need to see what is happening.
Forum: Fixing WordPress
In reply to: Jump links/anchor points wont' workI can’t be that specific as I’m not familiar with your theme. The easiest way is to adjust the stylesheet that contains position: absolute; on the element that surrounds the video
The elements to look for are
.mk-section-videoand.mk-section-videoForum: Fixing WordPress
In reply to: getting error by image sliderYou should create a new thread for your new question.
Forum: Fixing WordPress
In reply to: Jump links/anchor points wont' workHi there, you have removed the video but the html elements that surrounded it are still there are are still absolute positioned.