Viewing 30 results - 86,251 through 86,280 (of 142,836 total)
  • Author
    Search Results
  • #728837

    In reply to: Move H1 entry title

    Hi,

    Great, glad you found a solution and thanks for sharing! Let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #728829

    Hi,

    I’ll just ask one question to make myself clearer: should Layer Slider work in woocommerce category pages descriptions?

    I’m sorry but this is not possible without some modifications in the theme. You need to modify the product category template or use an existing hook and add the layer slider shortcode. Unfortunately, the theme disabled the slider’s shortcode so you have to purchase a license, install the plugin as a standalone plugin then deactivate the theme’s plugin configuration. If you want a “dirty” workaround, you can try the solution in the following thread.

    // https://kriesi.at/support/topic/adding-avia-elements-to-woocommerce-archive-product-php/#post-710560

    Best regards,
    Ismael

    #728822

    Hi,

    Great, glad we could help :-)

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

    Best regards,
    Rikard

    #728821

    In reply to: Read More Button

    Hi,

    Glad we could help :-)

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

    Best regards,
    Rikard

    #728813

    Were you able to fix this? I am having the exact same issue. I noticed when comparing my revisions before and after the page stopped working that some of the code changed.

    Before restoring revision history:
    [av_section min_height=’75’ min_height_px=’500px’ padding=’huge’ shadow=’no-border-styling’ bottom_border=’no-border-styling’ scroll_down=’aviaTBscroll_down’ id=” color=’main_color’ custom_bg=” src=’http://mywebsite.com/testpage/wp-content/uploads/2015/02/blog.jpg’ attachment=’494′

    After restoring revision history:
    [av_section min_height=’75’ min_height_px=’500px’ padding=’huge’ shadow=’no-border-styling’ bottom_border=’no-border-styling’ scroll_down=’aviaTBscroll_down’ id=” color=’main_color’ custom_bg=” src=’http://kriesi.at/themes/enfold-startup/files/2015/02/blog.jpg’ attachment=’494′

    Does anyone know why that source link might have changed?

    #728807

    In reply to: Increase Size of logo

    Ahoy,

    I tried that code but now the log acts weird. It is the size that I want but not when I shrink the browser window the logo jumps to the top right and shrinks… I need the logo to stay center. Than when the mobile setting kick in it goes to the left and it is not centered in the header.

    Please advise.

    #728793

    I am using chrome and windows 7.

    Desktop version from http://zorbas.synology.me/wordpress/booking/ where i made the browser small: http://imgur.com/a/3FXVB

    Normal desktop version from frontsite: http://imgur.com/a/Iw4IS

    #728788

    how can i make the text smaller in the element?
    This would help maybe to make the text fit.

    The issue is in the desktop version but also mobile version. And I dont know what I can do to make the text fit.

    • This reply was modified 9 years, 2 months ago by lech07.

    Hey webcami,

    Try adding this code in Quick CSS (located in Enfold Child > General Styling):

    #top .header_bg {
        background: transparent !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #728775

    Hey DaveA,

    Try adding this in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .home #av_section_1 .flex_column_table {
        margin-top: -110px !important;
      }
    }

    Just adjust the value as you see fit. Hope this helps :)

    Best regards,
    Nikko

    Dear Nikko,
    Thank you for quick reply, i don’t know how its happend but after 10 days just now the problem of visual editor fixed ,
    i even try all this 10 days with other computers and didn’t work, but now it fixed.
    The problem with lightbox working fine on desktop and laptop, but keeps “blanking out” on iphone 6s only, image appears for split second then gone, leaving darkness and arrows, continues to occur with each passing image
    i checked it with 3 smartphones so maybe i will wait for ios update what is your opinion about it?

    The Menu moves inward INTO the logo when I shrink the screen on my desktop computer. I would like for the Menu and Logo to NOT run into each other when the screen shrinks.

    This problem is still there even when changing to code for the margin-left to %

    I’ve attached a link to my Dropbox for this file.

    #728760

    Hey!

    You have following code in your custom CSS

    .phone-info, #top label, .widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a, #top .av-subnav-menu li a > .avia-menu-text {
        font-weight: 600 !important;
    }

    please change it to following

    .phone-info, .widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a, #top .av-subnav-menu li a > .avia-menu-text {
        font-weight: 600 !important;
    }

    Cheers!
    Yigit

    #728750

    Hey pimroll!

    Please add following code to Quick CSS

    #top label {
        font-weight: normal!important;
    }

    Regards,
    Yigit

    #728742
    newpappa
    Participant

    I have two icons in a 1/3 column using ALB. I have them set to align left and have used the below styling to remove the animation effect on hover as well as adjust the sizing. On desktop and tablet they look great: they appear side by side aligned to the left of the column and are quite nice looking. On mobile, they stack each on one row. I prefer that they appear side by side on mobile but have not been able to achieve that. Any suggestions?

    Thanks!

    .av-icon-char, .av-font-icon {
    font-size: 36px !important;
    line-height: normal !important;
    margin-right: 10px;
    }

    .av_font_icon.av-icon-style-border .av-icon-char {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    }

    .avia_transform .avia_start_delayed_animation.av_font_icon {
    animation: none;
    -webkit-animation: none;
    }

    .av_font_icon.av-icon-style-border a.av-icon-char:hover:after {
    animation: none;
    -webkit-animation: none;
    }

    .av_icon_caption {
    margin-top: 0;
    }

    #728734

    In reply to: Drop Shadows on Rows

    View post on imgur.com

    (Ignore empty box on top – it’s their old site & a slide show is missing.)

    Thank you!

    #728715
    DaveA
    Participant

    Hello,

    I’m using the Enfold Medical theme template. On the ‘Welcome’ page there is a -200px margin to allow the image and content boxes to overlap the image and sit ‘above’ it. When viewing on mobile this causes problems for me as they overlap the image too much. I want to remove the -200px top margin on mobile but am struggling to do this using a Custom CSS class.

    This is a link to the theme I am using.

    This is how I want it to look on mobile i.e. no -200px margin:

    https://postimg.org/image/fgu1ommpb/

    Could anyone help at all?

    #728712

    Hi,

    Sure. The ipad versions seems good, I have modified your css only for mobile version. I have added css classes to the paragraph/text in the layerslider and have added this code inside @media max-width:767px in Quick CSS:

    #top.page-id-705 .avia-layerslider .ls-slide p {
    height: auto !important;
    line-height: 1.2 !important;
    padding: 0 20px !important;
    position: static;
    width: 100% !important;
    text-align: center;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    }
    
    #top.page-id-705 .avia-layerslider .ls-slide p.ls-main-heading {
    font-size: 28px !important;
    padding: 30px 20px 0 !important;
    }
    
    #top.page-id-705 .avia-layerslider .ls-slide p.ls-subheading {
    font-size: 18px !important;
    padding: 10px 20px 0 !important;
    }
    
    #top.page-id-705 #wrap_all .ls-wp-fullwidth-container .ls-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    }
    
    #top.page-id-705 .ls-wp-fullwidth-container {
        height: 74px !important;
    }

    Let us know if it’s good :)

    Best regards,
    Nikko

    #728703

    Hi,

    I checked the screenshot you gave, I think the spaces on left and right is just right, though I’m not really sure if that’s what you wanted to point out, but if it is, try adding this code in Quick CSS:

    .js_active .top_tab .tab {
        padding-left: 24px;
        padding-right: 24px;
    }

    Just adjust the values as you see fit. Hope this helps :)

    Best regards,
    Nikko

    #728700

    Hi,

    I checked it on chrome and it seems to be working fine, can you tell us what browser you are using and OS (example windows 10 or mac Sierra), and provide a screenshot on how it looks on your desktop/laptop, just upload it in http://imgur.com/ or dropbox and post the link here.

    Best regards,
    Nikko

    #728696

    Hi,

    Please change the code to following one

    @media only screen and (min-width: 990px) {
    .container.av-logo-container {
        display: none;
    }
    .html_header_top.html_header_sticky.html_bottom_nav_header #main {
        padding-top: 50px !important;
    }}

    Best regards,
    Yigit

    #728688

    Hi,

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

    
    .container.av-logo-container {
        display: none;
    }
    .html_header_top.html_header_sticky.html_bottom_nav_header #main {
        padding-top: 50px !important;
    }
    

    Best regards,
    Yigit

    #728681

    Hi Yigit,

    I also opened my own thread.

    Looking forward to a solution.

    Awesome as always!

    An unrelated question, how do I remove the flag from the top menu – http://screencast.com/t/JEvRonZJe5N?

    #728667
    #728641
    Dragend
    Participant

    Hi, I’m a new customer.

    I am trying to add a SlayerSlide on top of product category page.

    I go to products>categories>then I choose a category and I edit the description.

    Shortcodes don’t work. If I use the button “add LayerSlider” it just add a shortcode in the description of the category (and it doesn’t work also).

    I just see the shortcode on the frontend.

    EXEMPLE: [layerslider id=”1″]

    Since the button to add LayerSlider it’s present I suppose it can be added.

    Thank you for your time.

    (site is on maintenance)

    #728618

    Hi Yigit,

    I just opened a new thread with the link to my website. Hope this problem could be solved soon, since other users also seem to have similar problems (I found different threads on this problem)!

    Thanks and best regards
    Katja

    #728610

    Hi,

    I have modified the code in Form Test 2 page to this one:

    <form  name="webshopform" method="post" action="http://URL/login.php" class="custom-login-form av-form-labels-hidden avia-builder-el-7  el_after_av_heading  avia-builder-el-last">
    <fieldset>
    <p class=" first_form  form_element form_element_third" id="gebruikersnaam"><input name="gebruikersnaam" class="text_input is_empty" type="text" id="gebruikersnaam" value="" placeholder="Gebruikersnaam*"></p>
    <p class=" form_element form_element_third av-last-visible-form-element" id="wachtwoord"> <input name="wachtwoord" class="text_input is_empty" type="password" id="wachtwoord" value="" placeholder="Wachtwoord*"></p>
    <p class="form_element form_element_third modified_width"><input type="submit" value="Login" class="button" data-sending-label="Login"></p>
    </fieldset>
    </form>

    And added this css code in Quick CSS (located in Enfold > General Styling):

    .custom-login-form .form_element_third {
        width: 32.6%;
        float: left;
        margin-left: 1%;
        clear: none;
    }
    
    .custom-login-form .first_form {
        clear: both;
        margin-left: 0;
    }
    
    .custom-login-form.av-form-labels-hidden p {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    #top .custom-login-form .text_input, 
    #top .custom-login-form .select, 
    #top .custom-login-form .text_area {
        width: 100%;
        margin-bottom: 0;
        display: inline;
        min-width: 50px;
        padding: 13px;
        border-radius: 2px;
    }
    
    .custom-login-form .button {
        margin: 0;
        border-radius: 2px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        font-weight: normal;
        font-size: 0.92em;
        min-width: 142px;
        outline: none;
    }
    
    .custom-login-form p input, 
    .custom-login-form p textarea, 
    .custom-login-form p select, 
    .custom-login-form p .input_checkbox_label {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    @media only screen and (max-width:479px) {
      .responsive .custom-login-form .form_element {
        width: 100%;
        clear: both;
        margin-right: 0;
        margin-left: 0;
        float: none;
      }
    }

    It should get the right design and works properly. Let us know if it’s also good on your end :)

    Best regards,
    Nikko

    #728597

    Hi,

    as i told you, it’s not so obvious: click on “Training” and you will see, that it’s scrolling down to the real anchor top!

    best regards,
    Tom

    #728569

    In reply to: Social Buttons

    Hey ronensin,

    please use different tickets for different questions.

    1.) Use this code inside Quick CSS field:

    #top #wrap_all .av-social-link-facebook {
    background: #37589b;
    }
    li.social_bookmarks_gplus.av-social-link-gplus.social_icon_2 {
    background: #de5a49;
    }
    li.social_bookmarks_youtube.av-social-link-youtube.social_icon_3 {
    background: #a72b1d;
    }
    li.social_bookmarks_twitter.av-social-link-twitter.social_icon_4{
    background: #46d4fe;
    }

    Best regards,
    Andy

Viewing 30 results - 86,251 through 86,280 (of 142,836 total)