Viewing 30 results - 1,141 through 1,170 (of 1,269 total)
  • Author
    Search Results
  • #273177

    Hey Pedro!

    You can’t wrap a shortcode this way. Your only chance would be to use $row[‘image’] as part of the av_slide shortcode like:

    
    $rows  = get_field('images');
    
    $output = " [av_section color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' min_height='' padding='default' shadow='no-shadow' id=''] ";
    $output .= "[av_slideshow size='featured' animation='slide' autoplay='false' interval='5' custom_class='']";
    	foreach($row as $row){
    		$output .= " [av_slide id='{$row['image']}'] ";
    	}
    $output .= '[/av_slideshow] [/av_section] ';
    
    echo do_shortcode($output);
    

    and $row[‘image’] MUST contain a valid image/attachment id.

    Cheers!
    Peter

    #273166
    Pedro
    Participant

    Hi there,

    I’m using advanced custom fields with the theme. This plugin what it does is to provide a nice UI and add custom fields to any kind of post. One of this fields is call repeater field, and stores the data for multiples fields on an array of sub-fields.

    http://www.advancedcustomfields.com/resources/field-types/repeater/

    What I want is to use those fields that I have from before changing the theme, to keep all the info.

    The common code to display does fiels is this

    $rows = get_field('repeater_field_name');
    if($rows)
    {
    	echo '<ul>';
     
    	foreach($rows as $row)
    	{
    		echo '<li>sub_field_1 = ' . $row['sub_field_1'] . ', sub_field_2 = ' . $row['sub_field_2'] .', etc</li>';
    	}
     
    	echo '</ul>';
    }

    The thing is I’m trying to use [av_section] and [av_slideshow] in php using do_shortcode, and this is the code that I create:

    echo  do_shortcode("[av_section color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' min_height='' padding='default' shadow='no-shadow' id='']");
    				 echo do_shortcode ("[av_slideshow size='featured' animation='fade' autoplay='true' interval='5']");
    				 	
    					$rows  = get_field('images');
    					foreach($row as $row) :
    						echo  do_shortcode("[av_slide slide_type='image' id='" . $row['image'] ."' attachment=',' video='http://' mobile_image='' video_ratio='16:9' title='' link_apply='image' link='lightbox' link_target='']");
    						echo $row['image'];
    						echo  do_shortcode("[/av_slide]");
    					endforeach;
    					
    				 echo  do_shortcode("[/av_slideshow]");
    				 echo  do_shortcode("[/av_section]");

    But this doesn’t works at all. How should I do it? Thanks.

    #272379

    In reply to: avia.js modification

    Your modification didn’t fix the issue. I contacted the plugin developer and here’s what he said (it is beyond my understanding but maybe it will make sense to you).

    “If Enfold applied our original fix verbatim, the issue would be resolved. It doesn’t sound like they fully understand the issue.

    FacetWP uses “#!” as a hash instead of just “#” because it allows Google to automatically handle ajax. See: http://take.ms/zqPRi

    Enfold intercepts all URL hashes beginning with “#” for use with their built-in “scroll-to-top” functionality. This is breaking FacetWP’s ajax-permalink functionality.

    Reference: https://support.google.com/webmasters/answer/174992?hl=en&#8221;

    Asad

    #260630

    Hey Erdrol!

    1) Afaik Kriesi updated the framework folder (especially wp-content/themes/enfold/framework/php/avia_shortcodes/) and the config-templatebuilder folder to maintain the WP3.9 compatibility.

    2) If you update the config-templatebuilder folder the new shortcodes will be registered automatically and you can use them. A complete change log of all changed files can be found here (scroll to the bottom): http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=Zweistein

    Regards,
    Peter

    #260399
    D5WDesignGroup
    Participant

    I have used the following code as found in the forum to turn the menu items into buttons:

    #top .main_menu .menu > li > a{
    padding:10px !important;
    background: green;
    height: auto !important;
    line-height: 16px !important;
    border-radius: 5px;
    margin: 0 13px;
    }

    #top .main_menu .menu {
    margin-top: 25px
    }
    #top .header-scrolled .main_menu .menu {
    margin-top: 3px
    }

    This works well for creating the button effect however these are the issues I would still like to fix:
    1. The page that I am currently on has the colored underline right underneath it. I would like to be able to remove the underline completely.
    2. Can I make it so that the button background of the page that I’m on is a different color from the other buttons?
    3. Can I also assign a different background color for the hover state of the buttons?

    #260287

    So, jetzt hat es doch geklappt ^^

    Gibt es denn eine Möglichkeit, dass die Änderungen an der Javascript Datei (https://kriesi.at/support/topic/kein-nahtloser-ubergang-beim-scrollen-in-verbindung-mit-ubermenu/) beibehalten werden, oder muss ich die jedes mal neu einfügen?

    Vielen Dank für eure Hilfe!

    #260004
    This reply has been marked as private.
    #259533

    Hi

    Thanks for the super fast reply. i have put the ccs recommendation in and it works. i have this in my custom css file do i need to delete it as i put it in ther to adjust the icons and menu buttom to drop below the logo as they appeared over the logo.

    @media only screen and (max-width: 640px)
    {
    .responsive .logo a, .responsive .logo img { width:100%; height: auto !important; float:left; margin:0; padding:0; top:0; }
    #advanced_menu_toggle { top: 52px; }
    .responsive #header .social_bookmarks { top: 55%; margin:0; padding:0; left: -15%; }
    }

    thanks again for you help

    #257706

    Topic: Extra scrollbar error

    in forum Enfold
    fisherman
    Participant

    Hi Guys,
    I just updated the theme with the auto-updater, and an extra scrollbar has been added to my homepage in all browsers:
    http://www.kaszinoprofi.hu/

    This thread did not solve it for me, please tell me how I can remove it.

    Thanks,
    Tom

    #257660
    nementio
    Participant

    Hi,

    I have an issue in my homepage. I have a fullwitdth masonry gallery at the middle of the page. When I load the page and scroll down to the gallery, it takes sometimes seconds to start loading images (only have 6).
    I there any way to make the gallery auto load completely on page load and not wait for scroll to be done.

    http://nementio.hl206.dinaserver.com (will be http://www.nementio.com shortly)

    Thanks.

    #256965

    Hey!

    Please make sure that the “Disable autoplay” option is not activated. Go to the video slide and scroll to the “Disable autoplay” checkbox. Make sure it’s not checked, then re-save the slideshow and save the page. It seems like the option is activated at the moment.

    Cheers!
    Peter

    #256679
    akaracing
    Participant

    Hi

    I just updated to 3.9 Enfold and have seen some strange things, my social media icons have lost there color, but on hover you see the color, i had it alternating from color background with white icon then on hover black with colored icon, this happens on laptop and pc’s

    On iphone’s, ipad’s and andriod devices it’s differant, the social media icons are the correct color but also show the alt tag, same with the scroll up arrow.

    this only happened when i upgraded. i do have custom css on the icons please see below

    /* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

    /* General Custom CSS */

    /*SOCIAL MEDIA ICONS SECTION */

    #top .social_bookmarks_twitter:hover a
    { color: #4099ff; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_twitter a { color: #fff; background-color: #4099ff; text-decoration: none; }

    #top .social_bookmarks_facebook:hover a
    { color: #3B5998; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_facebook a { color: #fff; background-color: #3B5998; text-decoration: none; }

    #top .social_bookmarks_youtube:hover a
    {color: #c4302b; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_youtube a { color: #fff; background-color: #c4302b; text-decoration: none; }

    #top .social_bookmarks_mail:hover a
    { color: #ffcc00; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_mail a { color: #fff; background-color: #ffcc00; text-decoration: none; }

    #top .social_bookmarks_pinterest:hover a
    { color: #C92228; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_pinterest a { color: #fff; background-color: #C92228; text-decoration: none; }

    .social_bookmarks li { margin-right: 5px; }
    /* Social Icon spacing */

    /* SCREEN RESPONSIVE SECTION */

    @media only screen and (max-width: 640px)
    {
    .responsive .logo a, .responsive .logo img
    { width:100%; height: auto !important; float:left; margin:0; padding:0; top:0; }
    #advanced_menu_toggle { top: 52px; }
    .responsive #header .social_bookmarks { top: 55%; margin:0; padding:0; left: -15%; }
    }

    /* LAYOUTS & CONTAINERS SECTION */

    .avia-team-member { margin:5px; }

    .content, .sidebar { padding-top: 5px; padding-bottom: 0px; }
    /* this is the spacing on the main page */

    .inner_sidebar { margin-left: 10px; margin-right: 0px; padding:0px; }

    .togglecontainer { margin: 0px 0px; padding: 0px; }
    /* this is the Accordion box on the page */

    .js_active .toggle_content { padding: 3px; margin: 0px; border-color: #d20000; } /* corsa rossa */
    /* this is for the Accordion content details */

    .js_active .toggler { border-color: #d20000; } /* corsa rossa */
    /* this is the Accordion title border area */

    .tabcontainer { margin:0px 0px; }
    /* this is for the content of the Tab box */

    .js_active .tab_content { padding: 5px; margin: 0px; }
    /* this is the content of the Tab box expanded */

    .js_active .top_tab .tab { border-color: #d20000; } /* corsa rossa */
    .js_active .active_tab_content { border-color: #d20000; } /* corsa rossa */
    /* this is for the Tab titles and expanded tabs borders */

    .av-special-heading { margin-top: 0px; }
    /* this is for the Special Heading text */

    .special-heading-inner-border { border-top-width: 2px; border-top-style: none; }
    /* this is for the Special Heading line style */

    .hr { border: solid #ddd; border-width: 2px 0px 0px 0px; clear: both; margin: 5px 0px 5px 0px; height: 0px; }
    .hr span { border-color: #00ffaa; }
    /* this is for the Horizontal Rule */

    .avia_textblock { padding: 5px 0px 0px 0px; margin: 0px; }

    table { margin: 0px; }
    th { padding: 0px; margin: 0px; border: none; }
    td { padding: 0px; margin: 0px; border: none; }
    tr th:first-child, tr td:first-child { border-left-style: none; margin: 0px; }
    tr:first-child th, tr:first-child td { border-top-style: none; margin: 0px; }

    .single-post .post-entry .big-preview { display:none !important }
    /* This stops the preview image being displayed in the post */

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */

    }

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */

    }

    Hey LukasE!

    As much as i would like to help you on this one, unfortunately the Translation Isn’t helping me here could you post it in English ;)

    Don’t forget the link to your site

    Best regards,
    David

    #253679
    eberswine
    Participant

    Very strange.

    I visit the site and start to scroll down. Half way down the page, it will JUMP back to the top of the page automatically.

    This does this everytime I reload or visit the site for the first time.

    ?? very strange scroll bug ?

    Firefox 17 version

    #252805

    there you can also see the bug – scroll down to “latest news” on mobile and watch how the slider works

    http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/

    on the older enfold theme version, it was automatically changed to 1 item to slide one by one… now it shows 3 each under each one and its absolutely confusing …

    #249054

    In reply to: Mobile Blog Layout

    Hey David!

    Try with this code:

    @media only screen and (max-width: 767px){
    .blog-meta{
    display: block !important;
    }
    .responsive .mobile_slide_out .logo img {
    width: 80%;
    height: auto !important;
    padding-top: 15px;
    }
    }
    @media only screen and (min-width: 767px) {
    .single-post .big-preview.single-big { display: none; }
    div .logo {
    top: 20px !important;
    }
    .header-scrolled .logo {
    top: 0px !important;
    }
    #menu-item-search {
    display: block!important;
    }}

    Best regards,
    Josue

    #248376
    This reply has been marked as private.
    #247831

    In reply to: Mobile Blog Layout

    Hey!

    There is a closing curly bracket missing. Please try adding following code to bottom of Style.css file of your child theme in Appearance > Editor

    @media only screen and (max-width: 767px){
    .responsive .mobile_slide_out .logo img {
    width: 80%;
    height: auto !important;
    padding-top: 15px;
    }
    }
    @media only screen and (min-width: 767px) {
    .single-post .big-preview.single-big { display: none; }
    div .logo {
    top: 20px !important;
    }
    .header-scrolled .logo {
    top: 0px !important;
    }
    #menu-item-search {
    display: block!important;
    }}

    Regards,
    Yigit

    #247634

    In reply to: Mobile Blog Layout

    Its not working. I’m guessing I entered incorrectly.
    Here is all the code in Quick CSS
    @media only screen and (max-width: 767px){
    .responsive .mobile_slide_out .logo img {
    width: 80%;
    height: auto !important;
    padding-top: 15px;
    }
    }
    @media only screen and (min-width: 767px) {
    .single-post .big-preview.single-big { display: none; }
    div .logo {
    top: 20px !important;
    }
    .header-scrolled .logo {
    top: 0px !important;
    }
    #menu-item-search {
    display: block!important;
    }

    #247315

    In reply to: Mobile Blog Layout

    Hi Yigit.
    All our posts do have a featured image set. Please note…we have disable the featured image within the top of each post on the desktop view. I’m guessing that also disables it in mobile view.
    Is there a way to keep it disabled is desktop view and enabled in mobile view?
    Below is the code you sent from our Quick CSS:

    @media only screen and (max-width: 767px){
    .responsive .mobile_slide_out .logo img {
    width: 80%;
    height: auto !important;
    padding-top: 15px;
    }
    }.single-post .big-preview.single-big { display: none; }
    div .logo {
    top: 20px !important;
    }
    .header-scrolled .logo {
    top: 0px !important;
    }

    #246808

    Topic: Blog Layout

    in forum Enfold
    djsmbd
    Participant

    Hello,
    Currently, we are using the blog grid style. We want to switch back to the featured image on the left with a snippet on the right. In General Settings, we switched the layout to single author small pic and nothing happened.
    Here is the url: http://chicagoweddingblog.com/
    Below is all the code in Quick CSS in case there may be a conflict.
    @media only screen and (max-width: 767px){
    .responsive .mobile_slide_out .logo img {
    width: 80%;
    height: auto !important;
    padding-top: 15px;
    }
    }.single-post .big-preview.single-big { display: none; }
    div .logo {
    top: 20px !important;
    }
    .header-scrolled .logo {
    top: 0px !important;
    }

    Please advise.

    Cheers!

    #245555

    Hi!

    Thank you for correcting me. I’m sorry about that, I must have been tired when I posted that.

    Anyway, you can apply a certain background overlay on a color section but first make sure that you added the theme support for custom css class. Edit functions.php, add this code right after line 16:

    add_theme_support('avia_template_builder_custom_css');
    

    This will give you the option to add a custom css class on any avia elements within the builder. So let’s get started, add a color section with the background image that you want then insert a text block inside the section. The overlay image will be added on the text block. Switch to the text/html editor mode then add this:

    <img alt="" src="http://fc09.deviantart.net/fs71/f/2011/074/3/7/dotted_overlay_texture_by_nobren-d3bqt3w.png" />
    

    Scroll a bit below to add a custom css class, we’re going to use section-overlay-background for example. After that save the options then publish the page. Add this on Quick CSS or custom.css to adjust the image overlay to full width and height covering the entire color section background:

    .section-overlay-background {
      position: fixed; 
      top: -50%; 
      left: -50%; 
      width: 200%; 
      height: 200%;
      z-index: 0;
    }
    
    .section-overlay-background img {
      position: absolute; 
      top: 0; 
      left: 0; 
      right: 0; 
      bottom: 0; 
      margin: auto; 
      min-width: 50%;
      min-height: 50%;
    }

    Reference link is here, look for technique number 2: http://css-tricks.com/perfect-full-page-background-image/

    Cheers!
    Ismael

    #245321
    This reply has been marked as private.
    #243589

    Topic: Mobile Problem

    in forum Enfold
    YakiPasandi
    Participant

    Hello,
    This is a topic I started on Themeforest and was asked to open a thread here.
    I have problems on mobile with these 2 websites:
    http://www.snnlaw.co.il/
    http://www.ranibleierstudio.co.il/

    As you’ll see, when going mobile on these 2 sites, the buttons and links on the homepage don’t work. Some of them do, and some don’t. I tried it on iPad, iPhone and Galaxy S3. It’s a big problem for me since the mobile part is very important for me. I have been using the AVIA layout builder.

    This is the quick css I put in the enfold settings:
    h1, h2, h3, h4, h5, h6, p, body, #socket .copyright, #top .footer_color .input-text, #top .footer_color input[type=’text’], #top .footer_color input[type=’input’], #top .footer_color input[type=’password’], #top .footer_color input[type=’email’], #top .footer_color input[type=’number’], #top .footer_color input[type=’url’], #top .footer_color input[type=’tel’], #top .footer_color input[type=’search’], #top .footer_color textarea, #top .footer_color select .main_menu ul:first-child > li > a{
    font-family: ‘atlas’, sans-serif;
    font-weight: 400;
    }

    h1{
    font-size:60px;
    line-height: 66px;
    }

    h2{
    font-size:40px;
    line-height: 46px;
    }

    h3{
    font-size:28px;
    line-height: 34px;
    }

    p{
    font-size:19px;
    line-height: 25px;
    }

    #header_main .container, .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    font-family: atlas;
    font-weight: 400;
    font-size: 18px;
    }

    #socket .copyright{
    font-size:14px;
    line-height: 18px;
    }

    #top .footer_color .input-text, #top .footer_color input[type=’text’], #top .footer_color input[type=’input’], #top .footer_color input[type=’password’], #top .footer_color input[type=’email’], #top .footer_color input[type=’number’], #top .footer_color input[type=’url’], #top .footer_color input[type=’tel’], #top .footer_color input[type=’search’], #top .footer_color textarea, #top .footer_color select{
    font-size:17px;
    line-height: 18px;
    width: 75%;
    }

    #top select{
    background-position: 12px center;
    margin-top: 10px;
    }

    #top .socket_color .input-text, #top .socket_color input[type=’text’], #top .socket_color input[type=’input’], #top .socket_color input[type=’password’], #top .socket_color input[type=’email’], #top .socket_color input[type=’number’], #top .socket_color input[type=’url’], #top .socket_color input[type=’tel’], #top .socket_color input[type=’search’], #top .socket_color textarea, #top .socket_color select{
    width: 100%;
    }

    #top h3 a {
    font-size: 19px;
    }

    .rani-about-small{
    display:none;
    }

    #top .main_menu .menu li ul a {
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    line-height: 23px;
    padding: 8px 15px;
    font-size: 16px !important;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    }

    .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    padding-right: 20px;
    }

    .avia-button.avia-size-medium {
    font-size: 17px !important;
    font-family: atlas !important;
    color:#000 !important
    }

    And this is what I put in the custom.css file:
    @font-face{
    font-family:’atlas’;
    font-weight:400; /*(regular)*/
    font-style: normal;
    src: url(‘atlas-aaa-400.eot’);
    src: url(‘atlas-aaa-400.eot?#iefix’) format(’embedded-opentype’),
    url(‘atlas-aaa-400.woff’) format(‘woff’),
    url(‘atlas-aaa-400.ttf’) format(‘truetype’);
    }

    #top textarea {
    width: 100%;
    height: 140px;
    }
    #top .avia-menu-fx {
    height: 5px;
    }
    #top .scroll-down-link {
    height: 65px;
    width: 100px;
    margin: 0px 0 0 -40px;
    line-height: 70px;
    position: absolute;
    left: 50%;
    bottom: -1px;
    color: #000;
    background: #AAA;
    background: #50d1f5;
    text-align: center;
    font-size: 40px;
    z-index: 100;
    text-decoration: none;
    border-top-left-radius: 223px;
    border-top-right-radius: 223px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }

    Plus these are the plugins I use:

    RTL Tester
    Limit Login Attempts
    Contact Form 7
    Wordpress Importer

    Thanks for your help.
    Yaki

    #243356

    Hey hrskills!

    This is an old issue with the table and we haven’t found a fix yet. You can remove the mobile device media query to avoid the wrong table stack. Edit css > shortcodes.css, find this code on line 1251:

    @media only screen and (max-width: 767px)
    {
    	.responsive div .avia_responsive_table .avia-data-table table,
        .responsive div .avia_responsive_table .avia-data-table tbody,
        .responsive div .avia_responsive_table .avia-data-table tr,
        .responsive div .avia_responsive_table .avia-data-table td,
        .responsive div .avia_responsive_table .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
        .responsive .avia_responsive_table .avia-data-table{border-style:solid; border-width: 1px;}
        .responsive .avia_responsive_table .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
        .responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th{display:none;}
        .responsive .avia_responsive_table .avia-data-table td:before {
    	display:block;
    	font-style: italic; font-size: 11px;
    	}
    
    	.responsive .avia_responsive_table .avia-data-table td {
    		position: relative;
    	}
    
        .responsive .avia_scrollable_table {
            width: 100%;
            overflow-x: scroll;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar;
        }
    
        .responsive .avia_scrollable_table .avia-data-table > thead > tr > th,
        .responsive .avia_scrollable_table .avia-data-table > tbody > tr > th,
        .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > th,
        .responsive .avia_scrollable_table .avia-data-table > thead > tr > td,
        .responsive .avia_scrollable_table .avia-data-table > tbody > tr > td,
        .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > td {
            white-space: nowrap;
        }
    }

    Remove the code. We might need to adjust the table width. Please get back to us after you removed it.

    Best regards,
    Ismael

    #242667

    Hi Peter,
    hat leider nicht funktioniert. Konnte den Fehler jedoch durch eine CSS-Anpassung innerhalb von prettyphoto beheben.

    /*prettyPhoto adjustments for mobile devices. 1024px is presumed widest device.*/
    @media screen and (max-device-width: 1024px) {
    .pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: scroll; -webkit-overflow-scrolling : touch; }
    div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
    div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
    .pp_content { width: 100%!important; height: auto!important; }
    .pp_fade { width: 100%!important; height: 100%!important; }
    a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
    #pp_full_res img { width: 100%!important; height: auto!important; }
    #pp_full_res { line-height: 0.7 !important; }
    .pp_details { width: 94%!important; padding: 15px 3% 15px 3%; min-height: 35px; background-color: #fff; margin: 0!important; }
    div.pp_default .pp_description {margin: 11px 50px 5px 153px !important; }
    div.ppt { display:none !important; }
    .pp_play {margin-right: 20px !important;}
    .pp_arrow_previous {margin-right: 5px !important;}
    }

    Vielen Dank.
    Gruß,
    Nic

    #241777

    Ok guys, theme updated. results of my testing are:

    In Google Chrome it does not appear. The page fades to grey and if you scroll down to the bottom of the page there is a large white space displayed.
    On Samsung Tab 3 – Chrome browser now displays the lightbox, but you have to “chase” it down the screen
    On Samsung Tab 3 – native browser it does not show the lightbox and now you can’t change the image that appears in the ‘big thumbnail’ by selecting one of the small thumbnails
    On Samsung Galaxy S2 – native browser, lightbox doesnt show and now you can’t change the image that appears in the ‘big thumbnail’ by selecting one of the small thumbnails. Extended Header issue resolved
    On Samsung Galaxy S2 – Chrome browser: Extended Header. Google Font not showing, Gallery ‘Big Preview’ height not auto adjusting as per the CSS. Lightbox does not appear although page fades to grey and it seems that you can ‘chase’ it down the screen but its not showing
    On IE11 everything works as expected

    here’s a screen shot of how i have the header.php configured with the google font code if it helps:

    https://www.dropbox.com/s/4ddig3zdh90t31g/headerphp.PNG

    thanks,
    stu

    #240857

    Hi, Josue

    Where do I insert the embed code with the Easy Slider? All I see is an option to insert the URL of the video.

    A Color Section allows me to place a video, but again there’s only the option to insert the URL, not the embed code.

    I can use the embed code with the Layer Slider, but that’s a problem because I can’t seem to put the layer slider on a Content Section. This means the video is displayed on the page’s white background. You can see it at http://www.welcometojoseph.com, since I added that this morning. Layer Slider method does allow for a preview image, but no controls are shown unless hovered. Maybe there’s something in the embed code that can be added..

    Your theme is considerably different than what I’ve been used to (Avada) and so I’ve spent several hours on the video issue. Video display for site visitors is very important to me because I do a lot of custom videos for clients. What I’d like to have is:
    1 – a video displayed on a colored Content section
    2 – a preview image instead of a black screen
    3 – all play controls visible to the site visitor
    4 – no auto playing.

    Can all four be done with the Easy Slider or Layer Slider? I’ll also be self-hosting videos as soon as I convert the .mp4 vids to HTML5.

    Again, thank you for your help on this issue. This theme is going to work great for me if I can get this video issue resolved :)

    EDIT TO ADD:
    Josue, I modified the functions.php file and now the text code shows. Wonderful, thank you!

    However, I still can’t get the video in the easy slider to stop autoplaying. Here’s the full code, and you’ll see where I added ‘true’ to autoplay and also the controls, which I would like for them to show on-screen for certain sites.

    `[av_section color='main_color' custom_bg='#1e71bf' src='' attachment='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' min_height='' padding='no-padding' shadow='no-shadow' id='']
    [av_slideshow size='featured' animation='slide' autoplay='false' interval='30']
    [av_slide slide_type='video' id='' attachment=',' video='http://vimeo.com/86387932' mobile_image='' video_ratio='16:9' title='' link_apply='' link='lightbox' link_target='' autoplay='false' video_controls='true' video_mute='' video_loop=''][/av_slide]
    [/av_slideshow]
    [/av_section]‘

    #240001
    gingerstu
    Participant

    Hi Guys,

    You kindly helped me out with the gallery sizing issue here:

    https://kriesi.at/support/topic/google-fonts-impacting-gallery/

    However, on entering the CSS code recommended:

    #top div .avia-gallery .avia-gallery-big-inner { height: auto; }

    The lightbox now behaves incorrectly.

    In Google Chrome it does not appear. The page fades to grey and if you scroll down to the bottom of the page there is a large white space displayed.
    On Samsung Tab 3 – Chrome browser it does not display the light box at all
    On Samsung Tab 3 – native browser it does not show the lightbox
    On Samsung Galaxy S2 – native browser, lightbox doesnt show but also, the header appears very extended ??
    On Samsung Galaxy S2 – Chrome browser the lightbox appears, but you have to “chase” it down the screen. Also the extended header is present and I also notice the google fonts are not displayed at all??
    On IE11 everything works as expected
    Haven’t tested firefox or Safari yet…

    Any help gratefully received!

    Thanks,
    Stuart

    • This topic was modified 11 years, 9 months ago by gingerstu.
    #236770

    I having similar header issues after upgrading to 2.6.1/
    http://www.copenhagenfilmcompany.dk/
    Logo on the mobile is too big and runs under the menu icon.
    I styled it before like this:

    @media only screen and (max-width: 767px) {
    .mobile_active #advanced_menu_toggle {
    display: block;
    right: -15px;
    top: 40px; }
    .logo img {
    height: 50px;
    width: auto !important;
    max-width: none !important;
    margin-top: 10px!important;
    padding-top: 0;}
    .responsive .logo {
    margin-left: -10px!important; }
    }

    /*headerlogo fix*/
    .logo img {
    margin-top: 5px;
    }
    .header-scrolled .logo img {
    margin-top: 0;
    }

    I have gone through all the new settings for the header but don’t see any fixes there. Can you help me?
    thanks.
    n

Viewing 30 results - 1,141 through 1,170 (of 1,269 total)