Jamie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Getting posts onto a specific pageSomething like
$query = new WP_Query( array( 'category_name' => 'blog' ) );Forum: Fixing WordPress
In reply to: Getting posts onto a specific pageSo do you have your front page set to show a static front page or the blog?
In any case, you’d need to modify the loop if you ONLY want posts in the category blog to show up on the blog index.
Forum: Fixing WordPress
In reply to: Jump links/anchor points wont' workBack to Top works for me in FF and Chrome but I’m on a Mac.
When I remove the absolute positioning from the video, your links are then clickable. The Dryers anchor link works after that but the Washers does not. As I said, I don’t see the necessary code for the Washers anchor link to work.
Not familiar with your theme but you can try removing the absolute positioning from two elements
.mk-section-video and .mk-section-video video.
Both of these should be in your theme stylesheet from what I can tell.
Then simply remove
position: absolute;from each of those in the stylesheet temporarily to see if that makes a difference.Forum: Fixing WordPress
In reply to: Pages DisappearedNot sure why they would disappear.
Go into the WordPress dashboard, then go to Appearances > Menu and re-add them.
Forum: Fixing WordPress
In reply to: Pages DisappearedWhat do you mean they’ve disappeared – disappeared from your menu or the pages show up blank when you go to them or something else?
Forum: Fixing WordPress
In reply to: Jump links/anchor points wont' workThe video and its container being absolute positioned is interfering with the links. In addition, while I see an anchor identified for the Dryer section, I don’t see the same for the Washing Machine section
That is, there is no
<a id="#Wash"></a>Back to Top link is working fine for me.
Forum: Fixing WordPress
In reply to: Cookies errorAre you using Varnish on your server?
Also, what is the URL to the site with the problem?
Forum: Fixing WordPress
In reply to: Wp-Admin/Wp-login.php 404 Not FoundWhat is the URL to your site?
Forum: Fixing WordPress
In reply to: Migrated Localhost to AWS, can't login to wp-adminWhat is the URL to the site with the problem?
Forum: Fixing WordPress
In reply to: Twenty Sixteen theme make a third footer widget areaForum: Fixing WordPress
In reply to: WordPress redirects to wrong URLThe first link works fine for me (http://come2balance.nl/wp-admin)
Forum: Fixing WordPress
In reply to: How to replace tags with tags through out the website?You could use a search and replace plugin but it would replace all occurrences of h3 to h2.
Forum: Fixing WordPress
In reply to: getting error by image sliderWe would need a lot more more information than that to help you
1) What plugin are you using?
2) A link to the page with the issue
3) What error you are getting?
4) Are you getting an error in the admin or on the live site?Forum: Hacks
In reply to: How to physically rename 'wp-admin' ?To physically rename it, you’d need to change the directory name using your host’s file manager or (s)FTP.
Forum: Fixing WordPress
In reply to: how to convert image linked to test serverYou would need to use a search and replace plugin.
1. Backup your site using a backup plugin like Duplicator (free) or BackupBuddy (premium).
2. Install and use Better Search & ReplaceHope that helps 🙂