Viewing 30 results - 87,601 through 87,630 (of 142,856 total)
  • Author
    Search Results
  • Hi,
    After a clean install and deleting all the plugins, now the scrolling logo looks good on responsive mode.
    I have not resolved the issue with the blog; as soon as I select my page “BLOG” in the box “And where do you want to display the blog?” in Theme Options the transparent header stops working.

    Please help me with this issue I would like to publish my website ASAP
    Best regards
    Christian

    #716529

    Right, after some trying I found the explanation. this may help others in future:
    I had Relevanssi installed, but the error did not disappear when deactivating it. Therefore I did not think the cause was there.
    then I remembered some extra code I included in the functions.php due to this:
    https://kriesi.at/support/topic/auto-suggest-funktion-der-suche/
    and this https://kriesi.at/support/topic/enfold-code-update-for-2-2-to-use-relavanssi-plugin/

    /*
     * add Relevanssi for WordPress searches
     */
    add_filter('avf_ajax_search_function', 'avia_init_relevanssi', 10, 4);
    function avia_init_relevanssi($function_name, $search_query, $search_parameters, $defaults)
    {
        $function_name = 'avia_relevanssi_search';
        return $function_name;
    }
    
    function avia_relevanssi_search($search_query, $search_parameters, $defaults)
    {
        global $query;
        $tempquery = $query;
        if(empty($tempquery)) $tempquery = new WP_Query();
    
        $tempquery->query_vars = $search_parameters;
        relevanssi_do_query($tempquery);
        $posts = $tempquery->posts;
    
        return $posts;
    }
    
    /*
     * disable Ajax search
     */
    add_filter('avf_frontend_search_form_param', 'avia_deactivate_ajax_search',10,1);
    function avia_deactivate_ajax_search($params)
    {
    	$params['ajax_disable'] = true;
    	return $params;
    }

    After deleting this, the menu stays still, also with the search enabled.
    All the best
    Michael

    #716509

    Hi Ismael,
    It is not working and I have entered it exactly as you have said. All it does is duplicate the content in the top default field and leaves nowhere to edit the new field.
    Furthermore, it is not showing in the main shop categories, only shop subcategories.

    ALSO: This has caused an issue with the site. On the categories in the H! title cannot be seen at all and on the front end it is there but cannot be highlighted as it appears to be ‘stuck’ for want of a better word. Unfortunately, I have had this code in too long for me to perform a rollback. Can you please look at this?

    I have included the logins below, thanks for your help.

    #716502

    Hey again, i still have some styling problem. I added a span, better to control for me.

    function ava_woocommerce_after_cart_mod(  ) {
    	echo '<div class="after_cart"><span class="waren"><h2>Bequem und sicher bestellen</h2><img src="https://xxx" alt="haken icon"/><strong>Sicherheit:</strong> Sowohl Ihre Zahlung als auch Ihr Paket sind versichert.<br /><img src="https://xxxx" alt="haken icon"/><strong>Kundenservice:</strong> Ihre Anfragen werden schnell und persönlich von unseren Experten beantwortet.<br /><img src="https://xxx" alt="haken icon"/><strong>Lieferung:</strong> Unsere Lagerartikel erhalten Sie bereits am nächsten Werktag.</span></div>';
    };
    
    add_action ('woocommerce_after_cart', 'ava_woocommerce_after_cart_mod', 100, 0 );
    .cart-collaterals, .after_cart {
        display:inline !important;
    }
    span.waren img {
        top: 5px;
        position: relative;
        padding-left: 50px;
    }
    
    span.waren h2 {
     font-size: 14px;
    text-align: left;
    float: none;
    }

    If u watch this now @ website, the second line of each element breaks. Why this dosent accept the padding left?

    #716488

    Hey mdxclr,

    Please refer to this post – https://wpml.org/forums/topic/instead-of-name-flags-are-shown/#post-1107538

    Best regards,
    Yigit

    #716430

    In reply to: Logo Placement

    Yigit, as you can see i have got it to be on the logo iv had to do margin-left 183px;
    but when i shrink the page the menu overlaps the logo whats the best practice to stopping this happening?

    friendlier
    Participant

    Hi,

    I’ve created a homepage with alternating text blocks and images. These look great on desktop and iPad, but on mobile the images bunch together and the effect is spoiled.

    How do I style the mobile content to correct for this?

    Thanks

    Simon

    #716423

    Hello
    In my case, this doesn’t work.
    But trying some css tricks, I found a solution which is ok for me :

    .avia_transform a:hover .image-overlay {
        left: 0 !important;
        top: 0 !important;
      }
    .avia_transform a .image-overlay {
        left: 0 !important;
        top: 0 !important;
    }

    However, do you know how I could reduce the zoom effect ?
    Thanks !

    #716407
    Rico008
    Participant

    Hi there, is it possible, to hide the Link “Blog” on Topmenu on Desktop ? The Link “Blog” should be displayed only on mobiles ( < 767px.) The site is http://wordpress.p367756.webspaceconfig.de/

    • This topic was modified 9 years, 4 months ago by Rico008.
    #716394

    Hi,

    But I don’t want it in the middle. I want it to be placed like the top bar, where the social media icons are right now: http://site3.graphiceye.dk/

    Best regards,
    Helle Østergaard

    #716393
    witschurke
    Participant

    Hello,
    I would like to know if it is posible to change the effects that makes a Masonry element (conected to my “Beiträge” “Blog entrance”) when I place my mouse over the different links. Right now the Masonry that I am using has two effects pre-set (I think they are related with the Theme that I used as template: “Creative Studio Demo”). The first effect comes when I load the page, all the pictures appear from its down part to the top as if they were layed on the screen and the second effect comes when I place my mouse over the pictures, they get a small zoom effect.
    I would like to delete the first effect or change it for a smoother appearence on the screen, and it would be perfect if I can change the second effect and insted of a zoom on the actual picture, see a white/grey background with the name of the selected Beitrag (Blog entrance).

    Thank you for your help!

    #716386

    Hey Rikard,

    Thank you very much, this solves the problem good enough for now. But it would be really nice if this Element would get a little update in a feature version so that you can adjust how it behaves on mobile. For example it would be nice if one could adjust it to show 5 products on desktop but only 3 on mobile or something like this. Because 5 products on mobile still looks quite squeezed.

    Best,

    Georg

    #716363

    Thanks Yigit, yes it is slightly older (3.7), I have tried updating both in the child theme and in the main them and every time it breaks the site.

    I will persist but I have a feeling this is unlikely to solve the issue of the delay, there seems to be a delay in rendering the page after it’s finished loading, which I can only assume is exaggerated in IE11.

    Is there something in the theme which stops everything from rendering until it’s completely loaded?

    Thanks

    James

    #716360
    wrdmrn
    Participant

    I have found some CSS to reduce the masonry gallery to not be fullscreen anymore which works perfectly.

    What I’d like now is to have the gallery centered across all devices, on my laptop it seems to display correctly, on my ipad and iphone it’s pushed towards the right hand side of the screen and also the same is true for display on my 23″ desktop pc monitor!

    Site is http://www.martinwardphotography.com

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

    Hey!

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    #top .main_color input[type="email"] {
        background: #fff !important;
        border: 1px solid #6fbeca !important;
    }

    Let us know if it works.

    Cheers!
    Nikko

    #716338
    Raphep
    Participant

    Hi I have searched around the blogs for the code to get my header to have the logo on the left, and the menu in the center. I’ve used this:
    .html_header_top.html_logo_center .logo {
    left: -11%!important;}
    This works, but it makes the logo shrink. I think it must be something to do with the menu custom css which is this:
    .main_menu ul:first-child > li > a { font-size: 14px; }
    #header_main .container, .main_menu ul:first-child > li > a {height:80px!important;line-height:80px !important;
    }
    ul#avia-menu .sub-menu li a {line-height: 30px!important;
    }
    #header_main_alternate .container {
    height: 80px!important;
    }
    #header_main_alternate .container, #header_main_alternate #avia-menu{
    width: 85%;}
    .av-main-nav > li {
    width: 13.33%;
    margin-top: 50px!important;
    }
    .main_menu .menu ul { width: 183px;
    }

    Not matter what I do I can’t get the logo to display at the full size.

    I hope you can help.

    Regards – Raphe

    Hello Ismael,

    Ok but can I have the submenu hidden by default, right now it is not the way it is seen in the desktop version, where user can see the list of services only when he hovers the mouse over it I would like to have it here the same way as I described below.

    Thanks.

    #716331

    Hi Raphe,

    Glad we could help :-)

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

    Best regards,
    Rikard

    #716330

    In reply to: Change Menu Subtitles

    Hi,

    Great, glad you found that option and thanks for sharing :-)

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

    Best regards,
    Rikard

    #716310
    jimmymoto
    Participant

    I used the code from post #473627 regarding placing a full-width submenu within pages generated by other plugin. It worked, however my breadcrumbs have disappeared from all pages.

    Aside from swapping in the name of my menu, the only other mod was changing position from “absolute” to “relative”. I suspect this may have something to do with breadcrumbs disappearing, but this was the only way I was able to get the titles to not be hidden under the newly-added full-width menus.
    Can help me get my breadcrumbs to show again while maintaining the added full-wdith menu above them?

    Here is the code pasted into my child theme’s functions.php file (with modifications):

    add_filter(‘avf_title_args’, ‘avf_title_args_mod’, 10, 2); // edit default title
    function avf_title_args_mod($args,$id)
    {
    ob_start();
    echo ‘<div id=”sub_menu1″ class=”av-submenu-container main_color container_wrap sidebar_right” style=”z-index: 301; top: auto; position: relative;”><div class=”container av-menu-mobile-disabled”>’;
    wp_nav_menu( array(‘menu’ => ‘Directory subcategory basic SSL’, ‘menu_class’ => ‘av-subnav-menu av-submenu-pos-center’));
    echo ‘</div></div>’;

    $menu = ob_get_clean();

    $args[‘html’] = “{$menu}<div class='{class} title_container’><div class=’container’><{heading} class=’main-title entry-title’>{title}</{heading}></div></div>”;
    return $args;
    }

    #716303

    Hey!

    Thank you for the info.

    I can’t reproduce the issue on my browser but please try this code in the Quick CSS field.

    #top .no_margin.av_one_third {
        width: 33.3336%;
    }

    Regards,
    Ismael

    #716297

    Hey amzys!

    Thank you for using Enfold.

    You have to register a new menu in the functions.php file and then call it in the helper-main-menu.php file. Please refer to this previous thread for more info.

    // https://kriesi.at/support/topic/mobile-menu-15/#post-346596
    // https://codex.wordpress.org/Function_Reference/register_nav_menu

    Cheers!
    Ismael

    #716283

    Hi,

    You have this code in your style.css file:

    @media only screen and (max-width: 1240px) and (min-width: 641px) {
    #storm-damage {
        padding-top: 30px;
        padding-bottom: 30px !important;
    }
    }

    Please remove it or change it to this:

    @media only screen and (max-width: 1240px) and (min-width: 641px) {
    #storm-damage {
        padding-top: 0;
        padding-bottom: 0;
    }
    }

    Best regards,
    Rikard

    #716273

    Hey gosimpla,

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

    @media only screen and (max-width: 767px) {
    .responsive #top .products .product:nth-child(odd) {
        clear: initial !important;
    }
    }

    Best regards,
    Rikard

    #716261

    Hi,

    Please try this instead:

    @media only screen and (min-width: 1025px) {
    .slider-desktop {
    display:block !important;
    }
    .slider-phone {
    display:none !important;
    }
    }
    
    @media only screen and (min-width: 1025px) {
    .slider-desktop {
    display:block !important;
    }
    .slider-phone {
    display:none !important;
    }
    }
    
    @media only screen and (max-width: 1024px) {
    .slider-desktop {
    display:none !important;
    }
    .slider-phone {
    display:block !important;
    }
    }

    Best regards,
    Rikard

    #716260

    In reply to: Change Menu Subtitles

    I found the answer to the problem just now:

    On the Appearance > Menus page, go to “Screen Options” on the top-right corner. There you’ll find a toggle for “Description.”

    #716250

    In reply to: Advanced Layout

    Hi Charlotte,

    No problem, please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #716246

    Hey Jasmer,

    1.

    [av_section min_height='' min_height_px='500px' padding='no-padding' shadow='no-border-styling' bottom_border='border-extra-arrow-down' id='' color='main_color' custom_bg='' src='https://test.kriesi.at/hotel/wp-content/uploads/sites/14/2015/07/luxurious-bedroom-m.jpg' attachment='309' attachment_size='full' attach='scroll' position='center center' repeat='stretch' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_hr class='invisible' height='20' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#f8f8f8' custom_margin_top='0px' custom_margin_bottom='70px' icon_select='yes' custom_icon_color='#e5c80c' icon='ue8ce' font='entypo-fontello']
    
    [av_one_full first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='50px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='rgba(255,255,255,0.6)' src='' attachment='' attachment_size='' background_position='center center' background_repeat='stretch' animation='bottom-to-top']
    
    [av_contact  (Email address hidden if logged out) ' title='' button='Send request' on_send='' sent='Your message has been sent! Thanks a lot for contacting us, we will reply as fast as humanly possible. Thats usually within 2 workdays :)' link='manually,http://' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' form_align='' color='']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_third' multi_select=''][/av_contact_field]
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_third' multi_select=''][/av_contact_field]
    [av_contact_field label='Subject' type='text' options='' check='is_empty' width='element_third' multi_select=''][/av_contact_field]
    [av_contact_field label='Date of arrival' type='datepicker' options='' check='is_empty' width='element_half' multi_select=''][/av_contact_field]
    [av_contact_field label='Date of departure' type='datepicker' options='' check='is_empty' width='element_half' multi_select=''][/av_contact_field]
    [av_contact_field label='Guests' type='select' options='1,2,3,4,5,6,7,8,9,10,11,12' check='is_empty' width='element_half' multi_select=''][/av_contact_field]
    [av_contact_field label='Rooms' type='select' options='1,2,3,4,5,6,7,8,9,10,11,12' check='is_empty' width='element_half' multi_select=''][/av_contact_field]
    [av_contact_field label='Additional Information' type='textarea' options='' check='is_empty' width=''][/av_contact_field]
    [/av_contact]
    
    [av_hr class='invisible' height='60' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#f8f8f8' custom_margin_top='0px' custom_margin_bottom='70px' icon_select='yes' custom_icon_color='#e5c80c' icon='ue8ce' font='entypo-fontello']
    
    [/av_one_full]
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='border-extra-arrow-down' id='' color='main_color' custom_bg='' src='https://test.kriesi.at/hotel/wp-content/uploads/sites/14/2015/07/ornament-bg-top-small-1.png' attachment='435' attachment_size='full' attach='scroll' position='top center' repeat='contain' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_one_full first min_height='' vertical_alignment='av-align-top' space='' custom_margin='aviaTBcustom_margin' margin='-200px,0px' padding='30px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='#ffffff' src='' attachment='' attachment_size='' background_position='top center' background_repeat='no-repeat' animation='']
    
    [av_heading tag='h1' padding='20' heading='Contact - Not sure which rooms to book? Get in touch!' color='' style='blockquote modern-quote modern-centered' custom_font='' size='40' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [/av_one_full][av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#f8f8f8' custom_margin_top='0px' custom_margin_bottom='70px' icon_select='yes' custom_icon_color='#e5c80c' icon='ue8ce' font='entypo-fontello']
    
    [av_one_half 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='bottom-to-top']
    
    [av_textblock size='' font_color='' color='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    
    Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_textblock]
    
    [/av_one_half][av_one_half 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='bottom-to-top']
    
    [av_textblock size='' font_color='' color='']
    Black River Street 1, Williamsville
    Mauritius
    
     (Email address hidden if logged out) 
    +555 283 784 333
    [/av_textblock]
    
    [/av_one_half]
    [/av_section]
    
    [av_google_map height='550px' zoom='13' saturation='-100' hue='' zoom_control='aviaTBzoom_control']
    [av_gmap_location address='Black River' city='' country='Mauritius' long='57.36518980000005' lat='-20.34756' marker='538' imagesize='40' tooltip_display=''][/av_gmap_location]
    [/av_google_map]
    
    [av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='border-extra-arrow-down' id='' color='main_color' custom_bg='' src='https://test.kriesi.at/hotel/wp-content/uploads/sites/14/2015/07/ornament-bg-top-small-1.png' attachment='435' attachment_size='full' attach='scroll' position='top center' repeat='contain' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    
    [av_one_half 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='bottom-to-top']
    
    [av_heading heading='Aenean commodo ligula eget dolor. Aeatoque penatibus. ' tag='h3' style='blockquote modern-quote' size='' subheading_active='' subheading_size='15' padding='0' color='' custom_font=''][/av_heading]
    
    [av_textblock size='' font_color='' color='']
    Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.
    
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium.
    [/av_textblock]
    
    [/av_one_half][av_one_half 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='bottom-to-top']
    
    [av_image src='https://test.kriesi.at/hotel/wp-content/uploads/sites/14/2015/07/slider1-845x630.jpg' attachment='288' attachment_size='gallery' align='center' styling='no-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_one_half][/av_section]

    2. You need to activate debug mode to be able to paste the shortcode to a new page: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    3. Well I guess that is what we are doing now :-)

    Best regards,
    Rikard

    #716241

    Hi,

    Glad we could help :-)

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

    Best regards,
    Rikard

    #716240

    I’ve found out why my API doesn’t work.
    I was creating it in the API link that my Google account presented: console.developers.google.com/….
    instead of https://developers.google.com/maps/documentation/javascript/get-api-key#key

    Found this post where he had exactly the same issue as me:
    https://kriesi.at/support/topic/google-maps-not-working-entered-api-key-tried-various-referers-etc/

    Might be handy for anyone else in the future.

Viewing 30 results - 87,601 through 87,630 (of 142,856 total)