Viewing 30 results - 221,341 through 221,370 (of 243,786 total)
  • Author
    Search Results
  • #261213

    Hey!

    Please update to Enfold 2.7.1 – the ava_after_content hook is not available in 2.7 or previous theme versions.

    Best regards,
    Peter

    #261200

    Hi Ismael,

    Thanks for reply. I have just tried to copy/paste the above code into functions.php but after doing that my site was completely black; front and backend.

    1: i have pasted the code into functions.php file located here: /wp-content/themes/enfold/functions.php is this the correct file?
    2: i just pasted the code in the very end of the file. Is this correct or do it need to placed a specific place in the file?

    I am not very familiar with this kind of code. When i pasted the code in it was highlighted with som ‘red’ fields (errors)

    #261198

    Hey DDamjanovic!

    This seems to be a bug with WPML. I posted a fix in this thread: https://kriesi.at/support/topic/the-post-still-shows-8-comments-when-there-are-none/#post-178386

    In /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php replace

    
      $commentCount = get_comments_number($the_id);
    

    with

    
                        //$commentCount = get_comments_number($the_id);
                        $commentCount = $entry->comment_count;
    

    Cheers!
    Peter

    Hi Stela!

    1) In wp-content/themes/enfold/config-woocommerce/config.php search for:

    
    function avia_shop_overview_extra_header_div()
    {
    	echo "<div class='inner_product_header'><div class='avia-arrow'></div>";
    }
    

    You can add your custom code to this function, below the echo code.

    2) In wp-content/themes/enfold/config-woocommerce/config.php replace:

    
    return sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image zoom" title="%s"  rel="prettyPhoto' . $gallery . '">%s</a>', $image_link, $image_title, $image);
    

    with

    
    return sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image zoom noLightbox" title="%s">%s</a>', $image_link, $image_title, $image);
    

    3) The only solution I can think of is to use the “Default sorting (custom ordering + name)” option. Then go to Products > Sort Products and reorder the products with drag’n’drop.

    Best regards,
    Peter

    #261188

    Hey!

    I fixed the problem by inserting this code into the functions.php file:

    
    global $avia;
    $avia_safe_name = avia_backend_safe_string($avia->base_data['prefix']);
    update_option( 'avia_stylesheet_dir_writable'.$avia_safe_name, 'false' );
    update_option( 'avia_stylesheet_exists'.$avia_safe_name, 'false' );
    
    

    I added it to the very bottom of enfold/functions.php. You can also place it into the child theme functions.php file.

    Cheers!
    Peter

    #261183

    Hey!

    Wenn du XAMPP nützt, würde ich persönlich die Dateien einfach in den Theme Ordner kopieren. Bei mir unter Windows ist XAMPP unter C:\xampp\ installiert und der Theme Ordner ist unter C:\xampp\htdocs\wp-content\themes\ erreichbar. Dort kopiert man einfach die Enfold Dateien hinein und überschreibt ggf die alten Dateien.

    Cheers!
    Peter

    #261180

    In reply to: Incorrect Breadcrumbs?

    Hi Jamie A!

    Please go to Enfold > Theme Options and select the “Recent Work” page as blog page in the “And where do you want to display the Blog?” dropdown. If you want to use a custom blog layout on the “Recent Work” page go to Enfold > Blog Layout and select “Blog layout” > “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)”.

    Regards,
    Peter

    #261175

    In reply to: Layerslider not found

    Hi!

    The version number can be found in the style.css file: http://50.87.144.17/~erukus/wp-content/themes/enfold/style.css – you’re using v 2.4.x at the moment and 2.7.1 ist the latest version. I suggest to activate the auto update feature (Enfold > Theme Options > Update if you want to update the theme automatically).

    Best regards,
    Peter

    #261174

    Hey!

    Maybe Enfold can’t regenerate the dynamic stylesheet for one language. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file (and all other css files – the name may vary based on the language shortcut) inside the dynamic_avia folder and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button). Please re-save the options for all languages.

    Regards,
    Peter

    Hi!

    Did you solve the issue? I tested the website with IE, Firefox and Chrome (see: http://www.screenr.com/ukgN ) and I didn’t notice any issue with the IconBox. Btw you can add a custom css class to Icon Boxes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ too.

    Best regards,
    Peter

    #261165
    exposuredp
    Participant

    Hi,
    Im trying to add an accordian to the right hand side of the slideshow similar to:
    http://kriesi.at/themedemo/?theme=enfold

    I have viewed the Portfolio demo at:

    at 3m 11 it says they use Shortcodes within the preview text.

    I cant see this button element ? Any ideas what I have done wrong ?

    I have a temp site Im working on at: http://www.brandingperth.com.au/

    Thanks Brett

    #261163

    Hey!

    Bei mir (Chrome) wird die Überschrift richtig mit 300 angezeigt, obwohl ich auch nicht angemeldet bin. hr könntet aber zB diesem Textbox-Element eine “Custom CSS” Klasse zuweisen ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) und dann mit:

    
    .mycustomclass h2{
    font-weight: 300 !important;
    }
    

    dieses nochmals speziell ansprechen.

    Best regards,
    Peter

    #261151

    In reply to: Portfolio Reorder

    Hi!

    Put it at the end of functions.php.

    Is this the plugin you are referring to? it’s weird you are having these issues because many Enfold users reported good results with that.

    Best regards,
    Josue

    #261147

    Hey!

    It could, request it here:
    https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Josue

    #261145

    Hi!

    Do you have the latest version of Enfold?

    Regards,
    Josue

    #261144

    Hey Chris!

    Yes, that’s how it works right now, feel free to request a change as a feature here:
    https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Josue

    Hi, Ismael!

    I checked it and found that I am still using 2.7. As I said, I checked in the ThemeForest site and downloaded “themeforest-4519990-enfold-responsive-multipurpose-theme” file, which is the version I am using. Where can I get the 2.7.1 version?

    Thank you very much for the quick reply and support!
    Bradley

    PS. The current version I am using, after fixing hidden contents in the “Visual” tab, is having a new issue with “Text” tab, where all the paragraphs are merged into one big paragraph.

    #261134

    Hi!

    Are you referring to a full width slider?

    In that case, use the images in the demo as a reference:
    http://kriesi.at/themes/enfold/

    Regards,
    Josue

    #261125

    Hey!

    Do you have the latest version of Enfold (2.7.1)?

    Cheers!
    Josue

    #261124
    This reply has been marked as private.
    #261111

    In reply to: header height increase

    the enfold layerslider has right n left arrows
    the transparent black appears when u cursor over the arrows
    thats the effect i want

    #261092

    I had a similar problem – and I edited the user in WordPress and checked the option to disable the WYSIWYG-editor (+ save).
    Right after that uncheck the option (+ save).
    Tried the above, still not working
    Is this the checkbox you are talking about?
    hire.com.au/wp-content/uploads/2014/05/profile-visualedit.png" alt="" />

    Not working for you?
    1) Check if there is a newer Enfold version and use that one. 2.7.1 supposedly fixes this problem.
    2) Clear cache
    2) CTRL-F5
    3) Try a different browser to see if it is only browser related and post back here with info of what you see. Post screenshots.
    Tried the above, still not working

    What else did I try (these changes did not solve it immediately but maybe are part of the solution)?
    Deleted my entire WordPress 3.9 files and re-copied them trough FTP.(EXCLUDE wp-config and wp-content!)
    Deleted my entire original Enfold 2.7 files and re-copied them trough FTP.
    I’m using the (unedited!) Enfold-child-theme; but try switching to the 2014 theme and check if that _is_ working.
    Edited WP-Config and made sure there are no empty lines after the last statement.
    Disabled all plugins Especially cache-plugins and minify options.
    Checked all .htaccess files for cache-plugin references and deleted those lines.
    Have not tried above steps yet, I’ll try this when I have time

    #261083

    Hi oeconomedicus!

    Thank you for visiting the forum!

    If you don’t mind, we would like to see the actual posts where the breadcrumb issue is happening. Please post the url here. Make sure that you’re running the latest version of Enfold, 2.7.1, with the latest version of WordPress which is version 3.9.

    Best regards,
    Ismael

    #261075

    Hey t3lgroup!

    Thank you for using the theme!

    Please add this on functions.php to change the label names.

    add_filter('avf_ajax_search_label_names','avf_ajax_search_assign_label_names', 10, 1);
    function avf_ajax_search_assign_label_names($label) {
    	if($label == 'Portfolio Items') {
    	$label = 'Products';
    	} 
    	else if($label == 'Posts') {
    	$label = 'News';
    	} else {
        $label = $label;
    	}
    	
    	return $label;
    }
    	

    You can add more conditions for different label names and you can find the hook on functions-enfold.php, line 152:

    $label = apply_filters('avf_ajax_search_label_names', $post_type_obj[$key]->labels->name);
    

    Best regards,
    Ismael

    Hey!

    Thank you for visiting the forum!

    Glad you figured that one out. In case you have questions, please try 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. :)

    Cheers!
    Ismael

    #261070

    Hey syphadius!

    Thank you for using the theme!

    There is no difference between .po and .mo file actually. The .mo file is the compiled version of the .po file. You can use this application if you want to compile the .po files: http://poedit.net/ / http://www.gnu.org/software/gettext/

    Once you get hold of the .po and .mo files, place them on the enfold theme’s lang folder.

    Regards,
    Ismael

    #261061
    celebcomms
    Participant

    http://kimbongjour.com/enfold/parallax-mobile-error/

    this theme is have some mobile error..
    this page is parallax page.
    If i scroll down, i see the white space at top area.

    i need help.. :(

    • This topic was modified 11 years, 7 months ago by celebcomms.
    #261037

    In reply to: Update 2.7.1 Probleme

    Hi ConflateGermany!

    Thank you for using the theme!

    Have you tried to logout then login again? For the meantime, you can update the theme via FTP. 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/

    I’ll ask Dude if he got any idea why the auto update is not working.

    Best regards,
    Ismael

    #261036

    Hi charger70!

    Thank you for using the theme!

    Please try to remove the background image then upload it again but before doing that, go to wp-content/uploads/dynamic_avia folder then delete the enfold.css file. Let us know if it works.

    Regards,
    Ismael

    #261032

    I was having the exact same problem. The above works. Would be nice to dial this down a bit to just the element in question. This overrides the styling in my Enfold input fields, which I kind of liked. A more subtle solution would be nice but I tried entering this in the NF CSS code and it didn’t work.

    I emailed James who is the author of the NF Styling plugin. If I hear back I’ll let you know.

Viewing 30 results - 221,341 through 221,370 (of 243,786 total)