Viewing 30 results - 92,521 through 92,550 (of 142,941 total)
  • Author
    Search Results
  • #667038
    funkhouser
    Participant

    About 2-3 weeks ago WordPress Pop stopped working. I tried deactivating other plugins to see if that was the problem. It was not.

    I created a new popup and it worked once. The stopped. Not sure what to do.

    Thanks

    #667031

    Hey Faway,

    Use this CSS code to control the social menu links when header is transparent and not:

    #top .av_header_transparency #header_meta a{
        color: blue;
    }
    #top #header_meta a{
        color: red;
    }

    Best regards,
    Josue

    #667021

    Hey!

    Try adding this code to the Quick CSS:

    #top #header .av-main-nav > li:hover > a{
    background: url(_img_) no-repeat top center transparent;
    }

    Cheers! 
    Josue

    #667015

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        -webkit-animation: none!important;
        animation: none!important;
    }
    

    Best regards,
    Vinay

    #667001
    firemedic72
    Participant

    I was wondering if anyone could show me how to completely customize my header area in Enfold stretched theme. I was able to insert content and images to the right of my logo by placing the code below. It looks ok I guess, but I am just not completely satisfied with it because it is not responsive and disappears on mobile devices and tablets. Is there any possible way to edit the the header so that the content added to the right is responsive and folds to the left under the header like responsive <div></div> would do?

    functions:

    <div class=”custom_text”>
    <p style=”font-family: lato; font-style: normal; font-weight: 400; font-size: 16pt;”>Phone (813)949-4467</p>
    </div>
    <div class=”custom_text2″>
    <p style=”font-family: lato; font-style: normal; font-weight: 400; font-size: 14pt;”>Email: S (Email address hidden if logged out) </p>
    </div>
    <div class=”custom_text3″>
    <p style=”font-family: lato; font-style: normal; font-weight: 400; font-size: 16pt;”><span style=”color: #FC0004; font-weight: 700;”>10% OFF</span> For Online Appointments!</p>
    <p> </p>
    </div>
    <div class=”custom_phone”>phone
    </div>
    <div class=”custom_mail”>Mail
    </div>

    Quick CSS

    div.custom_text {
    position: absolute;
    right: 200px;
    top: -175px;
    }

    div.custom_text2 {
    position: absolute;
    right: 208px;
    top: -135px;
    }

    div.custom_text3 {
    position: absolute;
    right: 75px;
    top: -105px;
    }

    div.custom_phone {
    position: absolute;
    right: 435px;
    top: -165px;
    }

    div.custom_mail {
    position: absolute;
    right: 422px;
    top: -122px;
    }

    • This topic was modified 9 years, 9 months ago by firemedic72.
    #666985
    rumkosteve
    Participant

    Hi,
    I use Creativo WP theme on another website and it creates a tap to call button for mobile visitors. You can see this at http://automaticgaterepair.co.uk/ where there is no button at larger screen resolutions and the button in the top bar at resolutions below 767px. This is a simple on/off function in the theme back end. Is this possible in Enfold as it is such a simple solution and a great way for mobile users to get in contact.
    Thanks.
    Steve

    #666967

    Hi,

    Now add this to Quick CSS:

    .custom_cta{ 
      width:100%; 
      clear:both; 
      float:left; 
      margin-top: 80px; 
      margin-bottom: -40px; 
    }

    Best regards,
    Josue

    #666942

    Hey Gal726,

    I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!

    however we can point you in the right direction Please follow this posy by Ismael https://kriesi.at/support/topic/homepage-redirect-on-mobile-sites/#post-206215

    Best regards,
    Vinay

    #666938

    Hi,

    To add gap between the form fields please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top fieldset {
         margin-top: 20px;
    }
    
    

    To add box shadow to submenu

    #top .header-scrolled #avia-menu .sub-menu, #avia-menu .sub-menu {
        box-shadow: 1px 4px 8px 1px rgba(0,0,0,.5);
    }

    Best regards,
    Vinay

    #666925
    webdesign
    Participant

    What is the best way to format tables so they display correctly on small/mobile devices? The tables look good on a large screen, but once responsive to small screens, all the table header rows stack up on top of each other and then all the table data lays below all these stacked rows. There should be a table header for each row of data, just as it displays on the screen. The only way I’ve been able to get around this is to create a separate table for each row of data. However, the tables then all have their own sizes and don’t resize consistently.

    I’ve pasted a link with examples below. I’ve put tables inside the “accordion” element. I’ve also tried them in the “tab” element (going to abandon those as I don’t like how they look on the small screens either). So, for this post, please take a look at the tables inside the “accordion” element. The first accordion says NEW. I had to put in separate tables to make the headers show up correctly on a mobile device. However this is where the table sizes are inconsistent as they respond separately. The second accordion says USED. This is where you will see header rows stacked on a small screen. It also takes the first header row in the table, and repeats it inside each cell (I understand this, but it makes it so you can’t have a different title for each new rows).

    Can you please help with formatting a table to display with a header row, table data, header row, table data, etc, on a mobile device? Again, they look great on the big screen, get messed up on a small screen.

    Thanks!

    BobCarey
    Participant

    Hello,

    I created two pages and attempted to create a drop down menu under about.

    It is a scroll to subject on front page set-up.

    Scroll down address

    When I click on the drop down menu:

    Drop Menu

    When I add a drop down menu, the scroll down to that section of the front page feature stops working.

    Wondering how to get it working. There is an earlier post from Friday about Zen, which is not on yet, that is potentially related.

    Thoughts?

    Thank you,

    Bob

    #666916

    Hi,

    Use the following:

    #top legend {
        font-size: 12px;
    }

    Best regards,
    Josue

    #666911
    krummnagel
    Participant

    image
    Hi, im trying to remove the space shown in the picture with quick css like this:

    .div.flex_column.av_one_half.flex_column_table_cell.av-equal-height-column.av-align-top.first.avia-builder-el-1.el_before_av_one_half.avia-builder-el-first {
    padding-top: 150px;
    }

    but i cant get it to work. any hint ?

    thanks

    • This topic was modified 9 years, 9 months ago by krummnagel.
    eoghan1
    Participant

    Hi,

    The special header at the top of my frontpage at http://www.thatcommsguy.ch/ has suddenly started appearing as bold text whereas up to this evening it was appearing as on all the other pages in a nice light font. (e.g. here: http://www.thatcommsguy.ch/services/)

    Any idea why or how I can solve this? To be clear, I’m talking about the text that begins “Get your messages out…”

    Thanks,
    Eoghan

    ramonolivencia
    Participant

    I was having trouble showing my 3-section footer on my Pages aligned for smartphone view (the 3 sections -Pages, Newsletter and Find- were showing on smartphone view as 3 columns narrowly placed next to each other instead of one section on top of each other, though they were all showing fine on desktop view). So I fixed that by replacing the footer section with a Section Color Template with 3 columns inside, but now while most pages appeared fixed I still have 2 pages where the problem still appears and don´t know how to fix that.

    #666889
    webdesign
    Participant

    Hi,
    Is it possible to have the tabs display the same on mobile devices as larger screens? For instance, I have them set to display at the top (not on the sides). They look great on the computer. However, on the mobile devices, the tabs just drop to the bottom (so, tab 1 is at the top, then the content – tab 2 is below tab 1, with the content, and so on). I’d like the tabs to all display at the top of all the content (just like it display on the computer) so the user isn’t having to scroll down to see what other tabs are available. Is this possible? The tabs are shown below.
    Thanks!

    #666878

    In reply to: Elements Alignment

    Hi Josue,

    Thanks a lot for your help, all the issues are fixed.
    (you may now close the topic please)

    Best regards,
    Sadegh

    #666861

    In reply to: sub menu style

    Hi Josue,

    Thanks a lot for your reply, it all worked for me.
    (you may now close the topic)

    Regards,
    Sadegh

    #666860

    Hey!

    Try adding this code to the Quick CSS:

    #top select{ min-height: 45px; }
    

    Cheers! 
    Josue

    #666849

    In reply to: sub menu style

    Hi,

    Use this:

    #top .av-main-nav ul a{
        font-size: 14px;
    }
    
    #top .av-main-nav ul li:hover a{
        background: #21b1ec;
        color: white !important;
    }

    Best regards,
    Josue

    #666844

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
        #top .flex_cell .avia-button.avia-position-left {
            float: none;
            display: inline-block;
            position: relative;
            left: 0;
            right: 0;
        }
    
        #top .flex_cell .avia-button-wrap {
            display: block;
            float: none;
            text-align: center;
        }
    }

    Cheers! 
    Josue

    Hey!

    Try adding this code to the Quick CSS:

    #top .scroll-down-link:before {
           content: url(_LINK_TO_IMG_);
    }
    

    Make sure the image is around 60×60.

    Cheers! 
    Josue

    #666838
    jimbo4372
    Participant

    Hi,

    Sorry, I have looked for a solution for this issue but can’t seem to find an answer here.

    If you look at my website, you’ll see there is an iframe for the Booking Online page. On desktop, when I shrink the page down, there are scrollbars so you can move around the page. On an iPhone 6, you can’t see the right-hand side of the booking buttons and it won’t scroll at all.

    Apologies if I have missed this question in the forums.

    Many thanks in advance,

    Jim

    #666832

    In reply to: Problem with menu top

    Es por este codigo que tienes en style.css:

    /*PARA PONER EL SIDEBAR DEBAJO EN VERSI�N IPAD VERTICAL*/
    @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 967px) 
    and (orientation: portrait) {
        .container {
            max-width: 100% !important;
        }
    
        #top #main .sidebar {
            width: 100% !important;
        }
    
        /*PARA PONER EL FOOTER CON UNA SOLA COLUMNA EN IPAD VERTICAL*/
        .flex_column {
            width: 100% !important;
            margin-left: 0 !important;
        }
    }
    
    
    #666831

    Hi,

    Add this:

    @media only screen and (max-width: 767px){
        .responsive #socket .social_bookmarks,
        .responsive #socket .copyright {
            display: block;
            float: none;
            clear: both;
            margin: 0;
            text-align: center;
        }
        .responsive #socket .social_bookmarks li {
            float: none;
            display: inline-block;
        }
        .responsive #socket .sub_menu_socket {
            padding-top: 10px;
        }
        .responsive #socket .sub_menu_socket li {
            display: block;
            margin: 8px 0;
            border: 0;
        }
    }

    Best regards,
    Josue

    #666827

    I think I figured the problem out, but I still need help to solve it.

    Looks like the problem is I created two Full Width Sliders in the front page.
    Because the slider doesn’t look well on mobile, I decided to make 2 different sliders with different sizes; First one for Desktop and Tablet, Second for Mobile (and Tablet when is vertical).

    According to one of the answers in this forum, I used this code in order to do it:

    /*First is for Desktop and Tablet, second is for Mobile*/
    @media only screen and (max-width: 989px) {
    div#full_slider_1 {
        display: none;
    }
    }
    @media only screen and (min-width: 988px) {
    div#full_slider_2 {
        display: none;
        }
    }
    

    Thing is that it looks like this code makes the problem of animation triggers late.

    Look at “ex1” in the private content in comparison to “ex2”.
    ex1 has both Fullwidth slider for desktop & mobile.
    ex2 has only one Fullwidth slider. That means that the code above doesn’t affect this page, at least not on desktop view, and only the desktop slider is shown (and exists) in this page.

    ex1 has the animation problem and ex2 doesn’t.
    That means that the code makes the problem, because for some reason, your theme counts the non-visible slider in the trigger point value.

    What’s the right way to hide each slider for each device, in a way that is won’t affect the animations?

    #666817
    Faway
    Participant

    I need the font-color looks different from my transparent header font color,want it to be white, and the color from mobile,in red.
    and as you can see the social, Facebook, logo color is different from others, want to know how to fix it.

    Also, the transparent header bottom border line color is missing.

    mobile above top header font-color

    transparent header on Mac

    • This topic was modified 9 years, 9 months ago by Faway.
    #666801

    Hey artemtik,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-section.av-minimum-height .container .content {    
        vertical-align: top;
    }
    

    Best regards,
    Vinay

    #666798

    Topic: logo is stretching

    in forum Enfold
    thetshed
    Participant

    Hi
    i am using enfold and the logo in the top bar keeps resizing itself. it becomes stretched and distorted. i have removed plugins that i thought my be causing the problem. i put in a new logo and it works for a few minutes and then resizes itself and stretches ???
    please help here is the website

    yuskydog
    Participant

    Hi,
    I wonder if there’s a way to disable the loop while inserting multiple images on a post? I’d like the lightbox to stop at the last image.
    Thanks!

Viewing 30 results - 92,521 through 92,550 (of 142,941 total)