Viewing 30 results - 211,921 through 211,950 (of 244,545 total)
  • Author
    Search Results
  • #326193

    Hey emmaandrews4!

    Make sure you are only uploading the enfold.zip folder if you are going through the WordPress admin. See: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    At the start of the video I show the zip file from ThemeForest (the full download that includes the PSDs) and how I unzip it before copying it over to the server over FTP.

    The same steps would apply for you except you would not unzip the theme folder since you are uploading the zip. You could also follow along and do the whole thing with FTP which is what I always recommend.

    Regards,
    Devin

    #326183

    Hi Khaled!

    If you are using WordPress 4.0 you must be using Enfold version 2.9.2. See: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Devin

    #326181

    Hey @randallpacker!

    Please request that here as a new feature.

    Best regards, 
    Josue

    #326173
    pennylee525
    Participant

    I am Failed to set the Mega menu,

    When I finished the Mega menu follow all the steps you mention on the Forum or Support. but it fail.

    And I check that my menu is failed to save to choice Enfold Main Menu.

    #326172
    Khaled_288
    Participant

    The template builder in Enfold theme is not working. It just shows the loading gif. Please help to fix it urgently.
    http://awesomescreenshot.com/0073kct3e0

    #326171

    Hi,

    Are there any plans to at least keep the post_content synchronized to the _aviaLayoutBuilderCleanData meta value (which can easily be done on saving the post/page)?

    Also, it’s too bad that wp doesn’t take the post format into account when applying content filters; otherwise using a custom format would’ve solved it.

    Thanks,
    Kenney

    UPDATE: ‘Preview Changes’ on a page shows an empty page as it uses post_content; I added this to the child theme’s functions.php to fix this:

    // save the post content in post_content; enfold only stores it in postmeta _aviaLayoutBuilderCleanData.
    add_action( 'post_updated', function($post_id) {
      if ( !empty( $_REQUEST['_aviaLayoutBuilderCleanData'] ) && empty( $_REQUEST['content'] ) )
      {
        global $wpdb;
        $wpdb->query( $wpdb->prepare(
          "UPDATE $wpdb->posts SET post_content = %s WHERE ID = %d",
          $_REQUEST['_aviaLayoutBuilderCleanData'],
          $post_id
        ) );
      }
    } );
    
    #326165

    Hi Devin,

    Let me please add to your list 3 default sizes being created by WordPress (Media Settings) + the original file image (WP default uploading process).

    12 Enfold default images size plus 4 WordPress default images resized. Total of 16 images resized for each image being uploaded.

    Devin: I would like to avoid using any plugin, actually just have Better WordPress Minify to speed-up

    Might you please suggest a way to “manually” avoid certain Enfold default img to be created, which Enfold file should I modify and how to ?

    Many thanks.

    Cheers!

    #326158
    Denti
    Participant

    Hi,

    – I want to change a link URL of a nav menu item but when I try this the error message (in private area) appears and I can not change the URL.

    – Additionally the WPML Plug in does not work properly with Enfold. When I want to update a page in the translated language (Turkish) and click “update” it overwrites the whole page with the content of the German page!!! So I am not able to do any changes on the Turkish pages because all the content will be overwritten then by the German content.

    Three of them, Enfold, WPML and WordPress are updated to the latest versions.

    Please help me to solve these problems asap!

    Thanks!

    • This topic was modified 11 years, 6 months ago by Denti.
    #326154

    Is it only possible to loop background Vimeo videos by editing the section.php file? And does that mean that either all background videos loop or not? Is it possible to have a choice? I would like some videos hosted by Vimeo to loop and some to only play once. It seems as though this kind of control would be important to many developers.

    I am curious why you don’t allow embed code rather than the URL, to provide more control over the playback of Vimeo.

    However, the display of full screen Vimeo with no controls or pause button is amazing! I have been trying to do this for a long time with various sliders, etc., but Enfold gives the cleanest look to full screen video I have seen:

    http://www.postrealityshow.com

    Thanks!

    #326152
    emmaandrews4
    Participant

    I’m unable to install enfold theme as I’m getting the error message: ‘missing style.css stylesheet.’

    #326142
    ILikeMovies
    Participant

    Uses Enfold v2.9.2 and Lightbox Modal Window is checked but lightbox not working.

    Link: http://www.kimcheang.com/rett/szechuan-and/

    Please advice.

    Codestyling works great but after translation the files must be copied to folder: /wp-content/languages/plugins because WP uses the files in this folder only.

    Let me ask in another way: How does WP know where mo-file of Enfold is stored? (lang/nb_NO.po)

    It must be some kind of parameter about the folder of language files some where. Please advice.

    #326133
    pegasso4444
    Participant

    Hi,
    Enfold has the custom post type for “Portfolio Items”.
    I like to have another custom post type for “Gallery Items”.
    I installed the custom post type ui plugin that works fine to create posts. But I am not able the get pages with the Advanced Layout Editor as we get with “Portfolio Items”.
    Thank you for any help on this
    Peter

    #326128

    Hi,

    It will be a problem because we are on production, I tested with the twenty fourteen theme and I don’t have the problem. But we need Enfold theme. So how can I do ?

    Best regards

    Lionel

    #326127

    In reply to: Menu protracted

    I solved the riddle.

    I had Ubermenu installed, everything worked great until i discovered that on smartphones and tablets the menu doesn’t work – when clicking on a menu the submenu doesn’t open. So i inserted some CSS-hacks from the forum and from the Sevenspark-forum until it worked. But then the menu on the website was protracted.

    I deactivated Ubermenu, deleted the CSS-hacks and worked with the megamenu-function from Enfold – and what can i say: i am satisfied with the result. I need pictures in the menu and got the solution here in the forum. I was familiar with the customization possibilities of Ubermenu – maybe Enfold will go this way?

    Enfold is really a great template, worth all the money.
    :-)

    #326120

    I tried Yigit’s code for deactivating the integrated LayerSlider in functions.php.

    This indeed deactivated and removed LayerSlider – both from Admin Menu leftside, as well as LS buttons in the Advanced Editor.
    I could then install LayerSlider as a stand alone. My previous settings displayed. I had exported my previous sliders just in case.

    Back end works fine, latest version of WP LayerSlider 5.3.1.

    Front end: complete white screen.

    Nothing at all of the site.

    Didn’t work. Was hoping that installing standalone with latest version of LS would help solve a missing sliders in Safari on my live sites (they show in Firefox and Chrome just fine).

    Please see this thread: https://kriesi.at/support/topic/home-layer-slider-not-displaying-in-safari/

    Any help appreciated. Will set it back as it was with integrated LS. Anything to do other than wait for the next Enfold update with latest LS?

    Any assistance truly appreciated. Would like all live sites to display on all browsers.
    Thank you.

    Hey Ismael!

    Thanks for your quick response. I tested this before. There is no change. I also had a look into the database. There I can’t see any “obvious” difference.

    But I tested something else this morning. I deleted 1 comment in a blogpost, which showed all comments before. Guess what happend: the comments will not show up at all. Very strange.

    Best regards
    omnyss

    UPDATE 10:44
    I added a new comment by myself to a blogpost, where the comments are not shown before. Then all comments will be shown. Misterious things are going on in our blog…So, obviously it seems as if this problem is not related to enfold. Anyhow. Thanks for Your kind support during the weekend.

    • This reply was modified 11 years, 6 months ago by omnyss.
    #326117

    Hi!

    Thank you for using Enfold.

    You can add this on Quick CSS or custom.css to adjust the default content padding:

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Instead of using the text block, try to use the Special Heading element for the title.

    Regards,
    Ismael

    #326113

    In reply to: Blog not working

    Hi InspireCreations!

    Thank you for using Enfold.

    I don’t think this is a theme related issue. Please try to deactivate the plugins then test the links again. Also, try to the flush the permalink settings.

    Best regards,
    Ismael

    #326110

    Hey erkuto!

    Thank you for using Enfold.

    Please use the correct Video URL. Open the video on vimeo then click Share. Look for the Link field. Copy the url that looks like this: http://vimeo.com/58270142

    Cheers!
    Ismael

    #326109

    Hi tremblayly!

    Thank you for using Enfold.

    The website is not loading. I’ll ask the rest of the support team to take a look.

    Cheers!
    Ismael

    Hey omnyss!

    Thank you for using Enfold.

    Please go to Settings > Discussion > Other comment settings. Toggle the settings, see if anything changes.

    Cheers!
    Ismael

    #326105

    In reply to: cross-browser issues

    Hey melonmelon!

    Thank you for using Enfold.

    There are script errors that is coming from a third party plugin so it might be the fault of the issue. Try to deactivate the plugins then test it again. Have you really check it on an actual iPad? I’ll ask Josue to take a look.

    The script error is coming from the file bootstrap-shortcodes-popover.js. I can’t check the site on IE because of the error.

    Best regards,
    Ismael

    #326099

    Hi Yory!

    Thank you for using Enfold.

    Try using this plugin: https://wordpress.org/plugins/wp-permastructure/

    Cheers!
    Ismael

    #326098

    In reply to: Social Sharing Buttons

    Hi GOWD!

    Thank you for using Enfold.

    You can use this on functions.php if you want sharing section on pages:

    add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
    function avia_add_social_toolbar_template_builder($content = "")
    {
    	$content .= avia_social_share_links(array(), false);
    	$content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>';
    	return $content;
    }
    

    Edit this one, remove the hover part:

    #top #wrap_all .av-social-link-rss:hover	   	 a{color:#fff; background-color:#ffa133; }
    #top #wrap_all .av-social-link-facebook:hover  a{color:#fff; background-color:#37589b; }
    #top #wrap_all .av-social-link-twitter:hover   a{color:#fff; background-color:#46d4fe; }
    #top #wrap_all .av-social-link-mail:hover      a{color:#fff; background-color:#9fae37; }
    #top #wrap_all .av-social-link-dribbble:hover  a{color:#fff; background-color:#e44885; }
    #top #wrap_all .av-social-link-linkedin:hover  a{color:#fff; background-color:#419cca; }
    #top #wrap_all .av-social-link-search:hover    a{color:#fff; background-color:#222222; }
    #top #wrap_all .av-social-link-gplus:hover     a{color:#fff; background-color:#de5a49; }
    #top #wrap_all .av-social-link-behance:hover   a{color:#fff; background-color:#008cfa; }
    #top #wrap_all .av-social-link-flickr:hover    a{color:#fff; background-color:#ff0086; }
    #top #wrap_all .av-social-link-forrst:hover    a{color:#fff; background-color:#234317; }
    #top #wrap_all .av-social-link-myspace:hover   a{color:#fff; background-color:#000000; }
    #top #wrap_all .av-social-link-tumblr:hover    a{color:#fff; background-color:#345574; }
    #top #wrap_all .av-social-link-vimeo:hover     a{color:#fff; background-color:#31baff; }
    #top #wrap_all .av-social-link-youtube:hover   a{color:#fff; background-color:#a72b1d; }
    #top #wrap_all .av-social-link-pinterest:hover a{color:#fff; background-color:#cb2027; }
    #top #wrap_all .av-social-link-skype:hover 	   a{color:#fff; background-color:#12a5f4; }
    #top #wrap_all .av-social-link-instagram:hover a{color:#fff; background-color:#a67658; }
    #top #wrap_all .av-social-link-five_100_px:hover a{color:#fff; background-color:#222222; }
    #top #wrap_all .av-social-link-soundcloud:hover  a{color:#fff; background-color:#F76700; }
    #top #wrap_all .av-social-link-xing:hover 	     a{color:#fff; background-color:#006567; }
    #top #wrap_all .av-social-link-vk:hover 	   	 a{color:#fff; background-color:#597BA5; }
    #top #wrap_all .av-social-link-reddit:hover 	 a{color:#fff; background-color:#FF4500; }

    Cheers!
    Ismael

    #326089

    Look forward to a response.

    The temporary fix shared by a user in this thread helped only for some reason on my local (Mamp) sites:

    https://kriesi.at/support/topic/menu-structure-not-working/#post-324223

    After selecting “Use Google CDN version of jQuery” in the Layerslider, two local sites then displayed LayerSlider. Another did not.

    And none of them resolved for the live sites. I cleared browser cache and global CloudFlare caches after updating, so what is delivered and what is displayed by the browser should indeed be the updated setting.

    This is only happening in Safari.
    Firefox and Chrome are perfectly fine.

    Also tried deactivating CloudFlare’s Rocket Loader for these sites, and it made no change. Not the cause.

    Also as this user mentions – thread now closed – the Menu in WP does not work once using this fix. Must deactivate it again to move menu items in WP Admin, so one can display LS or edit menu only alternately.

    Still, did not effect live sites at all, for myself or clients. Home slider pages are blank in Safari.

    Just posted question in another recent thread on updating LS. Look forward to response there and new version of Enfold addressing these LS issues and others.

    Thank you for your time!
    Michael

    • This reply was modified 11 years, 6 months ago by daka37.
    #326087

    I tried both this method and a previously recommended in the forums here of copying the latest version over that in layerslider-config folder of Enfold. Neither worked. First shows a number for an update in WP, but nothing on the update page. Seems as it is not a stand alone plug-in but bundled, and the second messed up the admin page layout for LayerSlider.

    It seems one can deactivate LayerSlider in the theme prior to installing the standalone. As per this thread…

    https://kriesi.at/support/topic/layer-slider-not-working-3/

    deactivating via functions.php.

    Question is is how this affects the Advanced Editor integration? All my Layerslider are integrated via the Advanced Editor – the drop-down to select.

    When reinstalling as a standalone, would all these sliders need to be manually reinserted and laid out?
    Is there any danger of losing one’s previous sliders and their configurations in the Enfold integrated LS?
    Would one need to export and re-import, all manual?

    Thank you for your response.

    #326085
    daka37
    Participant

    I have just installed a fresh WordPress install. As I upload the latest Enfold 2.9.2 and activate it, Debug bar shows Memory usage at a whopping 81Mbs!! ( 81,779,824 bytes )

    When I deactivate to a default theme, it lowers to 19Mbs (19,505,744 bytes).

    This is pre-migrating my site’s content to a new optimized host. The only variable is Enfold.

    What is this memory footprint? I have been shown that an optimized WP is at between 15-20Mbs for memory. Quadruple is not doable.

    I have checked another clients’s site with Enfold and it is around 45-50Mbs. Still double standard size. I do not know why the variation here. I’ve measured all plug-ins on sites using P3 Profiler and with the exception of WooCommerce at 5Mbs, the rest are all under 2Mbs – including LayerSlider standalone.

    How to reduce or troubleshoot this? Enfold is so user-friendly, I cannot believe it’s coded such that it would be so out of the range on memory.

    I have posted previously about performance issues and glitches since the WP4 upgrade and latest version of Enfold. Is the AVIA Framework compatible with WP4? Are there compatibility issues with LS, Avia Framework, WP4, Yoast SEO being workedd on and soon to be updated?

    Is there a known conflict that is causing such a huge memory footprint?

    All was smooth sailing for all my Kreisi theme sites for 6 months til recent updates. This would explain – some conflict with framework and latest WP update that is causing excessive memory usage -why theme sites (for myself and clients) are so slow since the last update. Any suggestions on how to amend?

    I like others on the forum here, am considering strongly to revert all my sites to a WP3.9, Enfold 2.8 or 2.9 version state today, til a theme update that is more stable, without conflicts on WP4. Is this forthcoming? Is there a set date for an update to Enfold (and other themes) now that a series of bugs and conflicts are coming out on the forums from live site issues??

    This is a temporary fix at most, until an Enfold 3 update that addresses this memory issue, performance shift, LayerSlider bugs (new updated version), and the Yoast SEO conflict.

    Are there others experiencing these issues? And specifically with Memory usage here?

    Again, this is for a fresh install of WordPress4 with the theme uploaded via ftp, as with plug-ins, with a resulting 81MBs, with the same plug-ins and install, but only Enfold deactivated, there is a 60Mbs decrease.

    Any assistance in troubleshooting present Enfold issue appreciated. Would love to have Enfold working stably and smoothly on WP4.

    Michael

    • This topic was modified 11 years, 6 months ago by daka37.
    #326081

    Hey Chris!

    Thank you for using Enfold.

    Tested the site and the scroll to top is working fine.

    Regards,
    Ismael

    #326080

    In reply to: Image and Hotspots

    Hi martinguan!

    Thank you for using Enfold.

    No, unfortunately, that is not possible yet. You can vote or post the feature on our Feature Requests page.

    Best regards,
    Ismael

Viewing 30 results - 211,921 through 211,950 (of 244,545 total)