Viewing 30 results - 216,181 through 216,210 (of 243,323 total)
  • Author
    Search Results
  • #294127

    In reply to: Add Jquery to Button

    Hey Ryan!

    You can add a class by activating this:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Cheers!
    Josue

    #294126

    Hi nicolasweh!

    Thank you for the screenshot.

    You’re using an old version of the theme, 2.4.2, which is not compatible with WP 3.9.1. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Note that upgrading to 2.9.1 from 2.4.2 might break some of the elements on the theme so you might need to reconfigure the options or create them from scratch.

    Cheers!
    Ismael

    #294118
    fendyhuang
    Participant

    The Partner/logo element…in your demo site looks a bit different from mine. I like to know if you have a special css definition for it. I download(sorry for try) logos from your demo site, and upload to my wp to see if I can copy a same demo, but it just different in the margin top and bottom.

    in Your page:
    http://kriesi.at/themes/enfold/
    And in my page:
    http://www.asknowhow.org/

    My settings

    There is a class doing this:

    .content, .sidebar {
    padding-top: 50px;
    padding-bottom: 50px;
    ...
    
    • This topic was modified 11 years, 3 months ago by fendyhuang.
    #294105
    charger70
    Participant

    hi there, i need to run a youtube clip (autoplay, preferably) full screen width, using enfold.

    i think i got a solution by using a color section, and it’s autoplaying, which is great – but there is NO sound. is that how it was designed – background videos in color sections are silent?

    if that’s the case, what are my other options for a full-screen / width presentation? i tried with the regular avia video tool, and it doesn’t work.

    thanks for your advice, i appreciate it!

    #294099
    This reply has been marked as private.
    #294071

    Hi!

    The functions.php file should be located in the theme folder root (/wp-content/themes/enfold). Regarding the custom function try using this plugin to add it.

    Regards,
    Josue

    #294065

    In reply to: Google analytics code

    I, too, am having trouble with the GA snippet being placed before the </head> tag. I added the tracking code in the Enfold theme option as you indicate above, but it being placed almost at the bottom of my <body>.

    My URL is http://www.atticfilmfest.org – am I missing something?

    Thanks!
    Bill

    PS – I just saw another post, so I added the following – is this correct?

    <script type=”text/javascript”>

    var _gaq = _gaq || [];
    _gaq.push([‘_setAccount’, ‘UA-33354906-1’]);
    _gaq.push([‘_trackPageview’]);

    (function() {
    var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
    ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl&#8217; : ‘http://www&#8217;) + ‘.google-analytics.com/ga.js’;
    var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
    })();

    </script>

    • This reply was modified 11 years, 3 months ago by bjconcan.
    #294063
    This reply has been marked as private.
    #294029

    Hi!

    Code i posted above will make product image, product summary and sidebar div’s equal in width. Please also add following code to Quick CSS in Enfold theme options under General Styling tab

    #top #review_form #respond .comment-form-rating, #commentform label { position: initial; }

    Best regards,
    Yigit

    #294021

    Hey!

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

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { height: 86px; }

    Cheers!
    Yigit

    #293983

    Hi Justin!

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

    #socket .copyright { width: 100%; text-align: center; position: relative; top: 15px; }
    #socket .sub_menu_socket { margin-top: -20px; }

    Best regards,
    Yigit

    #293980

    Hi Ismael,

    Thanks for the response – the portfolio tabs I was referring to are the 2 grey tabs that feature at the side of a portfolio page.

    http://kriesi.at/themes/enfold/portfolio-item/portfolio-big/

    Looking at the source its listed as – avia-post-nav avia-post-next with-image

    Thanks

    #293978
    jjrdguez
    Participant

    Hi,

    I found a problem in the theme, in some folders there not are a index.html archive. So, you can navigate for some folders (for example inside /wp-content/themes/enfold/framework/

    For future version, please insert a white index.html in these folders, to avoid this.

    Hi Paul!

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

    .container .twelve.units { width: 100%; }
    .boxed .container { margin: 0; width: 100%; }

    Cheers!
    Yigit

    #293967

    Hi!

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

    #top .av-video-slide .avia-slide-wrap {
    background: #fff url("/wp-content/themes/enfold/images/layout/preload-dark-grey-big.gif") no-repeat center center; }

    You have minifying feature enabled on a plugin you are using. Please disable it firstly, apply the code, then re-enable

    Best regards,
    Yigit

    #293965
    astriss2
    Participant

    I have read:
    http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
    I found a font, from fontello, uploaded it. It’s code is ue805, however, that is also the ‘mail’ icon.
    How do I point ue805 to use the icon I uploaded?
    Thanks!

    #293959

    Hi Tristan!

    You are using a very old version of Enfold. Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
    You should login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download the latest version.
    Enfold version you are using is not compatible with WordPress version you are using.

    Regards,
    Yigit

    #293957
    This reply has been marked as private.
    This reply has been marked as private.
    #293948

    Hey Igor!

    1- Please go to Appearance > Menus and make sure that you checked “Enfold Main Menu” under menu settings
    2- Please add following code to Functions.php file in Appearance > Editor

    function add_custom_script(){
    ?>
    <script>
    PASTE YOUR CODE HERE 
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Regards,
    Yigit

    #293946

    Hi Kaira!

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

    #top .avia-logo-element-container .slide-image { background: transparent; }

    Regards,
    Yigit

    #293939

    In reply to: Enfold Showcase

    Have built over 20 sites on enfold and always found it one of the best themes available : here’s my latest work http://www.movieslots.co.uk/

    Well… yes and no. That holds the menu open on iPhone (and created some unexpected behavior on iPad).

    So, on iPhone:
    After adding that code, now when clicking on one of the select options (like “Price”), the object behind the menu actually gets clicked. I thought maybe it might be a z-index problem, but then why can I see the select menu on top of the content? Haven’t tested on android/windows phones. If we get it working on iPhone, I’ll test on other mobiles.

    On iPad:
    After adding the code, the menu has to be tapped twice or more to stay open. Behavior was working better before adding the new code to functions.php, so I’m assuming that must’ve been fixed in the most recent update. Would rather not have this behavior on iPad, so I’m inclined to say that code won’t work for my purposes, unless it can be used to target device widths below (max-width:480px).

    Looks like the problem is now localized to iPhone. I’ve tested using the Enfold theme as well as my child theme. I’m on an iPhone 5S with the latest iOS.

    Since this is now holding up our site release, I’ll hide the menu on smaller devices using a media query in the CSS. But please do keep trying for a solution. This is an essential piece of the architecture, especially for mobile shops.

    Thanks for working on it.

    #293934

    Hi!

    The lightbox will only use the “large” thumbnail size by default. I’ll ask Kriesi to add a filter with the next update which enables the user to change the thumbnail size. For now you’ve two options:

    1) Open up wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/generic-helper.class.php and replace:

    
    $link = wp_get_attachment_image_src($post_id, 'large');
    

    with

    
    $link = wp_get_attachment_image_src($post_id, 'full');
    

    or

    2) Use the “Manually” link option and paste the image url into the url field.

    
    [av_image src='http://www.wp-master.org/wp-content/uploads/2014/07/visuels_flous_8.jpg' attachment='3255' attachment_size='full' align='center' animation='no-animation' link='manually,http://www.wp-master.org/wp-content/uploads/2014/07/visuels_flous_8.jpg' target='' styling='' caption='' font_size='' appearance=''][/av_image]
    

    Best regards,
    Peter

    #293920

    Hi!

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

    .menu-text {
    position: relative;
    top: -30px;
    height: 30px;
    }

    Best regards,
    Yigit

    #293890
    Sophieja23
    Participant

    Hi everyone,

    on single product pages the sidebar is on the left side. I was happy to find the code to get it on the right side:
    http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/

    It worked well except that the sidebar is a bit smaller than the normal one. It looks like that:

    http://erfolgswelt24.com/auf-einen-blick/marketing-werkstatt-no-1-marketing-konzeption/

    As you can see the text within “product search” is being cropped. Is there a way to get the sidebar bigger or can I change the words within the product seach (Suche nach Produkten). I didn’t find a possibility to change.

    Also the rating field is not correct. Without sidebar, the checking field is above the name and with sidebar it’s getting worse.

    Thanks, Sophie

    #293880

    In reply to: API

    Hey kimogroup!

    Please see – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #293872

    Hi dentaparks!

    Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
    Please move modified files to your child theme. When there are new updates, you should only update parent theme

    Regards,
    Yigit

    #293869

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .html_header_top.html_header_sticky #main {
    padding-top: 140px;
    }

    Best regards,
    Yigit

    #293864
    Denti
    Participant

    Hi,

    I just want to update enfold to the newest version, but have already some changes and customizations in my theme.

    So, what is the easiest way to update the theme without getting the customizations lost? What are the steps to use a child theme for this?
    When I use a child theme, will I be able to update the parent theme in future without loosing my customizations on the child theme but still be able to take advantage of the benefits of the newer theme? Or will I have to update the child theme every time when a new update appears?

    Thanks a lot for your support!

    Best Regards!

Viewing 30 results - 216,181 through 216,210 (of 243,323 total)