Viewing 30 results - 217,891 through 217,920 (of 242,502 total)
  • Author
    Search Results
  • #276343

    Hey Omer!

    Thank you for using the theme!

    On Enfold 2.8.1, the send button should show a color transition or animation while sending the form. 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/

    Best regards,
    Ismael

    #276342

    Hi!

    @Giuseppe: Thanks again for the translation! I tried to download the zip file here http://www.giuseppebeghelli.it/portfolio/demo/Enfold-v-2.-8.-1-it_IT.zip/ but it’s not working. Mind uploading the file again? :)

    Cheers!
    Ismael

    #276337

    Hi Dave!

    Thank you for the info.

    Maybe the enfold.css file is stuck and needs to be regenerated again by toggling any settings and saving the changes on the theme options. Make sure that the dynamic_avia inside the wp-content/uploads folder got the right file permission.

    Regards,
    Ismael

    jasrobb
    Participant

    Hello There – I prefer to buy images from image selling websites instead of hiring graphic designer to design it, am planning to buy couple of images which i’ll be using at Enfold’s homepage slider, but being a non-tech one, am not sure which size should i go for, may you be kind enough to help me out.

    #276331

    Hey Fitzpatrick512, did this solve the problem for you? I have the same issue, and it would be great to know if updating Enfold and/or Woocommerce worked for you!

    Thanks,
    Mark

    #276328

    In reply to: Gallery Edit Issues

    Hi!

    Thank you for the update.

    I created a test page with the masonry gallery and I can still update or edit the gallery set when I edit the element. Just to test, I added a new full width masonry gallery on the link that you provided and it works fine. Check it here:

    http://www.stbarth.villas/wp-admin/post.php?post=3271&action=edit&message=6
    http://www.stbarth.villas/wp-admin/post.php?post=734&action=edit&message=1

    Please download the latest version 2.8.1 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/

    Regards,
    Ismael

    #276325

    In reply to: Problem With Images

    Never mind. I went to make a video of the issue and now it’s working!

    I did change some setting in Enfold and maybe they made a difference. I have no idea.

    Thanks for your time and sorry for this. If I see the problem again I will be back.

    I could not insert an image at all using the Default Editor for several hours but now I can.

    I did start and stop Chrome, maybe that had something to do with it.

    Thanks again

    #276319

    In reply to: Form Styling

    Hi!

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

    input#mc4wp_email { width: 30% !important; float: left; margin-right: 10px !important; }

    2- Please add a Code Block element above your images and add following code inside it

    <form action="http://www.savelolly.com/" id="searchform" method="get" class=""><div> <input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello"> <input type="text" id="s" name="s" value="" placeholder="Search"></div></form>

    Then you can turn on custom CSS field for ALB elements and add a custom class to your Code Block element, i.e. “custom-search-form” and add following code to Quick CSS in Enfold theme options under General Styling tab to adjust it

    .custom-search-form input#s { padding: 20px 80px 20px 20px !important; }

    Best regards,
    Yigit

    #276315

    In reply to: Custom Social Icon

    #276311

    In reply to: Ajax Portfolio

    Hey!

    Please add a custom ID to your color section – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
    for example “custom-section” without quotes. Then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #custom-section.avia-section { min-height: 250px; }

    Cheers!
    Yigit

    Sorry, missed the second question..
    Please go to Enfold theme options > Header Layout > Header Layout > Menu and Logo Position and choose “logo center, menu below” option

    Cheers!
    Yigit

    Hey avsurganov!

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

    ul.cart_dropdown.visible_cart {
    position: absolute;
    }

    and then go to Appearance > Editor and add following code to Functions.php file

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery("ul.cart_dropdown.visible_cart").appendTo("div.avia-menu.av-main-nav-wrap:after");
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Cheers!
    Yigit

    #276304

    In reply to: Center Logo on iPad

    Hi kevinjsutton!

    1&3 – Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_slide_out .logo {
    left: 40%;
    }
    .av_phone_active_left .phone-info {
    margin-left: 40%;
    }}
    #advanced_menu_toggle {
    right: -35%;
    top: -40%;
    }

    You may need to adjust the left value to center logo and phone number perfectly.
    2- I tried resizing browser window but mobile menu always shows up on my end. Have you fixed it already?

    Regards,
    Yigit

    #276298

    Well, the interface problem (in both parent and child theme) still occurs after completely wiping my entire WP install and database, and then re-installing everything and uploading a fresh Enfold theme.

    There may be something off about the following code, likely in the <span class="customize-control-title"> part that the theme interface is delivering… this code seems to be causing the issue in all my browsers.

    <li id="customize-control-nav_menu_locations-avia2" class="customize-control customize-control-select">
        <label>
            <span class="customize-control-title">Enfold Child: Amazeing Art Secondary Menu <br/><small>(Will be displayed if you selected a
            header layout that supports a submenu <a target="_blank" href="http://198.1.78.233/wp-admin
            /?page=avia#goto_header_layout">here</a>)</small>
            </span>
            <select data-customize-setting-link="nav_menu_locations[avia2]">
                <option value="0">— Select —</option>
                <option value="27">Main Menu</option>
            </select>
        </label>
    </li>
    #276296

    In reply to: Alt tag images

    Hi,
    I am using latest version of enfold theme. I used image media element to add image. But I don’t see any way to add image alt text. Can you help how to do that?

    Thanks
    Ruhul Amin

    #276285

    In reply to: Layout Editor

    Hi Toplak28!

    Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750

    Cheers!
    Yigit

    #276282

    Hi cybaco!

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

    .single-post div.big-preview.single-big {
    float: left;
    }

    Regards,
    Yigit

    #276272

    Hmm yes the problem still happens in the Enfold parent theme interface, with a new install of the theme. All the data for the site is just the dummy data, except for one new page I created (an under construction frontpage).

    Maybe the WP database got corrupted? That shouldn’t affect the admin interface though right? Should I delete my SQL database for the site, or remove and reinstall the entire WP install for this hosting account (Bluehost managed WP).

    Thanks for any thoughts you might have (and the actual real support you guys give on this forum, its great).

    Chris

    #276267

    Here is the screenshot. I’m on Bluehost too if that matters. I think I will delete and reinstall both parent and child, then just install parent and see if it happens again. Hopefully its just a corrupted glitch.

    Screen shot of interface problem Enfold

    #276266

    I just downloaded and installed it yesterday, looks like the latest version, it is:
    2014 May 28th – Version 2.8.1

    The HTML tags bleeding through in the interface occurs in the parent theme interface too, I just switched the site over to enfold parent and checked. The problem occurs in all browsers. If you like I can include a screenshot, I’d have to upload it to one of my websites for you I think, to link it here in the forum.

    Just in case it matters, the child theme was created by following the directions in the video you guys have for Enfold Child Theme.

    Both were uploaded via FTP to the themes directory, and they both seem to work in all other respects. The dummy data gets imported, the template site exists and works for visitors in both child and parent. Just this WP interface bug makes me nervous to begin the week+ of customization work I have for the child theme. What if something else (that actually matters) is mixed up in the theme installation too?

    Should I maybe delete and reinstall everything?

    #276259
    This reply has been marked as private.
    #276257

    In reply to: Problem With Images

    Thank you Ismael, theme is very nice. That makes more sense, it seemed very unusual that the Add Media would be completely disabled. I am using latest version of WP and Enfold.

    When I say the button is disabled I mean it is there and appears to function correctly just that no image is ever actually inserted.

    I have been using the column classes to achieve what I need for now and in a way it’s actually a better way to go from a design perspective than using the “align” feature. But still may need that eventually.

    I will leave URL in another post.

    #276253

    Hi Ismael,

    Thanks for your help. I cant find line 117. i opened wp-content/themes/enfold/functions.php

    Where is the exact location please?

    thanks,

    #276238

    Topic: custom.css file

    in forum Enfold
    webdevsd
    Participant

    Hello. I added the files for the Enfold theme after creating my own custom therme that includes styles.css. However, within the Enfold theme I don’t see the custom.css file within my dashboard on wordpress. I believe it wasn’t added for some reason. I have it in my downloads and I can ftp it over to the server, or alternatively, can add it to the custom theme that I created. What would you suggest? The customization I want to do it mostly related to .css only, such as color and opacity. Thank you for your help!

    #276216

    Yes it seems that a javscript error from the audio player is the problem. So removing the inline styles wouldnt change that. Guess I have to wait until enfold fully supports the native audio player from wordpress.

    Gabriel

    #276211

    Hey bzblocksmith!

    Thank you for using the theme!

    You can use html tags on the Phone Number or small info text field. Go to Enfold > Extra Elements then enable the Header Phone Number/Extra Info option. Add the tag on the field, something like this:

    <img src="ICON GRAPHIC URI HERE">
    

    Cheers!
    Ismael

    Hi leoncool!

    Insert this code into your child theme functions.php file or enfold/functions.php:

    
    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }
    

    – it will remove the theme flags.

    Regards,
    Peter

    #276204

    In reply to: Change menu header

    Hi!

    Thank you for using the theme!

    First of all, you’re using an old version of the theme, 2.6.2. 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/

    You can re-arrange the menu items on Appearance > Menu panel. First, create a menu then set this menu as Enfold Main Menu on theme locations. Add this on functions.php if you want to redirect the logo to another page:

    add_filter('avf_logo_link', 'avf_redirect_logo_link');
    
    function avf_redirect_logo_link($link) {
    	$link = 'http://www.yourdomain.com';
    	return $link;
    }

    Change http://www.yourdomain.com value to something else.

    Regards,
    Ismael

    #276199

    Topic: Cart in menu

    in forum Enfold
    SomeBloke
    Participant

    Hey there!

    I’ve just purchased the Enfold theme (which is fantastic)
    I’m using the theme as an e-commerce site mainly, so I’d love to be able to have a cart in the menu so it’s visible to the user (like on the Replete theme)

    Thanks :)

    #276198

    Hi!

    Please turn on custom CSS field for Advanced Layout Builder elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    Then add this custom class to buttons you would like to have rel=’nofollow’ – http://i.imgur.com/KOaCgrv.png
    and go to Appearance > Editor and open Functions.php file and add following code

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(".rel-nofollow a").attr("rel", "nofollow");
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');
    

    Cheers!
    Yigit

Viewing 30 results - 217,891 through 217,920 (of 242,502 total)