Viewing 30 results - 222,661 through 222,690 (of 243,792 total)
  • Author
    Search Results
  • yes i know and it’s correctly checked (only Native language name (the language name as it’s written in that language)
    but if i don’t use the css .avia_wpml_language_switch {display: none;}

    > it’s look like : http://imgur.com/znEIkvo

    #254253

    In reply to: Enfold Showcase

    Hi Talelie,

    On which page did I do that? :-)

    Regards, DJ

    #254251

    In reply to: Enfold Showcase

    Q to DJ,

    How did you place an image in the background of the icon box?

    Thanks
    Tal

    #254243

    In reply to: Enfold Showcase

    And here’s my (dutch) site: http://www.diaconaalsteunpunt.nl

    Love Enfold and the fact that it keeps getting better and better. Hope you guys will keep adding cool features for a loooong time :-)

    cheers,
    DJ

    #254242
    This reply has been marked as private.
    #254240

    Topic: General Question

    in forum Enfold
    talelie
    Participant

    Hi Enfold support team,

    I am about to build a new site, an expert site, which will contain two kind of audience:
    1. the experts themesleves, who should have profile to submit (similar to cv and fortfolio)
    2, the expert seekers, which will need to register to submit a request (if they want an offer from more than one expert).

    Do you think I can built this kind of site with the Enfold theme, which I am prety much familiar with it (already build 2 sites with it, puirchased it twice).
    If yes – what user plugin do you recommend to add to the site?

    Thanks
    Tal

    #254239

    Hi!

    Anscheinend kann Enfold noch immer keinen Ordner für das dynamische Stylesheet anlegen. Wenn kein Ordner angelegt werden kann, fügen wir den CSS Code als Inline CSS im head Bereich ein. Du kannst dies entweder dabei belassen oder du versucht den upload Ordner selbst auf 777 zu setzen. Wenn Enfold keinen neuen ordner im wp-content/uploads/ Ordner anlegen kann scheitert es nämlich schon an der Schreibberechtigung für diesen Ordner.

    Cheers!
    Peter

    #254237

    Hi Spartan_SA!

    Please update Enfold to 2.6.4. Version 2.5.4 is not compatible with WP3.9.

    Regards,
    Peter

    #254234

    Hi JochenBake!

    You can change the image for single post entries – open up wp-content/themes/enfold/includes/loop-index.php and replace:

    
    $size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';
    

    with

    
    $size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';
    if(is_single()) $size = "full";
    

    Cheers!
    Peter

    #254230
    TimoTimmermann
    Participant

    Hello,

    i have the problem with the pagination from the blog page. I will go to the next page and the next blog entries.
    When i click the page 2 than he jump to the first page or to the last blog entrie of the first page. But i will jump to the second
    blog page.

    Is this a bug in the enfold template.

    I hope you understand me.

    Best regards
    Timo

    #254227

    Hey!

    1) Open up wp-content/themes/enfold/config-woocommerce/config.php and replace:

    
    woocommerce_related_products(array('posts_per_page'=>$avia_config['shop_single_column_items'], 'columns'=>$avia_config['shop_single_column']));
    

    with

    
    woocommerce_related_products(array('posts_per_page'=>$avia_config['shop_single_column_items'], 'columns'=>"5"));
    

    2) Did you select the translated categories in the product slider option window? Enfold will not fetch the translated categories automatically but you must click the “Translate independently” button (if necessary) and then edit the “Product Slider” element to select the translated categories.

    Best regards,
    Peter

    #254222

    Hey!

    WPML plugin is not compatible with WordPress 3.9 yet – http://wpml.org/2014/04/status-wpml-wordpress-3-9/

    Please download the “CMS Beta Package” file and install the WPML beta version. More information can be found here: http://wpml.org/2014/04/wpml-3-1-5b2-wordpress-3-9-support/

    Cheers!
    Peter

    #254217

    Hi,
    I did the newest enfold update via autoupdate/Dashboard this morning.
    The problem is still here:
    In iexplorer and in Firefox, all font face symbols are broken.

    You can see the problem on my startsite. http://medientanz.de.
    The search button in the header is working on Chrome. It is not visible in IExpolrer , you can see a broken symbol in firefox. …

    Or here: http://medientanz.de/freiheit/
    The big symbol is broken in firefox:

    All htacess fixes from font- squirrel are not working.
    Tried the wp font face plug in. Not working.
    Deaktivated all plug ins. Not working

    It is a returning problem. Some of the enfold auto updates are working correct with font-face. Some of them are not working…
    After the last two auto updates, all font – face symbols are broken.

    Please, inform Kriesi
    Thank you

    Thomas

    sgperry99
    Participant

    hi guys,

    I am currently running Enfold version 1.3.1 (don’t laugh!) and until I upgraded to WP 3.9 everything was working fine and my client was happy.

    However, since upgrading to wp 3.9 the page editor seems broken on various pages. ie. the Default Editor button appears but then the Aviva Layout Builder sits halfway across it and no page content is displayed, so I can’t edit it.

    I’ve tried deactivating all the plugins, using different browsers but its a mystery.

    My concern is that I have read a few horror stories on this forum about people upgrading and their site being completely broken.

    As my client doesn’t actually want any new fancy stuff, is there a simple fix I can install to resolve the Aviva Layout Builder issue I am seeing.

    Happy to send you backend login access to take a look.

    cheers Sue

    #254203

    Hi!

    Danach wurde diese auch nach Änderungen und speichern nicht neu angelegt.

    Dann scheint Enfold keinen Zugriff auf den Ordner zu haben. Versuche einmal den wp-content/uploads/dynamic_avia/ komplett zu löschen bzw ändere die Lese-/Schreibrechte mit ftp auf 777.

    Cheers!
    Peter

    #254202

    Alright, thanks a bunch for the help :)

    Have a good day!!

    #254200

    Hey!

    Use the magic wand tool (don’t enter ALB) in a different Page to generate the shortcodes.

    Best regards,
    Josue

    #254199

    Hey!

    Please place the content underneath the LayerSlider into a color section. To fix the product slider issue open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php and replace

    
    query_posts($query);
    
    

    with

    
    query_posts($query);
    
    	    	remove_filter( 'posts_clauses', array( $woocommerce->query, 'order_by_popularity_post_clauses' ) );
    			remove_filter( 'posts_clauses', array( $woocommerce->query, 'order_by_rating_post_clauses' ) );
    

    We’ll include this fix in Enfold 2.7.

    Regards,
    Peter

    #254195
    mediasauce
    Participant

    Hello!

    I am having an issue with the theme since updating to Smith. It seems that on this site, I am running an older version of enfold that does not have the “theme update” option inside the enfold menu. How do I update without this option?

    My major issue is that since updating to Smith, the advanced layout builder will not load on the backend. Fortunately, it seems as though my site is still up and running, I just can’t edit anything.

    Please advise! Thanks.
    Mike

    #254194

    Thanks for your reply, Josue.

    I will try it out with Gravity Forms.

    However, can you guide me on the shortcodes insertion in the Tab Content? I try to enable the Debug mode to view the shortcode, however no luck, the shortcodes doesn’t display.

    #254193

    Hey Bill!

    That’s possible with the new version of Enfold:

    It should be up in Themeforest soon.

    Cheers!
    Josue

    #254189

    In reply to: Extremely slow backend

    Hey!

    The only external theme connection is the update check which connects to the envato api server to check for new theme updates. You can deactivate it by removing the Envato API credentials on the theme settings page (Enfold > Theme Options > Update). All other connections (i.e. oembed, rss feeds, etc.) are not theme related but WordPress may use them to embed external sources (youtube videos, etc.).

    Regards,
    Peter

    #254186

    I removed <{heading} class='main-title entry-title'>{title}</{heading}> from line 274 of functions-enfold.php.

    So, now I tried putting the following in a functions-enfold.php file and uploaded it to the enfold-child folder, but it didn’t work:

    	<?php
    add_filter('avf_title_args', 'avf_remove_header_title', 10, 1);
    function avf_remove_header_title($args) {
        $args['title'] = '';
        return $args;
    }
    	?>

    Anything else I can try?
    Thanks!

    #254168

    Hi Jason!

    1. You can achieve that with Gravity Forms, which is supported by the theme.

    2. Yes, you can insert shortcodes in the Tab content.

    Best regards,
    Josue

    #254165

    Hello, Thanks for your feedback, howerd

    2. deleted it because of error :p , where i could get manual for enfold parallax feature?
    5. Changed, but nothing happen
    6. Got it, Sir.. many thanks

    I’ll be waiting for the rest..
    Regards,
    Bayu Perdana

    #254162

    In reply to: Blog Post

    Hi!

    Fixed:
    http://www.waterfiltercompany.com.au/water-blogging/

    It happens that if you use Yoast you need to deselect the Blog setting in Enfold.
    https://kriesi.at/support/topic/yoast-seo-and-enfold-theme-front-page-problem/#post-228627

    Regards,
    Josue

    #254127

    running th latest version of WP and Enfold as well…

    #254126

    This is also happening for a page where I’m putting affiliate code blocks in. This is the link http://www.physiquetransformations.com.au/links/ see I have one affiliate link, but when i go to add another block of code, the first one is removed.

    running th latest version of WP and Enfold as well…

    • This reply was modified 11 years, 8 months ago by joemurphy.
    #254111

    I will keep this in mind for future use, however in my existing enfold install (and several clients) this requires editing 2000+ products/variation pages to add new image sizes and column shortcodes. I was hoping to avoid this as it is extremely time consuming. I’ll likely disable this in my own site to save the labor hours. As this will be wiped out on theme updates it’s not an option in my client’s sites and editing all products to add theme shortcodes is not feasible. I’ll try to figure out a way to delete all products and reupload with inserted shortcodes via a CSV mass import/update (after a database backup). Hopefully I can find a meaningful work around. Hmmm :/

    • This reply was modified 11 years, 8 months ago by cryscryb.
    #254107
    davidrk
    Participant

    Hi there. I recently updated WP and the Enfold theme and have a few issues I’m still trying to resolve with the header. The site is http://www.bhutantravelbureau.com

    1) On an ipad the social icons are appearing beneath the logo in portrait mode instead of aligned to the right.
    Ipad portrait view
    Also on the Ipad, the sticky logo and navigation are not minimising, and don’t appear to be transparent.

    2) On smartphones the logo now appears quite small after applying the custom CSS required to stop the logo stretching across the entire screen and behind the menu icon. It also doesn’t line up next to the menu toggle, appearing above it instead.
    Iphone image 1
    Iphone image 2

    The CSS I have applied is as follows:
    @media only screen and (max-width: 768px) {

    .responsive .mobile_slide_out .logo {
    float: none;

    }

    .responsive .logo a, .responsive .logo img {
    height: auto !important;
    margin-top: 8px!important;
    max-width: 85%;}
    .html_header_top.html_logo_center .logo {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    }

    .responsive #header .social_bookmarks {
    position: relative;
    margin-top: 10px;
    }
    }
    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 80%;
    height: auto!important; }
    }

    Help to resolve this issue much appreciated. Cheers.

Viewing 30 results - 222,661 through 222,690 (of 243,792 total)