Forum Replies Created
-
AuthorPosts
-
June 1, 2020 at 2:42 pm in reply to: Centered main menu with logo between links, logo is being cropped at bottom. #1218437
Hi, Rikard, thanks for the suggestion.
Assuming you mean replacing this part of my current custom CSS with yours:#header .logo img { top: 60%; transform: translateY(-55%); max-width: 100px; }
It just seems to push the logo further down the page with the cropping happening at the same place.
I guess I could just create a new, narrower logo to get around this problem but happy to try any other CSS suggestions.
Thanks for your help.April 4, 2017 at 8:55 pm in reply to: 'Slide Linking' no longer working correctly after recent update. #771963Hi Victoria,
have updated and the ‘Slide Linking’ issue has now been resolved.
Thanks!
April 1, 2017 at 10:42 pm in reply to: 'Slide Linking' no longer working correctly after recent update. #770439Hi Victoria,
I hadn’t seen that.Hoping for a newer version in Enfold, soon.
Thanks.
March 31, 2017 at 2:52 pm in reply to: 'Slide Linking' no longer working correctly after recent update. #769976Thanks, Victoria.
I have been running 4.0.4 since it’s release, and the updated LayerSlider contained, rather than fixing the issue, has actually managed to stop my workaround from working, too (applying the link to each layer individually, as well as the slide as a whole).
So, I’m eagerly awaiting another update in hope it will fix the issue, since I’ve had no other solution offered.
Thanks.
March 27, 2017 at 1:53 am in reply to: 'Slide Linking' no longer working correctly after recent update. #767113Now, that… is incredibly helpful. It’s annoyed me for so long. I’m very grateful!
Still hoping someone can suggest why the ‘Slide Linking’ option isn’t behaving as expected, but thanks a lot!
March 26, 2017 at 11:36 pm in reply to: 'Slide Linking' no longer working correctly after recent update. #767095Hi, Mike.
Thanks for that. I figured I could do that for each layer as a workaround but that’s not normal operation, is it? Was hoping to get to the root cause of the issue rather than have to do that each time, since I frequently change the slides and associated links and the ‘Slide Linking’ option used to do the job just fine.
I’ll do as you have done for the others but am hoping I can find the solution at some point soon.
I appreciate the assistance. Do you or anyone else have any info on the 2nd issue I mentioned regarding linking the image ‘Copyright’ section or should I create another topic?
Thanks.
Hi, sorry,
I take that back… I changed
top: -30px;
from my share button CSS totop: -60px;
and that seems to look fine.———
Apologies for the edit rather than a new topic, I wasn’t sure of the best procedure:I have an issue where the HTML used to insert the image next to the copyright text isn’t linked.
Any idea why the image won’t link to external site?- This reply was modified 8 years, 5 months ago by Leosoki. Reason: Additional issue found after topic closed
Many thanks for an incredibly fast response, Yigit!
That has indeed correctly positioned the image but I’m left with the share buttons still pushed down below the footer/off the page. (See image).
I can only guess it relates to the existing Quick CSS I have used to position the share buttons but it could take me forever to correct that.Any further assistance with this would greatly speed things up for me :)
February 22, 2016 at 3:26 pm in reply to: How may can I centre the 'Icon List' on multiple devices/orientations? #587192Thanks again,
I’ve removed what now seems to be unnecessary Quick CSS:.iconbox .entry-content-header { text-align: center; } .iconbox .entry-content-header * { float: none; display: inline; }
But I’ve kept and amended CSS for those poor people with tiny screens :)
@media only screen and (max-width: 250px) { .avia-icon-list .iconlist_title { font-size: 10px !important; } }
All seems to work well.
February 19, 2016 at 1:27 pm in reply to: How may can I centre the 'Icon List' on multiple devices/orientations? #586027Hi Rikard,
thanks so much. Using an online simulator, I now get the desired result in every device and orientation I try.I’ve added this below your code in order to apply the ‘fix’ to another page where it was also needed:
.page-id-588 .avia-icon-list { display: table !important; margin: 0 auto !important; width: 240px !important; }
( I tried simply adding the page ID to your code but it caused images to shrink, so I repeated the same CSS with a different page ID.
Good work and great support, thanks. I particularly enjoyed your ‘909808303’ reference!! :)
May I ask, is some of the following CSS now redundant/pointless to have, or perhaps incorrect max-width? (Although, not important as it all seems to work)?:
@media only screen and (max-width: 660px) { .avia-icon-list .iconlist_title { font-size: 16px !important; } } .iconbox .entry-content-header { text-align: center; } .iconbox .entry-content-header * { float: none; display: inline; }
Thanks again!
February 18, 2016 at 11:35 am in reply to: How may can I centre the 'Icon List' on multiple devices/orientations? #585306My apologies, I made a similar mistake the last time I gave you access, too.
New user created (and I’ve tested it this time).
Thanks.
Yep, that’s done it.
Many thanks to you both.
Thanks Andy,
I added that code into Quick CSS and tried a few different values for top: and right: but it’s position doesn’t seem to be affected at all.
Hi Josue, thanks for getting back to me,
for reasons I can’t understand, and despite my suggestions, my ‘client’ would like to move the “Update Cart” button to be alongside the “Proceed To Checkout” button, which led me to this thread. I thought it might be possible with some minor changes to your code above but couldn’t figure it out myself.
Any assistance appreciated.
Would anyone be able to assist in achieving the opposite of the above?
Moving the “update cart” button down, next to the “checkout” button.Thanks.
Great,
that code’s worked for me, without deactivating plugins. Don’t seem to have found any caching issue.Many thanks!
Hi,
Sorry, not sure what happened there.
I’ve reset the password and tested the login, should be OK now with the same details.
Thanks.Log in created.
Thanks.
Hi, thanks for taking a look.
Yes, only the last one was displaying E832 as that was the only one with an external link. The others were still set to use lightbox and so displaying the ‘open with lightbox’ arrows (E869). I’ve now added links to the others to minimise confusion but what I’m trying to achieve is for all of the linked images (ideally, only on that page) to display E913 instead of E832.
This is currently in my base.css but I can’t see why it’s not displaying the icon I’d like for those images (E913):
.image-overlay .image-overlay-inside:before{content:”\E869″; font-family: ‘entypo-fontello’; font-size: 18px; font-weight: normal; }
.image-overlay.overlay-type-extern .image-overlay-inside:before{content:”\E913″;}
.image-overlay.overlay-type-video .image-overlay-inside:before{content:”\E897″;}After further investigation, the problem is solved by disabling the ‘SEO Smart Links’ plugin.
Apologies for inconvenience and assuming it was a theme-related problem.
Another update (and I should’ve checked this sooner) : The issue also exists in other themes, so I guess it’s not caused by Enfold…
… still driving me crazy, though! :)
Thanks.
Hi Devin,
yes, that’s correct. Headers 1,2,3,4,5,6 are always aligned left, regardless of align-center or align-right chosen. Either with advanced or default editor used.
This should be shown in the following 2 images :
https://dl.dropboxusercontent.com/u/51435787/editor.png
https://dl.dropboxusercontent.com/u/51435787/code.pngMany thanks, Ismael, but I have other Text Blocks in which I don’t want the text to be centred.
UPDATE:
I’ve found the issue affects the ‘Header’ formats in Text Blocks but not ‘Paragraph’. So, not all Text Block content is affected, as stated in my first post.I may just try reinstalling the theme and hope it solves it.
This reply has been marked as private. -
AuthorPosts