Forum Replies Created

Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
    Posts
  • in reply to: Accordion toggle #1338537

    Hi,

    I’v tried putting a custom ID to the heading and to the script, but it’s still not working. Wondering what’s wrong :S

    in reply to: How to move logo to the left on mobile? #1300589

    Hi,

    I’m having the same problem as Sclark91. The logo is svg and the code I have at the moment is

    .responsive .logo img {
        min-width: 120px;
        padding: 0px 0;
    }

    This code enables the svg logo in the first place – found it on one of the threads.

    The problem is that in the mobile view, the logo is centered and I want it on the left side. I have tried the code suggested above and it didn’t work. The only code I got it to work even a bit was:

    @media only screen and (max-width: 767px){
    .responsive .logo img {
    margin-left: -100px;
    }}

    This is a workaround since the logo is not “aligned” correctly so depending on the screen size, the logo isn’t always on the left hand side. Any ideas how to fix?

    in reply to: Events Calendar bug in the single event page #1300586

    Oh my. Went through it like 10 times and just couldn’t catch that… Thank you so much!

    By the way, now it might be safe to re-enable the merging? And one other thing – is the “delete old css…” button in the bottom part of the performance tab something that you have to press once – then save – and then just deselect it again? (for it to work that is…) Just wondering since the button is a slider and not a simple button.

    in reply to: Events Calendar bug in the single event page #1300573

    In addition to the first sites problem, I noticed that this code where I disable some of the sorting options in the shop page, the woocommerce page element breaks.

    div .product-sorting ul ul li:nth-child(2), li:nth-child(5), li:nth-child(7), li:nth-child(8), li:nth-child(9), li:nth-child(10) {
        display: none;
    }

    It does hide the sorting options that I wanted but it also hides at least one of the products and the view of the shop page is broken. There is en empty space where a product (now missing) should have been and some of the paddings are also broken. Please see pictures. (It doesn’t matter how many columns there are chosen from the woocommerce settings)

    Any ideas why it might break? Other sites (again) have worked ok with this code.

    in reply to: Events Calendar bug in the single event page #1300558

    Hi, yes that second page comment out mistake was it – silly of me. Didn’t even notice… Too few hours of sleep I guess :) Thanks – and sorry!

    But in the first site there were no such lines. I disabled the merging.

    in reply to: Events Calendar bug in the single event page #1300544

    Hi,

    Now I have these codes in my quick CSS but the problem is that which ever of the two codes (either the padding 30px OR the margin-top 0) are on top of the other cancels the other. So in this instance, I have the margin code working BUT the padding code will not work. If I switch it so that the padding code is above the margin-top code, the margin code (fixing the time alignment) stops working.

    .tribe-events-single-section.tribe-events-event-meta.primary dt:not(:first-child) {
        margin-top: 0;
    }
    
    #top #tribe-events-pg-template {
        max-width: 100%;
        padding: 30px !important;
    }
    
    .tribe-events-visuallyhidden{
      display: none;
    }

    I wonder if the quick CSS in this new Enfold version has a bug or something? That’s because I also have a problem in one of my other sites where the quick css keeps bugging: the scroll-to-top button disappeared from mobile view ALTHOUGH I do have the right CSS code showing it. It has worked before but after the update, it stopped. So the code I have is

    @media only screen and (max-width: 767px) {
        .responsive #top  #scroll-top-link {
        display: block;
    }
    }

    I also added a minor tweak for the appereance but it doesn’t matter if I have it in there or not. Tried both ways.

    a#scroll-top-link, a#scroll-top-link:hover {
    background: #bf4da4;
    border-radius: 100px;
    font-size: 26px;
    }
    in reply to: Events Calendar bug in the single event page #1300323

    Hi!

    Thanks for the reply! I got the first problem sorted (used your code and worked perfectly! Still wondering why it was necessary in the first place… My other sites have not had that kind of a problem. Thanks again!

    The second part I decided to fix with my css “display none”… I think the php would change back if the file would be updated? In addition I’m still wondering where this heading comes from – again my other enfold sites do not have it :D

    The third problem is a weird one since I do not have any code in my css that would state padding 0. I even tried adding a code for padding 30, but it didn’t work

    #top #tribe-events-pg-template {
        max-width: 100%;
        padding: 30;
    }

    Again something that my other sites do not have :S

    in reply to: Anchor point links not working with mobile device #1259054

    In the front page, click one of the “services” links. :)

    in reply to: Fullscreen slider Row height #1193488

    Thank you so much! :)

    If I want the effect to happen only in the front/home page of my site, was it “.home” i have to put to the beginning of the code or was it something else?

    Thank you again! You can close the thread after the last answer! :)

    in reply to: Fullscreen slider Row height #1192371

    Thanks! Then I’d like to know if it is possible to lower the whole box containing the caption in the centered version.

    In the full screen mode the text is centered to the middle of the screen, but when measuring from the menu, it’s not vertically in the middle.
    See the photo. The caption is indeed in the middle of the screen, but how could I lower it so that it would be in the middle when measuring from the menu to the ent of the page?

    Thanks :)

    in reply to: Fullscreen slider Row height #1189394
    This reply has been marked as private.
    in reply to: Vertically centered menu #1142311

    Yes, but I want the items to be centered to the center of the page. (So is there a way to get the top padding to apply just to the first menu link? or any other way of achieving it?) …Since now that I deleted the top padding from all the links, the menu items are all at the top of the page. Please see the picture I’m trying to achieve (the first post)

    in reply to: Vertically centered menu #1141395

    Hi!

    Sorry, yeah, here are the info. The site is just a test before I start the real site project

    in reply to: Vertically centered menu #1141000

    Hi!

    Yes, i know that there’s no layout like that. I was wondering could I center the menu with some code?

    I used this combination:

    .av-main-nav > li > ul *,.av-main-nav > li > ul { background-color: transparent!important; }

    .header_bg { background-color: rgba(0,0,0,0)!important; }
    #main { margin-right: 0px !important; }

    span.avia-menu-text { text-align: right; }

    span.avia-menu-text {padding-top: 12vh!important;}

    /* Transparent header on mobile */
    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency,
    .av_header_transparency #advanced_menu_toggle {
    background: transparent!important;
    position: absolute!important;
    }}

    That would work but every main menu item gets its own padding (I’d like the menu items to be close together and centered)

    in reply to: Instagram widget returning error message #1131712

    I’v cleared the cache and used different browsers many times but not helping. :S

    in reply to: Instagram widget returning error message #1131610

    I’m seeing the error as well :S

    in reply to: Instagram widget returning error message #1131265

    Hi! I’m using 4.5.7. and my Instagram widget reports the same error. What could be wrong?

    in reply to: Instagram widget returning error message #1130973

    I’m having the same problem and interested in a fix! :)

    in reply to: Mansory gallery changes the "color" of pictures #1113594

    Found out the problem. The pictures I used were altered by WordPress for some reason. I believe it’s the same problem as here: https://kriesi.at/support/topic/really-huge-problem-with-colormanagement-of-enfold-graphics-engine/

    Fixed it by playing with the color management in photoshop.

    Thanks for your help!

    in reply to: Mansory gallery changes the "color" of pictures #1113582

    No I haven’t installed an image compression plugin. Please see the screenshot in the private field. The color difference is there even though the pictures are the same!

    in reply to: Mansory gallery changes the "color" of pictures #1112919

    Hi,

    Yes, the colors are not the same. The color is shown correctly in the big picture and wrong in the smaller picture below it. The picture is the same but the color is still different. :S

    in reply to: Mansory gallery changes the "color" of pictures #1111589

    Hi there! I cleared my cache and even used other browsers and no luck. The colors are different as you can see from the picture (below). I changed the picture to the top to match the picture below it so you can see the color difference. What could be the problem? :S

    in reply to: Mansory gallery changes the "color" of pictures #1110678

    Hi there! I can still see the color difference between the big picture at the top of the page and the pictures right below it… What could be the problem :S

    in reply to: Mansory gallery changes the "color" of pictures #1099282

    Thanks for the tip but it didn’t work :/

    in reply to: Mansory gallery changes the "color" of pictures #1098664

    Hi and thanks for the fast reply! It didn’t work for some reason… Any clues why?

Viewing 25 posts - 1 through 25 (of 25 total)