Viewing 30 results - 10,021 through 10,050 (of 11,179 total)
  • Author
    Search Results
  • Hey jtree5757!

    Thank you for using the support forum!

    The video background has been disabled on mobile devices. You should add a fallback image for every video background. You can remove the play button that you added on mobile device with this:

    @media only screen and (max-width: 767px) {
    #av_section_1 > div.container > main > div > div > span.av_font_icon.avia_animate_when_visible.av-icon-style-.avia-icon-pos-center.avia_start_animation.avia_start_delayed_animation {
    display: none !important;
    opacity: 0 !important;
    }
    }

    I’m sorry but what you’re asking is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please do visit Werkpress for further customization or vote for the feature on our Feature Requests page.

    If you have any further questions about the theme, we are more than happy to help.

    Regards,
    Ismael

    #249005
    This reply has been marked as private.
    #249003

    In reply to: LayerSlider issues

    Hi Gary!

    Here are some suggestions

    1) Yes it’s possible to add a custom element on top of the slider, though this needs some custom coding :) I’ll give you a hint of what needs to be done.

    1.1 ) You add your custom theme ( for layer slider ), check layer slider settings > slider appereance after you add the proper elemnents / theme. ( coding ).
    1.2) You will need to set up a custom graphic on top of the slider and use the callbacks ( layer slider ) event callbacks. When the slider starts / page loads it needs to pause the slider.
    1.3) When the user clicks the custom play button, you will need to listen for the click and start the slider.

    2) Right now Enfold provides fade in / effects on some elements ( see demo home page ), like images and icons, this might help you on some slide/fade effects or you can design your way around this features.

    Best regards,
    David

    #248814
    Adenadoume
    Participant

    Hello,

    Is there an (easy) way to change the order of the sort buttons in the sortable Masonry element?

    The buttons are in alphabetical order, was hoping to make them look like a menu in the specific order I want them

    Here’s what I’d like to do: rearrange sort buttons

    development page is here: http://ws02.dreamhosters.com/home/

    thx

    Thank you Yigit,
    30px seemed not to be enough so i did 45px, now the logo looks good on iphone. Unfortunately i have a problem with the social media buttons now. They are pushed in front of the logo, so it looks really massy. Is it possible to put the whole social media buttons on top of the page but only for mobile devices?

    #248672

    Hi!

    You can update the po file easily. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner). If you can provide a link to the updated Russian po/mo file we’ll include it with the next update – then you don’t need to update your translation files over and over again.

    Regards,
    Peter

    #248627
    wessafi
    Participant

    I just installed Enfold but I don’t see the “import dummy data” button. What did I miss?

    Semo-dk
    Participant

    The accordion on the front page of my new site is not responding when viewing it on an iPhone. It show fine, but the buttons is not responding. I found out, that the error occurs when using 2 color sections on the same page. It would be great if this is fixed in the next update. Thanks in advance :-)

    Wordpress 3.8.1 Danish
    Enfold 2.6.2

    • This topic was modified 11 years, 9 months ago by Semo-dk. Reason: Adding more text to subject
    #248493

    Hey!

    I do not think that it is possible, but you can request such feature here – https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Yigit

    #248337

    Hi jcsufootball07!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .avia_mobile #top .av-parallax-section{z-index: 0;}

    Cheers!
    Yigit

    #248313

    So it’s just moving the text up 2 – 3 pixels: http://www.ericrusselldp.com/wordpress/enfoldsupport/button-adjust.jpg

    #248253

    Here is a screenshot of the sites style guide where I’ve defined the buttons. I don’t expect you to show me how to do all the buttons, but if I knew how to do one, obviously I could figure out the rest. Thanks Yigit.

    http://www.ericrusselldp.com/wordpress/enfoldsupport/EricRussell_SiteDesign_StyleSheet.jpg

    #248212

    Hey kathrynmichaud!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top div .widget_shopping_cart .button {
    width: 51%;
    float: left;
    margin-bottom: 10px;
    }

    Best regards,
    Yigit

    #248142

    Topic: LayerSlider issues

    in forum Enfold
    ChecMark
    Participant

    This is a technical question, a design issue and possibly a feature request.

    Please reference this page –
    http://www.prismcareernetworks.com/prism_wordpress/candidates/

    First, the technical question. Is there any way to have a “play” button similar to a video so that the user can start the slider? If you look at my design the intent is for them to read the text at the top, then scroll down to view the slider. Although I out a twenty second delay on the slider, everyone reads at a different pace, so when they take a little longer the slider has already started. If there isn’t the ability to have a start button, is there any other design feature that could be inserted to start the slider when a button is pressed?

    The design issue is, being new to Enfold and “flat design” I’m not sure if it’s possible in general, but I don’t want content to appear until the viewer is at that point. I LOVE the features of the LayerSlider in making content more dynamic and holding the viewer’s interest, but endless loops don’t solve the problem. To me, there always has to be a logical progression of the content of the slider. Throughout my many years of building websites they have always been menu and resulting page driven. If the LayerSlider were on a different page, then it would be easy to have a link on the previous page, but this flies in the face of “flat design”.

    #248070

    Hey!

    We’ll fix this with the next update. For now open up wp-content/themes/enfold/framework/php/class-form-generator.php and replace:

    
            function helper_print_datepicker_script()
            {
                echo "\n<script type='text/javascript'>\n";
                echo 'jQuery(document).ready(function(){ jQuery(".avia_datepicker").datepicker({
                	beforeShow: function(input, inst) {
    			       jQuery("#ui-datepicker-div").addClass(this.id);
    			       inst.dpDiv.addClass("avia-datepicker-div");
    			   },
                    showButtonPanel: true,
                    closeText: AviaDatepickerTranslation.closeText,
                    currentText: AviaDatepickerTranslation.currentText,
                    monthNames: AviaDatepickerTranslation.monthNames,
                    monthNamesShort: AviaDatepickerTranslation.monthNamesShort,
                    dayName: AviaDatepickerTranslation.dayNames,
                    dayNamesShort: AviaDatepickerTranslation.dayNamesShort,
                    dayNamesMin: AviaDatepickerTranslation.dayNamesMin,
                    dateFormat: AviaDatepickerTranslation.dateFormat,
                    firstDay: AviaDatepickerTranslation.firstDay,
                    isRTL: AviaDatepickerTranslation.isRTL
                }); });';
    			echo "\n</script>\n";
            }
    

    with

    
            function helper_print_datepicker_script()
            {
                echo "\n<script type='text/javascript'>\n";
                echo 'jQuery(document).ready(function(){ jQuery(".avia_datepicker").datepicker({
                	beforeShow: function(input, inst) {
    			       jQuery("#ui-datepicker-div").addClass(this.id);
    			       inst.dpDiv.addClass("avia-datepicker-div");
    			   },
                    showButtonPanel: true,
                    closeText: AviaDatepickerTranslation.closeText,
                    currentText: AviaDatepickerTranslation.currentText,
                    nextText: AviaDatepickerTranslation.nextText,
                    prevText: AviaDatepickerTranslation.prevText,
                    monthNames: AviaDatepickerTranslation.monthNames,
                    monthNamesShort: AviaDatepickerTranslation.monthNamesShort,
                    dayName: AviaDatepickerTranslation.dayNames,
                    dayNamesShort: AviaDatepickerTranslation.dayNamesShort,
                    dayNamesMin: AviaDatepickerTranslation.dayNamesMin,
                    dayNames: AviaDatepickerTranslation.dayNames,
                    dateFormat: AviaDatepickerTranslation.dateFormat,
                    firstDay: AviaDatepickerTranslation.firstDay,
                    isRTL: AviaDatepickerTranslation.isRTL
                }); });';
    			echo "\n</script>\n";
            }
    

    Cheers!
    Peter

    #248054

    In reply to: Portfolio sort style

    Hi!

    1) You can add the button class to the sort links. Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace:

    
    $output .= '<a href="#" data-filter="all_sort" class="all_sort_button active_sort"><span class="inner_sort_button"><span>'.$first_item_name.'</span><small class="av-cat-count"> '.count($entries).' </small></span></a>';
    
    

    with

    
    $output .= '<a href="#" data-filter="all_sort" class="all_sort_button button active_sort"><span class="inner_sort_button"><span>'.$first_item_name.'</span><small class="av-cat-count"> '.count($entries).' </small></span></a>';
    

    and:

    
    $output .= 		'<a href="#" data-filter="'.$category->category_nicename.'_sort" class="'.$category->category_nicename.'_sort_button" ><span class="inner_sort_button">';
    

    with

    
    $output .= 		'<a href="#" data-filter="'.$category->category_nicename.'_sort" class="'.$category->category_nicename.'_sort_button button" ><span class="inner_sort_button">';
    

    2) If you want to show related entries for portfolio entries open up wp-content/themes/enfold/single-portfolio.php and replace:

    
                        get_template_part( 'includes/loop', 'portfolio-single' );
    

    with

    
                        get_template_part( 'includes/loop', 'portfolio-single' );
    
                            //show related posts based on tags if there are any
                            get_template_part( 'includes/related-posts');
    

    3) Please see http://docs.woothemes.com/document/related-products-up-sells-and-cross-sells/ : “Related products is a section on some templates that pulls other products from your store that share the same tags or categories as the current product. These products can not be specified in the admin, but can be influenced by grouping similar products in the same category or by using the same tags.” – the theme does not influence the WooCommerce output and related product selection.

    Best regards,
    Peter

    #247924

    Topic: White screen

    in forum Enfold
    Hansnmgn
    Participant

    Hallo,

    I hope you can help me!

    I was trying to build a website for my mother in law. Everything was working fine until the idea came to change the font in Enfold. I googled and i found this topic

    https://kriesi.at/support/topic/new-custom-font/

    I located the file and i did some copy / paste and the result is a white page

    http://www.decirkelcreil.nl

    What i did after that:
    -Clearing the cache of my computer
    -Looking for help at webhost (they say maybe sync htaccess, dont know what that is but i pressed that button on the control panel haha)

    Please tell me that i dont have to do all the work again! haha :-D

    Thanks Hans

    #247866
    kathrynmichaud
    Participant

    Hi – I’ve got Woocommerce installed with the Enfold theme here: http://www.littlefoxwebdesign.co.uk/manororganicfarm

    There is a couple of display issue with the buttons which you can see here: http://www.littlefoxwebdesign.co.uk/manororganicfarm/shop-online/ in the Shopping Trolley widget in the sidebar.

    Could you help me to fix this?

    Thank you!

    #247714
    rpmarketing2013
    Participant

    HI!
    I am having a problem with the advanced layout editor loading and being unable to edit inside of it… Also, nothing happens when I press either layout button.

    When I go to edit a page, everything loads there is a leading animation where the builder should be. It never loads the page content.

    On the pages that do not have the avia builder in use (new pages) will not let me click on the button to activate it.

    There are only a couple plugins active right now and they are all stable but even when I deactivate them the editor will not load.

    I have searched and found a few other people with similar problems and tried all of their solutions but nothing has worked so far.

    Here is everything I have tried to solve this problem…
    Deleting and reloading the Enfold Theme
    Re-downloading the Theme from Envato and then re-uploading it into the site
    Deactivating and deleting every plug-in, then testing again
    Accessing the site from different computers, networks and different browsers (Chrome and Firefox)
    I have also tried upping my memory on my server (through go daddy)
    I prayed to the internet unicorns and asked them to fix it. – They didn’t.

    Please help. :)
    <3

    #247666

    I went into the slide and looked around for “Apply a link or buttons to the slide?” and can’t find it anywhere. I am using the latest version of Enfold.Please advise..

    #247524

    Our programmer has fixed it with Custom CSS:

    div .widget_shopping_cart .button.checkout {float: left !important;}

    div .widget_shopping_cart .button {margin-top:20px; padding:10px;}

    .buttons .button{border-radius: 2px !important; float:left !important; width: 170px !important;
    text-align: center;}

    #247499

    Hi, I am using Chrome on an iMac. 10.8.5.
    Wordpress: Latest version.
    Enfold: Latest version
    WooCommerce: Latest Version

    #247411

    Hey jdrijver!

    Which browser and OS are you using? This is how i see it – http://i.imgur.com/IHuozxB.png

    Regards,
    Yigit

    #247398
    jdrijver
    Participant

    Hi, we have a webshop in Enfold: http://www.lovewood.nl
    The footer contains a shoppingcart widget, but this (the buttons) is not displayed correct.

    See example: here

    How can we fix this?
    Any idea?

    Looking forward to your response.

    Jelle

    #247373
    ak-muc
    Participant

    Hi Kriesi,

    i tried to update 4 Enfold installations over the backend. In 3 cases the update interrupted during the progress.
    i uploaded the files via ftp and now there is a button which is not working or disappears:

    “A automatic update could not be finished – klick here to update again”

    If i klick the button it doesnt happen anything and the theme version is latest (2.6.2)

    Sunny Greets from Munich!
    Alex

    • This topic was modified 11 years, 9 months ago by ak-muc.
    #247363

    Hey Jason!

    Which browser and OS are you using? This is how i see the buttons – http://i.imgur.com/DUpcBVp.png
    Also, please go to Enfold theme options and make sure that you did not added custom CSS code to Google Analytics field

    Regards,
    Yigit

    #247345

    I deactivated all plugins:

    – Add Meta Tags
    – Akismet
    – Better WordPress Minify
    – Contact Form 7
    – DB Cache Reloaded Fix
    – HS Responsive Category FAQ
    – Shareaholic | share buttons, analytics, related content
    – WordPress SEO
    – WP Super Cache
    unfortunately no benefit :(

    I need to insert the full screen layer but it simply doesn’t work

    In addittion to this, after I disabled those plugins, now I see that when loading an image it shows a generic error (while the image, when accessing through media label, is there). Plus when I try to insert a image it shows the image overlayer empty

    any possibility of a quick help? the site is my wife one and it is causing lots of (family) problems…

    I can provide you the access as admin to speed up things

    kind regards

    v.

    • This reply was modified 11 years, 9 months ago by paperaino.
    #247343
    caip
    Participant

    Hi,

    I’ve add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 767px) and (min-width: 480px) { 
    .responsive #scroll-top-link {
    display: block !important;
    }}

    Unfortunately the code seems to me to have no effect. At some mobile devices (when the display is placed horizontally) or at shrinked brownser the top scroll button still disappears. Estimated at a width that should be changed as above.
    I’d like to have that scroll icon always fixed when I’m scrolling down regardless of the width size of the screen or when resizing.

    Thank you!

    #247320

    Topic: Contact form

    in forum Enfold
    Voilaah
    Participant

    Hi there !

    i’m using the contact form embeded in Enfold theme, it is simple and useful.
    However, i would love to control a bit more what’s happening when the user click the submit button.

    Is it possible to have a javscript function callback in the shortcode.js file, at this line :
    send.button.bind('click', checkElements);

    Or any other way to trigger a function on my own after the checkelements function is done ?

    basically, i just want to show a message warning the user that the message is currently sending.

    thanks

    Cheers

    #247202

    Hi Yigit,

    Thanks for trying to help. I’d rather not give out a temporary admin login.

    This error shows up on every single enfold themed website when the logo is put in the center and menu buttons below (like http://www.inspiredtravel.com). Looks like they took your fix as well (Reply #245132). Their logo looks unproportional still.

    Does it show the logo cut off on Enfold’s demo? Maybe not since the logo has a smaller width…

    Thanks,
    Jonny

Viewing 30 results - 10,021 through 10,050 (of 11,179 total)