bryanbatcher
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mobile Menu Off Screen?Every method I’ve tried to display the mobile view on a computer doesn’t show the issue.
Try deactivating WPBakery Visual Composer and see if that fixes it. Actually, try that with all your plugins. Backup first!
If that doesn’t work, consult the team to see if anyone’s modified the theme’s code.
Forum: Fixing WordPress
In reply to: Header & Side Menu issuesI’m at a loss, then.
Did you get this theme in its original form or has it been modified?
Forum: Fixing WordPress
In reply to: Mobile Menu Off Screen?The theme’s demo looks fine, so it’s not a browser issue.
Have you altered any of the theme’s code?
Forum: Fixing WordPress
In reply to: How do I add discount to a custom add to cart button in woocommerceThis will do what you want:
https://www.skyverge.com/product/woocommerce-url-coupons/
It’s a $49 plugin. Change your product back to the normal price, use that plugin to create a url based couppon that will automatically apply a coupon to the cart and add the product to it.
Forum: Fixing WordPress
In reply to: Header & Side Menu issuesCopy and paste this exact link in the “Logo Image” box in the theme option settings:
http://79.170.40.177/cefndruidsafc.co.uk/wp-content/themes/SuvLine/images/newlogo.png
Forum: Fixing WordPress
In reply to: Header & Side Menu issuesWhat link are you putting in the “Logo Image” box?
Forum: Networking WordPress
In reply to: Please Help Me With A DowngradeIt won’t make a difference. I’ve done this twice and had no issues. You’ll have the extra stuff in your database, but it won’t affect your site.
I’m not too SQL savvy, so I’m not sure what table can go, but I know that you don’t need to get rid of them for the site to revert to a functioning single site.
Forum: Fixing WordPress
In reply to: Header & Side Menu issuesThe logo needs to be the link that points to the image on your host’s server, so where you’d find it in the file manager.
Right now, the default logo is here:
http://79.170.40.177/cefndruidsafc.co.uk/wp-content/themes/SuvLine/images/logo.pngIf you uploaded your logo to that same folder, just change “logo.png” to whatever your logo’s filename is. Then copy and paste that into “Logo Image” in the theme settings.
Forum: Fixing WordPress
In reply to: Header & Side Menu issuesWhat did you name the png file? You don’t need the PSD file. Go to Dashboard>Appearance>SuvLine Theme Options. You should see “Logo Image.” That link should point to where the logo file is uploaded. My suggestion? Use the WordPress Media uploader, then open the media file and use its URL as the Logo Image. That way you can manage the logo in your WordPress back end instead of manually adding it to your hosting server.
For the menu, you took out one too many </div>’s. Take out the code you showed me, but leave that last </div> in there. Should do the trick.
Also, just a friendly tip. If you want to get rid of the links in the footer, go into footer.php and change <div id=”credits”> to <div id=”credits style=”font-size:0px”>. That’ll work around their safeguard to deleting the links.
Forum: Fixing WordPress
In reply to: Header & Side Menu issuesAlso, where are you uploading the logo? I can’t find any header options for that theme.
I do see the “Logo Image” option that asks for a link. Make sure the link is the correct one for the image you want to use.
Forum: Fixing WordPress
In reply to: Header & Side Menu issuesRestore the header menu you deleted and let me know if that fixes the font color issue. Just trying to rules things in or out.
Forum: Fixing WordPress
In reply to: How do I add discount to a custom add to cart button in woocommerceSo you want to normal product page to be the full price? Then have that add it to the cart and apply a discount?
Forum: Networking WordPress
In reply to: Please Help Me With A DowngradeFollow them in reverse. Take the code out of htaccess and wp-config files that you added to make it a multi-site. Do a full backup before you do this, though. Just in case something goes wrong.
Forum: Fixing WordPress
In reply to: Mobile Menu Off Screen?What theme are you using? Are you using a special menu plugin like UberMenu?
Forum: Fixing WordPress
In reply to: Help with home pageSomehow your portfolio ended up as the home page background. Your logo in the top left is broken somehow. What theme are you using?