Viewing 30 results - 221,671 through 221,700 (of 243,890 total)
  • Author
    Search Results
  • On Wednesday the website will go live, so I’ll drop a link on that day, but I have noticed one bug in it. I think it comes from enfolds side though. So maybe someone can help me out to make this iconbox become a 100% reality? :)

    Hey!

    Maybe a plugin which manipulates the admin bar output or a browser extension breaks the search. I can’t reproduce the issue on my test server and no other user reported a similar issue so far…

    Best regards,
    Peter

    ie works fine aswell…

    borkent
    Participant

    Hi All,

    I just noticed that the admin bar in 3.9 together with latest enfold 2.7 breaks the ajax search in the header.
    All I can see is that the search box gets loaded below the </body> and therefor renders it incorrectly. This is also what happens when there is a javascript incompatibility with a plugin. However I cant find any error messages in console.

    Is this a known issue? I have tested it without any plugins installed!

    Disabling the admin bar in the admin profile fixes this issue. An interesting find is that this seems to only happen on chrome.
    I am on windows 8 and chrome 35.0.1916.86 beta-m – ios safari works fine.

    Kind regards,
    Thomas

    #259931
    Pascalvigo
    Participant

    Hi Enfold team!
    First of all, thank you for your theme is awesome! I love it!
    I have just a little issue with a youtube video (embed) put in the layerslider. The video doesn’t appear with Firefox (issue only in Firefox).
    My website is Merrien Analytics
    It is quite strange because I have another video on other page (with no layerslider) and it works correctly.
    Could you help me to fix this issue please?
    Thank you!
    Pascal

    #259930
    keifygeorge
    Participant

    Hi When I install Enfold on the Home tab there are a number of page options, I want to set one of those pages as the home page. How do I do it? I have changed it on the Menu options and deleted the original homepage. The issue is that it does not recognise the page as the ‘Frontpage’ as the ‘Edit Frontpage’ tab is no longer there, can anyone help with this?

    #259929

    In reply to: Layerslider not found

    Yes I had to reset and start from scratch I am sure I am using the latest version of WordPress, how can I tell which version of Enfold I have?

    #259928

    Hey bastikan!

    Bitte entschuldige die späte Antwort – ich habe diesen Post übersehen. In enfold\config-templatebuilder\avia-shortcodes\portfolio.php ersetze:

    
                        if(!empty($title))
                        {
                            $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
                            $output .= '<header class="entry-content-header">';
                            $output .= "<h2 class='portfolio-grid-title entry-title' $markup><a href='{$title_link}'>".$title."</a></h2>";
                            $output .= '</header>';
                        }
    

    durch

    
                        if(!empty($title))
                        {
                            $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
                            $output .= '<header class="entry-content-header">';
                            $output .= "<h2 class='portfolio-grid-title entry-title' $markup>".$title."</h2>";
                            $output .= '</header>';
                        }
    

    und

    
                        if(!empty($title))
                        {
                            $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
                            $output .= '<header class="entry-content-header">';
                            $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";
                            $output .= '</header>';
                        }
    

    durch

    
                        if(!empty($title))
                        {
                            $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
                            $output .= '<header class="entry-content-header">';
                            $output .= "<h3 class='grid-entry-title entry-title' $markup>".$title."</h3>";
                            $output .= '</header>';
                        }
    

    2) Dazu müsste man mit jQuery den Title tag der Bilder entfernen. Öffne enfold/js/avia.js und ersetze:

    
    $('a.avianolink').on('click', function(e){ e.preventDefault(); });
    

    durch

    
    $('.portfolio-details-inner img').attr('title', '');
    $('a.avianolink').on('click', function(e){ e.preventDefault(); });
    

    Cheers!
    Peter

    #259927

    Hi!

    Ich glaube hier zieht PrettyPhoto den Text vom title tag des Links. Versuche diesen Code:

    
    jQuery(document).ready(function($) {
    $('.tiled-gallery-item a').each( function(){
        var img = $(this).find('img'),
        title = img.attr('title');
       $(this).attr('title', title);
    });			
    });
    

    Cheers!
    Peter

    #259924

    Hi!

    Open up wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\magazine.php and replace:

    
    					$style = ($loop === 1 && !empty($this->atts['first_big'])) ? "big" : "small";
    

    with

    
    					//$style = ($loop === 1 && !empty($this->atts['first_big'])) ? "big" : "small";
    					$style = (!empty($this->atts['first_big'])) ? "big" : "small";
    

    and tick the “Should the first entry be displayed bigger” checkbox.

    Regards,
    Peter

    #259920

    In reply to: Enfold Showcase

    I think that this topic can be very useful indeed, but may be a good idea for a moderator to clean up this topic every now and then. In this topic there are namely some links to websites that (no longer) use the Enfold theme and use another WP theme instead, or links to websites that no longer exist.

    I personally am very satisfied with the Enfold theme and I find it a very user-friendly theme with a great support. Thums up for the Kriesi team!

    Well, one of the sites that I have done with Enfold is http://www.dokadriekus.com/ (only in Dutch language).

    Regards,
    Erik

    Altan
    Participant

    Dear Enfold developers,

    1. When open my website from mobile device with android OS or iOS flag icons are over “Phone Number or small info text”.
    Even worster if I add around 9 languages flag go down… examle : http://problend.problend.biz (I test WPML 3.1.5)

    2. When change checker from Enfold–> Header layout —> Mobile Menu : “Hide Mobile Menu Submenu Items” one or two times, button for MENU disappear in mobile devices, example : http://altansadak.problend.biz/

    I can upload wordpress + enfold 2.7 to your servers to see for bugs. I know that you find solve this troubles .

    Best regards : Altan

    • This topic was modified 11 years, 7 months ago by Ismael.
    #259912

    Hey Ismael,

    I tried both:
    <?php layerslider(1) ?>

    That results in:
    Fatal error: Call to undefined function layerslider() in /www/htdocs/v160319/blog/wp-content/themes/enfold/single.php on line 24

    When I use
    echo do_shortcode('[layerslider id="1"]');

    The output is
    [layerslider id="3"]

    I haven’t really modified any of the php files, I’ve just added one line of code:
    http://pastebin.com/PFhg7taj
    (Line 25)

    Thanks in advance
    Henning

    #259908

    Hey Thanks Devin,

    Quick question? do I add the code to the quick CSS file in the Enfold tab, or does it need to go somewhere else?

    Let’s make it simple. :-) but not short.

    What I want is this:

    If comments are enabled for a post the standard comment area will added at the end of the post.
    If comments are disabled for a post the standard comment area will not be added at the end of the post.
    This is a standard WordPress function. Right?

    But what, if I want to use Facebook comments as well and not instead of standard comments?

    Then it should be handled like this:
    If comments are enabled for a post I want to show the facebook comment box as well (snippet see below).
    If comments are disabled for a post I don’t want to show the facebook comment box.

    It makes sence, because once the author disables comments for one post, this should also disable the FB comments. Right?

    This works fine with many of our blogs, using other themes.

    So what we need to do – as defined by facebook – is to add the following snippets:

    1st snippet:

    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/de_DE/sdk.js#xfbml=1&appId=xxxxxxxxxxxxxxxx&version=v2.0";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>

    This is added in header.php. It works fine.

    A 2nd snippet needs to be placed at the place where we want to show the fb-comment box. And that’s now my question: WHERE?

    <div class="fb-comments" data-href="<?php the_permalink(); ?>" data-width data-mobile=”auto-detect” data-numposts="20" data-colorscheme="light"></div>

    This I also tried with enfold theme at different locations in /includes/comments.php. The fb comments will be shown. It works in general, but not like I want ist (see above). If I disable comments for post, the fb comments are still shown. As mentioned above: this is not what I want. :-)

    So, I’m looking just for the proper location in /includes/comments.php wher to add the snippet in order to fulfill my demand. And that question seems to be related to the theme. My idea works fine for example with avada theme and twentyfourteen.

    That’s all I want.

    Best regards
    Frank

    Hi! Reinstalling Enfold Theme using FTP solved the problem.

    Thank you very much, both of you, Pixelbits and Ismael!

    Thankful,
    Bradley

    Hey!


    @Pixelbits
    : Thank you for sharing the possible fix. :)


    @bymoon
    : The Enfold 2.7.1 patch should fix the issue with the text blocks. Meanwhile, you might want to try the fix posted by @Pixelbits on the tread mentioned above. https://kriesi.at/support/topic/visual-editor-not-working-after-update-to-wp-3-9/#post-259074 :)

    Regards,
    Ismael

    Hey!

    I’m sorry but the login credentials are incorrect. Did you transfer the website from this http://pearcelealphoto.com/ to the staging site http://pearceleal.staging.wpengine.com/ (hosted on WPengine) then update the theme to 2.7 and WP 3.9? Did you use WP MigrateDB or WP MigrateDB PRO to properly transfer the database? If not, please use WP MigrateDB or WP MigrateDB PRO in order to migrate the theme
    properly and leave the database intact.

    Refer to this link for more info on how to properly migrate your website from production to development vice versa:
    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Regards,
    Ismael

    Hi!

    Thank you for the info.

    I just tested if the snippet above will fix the script error on the console and it does remove the errors but somehow break the cart icon and the cart widget. Please remove the code on your child theme functions.php. I’ll ask Dude to check this. Also, please visit the wp-content/plugins folder then remove any unused plugin folders there.

    Regards,
    Ismael

    #259877

    In reply to: Layerslider not found

    Hi!

    Thank you for the update.

    I checked the website and the layer slider is there but you’re using a very old version of the theme. Please download the latest version Enfold 2.7 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/

    Aside from updating the theme, please upgrade your wp installation to WordPress 3.9.

    Regards,
    Ismael

    My apologies, but I think this may have now caused another issue.

    You can no longer see the ‘cart’ icon that usually pops up top right of the page. Also, you can see that there are no products showing in the cart in the cart widget.

    http://themakeupfactory.com.au/product/flawless-mineral-foundation/

    There are currently two products in the cart.

    #259867

    Hey bert787!

    If you enable the debug field for your Avia Layout Builder with this function you can copy out the whole pages shortcode structure and then paste it into a blank field on another location:
    http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Cheers!
    Devin

    #259863

    Hi!

    Thank you for the heads up. We greatly appreciate any feedbacks from from our customers.

    The No Scaling option is for the actual image only but on the full screen slider, you have to take account the css styling that will probably resize the image to fit the slider. In case you’d like to know, the fullscreen slider on the demo uses 1500x1500px dimension. If you have any questions, definitely take some time to review all of the resources in the Theme Documentation and watch some our Video Tutorials to learn more more about the different areas of the theme.

    Regards,
    Ismael

    #259856

    Hey!

    Thank you for the update.

    You can go to Enfold > General Styling then look for the General options tab below. Select the Boxed Layout on the Use stretched or boxed layout? option. A new option to add a background image will appear. You can define a patterned background or upload your own background image.

    If you have any questions, definitely take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Regards,
    Ismael

    #259853

    Hey!

    Thank you for the update.

    Yes, starting from scratch, unfortunately, seems to be a viable option. We’re not really sure what’s causing the page to break. What are the elements that you have on that particular page? Did you switch the avia builder to debug mode? Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder. Refer to this link for more info:
    http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Cheers!
    Ismael

    #259849

    In reply to: Enfold editor problem

    Hey!

    I’m sorry but I’m not sure if I understand the screenshot because it is written on another language but do you have the latest version of the theme? Do you mind if we take a look at the wp dashboard and test it ourselves? Please post the login details here and set it as a private reply.

    Best regards,
    Ismael

    #259847

    In reply to: Iconfont manager issue

    Hi!

    Thank you for using the theme!

    Do you have the latest version of the theme, Enfold 2.7? The upload manager has gone through a lot of fixing since version 2.6 and it’ll be appreciated if you can share the login details to your wordpress dashboard and ftp.

    Additionally, for future reference we kindly ask you to refrain from bumping the thread. Since we answer questions from oldest to newest, bumping makes it appear new and it will probably take us longer to respond on your inquiry.

    Cheers!
    Ismael

    #259838

    Hey Andrew!

    Thank you for visiting the support forum!

    You can add this on Quick CSS or custom.css to set the max width of the mega menu:

    div.avia_mega_div.twelve.units {
    max-width: 700px;
    }

    You can also use the width property.

    Best regards,
    Ismael

    #259822

    In reply to: Duplicate Images

    Hi Bedros!

    That’s expected, Enfold does that on each image upload in order to let you use the image in every case, you can disable it easily by removing this lines in functions.php:

    Cheers!
    Josue

    #259819

    Hey Nick!

    You have a very old version of Enfold, please update it to 2.7.1 and WP 3.9.

    Cheers!
    Josue

Viewing 30 results - 221,671 through 221,700 (of 243,890 total)