Viewing 30 results - 87,811 through 87,840 (of 142,856 total)
  • Author
    Search Results
  • Hi Pete,

    Ok great, glad you got it working and thanks for sharing :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #714402

    Hi,

    Ok, thanks for the feedback. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #714392

    Topic: Setting in child theme

    in forum Enfold
    sammilo4
    Participant

    I want use advanced Layout Editor for custom post type, solution is here https://kriesi.at/support/topic/advanced-layout-editor-and-woocommerce/#post-713749 but want add that code in child theme , is not working and file meta.php It is not considered…

    • This topic was modified 9 years, 4 months ago by sammilo4.
    #714391
    pbspence
    Participant

    On my landing page, I want to have a full-page slider with a transparent header, and a sticky transparent socket. I’m using the following, but the full-page slider seems to sit on top of the socket:

    .page-id-734 #socket {
    position: fixed;
    background-color: rgba(255,255,255,0.2);
    bottom: 0;
    width: 100%;
    z-index: 1;
    }

    Thoughts?

    #714389

    This is the same code, given by your colleague Nikko in this thread, for both — Intelligence and Services:

    #top #sub_menu1 {bottom: 0;}
    #top.page-id-6741 .sticky_placeholder {height: 0 !important; overflow: hidden;}

    that I put in the Quick CSS of Enfold theme.

    I’ve just checked up again both pages in all browsers (Chrome, Opera, Yandex, Safari, Mozilla), and I got the same result as mentioned in my last message

    • This reply was modified 9 years, 4 months ago by Anton.
    #714388
    tbp
    Participant

    Hi,
    after changing the server I get some error messages which I could not stop.
    Notice: Undefined index: index in …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth.php on line 346
    Notice: Undefined index: index in …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 386
    Notice: Undefined index: index in …/wp-content/themes//enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 389
    Notice: Undefined index: index in …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 392
    Notice: Undefined index: index in …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 393

    In additional I register an extra widget above widget area.
    After changing the server I get also an error. I could solve it in frontend.
    But the whole widget area is still messy so I think something still goes wrong
    The site is in maintenance mode, so I give you a login as private note.

    Could you help please

    #714387

    And also what do you mean by something that goes “on top of” events? What events? What can be on top of them?

    #714384

    Hi!

    It seems that there is an open image somewhere, that goes on top of those events and do not make them look good.
    Not so sure where, if you can not find it, add us backend access so we can give it a look.

    Thanks a lot

    Cheers!
    Basilis

    #714366
    algkent
    Participant

    Hi!

    I learned how to create a template and stick a header image manually into each of my blog posts at the top. The only problem with this is that if I update the header image in the future (which I will), it doesn’t automatically update all the previous blog posts where I used the template.

    This is an issue. What can I do to remain consistent? I’m talking about each of my individual blog posts, the header i have at the top right now. So here’s an example: http://www.moneyprodigy.com/use-chocolate-coin-delayed-gratification-lesson-precursor-goal-setting-kids/

    Thanks for your time,
    Amanda

    #714361
    fetetyper
    Participant

    Hi,

    All the websites where I use Enfold has stopped updating the costum.css file when I make changes to it. I have emptied the Cache etc. but still no changes registered to the css-file after having uploaded the new version of the file via FTP klients.

    Please advice?

    Best Elise

    #714357

    Hi Yigit,
    i have applied the codes for the page 8050. However the zoom-icon is always there. I just want it appear on hover. Further I don’t know why it is more space between the lines after I have added the CSS.

    Could you please help me again?

    .page-id-8050 .av-masonry-image-container:after {
    color: #fff!important;
    position: relative!important;
    top: -150px!important;
    left: 10px!important;
    width: 100%!important;
    font-size: 50px!important;
    font-weight: normal!important;
    content: ‘\E803’!important;
    font-family: ‘entypo-fontello’!important;
    }

    #714351

    Thanks Yigit,
    i am running the latest enfold version and to be sure i deactivated the autoptimize plugin.
    Thanks for any help

    #714346
    mleonhard
    Participant

    Hi
    On my site https://hi-flyfoto.de the desktop menu on a tablet in landscape mode (for example ipad air 2, Samsung Galaxy S2)
    overlaps the logo on the left. I know the breakpoint for the mobile menu could be adjusted so it is also active in landscape mode.
    However, there would enough space for the desktop menu, if the items move a little closer together. Is that possible?

    thanks for your help
    Michael

    #714340

    Topic: edit margin h1 h2 etc

    in forum Enfold
    Jerryotto
    Participant

    Hi,

    There seems to be a top margin in the h1,h2, etc. when using special heading. I use it under an image and I want to remove the spacing. I added h1 { margin-top: 0 !important; }
    h3 { margin-top: 0 !important; }

    in quick css, but the margin is still there.

    • This topic was modified 9 years, 4 months ago by Jerryotto.

    Hi Rikard,

    I found that this worked – like yours but I had to put .responsive in also:-

    @media only screen and (max-width: 767px) {
    .responsive .tabcontainer .tab_content {
    padding: 0px 0px;
    }
    }

    It only works well on the Tab option “with border”. Which is fine for my site as thats what I need :)
    if you choose tabs “without border” then the same CSS means you lose the padding on the right hand side of the desktop (non responsive view)

    thanks for your help.

    Pete

    #714317

    Hi,

    Great, glad you found the problem. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #714315

    Hi Cheryl,

    Great, glad you got it working and sorry for the problems. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #714314

    Hi Richard,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top .avia-slideshow-button {
        margin-top: 100px !important;
    }

    Best regards,
    Rikard

    #714309
    agorton
    Participant

    Hi, I just launched a site tonight.

    I built it at GoDaddy and until tonight it was on the pre-relaase URL. Tonight I repointed the real domain to it. The site is up on the desktop, and via the phone (different provider, FWIW)

    Prior to launch, the phone version was fully responsive. We had even tweaked it to hide some content boxes on mobile etc.

    Now it is just a tiny version of the desktop

    Thanks for any help you can offer

    #714294

    Hi Stan,

    I changed the topic, thanks for thinking about other users :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #714282

    Hi Daniel,

    Great, glad you got it working. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #714274

    Hi,

    No problem, that is usually the best way to learn :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #714270

    Hi!

    Another user was experiencing the same issue with the instagram widget but we are not sure what’s causing it. We suspected that it is caused by “caching” plugins but deactivating those didn’t do anything so we suggested another plugin.

    // https://kriesi.at/support/topic/instagram-widget-not-updating/#post-602135

    Regards,
    Ismael

    #714255

    Hi!

    Looks like you found a workaround by adding non breaking spaces before the menu item labels. Are you OK with that? If not, please add this in the Quick CSS field.

    #top .av-main-nav ul ul {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        left: 20px;
        position: relative;
    }

    Best regards,
    Ismael

    #714253

    In reply to: ICONS bug

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    Hey!

    Thank you for the info. Please add this css code in the Quick CSS field.

    #top #header_main > .container .main_menu ul:first-child > li > a {
        height: 30px !important;
        line-height: 30px !important;
    }
    
    #top #header_main > .container .main_menu .avia-menu  {
       top: 60px;
    }

    Regards,
    Ismael

    #714243

    In reply to: Not showing animations

    Hi Mike,

    Ok, thanks for the feedback. Let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #714230

    Topic: Text-align mobile

    in forum Enfold
    leoadmin
    Participant

    For the desktop version i added to the text “text-align: justify” but on the mobile phone it doesn’t look good.
    So i tried to add @media only screen and (max-width: 767px) { .avia_textblock p{text-align: left}} – but it doesn’t work.

    Can you give me an advice please?

    Ok, I figured some out.

    I used this solution in this thread: https://kriesi.at/support/topic/how-to-remove-the-picture-icon-on-blog-posts/
    For me its not clear why the checkbox works using a big featured image and is not working using the small featured image. Is this a bug?

    Cheers

    #714215

    Unfortunately, I haven’t heard back from you guys.

    I think making the text layers adapt to different screen sizes shouldn’t be that difficult after all.

    How about creating different CSS rules or classes depending on the following 3 screen sizes (below)

    Would that do the trick?

    Unfortunately, I wouldn’t know how to code that into the layerslider I was talking about.

    Thoughts, guys?

    As always, many thanks for your help.

    @media (min-width: 1201px)
    .introHeading {

    font-size: 100px;
    line-height: 1em;

    }
    @media (min-width: 1024px)
    .introHeading {
    width: 70%;
    }

    @media (min-width: 768px)
    .introHeading {
    padding-top: 145px;
    padding-bottom: 130px;
    font-size: 85px;
    line-height: 1.05em;

Viewing 30 results - 87,811 through 87,840 (of 142,856 total)