Karlos Sarunic
Forum Replies Created
-
I did try initially but cant find this plugin on the list of extensions. I have just opened a ticket under general WooCommerce.
Forum: Fixing WordPress
In reply to: Mac Store adds linked to my text in firefox and safariDoes this happen on all website you brows? might be a browser extension thats doing this rather than something on your website.
Forum: Fixing WordPress
In reply to: Image added to text is hidden behind side barYeh the top two images are fixed, good work solving it!
Forum: Fixing WordPress
In reply to: Removed admin from website now cant log in to site?Unless this is an intentional staging site it looks like you have not quite got your WordPress install right.
you can login using https://linkitt.org/wordpress/wp-login.php
Forum: Fixing WordPress
In reply to: Image added to text is hidden behind side barHi Mark, might be best to start off by getting your images to display. Getting lots of 404 errors as your images have not been included correctly. Not sure how you have uploaded these if its from the standard media uploader or if they are part of your theme.
Lots of errors like this:
https://glass.glaciallakesmn.com/primerequipment/images/Lenses.JPG Failed to loadForum: Fixing WordPress
In reply to: cannot load wp-admin, but site functionsYou hit the nail on the head, change the WP_SITEURL to the .com and it should all come good. when trying to access your login area its redirecting (or trying) to the .co
Forum: Themes and Templates
In reply to: ConfusedThat might be quite a bit of work, I dont know the twenty 14 theme all that well but if it doesnt already have a menu for the top then you would have to create a new menu location and a new menu within the themes header and function files. Then you would have all the fun of quite a bit of css to make it look like a menu and not a list. Thats a bit more then I can help you with over these forums ??
Forum: Themes and Templates
In reply to: ConfusedYou would have added a header image or header logo to get that image there. If you remove that you should be ok.
Forum: Themes and Templates
In reply to: ConfusedYeh you will have to remove it from where ever you added it, the code I gave will include it for you.
Forum: Themes and Templates
In reply to: ConfusedYou can set the background of the header area to be your image buy finding .header-main and adding this background stuff to it, dont delete anything in there though.
.header-main{ background: url(https://www.greeneventsorganiser.com/wp-content/uploads/2014/05/cropped-grass-and-skymultiplied2.jpg); background-repeat: no-repeat; background-size: 100% auto; }
If its to small you can give it a height: 100px; should be enough.
Forum: Themes and Templates
In reply to: ConfusedIts always rewarding to hunt down and solve something like that!
Forum: Themes and Templates
In reply to: ConfusedAny time, Happy I could help.
Forum: Themes and Templates
In reply to: ConfusedIf you are making a few changes I would first make a child theme or you will loose everything next theme update, but I think the two edits you are looking for are
.site-header,.site:before{ background-color: #fff; }
If you are putting this is the current css file then make sure to drop it at the end or it will re-write it.
you will want to change the text colour as well.