Will Schmierer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Shopify site to WP using same domain – setup and cutoverHere are a couple of links that will hopefully answer some of your questions above. I would look these over and see if the help some, but you may also want to contact your hosting company to help make sure everything is setup with the SSL as that may need some additional setup help from them when changing over from Shopify to WP. Hope this helps get you started in the right direction.
https://codex.wordpress.org/Moving_WordPress
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
Forum: Networking WordPress
In reply to: SSL switch http to httpsI’m not 100% sure I fully understand what you are trying to do or how your setup is cofigured, but you might want to try and take a look at these to see if they might provide some further insight into exactly what you are trying to acheive?
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://wordpress.org/support/topic/multisite-domain-mapping-ssl?replies=23
Hope this helps.
Forum: Fixing WordPress
In reply to: Can't get image to display full sizeThe image is only displaying at the constrained width because of the css on the post-content wrapper which wraps the content including the image. If you want the image to display wider you’d have to rearrange some of the html markup to allow the image to display wider.
Hope that helps get you started.
Forum: Fixing WordPress
In reply to: Facing a problem with google webmasterI’m not entirely sure what the issue might be, but you might want to check your robot.txt file against some of these suggestions and tips to see what might be causing the issue? Hope this helps some.
Forum: Hacks
In reply to: Code to remove border/padding from lightbox?Do you have a link to your site, it would be helpful to see to troubleshoot the exact issue?
Forum: Fixing WordPress
In reply to: Footer widgets won't float correctly on small screensThis looks to be a css issue, right now I’m seeing this code around line 3243 of your style sheet:
#text-4, #text-3, #text-2 { width: 33.3% !important; margin: 0; }You’ll want to adjust that to be 100% width until you want them to be three columns at a certain breakpoint, likely tablet or desktop view. Hope that helps get you started.
Forum: Fixing WordPress
In reply to: Popout imagePerhaps a plugin such as this one will do the trick to achieve what you are after? I’ve not personally used this one before but it looks to be rated pretty well and is also responsive. Worth checking out in my opinion. Hope this helps.
Forum: Fixing WordPress
In reply to: Pictures are Overlapping, Compatibility issues with browsersDo you have a link to your site to see the issues?
Forum: Fixing WordPress
In reply to: Instanced Demo AccessI’ve not personally used this before, but looks interesting and might be worth looking into more to create a demo site for your plugin or theme. Hope this helps.
Forum: Fixing WordPress
In reply to: Can't login to my site – page only refreshingI’m seeing the login page here:
http://biodent-israel.com/wp-login.php
was that the issue or once you’re on this page you’re unable to login?
Forum: Fixing WordPress
In reply to: Max posts on page?If your theme doesn’t have pagination built into the theme, you might want to try one of these to see if they provide you with the look and feel of what you’re after? Hope one of these helps resolve your issue.
Forum: Networking WordPress
In reply to: Prevent indexing subdomainI think you have the right idea and you can also password protect subdomains as well. This link has some good suggestions and ideas. Also I like the idea of adding subdomains to webmaster tools so if one does get indexed you’re aware and can address the issue if something comes up. Hope these help.
https://moz.com/community/q/blocking-subdomain-from-google-crawl-and-index
Forum: Fixing WordPress
In reply to: How to implement A/B Split TestingPersonally I’ve not tried any of these in particular, but if I were going to implement some type of A/B split testing, I would definitely look into one of these recommendations to get started.
Hope this helps some.
Forum: Fixing WordPress
In reply to: Can't access DashboardI was able to navigate to the login page(wp-admin), was that the issue, or once you were there you were unable to login to the site?
Forum: Fixing WordPress
In reply to: Admin comments not posting to pagesI’m not seeing anything in the css that would hide the admin user comments after a quick lookover. I wonder if the theme has a setting in place that’s not displaying them? or there is a conflict(possibly) with another plugin or setting causing the issue? Might try that first, disabling all plugins, see if they appear and then activate one by one to see which one if any might be the cause of the issue. Hope that helps get you started.