Viewing 30 results - 78,631 through 78,660 (of 142,900 total)
  • Author
    Search Results
  • #804532

    Hi,

    Great, glad you found a solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #804529

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #804527

    Topic: Mobile Formatting

    in forum Enfold
    marissaconniff
    Participant

    Hello,

    I just published an infographic on my blog using a code from Piktochart. It looks great on desktop. However, on mobile – there is a bunch of space between the bottom of the infographic and my last line of text.

    Here’s the link to the blog: http://twosixdigital.com/blog/state-tourism-twitter-study-infographic/

    Thanks!
    Marissa

    #804525

    Topic: Missing Menu's

    in forum Enfold
    eskitaco
    Participant

    Hello,

    After having a couple of Mods assist with issues I was experiencing with my site in another topic, including a mobile menu issue, I noticed my Footer Menu (in Socket) and Sub Menu that I have on a few pages were replaced with the Main Menu.

    Can someone please help bring these other menu’s back? I couldn’t find the reason why these menu’s changed until I searched Editor and found this code (I believe added by a Mod), so maybe this has something to do with the two menu’s being replaced? These menu’s were visible prior to getting assistance but unfortunately I just noticed the change yesterday.

    function av_different_mobile_menu( $args = ” ) {

    if(wp_is_mobile()) {
    $args[‘menu’] = ‘main-menu-mobile’;
    } else {
    $args[‘menu’] = ‘main-menu’;
    }
    return $args;
    }
    add_filter( ‘wp_nav_menu_args’, ‘av_different_mobile_menu’ );

    Thank you again for your time and assistance!

    #804520

    This new issue resulted from an issue in this topic, but I started a new one per your recommendation. There are still a couple of outstanding issues in this topic before it can be closed however. Please see June 1 post.

    Thanks!

    abortolotti
    Participant

    Hey there!

    I just suddenly had the same issue as stated in this thread: https://kriesi.at/support/topic/saving-didnt-work-please-reload-the-page-and-try-again-12/

    It would have been great to know what problems where the culprit on the server side that @shopfloorautomations witnessed, but unfortunately the thread is closed.
    I’m contacting Bluehost support, they report all things mentioned in the thread are ok (775- 777 CHMOD, etc) I also increase PHP version to 7 yet I’m still unable to save.

    Meanwhile, I loaded the same exact backup copy of the site on a brand new install on Siteground and it works seamlessly.

    Anyone knows how to fix this?

    Thanks

    #804508

    In reply to: Editor keeps freezing

    Yes, this is happening on all browsers to anyone who edits the site. There is a page in draft called “RTC Page”. I just edited the top section of that page and the same thing happens.

    Thanks for your support Victoria, it’s working as expected. Please feel free to close this topic.

    #804496

    Hi Rikard,
    thank you for your help.
    This topic can be closed.
    Best regards,
    Bernd

    #804493

    In reply to: Support

    Hi Mike,
    thank you for your help.
    This topic can be closed.
    Best regards,
    Bernd

    #804492

    Hi Mike,
    thank you for your help.
    This topic can be closed.
    Best regards,
    Bernd

    #804486
    acadas
    Participant

    To have the fields more narrow, we use the following CSS code.
    It works fine either on desktop browsers or on mobile devices.
    But not on both, because there is always an offset between checkboxes and the checkbox text.
    We could solve this on desktop browsers with “top: -11px!important;” but then we will have a 11px offset on mobile devices.
    Could you please help?

    #top label {
    margin-top: -15px;
    margin-bottom: 0px;
    }
    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select {
    padding: 8px;
    }
    #top .avia_ajax_form input[type=”checkbox”] {
    top: -11px!important;
    }

    #804481
    obimedia2
    Participant

    Hi

    I changed font to Lora on site I’m building for a client. I can see it ok but they just see o’s where menu is and where text is on page. Do you know how this can be fixed?

    Also, how do I add a 3 bar menu to the site (top right of header area?

    Thanks for your help

    Gerry

    Thanks for sharing your solution!
    It’s a pity it hasn’t been addressed by the support here. I’ve stopped using Enfold for new sites because of this.

    #804445
    Amigs
    Participant

    Hi Support Theam

    I would like to have a menu item in the footer menu just on mobile devices (like https://kriesi.at/support/topic/enfold-show-menu-items-only-in-mobile-devices/) so i try the following:

    @media only screen and (min-width: 1024px) {
    #menu-item-4517 {
    display: none!important;
    }
    }
    But it does not work. What did i wrong?

    All the best, Pascal

    #804438

    In reply to: Socket Link

    Thank you! Close topic.

    #804430
    wekloud
    Participant

    Hello,
    i’ve got a problem with the translation of the blog page.
    The switcher in the footer sets the url of the translation to the homepage instead of the correct and translated blog page.

    I’ve followed the steps in the post below but didn’t solve the problem.
    https://kriesi.at/support/topic/wpml-issue-blog-page/

    Thanks in advance and best regards.

    #804422
    Maik Diedenhoven
    Guest

    Hello, please delete my post:
    https://kriesi.at/support/topic/mainpage-menu-hover-selected-menu-highlighted/

    I don’t want, that people can google my name and see my posting. Thank you

    Kind regards

    Maik

    #804420

    Hi,

    Glad we could help and thanks for feedback. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #804416

    Hi,

    Great, glad you got it working and for sharing your solution :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    great! thank you so much!
    you can close this thread

    ..I still have some RTL/button position issues
    but since it’s another topic i opened a new thread (https://kriesi.at/support/topic/woocommerce-buttons-rtl-issues/)
    i hope it’s o.k

    • This reply was modified 8 years, 10 months ago by Doron.
    #804385

    In reply to: Logo hover size

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    Hi,

    Glad that it is working. The “show details” button is not displaying because of the following css modification.

    a.button.show_details_button {
        float: left!important;
        margin-top: -42px!important;
    }

    Best regards,
    Ismael

    #804357
    luxubux
    Participant

    Hey there,

    Is there a way to stop the hotspot white dot from “blinking” ?

    Hi,

    The shortcode for the page you linked to:

    [av_section min_height='' min_height_px='500px' padding='huge' shadow='no-shadow' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' id='' color='main_color' custom_bg='' src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2017/02/business-office-work-blurred.jpg' attachment='885' attachment_size='full' attach='scroll' position='top center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.6' overlay_color='#000000' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0']
    [av_heading heading='Portfolio Example:<br/>Ajax 4 Column centered' tag='h1' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='0' color='custom-color-heading' custom_font='#ffffff' admin_preview_bg='rgb(34, 34, 34)'][/av_heading]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#ffffff' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='rgb(34, 34, 34)']
    
    [av_textblock size='' font_color='custom' color='#dddddd' admin_preview_bg='rgb(34, 34, 34)']
    <p style="text-align: center;">Hey there! We are Enfold and we make really beautiful and amazing stuff.
    This can be used to describe what you do, how you do it, & who you do it for.</p>
    [/av_textblock]
    [/av_section]
    
    [av_one_full first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_portfolio columns='4' one_column_template='special' items='8' contents='title' preview_mode='custom' image_size='no scaling' linking='ajax' sort='yes-tax' paginate='no' query_orderby='date' query_order='DESC']
    
    [/av_one_full]

    You will have to import the Portfolio items using the WordPress importer, please see private.

    Best regards,
    Rikard

    #804339

    In reply to: Cambios en búsquedas

    Hi,

    We are very sorry for the late response.

    1.) To adjust the position of the title after deleting the date, add this one.

    .header_color .ajax_search_title {
        top: 5px;
        position: relative;
    }
    
    .ajax_search_content {
        overflow: visible;
    }

    2.) To remove the date from the actual search results, use the following css code.

    .template-search .date-container {
        display: none;
    }
    
    .template-search .entry-content-wrapper .post-title {
        top: 10px;
        position: relative;
    }

    Best regards,
    Ismael

    #804319

    Hi,

    Yes, you are right. As for the code, just remove this text in 404.php:

    Image Here

    and replace it with:

    <?php echo do_shortcode("[av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='scroll' bottom_border_style='scroll' scroll_down='' id='' color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' overlay_enable='' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0']
    
    [av_image src='https://www.lowcarbx.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation'][/av_image]
    
    [av_textblock size='' font_color='' color='' custom_class='' admin_preview_bg='']
    <p style="text-align: center;">ERROR 404</p>
    [/av_textblock]
    
    [/av_section]");
    ?>

    Hope this helps.

    Best regards,
    Nikko

    #804297

    Hi,

    Please try to use “vh” unit instead of “%”.

    @media only screen and (min-width: 1024px) {
        .js_active.html_burger_menu #avia-menu .av-burger-menu-main, .html_burger_menu #top #avia-menu .menu-item-search-dropdown {
            top: 40vh;
        }
    }

    Best regards,
    Ismael

    #804292

    Hi,

    I have checked on an android phone and noticed that the 2 slides you have mentioned doesn’t have the sliderh1 class which forced 56pt in font size. I have modified the slides by duplicating the h1s in all slides, adding the sliderh1 class to the original then hiding it in mobile, then on the duplicate I removed the sliderh1 class and hide it on desktop and tablet. Let us know if the changes are good, you still need to make some few tweaks though.

    Best regards,
    Nikko

    #804283

    Hey psell1,
    I believe this is the fix you are looking for: https://kriesi.at/support/topic/problems-with-new-tab-section/#post-763510

    Best regards,
    Mike

Viewing 30 results - 78,631 through 78,660 (of 142,900 total)