Forum Replies Created
-
AuthorPosts
-
Mike,
Ah ok thanks for the info. Yes you can close this thread now!
Thanks again for great support!
This reply has been marked as private.Rikard,
Legend thank you!! I´ve just removed the CSS and everything is working perfectly again! Thanks for the help and quick solution! Great work as always!!
Many thanks again and best regards
Rikard,
Thanks for your quick reply. Right, I´ve changed the ID for the tab sections (propagelarge for what I need displayed on large screens & propagesmall for what I need displayed on small screens. I´ve also adjusted my CSS so all the previous CSS applies to these new IDs.
I´ve then added the following code in order to hide the different IDs at different screen sizes (as this is what I think you were going to send me):
@media only screen and (min-width: 990px) {#propagesmall .container { display: none !important; }}
@media only screen and (max-width: 989px) {#propagelarge .container { display: none !important; }}This has worked to a degree however the tab headings are still visible whereas they should be hidden as they are within the tabbed section!!! Argghhh!
Can you take a look and let me know if I need some different code to what I´ve added above in order to hide the tab headings too!
Many thanks again for your quick reply Rikard!!
Best regards
This reply has been marked as private.This reply has been marked as private.Sorry instead of the code showing above the image has appeared. The code I used excluding the image link is as follows:
© Copyright – Levante Golf 2020 [nolink]
Many thanks and best regards
Hi again,
Scrap those last questions. I re-activated the caching plugin and re-selected the “Delete old CSS and JS files” option and then cleared the cache and all the icons came back! So we´re now back to full power!
Thanks again!!
Hi guys,
I´ve managed to sort the problem. It appears it was a caching issue to which I found the solution on other threads. I deactivated the caching plugin and then de-selected the “Delete old CSS and JS files” option and saved options and the site went back to normal bar
1. A footer widget was removed
2. The icons are not showing on chrome
3. The social media icons are not showing on chromeI re-added the footer widget but any info on how to solve the icons not showing on chrome would be appreciated!
Many thanks and best regards
This reply has been marked as private.This reply has been marked as private.Rikard,
Perfect that´s worked a treat. I´m having trouble with other boxes and the terms and conditions lining up with them now too. Is there any reason that this is happening?
For example on the page http://levantegolf.com/pro-booking-request/ the box and the newletter sign up aren´t lined up. I¨ve used the following CSS which has done the trick to correct it on my laptop screen:
input[id=avia_10_1] {
margin:-6px 0 0 4px;
}However it is still out of place on my mobile and all other smaller screens (ipad, mobile etc). I´ve tried adding the following CSS code to sort it out but it hasn´t worked:
@media only screen and (min-width: 480px) and (max-width: 767px) {.page-id-6880 input[id=avia_10_1] {
margin:-6px 0 0 4px;
}
}Any ideas?
Many thanks again and best regards
This reply has been marked as private.Rikard,
That´s perfect thank you. Great to know how to find the ID regarding different things by inspecting them. That will help going forward!
Thanks for your help
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Mike,
That´s brilliant and is now working exactly as I would like it to. Fantastic service as always!
Thanks you so much!!
Best regards
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Victoria,
Did you have any luck with this topic?
Thanks again!!
Victoria,
Perfect! That has worked a treat! Thank you so much!
Best regards
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private. -
AuthorPosts