Forum Replies Created

Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • 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.

    View post on imgur.com


    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.

    Hi Victoria,

    have updated and the ‘Slide Linking’ issue has now been resolved.

    Thanks!

    Hi Victoria,
    I hadn’t seen that.

    Hoping for a newer version in Enfold, soon.

    Thanks.

    Thanks, 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.

    Now, 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!

    Hi, 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.

    in reply to: Centre an image in copyright footer area. #641490

    Hi, sorry,

    I take that back… I changed top: -30px; from my share button CSS to top: -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 7 years, 9 months ago by Leosoki. Reason: Additional issue found after topic closed
    in reply to: Centre an image in copyright footer area. #641478

    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 :)

    Thanks 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.

    Hi 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!

    My 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.

    in reply to: Moving the checkout button on cart page #510766

    Yep, that’s done it.

    Many thanks to you both.

    in reply to: Moving the checkout button on cart page #510392

    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.

    in reply to: Moving the checkout button on cart page #510134

    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.

    in reply to: Moving the checkout button on cart page #509148

    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.

    in reply to: Substitute external link rollover icon #504168

    Great,
    that code’s worked for me, without deactivating plugins. Don’t seem to have found any caching issue.

    Many thanks!

    in reply to: Substitute external link rollover icon #503354

    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.

    in reply to: Substitute external link rollover icon #502302

    Log in created.

    Thanks.

    in reply to: Substitute external link rollover icon #501597

    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″;}

    in reply to: Text in Text Blocks now ignores alignment. #175592

    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.

    in reply to: Text in Text Blocks now ignores alignment. #175576

    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.

    in reply to: Text in Text Blocks now ignores alignment. #175206

    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.png

    in reply to: Text in Text Blocks now ignores alignment. #174130

    Many 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.

    in reply to: Text in Text Blocks now ignores alignment. #173821
    This reply has been marked as private.
Viewing 24 posts - 1 through 24 (of 24 total)