Viewing 30 results - 101,071 through 101,100 (of 142,928 total)
  • Author
    Search Results
  • #577666
    Sladestyle
    Participant

    Hi, last week your great support team helped me figure out an issue with the Full Width Submenu active state on this page: http://staging.loopcreative.co/redseal/product/ and it works great (here is a link to the thread: here. I need to do this same thing on another page: http://staging.loopcreative.co/redseal/news/ but I must have done something wrong.

    All I did to the original code was add #menu-news_submenu a couple of lines down in the script as you can see.
    Here is the full script in the function.php file (only added the new submenu “News_Submenu”):
    `function activateMenuItem(){
    ?>
    <script>
    jQuery(document).scroll(function() {
    var sections = jQuery(‘.one-page-nav’),
    menu = jQuery(‘#menu-product_submenu,#menu-news_submenu’),
    nav_height = menu.outerHeight();
    jQuery(window).on(‘scroll’, function() {
    var cur_pos = jQuery(this).scrollTop();
    sections.each(function() {
    var top = jQuery(this).offset().top – 300,
    bottom = top + jQuery(this).outerHeight();
    console.log(‘top is : ‘+ top);
    console.log(‘bottom is : ‘+ bottom);
    if (cur_pos >= top && cur_pos <= bottom) {
    menu.find(‘li’).removeClass(‘active-menu-item’);
    menu.find(‘a[href=”#’ + jQuery(this).attr(‘id’) + ‘”]’).closest(‘li’).addClass(‘active-menu-item’);
    }
    });
    });
    });
    </script>
    <?php
    }
    add_action(‘wp_head’, ‘activateMenuItem’);`

    I will need to do this same thing on a couple of other pages as well.
    Thanks for your help.
    Slade

    #577661
    byteben
    Participant

    Hey guys, great theme btw. My customer doesnt upload the same size images. I was wondering if we could align the product slider/grid items to the bottom rather than the top? I have tried but got lost in the CSS minefield. Currently building site, exazmple of top alignment on my main page http://byteben.com/dr

    #577646

    Hi,

    Ok, please try the following CSS instead:

    #header_main .container {
    display:none !important;
    }
    
    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
        padding-top: 67px !important;
    }

    Thanks,
    Rikard

    #577608

    Hi Ismael,
    As mentioned I did the following.
    Via Appearance I selected ‘theme functions (functions.php)” scroll down and copy, paste the coding.

    add_filter( ‘the_excerpt’, ‘shortcode_unautop’);
    add_filter( ‘the_excerpt’, ‘do_shortcode’);

    Just for me to clarify.
    Did I need to post this coding in full in the exceprt field, as did was not what was mentioned previously.

    And how do I need to combine this with the following coding (which is the shortcode for the Icon I would like to use)

    [av_font_icon icon='ue8c7' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color=''][/av_font_icon]

    #577600
    Emidi
    Participant

    Hi,
    I’d like to make my ajax portfolio items link to the pop up portfolio, but not link to a main page. Meaning when a portflio item is clicked the ajax portfolio opens above as normal, but I don’t want to be able to click the title to take me through to the individual portfolio page.
    Thank you.

    #577597

    Hey!

    It’s possible to display all sort button but you have to modify the config-templatebuilder > avia-shortcodes > portfolio.php file. Look for this block of code around line 602:

    if(in_array($category->term_id, $current_page_cats))
    				{
    					//fix for cyrillic, etc. characters - isotope does not support the % char
    					$category->category_nicename = str_replace('%', '', $category->category_nicename);
    
    					$output .= 	"<span class='text-sep ".$category->category_nicename."_sort_sep'>/</span>";
    					$output .= 		'<a href="#" data-filter="'.$category->category_nicename.'_sort" class="'.$category->category_nicename.'_sort_button" ><span class="inner_sort_button">';
    					$output .= 			"<span>".esc_html(trim($category->cat_name))."</span>";
    					$output .= 			"<small class='av-cat-count'> ".$cat_count[$category->term_id]." </small></span>";
    					$output .= 		"</a>";
    				}

    .. remove the conditional:

    
    					//fix for cyrillic, etc. characters - isotope does not support the % char
    					$category->category_nicename = str_replace('%', '', $category->category_nicename);
    
    					$output .= 	"<span class='text-sep ".$category->category_nicename."_sort_sep'>/</span>";
    					$output .= 		'<a href="#" data-filter="'.$category->category_nicename.'_sort" class="'.$category->category_nicename.'_sort_button" ><span class="inner_sort_button">';
    					$output .= 			"<span>".esc_html(trim($category->cat_name))."</span>";
    					$output .= 			"<small class='av-cat-count'> ".$cat_count[$category->term_id]." </small></span>";
    					$output .= 		"</a>";
    

    Note that clicking on an empty category will render the grid blank.

    Cheers!
    Ismael

    #577593

    Hi,

    In my opinion I did exactly as you wrote. I renamed the function name, now also deactivated offset. Still, when I look at the post, I see only 1 slider there: http://www.oot-oot.com/en/nordic-lifestyle-blogs-read/

    This is what I have in FUNCTIONS.PHP file:

    1)
    add_filter(‘ava_before_footer’, ‘ava_after_main_container_mod’, 20, 1);
    function ava_after_main_container_mod($the_id) {
    if(is_singular(‘post’)) {
    $output = ‘<div id=”single-post-slider” class=”avia-section main_color avia-section-default avia-no-shadow avia-bg-style-scroll container_wrap fullsize”>’;
    $output .= ‘<div class=”container”>’;
    $output .= ‘<div class=”template-page content av-content-full alpha units”>’;
    $output .= do_shortcode(“[av_postslider link='category,1,32,133,102,120,33,118,14' columns='4' items='8' offset='0' contents='title' preview_mode='auto' image_size='masonry' autoplay='no' interval='5']“);
    $output .= ‘</div>’;
    $output .= ‘</div>’;
    $output .= ‘</div>’;
    echo $output;
    }
    }

    2)
    add_filter(‘ava_after_postslider’, ‘ava_after_postslider_container_mod’, 20, 1);
    function ava_after_postslider_container_mod($the_id) {
    if(is_singular(‘post’)) {
    $output = ‘<div id=”single-post-slider” class=”avia-section main_color avia-section-default avia-no-shadow avia-bg-style-scroll container_wrap fullsize”>’;
    $output .= ‘<div class=”container”>’;
    $output .= ‘<div class=”template-page content av-content-full alpha units”>’;
    $output .= do_shortcode(“[av_postslider link='category,100,140,139,136,138,172,171,170,169,168,137' columns='4' items='8' offset='0' contents='title' preview_mode='auto' image_size='masonry' autoplay='no' interval='5']“);
    $output .= ‘</div>’;
    $output .= ‘</div>’;
    $output .= ‘</div>’;
    echo $output;
    }
    }

    #577589

    Hi combra,

    If you enable debug mode in order to display shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, then you can add the following shortcode your page to get the entire layout, you can then delete the elements you don’t want/need:

    [av_fullscreen size='extra_large' animation='fade' autoplay='false' interval='5' control_layout='' scroll_down='aviaTBscroll_down']
    [av_fullscreen_slide slide_type='image' id='548' position='center center' video='http://' mobile_image='' video_cover='' title='New spring edition for women and men now available' custom_title_size='40' custom_content_size='18' caption_pos='caption_left' link_apply='button button-two' link='lightbox' link_target='' button_label='Women’s Collection' button_color='theme-color' link1='product_cat,13' link_target1='' button_label2='Men’s Collection' button_color2='dark' link2='product_cat,13' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    The new beautiful spring collection, created by star designer Konrad Kries is now available.
    [/av_fullscreen_slide]
    [av_fullscreen_slide slide_type='image' id='547' position='top left' video='http://' mobile_image='' video_cover='' title='Start with us into the new season!' custom_title_size='40' custom_content_size='18' caption_pos='caption_right' link_apply='button button-two' link='lightbox' link_target='' button_label='For Women' button_color='theme-color' link1='product_cat,12' link_target1='' button_label2='For Men' button_color2='dark' link2='product_cat,11' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    Those are the styles that you need for the next season. Make sure to grab your early bird coupon!
    [/av_fullscreen_slide]
    [av_fullscreen_slide slide_type='image' id='549' position='top left' video='http://' mobile_image='' video_cover='' title='Win a shopping trip<br/>with our styling experts' custom_title_size='40' custom_content_size='18' caption_pos='caption_center' link_apply='button' link='lightbox' link_target='' button_label='Sign up now!' button_color='dark' link1='page,76' link_target1='' button_label2='Click me' button_color2='light' link2='manually,http://' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_enable='aviaTBaviaTBoverlay_enable' overlay_opacity='0.6' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='']
    Fancy doing something a little different this autumn? Win this great shopping trip to London! We pay for everything! 
    All expenses including flight and a meal at a gourmet restaurant of your choice will be paid for!
    [/av_fullscreen_slide]
    [av_fullscreen_slide slide_type='image' id='551' position='center right' video='' mobile_image='' video_cover='' title='Winter Collection coming soon!' custom_title_size='40' custom_content_size='18' caption_pos='caption_left' link_apply='button' link='lightbox' link_target='' button_label='Yes, notify me!' button_color='dark' link1='manually,#sign-up' link_target1='' button_label2='' button_color2='light' link2='manually,http://' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.1' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    Want to get notified once the new winter collection by Georgio Adriani is released?
    [/av_fullscreen_slide]
    [/av_fullscreen]
    
    [av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='collections']
    [av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/winter-girl-small-495x400.jpg' attachment='551' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product,66' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    NEW
    WINTER COLLECTION
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/couple-sitting-495x400.jpg' attachment='546' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,15' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    LATEST
    STREET CLOTHES
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/girls-shopping-desat-495x400.jpg' attachment='549' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,12' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    FRESH
    SPORTSWEAR
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working-495x400.jpg' attachment='554' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,10' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    FUNKY
    ACCECCOIRS
    [/av_image]
    
    [/av_cell_one_fourth]
    [/av_layout_row]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_heading heading='Recent Top Sellers' tag='h3' style='blockquote modern-quote modern-centered' size='30' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
    
    [av_productslider columns='4' items='8' offset='0' sort='0' autoplay='yes' interval='5']
    [/av_section]
    
    [av_layout_row border='' min_height='0' color='alternate_color' mobile='av-flex-cells' id='']
    [av_cell_one_half vertical_align='middle' padding='50px' padding_sync='true' background_color='#f8f8f8' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_heading tag='h3' padding='10' heading='Lorem ipsum dolor sit amet, consectetuer adipiscing elit. ' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [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_productgrid columns='3' items='6' offset='0' sort='0' paginate='no']
    
    [/av_cell_one_half][av_cell_one_half vertical_align='top' padding='0px' padding_sync='true' background_color='#f8f8f8' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image_hotspot src='http://kriesi.at/themes/enfold-shop/files/2015/03/lady-in-blue.jpg' attachment='556' attachment_size='full' animation='fade-in' hotspot_layout='numbered' hotspot_tooltip_display='av-permanent-tooltip' hotspot_mobile='aviaTBhotspot_mobile']
    [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,65' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='6.5,56.9']
    Hairdo by Roger Ramoni
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,257' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='19.8,53']
    Glasses by Victor Secreni
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,262' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='38.9,58.4']
    Nail polish by Sandra Sounders
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-below av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,495' hotspot_color='' custom_bg='' custom_font='' custom_pulse='' hotspot_pos='70,54.3']
    "Red Velvet" Dress by Varia Vereni
    [/av_image_spot]
    [/av_image_hotspot]
    
    [/av_cell_one_half]
    [/av_layout_row]
    
    [av_section min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_one_half first]
    
    [av_icon_box position='left_content' boxed='' icon='ue8b1' font='entypo-fontello' title='Worldwide delivery' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
    [/av_icon_box]
    
    [/av_one_half][av_one_half]
    
    [av_icon_box position='left_content' boxed='' icon='ue8e2' font='entypo-fontello' title='Free shipping' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    [/av_icon_box]
    
    [/av_one_half][av_one_half first]
    
    [av_icon_box position='left_content' boxed='' icon='ue824' font='entypo-fontello' title='Secure Payment' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_icon_box]
    
    [/av_one_half][av_one_half]
    
    [av_icon_box position='left_content' boxed='' icon='ue8b9' font='entypo-fontello' title='24/7 Support' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    enean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus.
    [/av_icon_box]
    
    [/av_one_half]
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='sign-up' color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working.jpg' attachment='554' attachment_size='full' attach='parallax' position='top center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.7' overlay_color='#6786a1' overlay_pattern='' overlay_custom_pattern='']
    
    [av_heading tag='h3' padding='10' heading='Want to stay up to date? Subscribe to our Newsletter!' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_one_fifth first]
    
    [/av_one_fifth][av_three_fifth]
    
    [av_contact email=' (Email address hidden if logged out) ' title='' button='Subscribe' on_send='' sent='Thanks! You will receive an email soon!' link='page,74' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' color='av-custom-form-color av-light-form']
    [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]
    
    [/av_three_fifth][av_one_fifth]
    
    [/av_one_fifth][/av_section]

    Thanks,
    Rikard

    #577565

    In reply to: Sgortcode in 3.4

    Hi,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #577555

    Hi @Rikard

    Thank to Kriesi team they fixed the php issue and the function work perfectly, I just have another issue regarding css. I created another reply under the topic i started, you can follow from the link below.

    Let me know if you can help me figure out why the css rule is not working.

    Thank you in advance

    #577550

    Hi @dilge,

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

    Best regards,
    Rikard

    #577546

    In reply to: Window size

    Hi there,
    I couldn’t figure out how to start a new topic, so I decided to continue on this one.

    I’m having trouble with a site I built for a client a couple of years ago. The blog page won’t load the additional pages – pages 2,3, etc, it just refreshes and stays on the first blog page. I couldn’t figure out how to fix it…I checked and the theme and WordPress are both up to date. I also checked on the forum board and found this thread: https://kriesi.at/support/topic/cannot-open-other-pages-on-blog-than-the-first-one/
    I tried following some of the instruction, but alas it did not work.

    So I could really use some help with this one!
    You can find the site and blog that I’m referring to at: http://www.myamelody.com/reviews/

    Please help!:)

    Thanks,
    Justin

    #577528

    Hi!

    This is actually possible but it will require a few modifications. For example, if you want to move the “Call Center” tab title to the left side of the tab content container, add this css code:

    .tabcontainer {
        overflow: visible;
    }
    
    .tab.tab_counter_8 {
        position: absolute;
        left: -90px;
        top: 30px;
        z-index: 1000;
    }

    You can contact our partner, codeable, if you need more assistance: http://kriesi.at/contact/customization

    Cheers!
    Ismael

    #577519

    Hi tescioneangelo!

    It looks responsive on my end. Do you mean on mobile screens you want to display one column instead of two?

    Is this some custom CSS your using?

    @media only screen and (max-width: 767px)
    #top #wrap_all .avia-gallery-thumb a {
        width: 50% !important;
    }

    Best regards,
    Elliott

    #577517

    In reply to: Last Menu Item Hover

    Hi schenkco!q

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    .html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
        padding-right: 13px;
    }

    Cheers!
    Ismael

    Hey liquidsociety!

    Try this out, https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/.

    Cheers!
    Elliott

    #577488

    In reply to: Blog page layout

    Hi mrcityrunner!

    Create a new page and add a layerslider or other slider to the top of it. Next drag the blog posts element beneath that and set it to use the blog grid style with 2 columsn.

    Cheers!
    Elliott

    #577486

    Hey 1039 Online!

    Add this to your custom CSS.

    .avia_textblock .av_font_icon {
        top: -5px;
        position: relative;
    }

    Cheers!
    Elliott

    #577482

    Super close as well…

    For the top one I just need a box behind he text on the right… Screenshot 1

    any chance of getting a black box behind this area as well? screenshot 2

    #577464

    In reply to: Logo Padding

    That will just make an already small image even smaller on mobile. I would like to know the correct way to add basic padding around the logo so it does not effect the mobile version. If I add 20px of padding above the image it pushes the image behind the navigation bar on mobile instead of pushing everything down like it does on the desktop version

    #577457

    Hey haydaw!

    Please see here, https://kriesi.at/support/topic/enfold-post-slider-excerpt-length/.

    Regards,
    Elliott

    #577453

    Topic: Logo Padding

    in forum Enfold
    envisageiam
    Participant

    Hi,

    How do I adjust the padding around the log so that it does not effect the mobile version? Im currently using the following CSS:

    .logo a img {
    padding-botom: 50px;
    padding-top: 20px;
    }

    hhudgens
    Participant

    HI
    I set up a couple of partially transparent layers in the layer slider with text on top. I can see the text and partially transparent layers (boxes) when I activate the preview mode. When I view the site the text is visible but the partially transparent layers (boxes) are not. Any help would be appreciated. Thanks in advance.

    #577441

    Hi wnov,
    following the first codes that I’ve given above here codes to change the position of that block ;
    left aligne :

    /*****change position left*****/
    .avia-caption{left: 0 !important;top: 5px !important;}
    .avia-caption .avia-caption-title
    {
    background: #000;
    filter: alpha(opacity = 80);
    background: rgba(0, 0, 0, 0.5);
    display:inline-block;
    margin:0 0 1px 0;
    /*****change padding*****/
    padding:10px !important;
    /***** I’ve just added following ones *****/
    font-style: italic !important;font-family: Lato;
    }

    #577429

    Hi wnow;
    if I’m not mistaken you can achive what you want by using these following css codes :
    I give you just as an example, adjust theme as you like.

    .avia-caption{left: 97px !important;top: 5px !important;}
     .avia-caption .avia-caption-title
    {
    background: #000;
    filter: alpha(opacity = 80);
    background: rgba(0, 0, 0, 0.5);
    display:inline-block;
    margin:0 0 1px 0;
    padding:10px 15px;
    /***** I've just added following ones *****/
    font-style: italic !important;font-family: Lato;
    }
    #577424

    That works!

    Thank you so much

    Any update on this ticket?

    fridu83
    Participant

    Hi,
    I don’t know will I get a response to my open Topic or not??
    It would be very appreciate if you could help me at least give me at least any Response – or is it to be a system the customer wait Long until it does not move??

    The Problem is after I customize the sinple post Content wide with
    .single-post .entry-content {
    max-width: 570px;
    margin: auto;
    }
    the caption and the post Picture (Beitragsbild) are not centered as the single post Content… see Link below

    Thanks

    #577414

    Hi Basilis!

    Sorry (my mistake) we don’t understand each other. I speak a little bit in english.

    My problem is with the 2 ways: I have more elements in this page (buttons, images, separator…) and I schedule ALL. If I put the shortcode one text block, the plugin schedule only that. My question is: Is there any way I put the shortcode the page html top ([timed-content-client show=”1:0:0″ display=”div”]) and the end ([/timed-content-client]), thereby I schedule all content elements under the video?

    Thank you so much!

    #577400
    nancy2434
    Participant

    I am using “intuitive Custom Post Order” plugin to put my posts in alphabetical order by last name.

    see: http://voicesofdemocracy.umd.edu/category/topics/

    However, I want to switch to Magazine, but it ignores custom post order, and orders the posts by date.

    Is there a way to override this?

    cidcreative
    Participant

    Hi.

    I could not find a thread with this topic.

    Is the new Enfold Version 3.4.7 compatible with the new WooCommerce (Version 2.5.2)? I’ve backed up my entire site. Is there anything thing I should look for?

    Thank you.

    Daniel

Viewing 30 results - 101,071 through 101,100 (of 142,928 total)