Viewing 30 results - 93,931 through 93,960 (of 142,823 total)
  • Author
    Search Results
  • #651253

    Hi,

    Ok great, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #651233

    Hi,

    Ok, thanks for letting us know. We’ll keep the thread open in case you should need any more help on the topic.

    Regards,
    Rikard

    #651227
    hzy17079
    Participant

    Hi,

    I manage to get the Comment issue fixed. Seem like the post have to be re-update or publish for it to be able to show. Didn’t manage to exactly identify how I achieve it.

    I have another issue, how do I move the featured image above below the Title and the Author, Comment, Date section.

    I tried the recommendation on this post https://kriesi.at/support/topic/post-title-above-featured-image/. It works on the main post itself but it did not work on the all blog post page. http://strategistshub.com/articles/

    I have revert back to the original coding for reviewing since it is working properly.

    #651226
    elames
    Participant

    This site: http://www.sandlakecountryinn.com/

    I have reservations and gift certificates as links in the top menu. They show on the desktop but not on mobile phone.
    How can I fix this?

    Also is is possible to put the word MENU by the hamburg menu?
    Thanks in advance

    #651225

    Hi,

    Your screenshot (http://imgur.com/l2BLztU) look different from the casadelmediadotcom site. We need to see the actual page. If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    If possible, please create a single thread for each inquiry. Thank you for your understanding.

    Best regards,
    Ismael

    #651213

    In reply to: I need Blog guidance

    Hi,

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing. Thank you for your understanding.

    Best regards,
    Ismael

    #651207

    Topic: Date Picker Position

    in forum Enfold
    MattDalli
    Participant

    Hi guys,

    I have a date picker via the Enfold contact form and the position when clicked on is going on the top which is ‘hiding’ underneath the main menu so users won’t be able to choose the respective date. Is there a way to change it’s position of where it pops up? Maybe it pops up underneath instead of at the top?

    Screenshot:

    #651204

    Hi Rikard,
    I was able to manage No Scalling and caption using fullwidth easy slider. I think I’m good on this topic.
    Aparna

    #651203

    Hi,

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

    @media only screen and (max-width: 989px) {
    .responsive #top .av-menu-mobile-active .mobile_menu_toggle {
        display: inline-block;
    }
    
    .responsive #top .av-menu-mobile-active .av-subnav-menu {
        display: none;
    }
    
    .responsive #top .av-menu-mobile-active .av-open-submenu.av-subnav-menu {
        display: block;
    }
    
    .responsive #top .av-menu-mobile-active .av-subnav-menu li {
        display: block;
        border-top-style: solid;
        border-top-width: 1px;
        padding: 0;
    }
    
    .responsive #top .av-subnav-menu > li:first-child {
        margin-top: -1px;
    }
    }

    Best regards,
    Ismael

    #651196

    Hey Vincent,

    Thank you for using Enfold.

    Create a new shortcode from the avia_title function. More info here: https://kriesi.at/support/topic/how-to-using-the-breadcrumb-shortcode/#post-523485

    Best regards,
    Ismael

    #651184

    Hi,

    1. You can move your calendar with this code:

    .flex_cell.no_margin.av_one_fifth.avia-builder-el-24.el_after_av_cell_three_fifth.avia-builder-el-last {
    position: relative;
    top: -10px;
    }
    

    2. Turn on custom class for all ALB elements at first: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    Then provide a custom css class for your title element. Finally use a code like this in Quick CSS field:

    .your-custom-class-for-title-element {
    position: relative;
    top: 50px;
    }
    

    3. Use this code:

    #top .av-subnav-menu li a {
    font-size: 16px;
    }
    

    and adjust as needed.

    In the future please open different tickets for different questions.

    Best regards,
    Andy

    #651183

    Hi,

    turn on custom class: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    Then give your image in question a custom class. Finally use this code in Quick CSS field:

    .your-custom-class {
    top: 227px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #651179

    Hi,

    no, they are different things. You can use video background for desktop and a normal video element on mobile only, if you’re following Ismael’s advice.

    Best regards,
    Andy

    #651164

    Hi,

    please always open a new ticket for a new question/issue.

    First turn on custom class for all ALB elements: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    Second give your headline in question a custom css class. Then use something like this in Quick CSS field:

    @media only screen 
      and (min-width: 414px) 
      and (max-width: 736px) {
    .your-custom-headline-class {
    position: relative;
    top: -1453px;
    }
    .avia-image-container.avia-align-center {
    top: 85px;
    }}
    

    Best regards,
    Andy

    spleeky
    Participant

    Hi,

    I realize this is likely outside of the regular support, but it’s something I’m trying to achieve with the site, to satisfy a client requirement so would definitely appreciate any ideas you might have as experts with the theme.

    On my front page I have a button that opens a youtube video, the youtube video opens in the enfold lightbox.
    If a user clicks the cross at the top right of lightbox , the lightbox closes and they are taken back to the front page.
    or if they click anywhere off the light box they are also taken back to the front page.

    I want to promote a signup to my newsletter as soon as they’ve finished watching the video.

    I am thinking the easiest way to do this would be to pop up something when the lightbox is exited (either because someone pressed the cross, or because someone clicked off the screen).

    Can anyone give me any idea how I might do this? if it involves a plug in suggestion that’s fine also,

    if you can tell me some code that I might be able to get to trigger when the lightbox closes that might be handy too.

    I am looking for the simplest solution to achieve this, many thanks

    Hey Daan,

    Thanks for getting in touch with us!

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

    .home #advanced_menu_toggle {
        top: 35px;
    }
    

    Best regards,
    Jordan

    #651115

    Hi,

    Try the following:

    .iconbox_top:hover .iconbox_content {
        background-color: #ff6000 !important;
    }
    
    .iconbox_top:hover .iconbox_content_title {
        color: #fff !important;
    }

    Best regards,
    Jordan

    #651108
    3ejoueur
    Participant

    Hi guys!

    Our client site was not loading and we got this error:
    /wp-content/themes/enfold/js/avia.js?ver=3 net::ERR_CONNECTION_RESET
    shortcodes.js?ver=3:36 Uncaught TypeError: $.AviaTooltip is not a constructor

    We followed the procedure described in this post: https://kriesi.at/support/topic/slider-and-google-maps-not-working-after-3-52-and-4-5-updates/ but we still got the issue..

    Could you please have a look at it.

    FYI, we disabled the preloading option from theme option and the site load but we still got the error and some features are not correctly load…

    Thanks in advance!

    JP

    #651072

    Hi,

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

    #footer p {
        margin: 0!important;
    }
    #footer .textwidget {
        padding-top: 10px;
        width: 100%;
        min-width: 245px;
    }

    Remove the below code added earlier

    #footer .textwidget {
        padding-top: 20px;
    }
    

    Best regards,
    Vinay

    #651068

    tnx for that nifty trick .. didnt know that this section is on web page :D
    but what i need more is photos to be from bottom to top withing that grid row :)
    check pic again to see what i mean :)

    #651060

    In reply to: Logo is missing

    Hi,

    Last time i commented out the below code

    /*.av_minimal_header #header_main .container {
        height: 0px!important;    
    }
    */
    

    But it does not appear to be an issue. To find out which code is causing the problem please remove all the css from child theme and add it back one block at a time this should help you identify the problematic code.

    Ok i figured it out please see the commented code and the new code added below.

    /* #top .logo { left: 200px; top:200px;} */
    
    #top .logo {
        left: -53px;
        top: 171px;
    } 

    Go ahead and replace the background image with the logo :)

    Best regards,
    Vinay

    • This reply was modified 9 years, 9 months ago by Vinay.
    #651054

    Hey Taryn,

    Please refer to this post – https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161

    Best regards,
    Yigit

    Hi,

    Please use the code in an if statement.

    function custom_func(){
    ?>
    <script>
    	jQuery(document).ready(function(){
    		if (jQuery(window).width() < 767) {       // if width is less than 767px
       			MobileFunctions();                 // execute mobile function
    		}
    		else {                              // if width is more than 767px
    		   DesktopFunctions();               // execute desktop function
    		}		
    	});		
    </script>
    <?php
    }
    add_action('wp_head', 'custom_func');
    
    

    Best regards,
    Vinay

    • This reply was modified 9 years, 9 months ago by Vinay.
    #651037
    #651031
    InternetConnections
    Participant

    I noticed 2 CSS errors that should be fixed in config-woocommerce/woocommerce-mod.css. I understand that a lot of the errors are browser specific CSS (IE hacks) and will never be valid, but these 2 errors are syntax errors that should be fixed.

    1. Line 150 #top #payment div.payment_box #888888 is not a box-shadow value : inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888
    – box-shadow doesn’t accept 2 color declarations. This should be 2 separate box-shadow properties. The 1st would be your backup for any browser that doesn’t understand rgba.
    box-shadow:inset 0 1px 1px #888888;
    box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.5);

    2. Line 1672 .quantity input Value Error : border-style Too many values or values are not recognized : 1px
    – border-style needs a keyword like solid, or dotted.

    #651007

    Hi,

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

    .responsive #top .logo img {
        margin: auto;
    }
    .responsive #top .logo {
        width: 100%!important;
    }
    

    Best regards,
    Yigit

    https://wordpress.org/support/topic/http-error-when-uploading-images-17

    I used the top suggestion and it worked for me.

    add_filter( 'wp_image_editors', 'change_graphic_lib' );
    
    function change_graphic_lib($array) {
    return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' );
    }
    #650952

    i need a link-element UNDER the slider like doku:
    [ av_layerslider id=’1′]

    <h2>test thumbnail navigation slider</h2>
    <hr>
    need help by Links:<br>
    <div class=”ls-layer” style=”slidedirection: top; slidedelay: 6000″>
    <!–background sublayer–>
    <!–other sublayers–>
    // linking the whole layer
    // PLEASE HELP
    <!–a href=”yoururl”>IMAGE</a–>
    </div>

    can you give me the working code for the actually slider

    Thank you

    • This reply was modified 9 years, 9 months ago by AUBII_GmbH.
    • This reply was modified 2 months, 3 weeks ago by Yigit.
    • This reply was modified 2 months, 3 weeks ago by Yigit.
    #650924

    In reply to: Change body link color

    thanks

    any update on this?

    I saw another one of your team answered it but is that the correct thing to do?

Viewing 30 results - 93,931 through 93,960 (of 142,823 total)