Viewing 30 results - 220,621 through 220,650 (of 243,782 total)
  • Author
    Search Results
  • #265871

    Hey!

    You probably just need to remove the plugin cpt from the masonry entry query – try to insert following code at the very bottom of your child theme functions.php file or enfold/functions.php:

    
    if(!function_exists('avia_remove_cpt_from_query'))
    {
    	function avia_remove_cpt_from_query($query, $params)
    	{
    	    if(!empty($query['post_type']))
    	    {
              foreach($query['post_type'] as $key => $value)
              {
                if($value == "global_product_addon") unset($query['post_type'][$key]);
              }
              
    	    }
    	
    	    return $query;
    	}
    	
    	add_filter('avia_masonry_entries_query', 'avia_remove_cpt_from_query', 10, 2);
    }
    

    Best regards,
    Peter

    #265870
    Micheal0424
    Participant

    WP Version 3.9.1
    Theme: Enfold
    Website: http://cpa.maximfactory.com/

    How do I slow the speed down for the testimonials, they are transitioning to fast.

    Thanks.

    boeellis
    Participant

    Dear Kriesi friends,

    re: Enfold 2.7.1
    http://www.boeellis.com

    I would like my “blog” feed page to show only the text content that appears above the <!–more–> tag… Another way to ask the question: Can I hide the images or video embeds that I am using at the top of my body content in my posts…

    Thanks so much for your reply.

    Sincerely,

    Boe

    #265868

    Anyone? Thank you.

    p.s. by “header as fixed on ipads/tablets, as you had it on previous versions of enfold”, I mean I would like it not to be sticky.

    Thank you.
    br
    tiago

    #265866

    I just hosed my site trying to comment and then uncomment /home/c1218inc/public_html/thenuagegroup.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider.php on line 394

    All I get now is white, whether in public or WP view. I’ve reloaded enfold via FTP and I have the same results. Obviously I did something wrong, won’t try it again, but do you have suggestions for a restoration?

    #265860
    dkalbfu
    Participant

    Hi!

    I have one little problem. I want to use my fonts from Fontdeck and installed the plugin.
    But nothing changed. Is enfold compatible with this?

    Thanks a lot!

    Hi!

    1) If you want to deactivate/hide the Enfold flags please insert this code into your child theme functions.php file:

    
    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);
    }
    
    

    2) Did you try to contact the WPML support team – probably they can give you some code to change the order of the languages in the language switcher.

    3) Yes you can overwrite php code of the parent theme with the child theme however you can only overwrite complete functions or you need to use hooks (i.e see code above) to modify the output. I recommend to create a functions.php file in the child theme folder and to insert your custom php code into this file.

    Best regards,
    Peter

    #265853

    that sounds really great! I’m happy about it! Thanks. My first tests with an (offline) site with ENFOLD and Master Slider are working great until now.

    baiker
    Participant

    Hi there
    I installed “WPML multilangual cms” and “WPML translation management”. Latest enfold, wp, WPML

    Still I have the problem with the language switcher in wp menu. As soon as I change to the second language, which is “french”, I get the french page, but the language switcher is not longer shown in the wp menu. You can see that, if you go to:

    1. http://www.avcare.ch/willkommen
    2. You will see the switcher in wp menu, right side, german
    3. choose language “francais”
    4. You will see the french translated site (words are not translated yet, but you’ll see it in the breadcrump)
    5. And you will see that the switcher in wp menu is disappeared

    What is the problem? Don’t think it’s a WPML problem. To change WPML > Languages > Language switcher options > “How to handle languages without translation” and select the “Link to home of language for missing translations” option has no effect!

    #265848

    Hi!

    Another idea would be to skip Layerslider all together and replace it with Master Slider. Maybe we should make a feature request? :-)

    We won’t replace Layerslider with Master Slider because this would be unfair towards existing customers who already use Layerslider. We also don’t want to bundle several sliders with Enfold (like other theme developers do) because of performance reasons. Our approach/solution is that we work together with the slider plugin authors to create shortcode files for their sliders. We added some code for the Revolution Slider (which is already included with the Enfold theme framework) and Master Slider will be included when it gets more popular. The Master Slider plugin author also gave me access to the support forum and if someone encounters a theme incompatibility issue I’ll look into it.

    Cheers!
    Peter

    Potala
    Participant

    Hello,
    I’m in trouble about these Warnings.
    It only occurs on the chrome of iPhone.
    It is not occurs at safari of iPhone and IE11 of Windows7,chrome of Windows11,chrome of android…
    I already try to reinstall theme and reconfigure all plug-in. But it is not change.
    If you have a good solution to cure, please tell me.

    Warning: session_start(): The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and ‘-,’ in/home/sites/heteml/users182/a/s/u/asukait/web/asuka-yuri.jp/wp/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /home/sites/heteml/users182/a/s/u/asukait/web/asuka-yuri.jp/wp/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in/home/sites/heteml/users182/a/s/u/asukait/web/asuka-yuri.jp/wp/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/sites/heteml/users182/a/s/u/asukait/web/asuka-yuri.jp/wp/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in/home/sites/heteml/users182/a/s/u/asukait/web/asuka-yuri.jp/wp/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    #265844

    And then to change which fonts are used by default for elements you’ll need: http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/

    #265834

    Hi bizguru!

    The demo data is as close as we have for the theme demo but anything else can be re-created with ease using the themes tools and following the videos and documentation here:

    http://kriesi.at/documentation/enfold/
    https://vimeo.com/channels/aviathemes

    The only thing I know of for sure that is not included with the demo is some of the images since Kriesi doesn’t have the rights to re-distribute those.

    Regards,
    Devin

    #265830
    bizguru
    Participant

    Hi,

    I installed the Enfold theme but some of the pages and widgets which are available on Demo website are missing when i import the demo content from the theme options. I need the exact same look as per of the Demo site. Please help us to achieve this.

    Website:–
    http://bizguru.com.au/

    Thanks

    #265824
    wrongjon
    Participant

    Hi guys

    I’ve just purchased Enfold as looks very flexible and my client wants a full 100% width website that is responsive.

    How can I make everything on all pages go to 100% on the whole site I’m about to build….

    Only just installed the theme and can see how to set template to 100% full width but the header doesn’t stretch

    We’d like the logo and menu to go full width like this as well as page titles, footer text

    http://caseykaplangallery.com/cat/exhibitions/

    Any ideas?

    Thanks

    Jon

    #265805

    Master Slider comes not only with more and more modern features (layering option, too), and when you look at their demo account, creating sliders with this “timeline” is much easier.

    I never had success with this Layerslider – much too complicated.
    No, I’m not sponsored by Master Slider ;-) I just love it.

    I’ve already made a feature request:
    https://kriesi.at/support/enfold-feature-requests/ -> “Master Slider

    Hi Ronan,

    thanks for this information! What does this mean? Was this line added by enfold theme or not?

    Cheers,
    Gee Are

    Hey bts-de!

    1) Enfold tries to fetch the content of the “excerpt” field to generate a short content for the search results. If the “excerpt” doesn’t exist (which is always the case for pages) it will use the content data and truncate the text to get a short content. If it doesn’t work on your website I recommend to deactivate all third party plugins – maybe a plugin hooks into the the_content or the_excerpt filter and breaks the short content generation.

    2) No, unfortunately I’m not sure why it doesn’t work. Maybe it’s a plugin conflict or the Yoast SEO plugin isn’t configured properly. Our theme does not strip the meta tags for sure.

    Regards,
    Peter

    #265773

    Hello Ismael,

    Thank you so much for your help. I do love th Enfold theme.

    Please note that I added the PHP code to the Theme Functions (functions.php) file, but then I got the following syntax error:

    “Parse error: syntax error, unexpected T_FUNCTION in /home/nsindote/public_html/dib/wp-content/themes/enfold/functions.php on line 494”

    When this happened I then removed the new code, but unfortunately the error still remains.

    Let me also say when I studied the code I saw the PHP opening syntax (<?php), but I didn’t see the closing syntax (?>). I tried adding the closing syntax thinking maybe that could be the problem, but that also didn’t solve the problem.

    Your urgent help would be greatly appreciated as I can’t see to do anything now.

    Thanks,
    Percy

    Hi,
    rel=author is coming from functions-enfold.php, line 40.

    • This reply was modified 11 years, 7 months ago by Ronan.

    Hi Dude,

    thanks for replying! I checked (and deactivated) every single plugin before I poested my question here and I came to the conflusion that it is the enfold theme.

    If I deleted the Google+ information in enfold settings (header styling) then the authorship relation is gone. If I write a nonsense word like ‘XXXXX’ in the enfold social google+ line, then the author is in the Google rich snippet testing tool is ‘XXXXX’.

    Hence, it must be something with enfold…

    Cheers,
    Gee Are

    #265765
    steinobert
    Participant

    Hi!
    I was just told by a customer that the site opened in firefox 29.0.1 on a windows operated notebook would appear in a responsive look.
    Can you confirm that issue? It’s Enfold 2.7.1. I experienced no problems with any browser on mac so far and the theme is just amazing. Here’s the link: http://www.sheela.cc/
    Thanks a lot.

    #265764
    charmenoir
    Participant

    Hi !

    I’ve got 2 problem with the layerslider.
    I start from the easiest.
    1) When I’m loading the page the content start being at the top of the page, then, when the layerslider is loaded and it appears, the content go down. This is a little bit disturbing. I see your live preview doesn’t work in this way; in your live preview the layerslider start blank when loading but it fills its content without moving the page. I hope I’ve explained it well.

    The second problem is more important than the first.
    I watched the website in IE8 and the layerslider doesn’t work. It desappers and it doesn’t show himself. The content of the page start from the top like there isn’t a banner. I installed the plugin respond.js and I activated it but it doesn’t work. I don’t know how it works or if I have to make some action on the code.

    Can you help me please ? It’s very important and I will be gratefull to you.
    It’s the first time I use enfold and I don’t know it very well.

    Thanks, greetings
    have a nice day

    CN

    #265762
    Breakstuff
    Participant

    Hi,

    I’m searching for a Plugin that works similar as the enfold styleswitcher.
    Anyone know such a plugin?

    What I want:
    On each site, I want a different text, like a popup.

    Thanks for your help.

    #265757
    BeeCee
    Participant

    Hi,

    I’ve found out that there’s new “flagship” of Slider out there – Master Slider and I like its possibilities for showing sliders within a display/laptop/tablet etc. and its vertical thumbs and tabs etc. It has the layering option, too.

    Before buying it, I would like to know, if I can “turn off” the LayerSlider scripts within ENFOLD for performance reasons and that I don’t get any conflicts or is this not necessary when using another “huge” slider plugin?

    Thanks.

    #265750
    danfarberoff
    Participant

    Hi. Can anybody direct me to information about max page width for Enfold? I’m trying to figure out best image sizes and ratios for a full-width layer-slider. Is it responsive up to any screen size, or is there a page pixel-width cut-off somewhere? Thanks.

    #265745

    More detailed explanation,

    Once i login into admin area, and if i go to Enfold (Arabic) AR, and then save a change (esp related to color, in Advance tab or Custom CSS, it will get saved for first time, after that all the changes i do dont get saved, but will not reflect, I will have to go to dashboard, then come back to enfold settings, select arabic and then click save,. Now after this save no, new changes will get saved, Again have to go to dashboard…. and so on…..

    #265744
    webpress
    Participant

    Hi,

    Trying to build å page like the one you got here: http://kriesi.at/themes/enfold/homepage/transparent-header/#after_full_slider_0

    I have set Sidebars to “No”, Title bar to “Hide”, Activate Header Transperancy to “Transperant Header”. Still no transparency as far as I can see. What am I missing?

    http://www.xxx/teaser/

    #265740

    In reply to: Button Element broken?

    This reply has been marked as private.

    Solved…
    There was a new version of Enfold to download…
    Usually I get a notification, if there´s a newer version, this time I have missed it!
    Sorry guys! And thanks again!

    /close

Viewing 30 results - 220,621 through 220,650 (of 243,782 total)