Viewing 30 results - 138,811 through 138,840 (of 142,818 total)
  • Author
    Search Results
  • #169831

    Hey Ismael,

    I originally added the iframe code generated by Vimeo with the autoplay feature within the Div/Video in a distinct layer, as you said, but I got the problem I mentioned:

    <iframe src=”//player.vimeo.com/video/75953092?title=0&byline=0&portrait=0&autoplay=1″ width=”600″ height=”338″ frameborder=”0″ webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

    It is fundamental that the video plays automatically upon loading the page and slider, since it’s a Landing Page for a sale and prosepcts must not click on the video to play. It must start automatically. I don’t know why it disappears instead. I tried deactivating all plugins, yet no changes.

    Any clue?

    Thanks a lot!

    Antonio

    • This reply was modified 12 years, 5 months ago by abortolotti.
    #169824

    Hi!

    I posted a solution for the menu here: https://kriesi.at/support/topic/best-way-to-add-icons-to-the-top-level-menu/
    If you want to embed the icon into the php code you can use following code

    
    echo av_icon('ue802', 'entypo-fontello');
    

    The first parameter is the icon character code (you can use fontello.com to find it – just select the icon and click on “Customize Codes” to find out which code is used to display the icon) and the second parameter tells Enfold which font family should be used for the icon (by default it’s entypo-fontello).

    Cheers!
    Peter

    #169822

    Found the issue – conflict with Thickbox plugin – will work on finding a replacement. Other issue still makes no sense though – image alignment on some images and not others. https://kriesi.at/support/topic/image-display-issue/

    #169820

    Hey!

    Yes, we’ll include this fix.

    Cheers!
    Peter

    #169808

    Hi pharefm!

    Afaik the new icon font system does not allow you to add an icon this way because the user can upload custom font sets and Kriesi uses the data attribute to select the right font set. I’d suggest to use the “icon” shortcode to add an icon to the menu title/link. Right now the menu title does not support shortcodes but we’ll add this feature in the next version. For now you need to modify /wp-content/themes/enfold/includes/helper-responsive-megamenu.php manually – open up the file and replace

    
    $heading_title = $title;
    

    with

    
    $heading_title = do_shortcode($title);
    

    and

    
    $item_output .= $args->link_before . apply_filters( 'the_title', $item->title, $item->ID ) . $args->link_after;
    

    with

    
    $item_output .= $args->link_before . do_shortcode(apply_filters('the_title', $item->title, $item->ID)) . $args->link_after;
    

    and then you should be able to use the icon shortcodes in the menu title field too. Use the “Magic wand” to generate the icon shortcode.

    Best regards,
    Peter

    #169799
    dswreclame
    Participant

    Hi there,

    I’m using your great Enfold theme for my website. The site works fine when viewing on Desktop and tablet, but I encountered a problem when viewing on mobile phone. There are big spaces between te logo, menu button and the header as you can see instantly when visiting the site. I don’t know when this problem occured, but do I know it worked fine when I started building the site. Do you have any idea how to fix this?

    Thank you in advance,

    Matthijs

    #169798
    dswreclame
    Participant

    Hi there,

    I’m using your great Enfold theme for my website. The site works fine when viewing on Desktop and tablet, but I encountered a problem when viewing on mobile phone. There are big spaces between te logo, menu button and the content as you can see instantly when visiting the site. I don’t know when this problem occured, but I know it worked fine when I started building the site. Do you have any idea how to fix this?

    Thank you in advance,

    Matthijs

    #169795

    Ismael, The 2nd link in that topic works, the 1st one no, Sorry.
    https://www.dropbox.com/s/af0ccs7j0w1xybm/Double%20Nav%20Bar.avi
    OS: Windows 7

    Internet Explorer doesn’t produce the 2nd Nav Bar in Videos when sort, but distroy all the theme with issues, look captures:
    http://imageshack.us/photo/my-images/4/bazr.jpg/
    http://imageshack.us/photo/my-images/200/7m2k.jpg/

    Firefox and Google Chrome respects the design as is, but produce the 2nd bar.
    http://imageshack.us/photo/my-images/546/0ori.jpg/
    http://imageshack.us/photo/my-images/534/5nga.jpg/

    #169793

    Done that twice, using that guide, not working. Please note that the error only occurs for IE8, but since we have 70% of our visitors using this it is extremly important that this works.

    Best regards
    Christopher

    #169780

    Hi!

    You can use the single-product class to change the top value for single product pages only. Use the code Ismael posted above and change the top value if necessary and then add following code to it:

    
    #top.single-product .onsale {
    top: -220px;
    }
    

    to use another top value for single pages.

    By the way why it doesnt displayed like this image :

    Because the plugin itself doesn’t contain any styling code but it will take care of the php/html code. It’s up to the theme author to style it. The screenshot/mockup just shows how WooThemes styled it with one of their themes but they’re also using different styles for different themes. There’s no standard whatsoever.

    Regards,
    Peter

    Thanx Josue, I actually found a way to fix it today. You can close the topic. Cheers!

    #169766

    As posted before:
    https://kriesi.at/support/topic/weird-rollover-issue-on-update/

    Currently using 2.3.1. It’s not a mission critical issue, just an annoying one.

    Thanks,
    Chad

    #169757

    This fixes the issue. I hope the fix is included in the next minor version.

    #169735

    In reply to: IE8 Issues + others?

    Hi!

    Yes, please try it on custom.css or QuicK CSS. Please try to manually add the background image on avia sections.

    .avia-section {
    background-repeat: no-repeat;
    background-image: url(https://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg);
    background-attachment: scroll;
    background-position: top center;
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale');
       -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale')";
    }

    Regards,
    Ismael

    #169712

    Hey!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #header_meta {
    z-index: 2;
    }

    That should fix it.

    Regards,
    Devin

    #169709

    In reply to: top button no icon

    Hello mmi!

    Can you give us a link to the actual website? Have you tried using different icons?

    Best regards,
    Ismael

    #169700

    Hi mhiller!

    Try putting that CSS in this file, there you can set different rules for mobile and desktop, the final code would look like this:

    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
    	.avia-fullscreen-slider .avia-slideshow {
    	height: 100px !important;}
    }
    
    /*
    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 */
      .avia-fullscreen-slider .avia-slideshow {
      height: 50px !important;}
    
    }

    Cheers!
    Josue

    #169692

    In reply to: Customized Tag widget

    Hi Keith!

    For the tag number question please see this topic.

    Regarding the second issue, you could create a Custom Widget Area (Appearance), populate it with the desired Widgets and then set it to show in the pages you want it (Layout, while editing the page).

    Cheers,
    Josue

    #169690

    Hello astrosoft!

    Hierarchical taxonomies is the way to go, WordPress categories are hierarchical by itself.

    Best regards,
    Josue

    #169675

    Hello ChunkyBits!]

    Please try this on your custom.css or Quick CSS:

    .fc-event-inner.fc-event-skin {
    min-width: 80px;
    padding: 0 10px;
    margin: 0 auto;
    top: 0;
    left: 0;
    min-height: 20px;
    font-size: 10px !important;
    border: none;
    position: relative;
    }

    Cheers!
    Ismael

    #169659

    We are here to help :)

    Regards,

    Josue

    #169656

    thank you for the quick and thorough response!

    Cheers!

    #169655

    In reply to: Contact Form 7 Issues

    Hey xyzb!

    Add this CSS code to the Quick CSS section:

    .wpcf7-not-valid-tip {
    width: 250px !important;
    }
    


    @MLA18
    , your issue is not a style related, i’d recommend creating another topic about it.

    Best regards,
    Josue

    #169647

    Hi Ross_nineteen789!

    Please follow instructions on this post https://kriesi.at/support/topic/collapsable-menu/#post-165144

    Best regards,
    Yigit

    #169639

    Hey MikehJPP!

    I tested that plugin and it does the job, and it’s free, you don’t lose anything trying :)

    Regards,
    Josue

    #169638

    In reply to: logo vertical align

    Hi connotion!

    Sorry it is not very clear to me. Would you like to move logo higher? If so, please add following code to Quick CSS in Enfold theme options

    .logo { top: 14px; }

    If not, please post a screenshot and show. You can upload screenshots here http://imgur.com/ and post links here

    Regards,
    Yigit

    #169630

    btw, while you are helping me, could you please also take a look at the “Login|Register” on the top of the page?

    Before I upgraded the theme to v2.3, a click on the “login” would pop-up a login form. The pop-up form still works after the upgrade, just that it is TRANSPARENT now. The main menu somehow is rendered again and shows through the login form.

    Can you please help check that for me as well?

    Thanks a lot!

    #169628
    MikehJPP
    Participant

    What do you recommend? This?

    http://wordpress.org/plugins/gc-message-bar/

    Any advise would be appreciated!

    Thanks!

    #169610

    In reply to: Moving Social Icons

    Hi wendlandm!

    Please see this topic https://kriesi.at/support/topic/kriesi-logo/#post-161892

    Cheers!
    Yigit

    Hi,

    Try adding this code to the Quick CSS area in the Theme options page:

    .title_container:after {
    content: "2566654";
    position: absolute;
    right: 50px;
    top: 15px;
    }

    Change “2566654” for the desired number, result:

    Regards,
    Josue

Viewing 30 results - 138,811 through 138,840 (of 142,818 total)