Forum Replies Created

Viewing 30 posts - 1 through 30 (of 67 total)
  • Author
    Posts
  • in reply to: clicking on Accordion scrolls page to top #1316453

    You are right!
    Now it works like it should!
    Thanks a lot and have a great day.

    Regards
    Gregor

    in reply to: clicking on Accordion scrolls page to top #1316413

    Hello Rikard,
    I updated the theme to latest version but the problem persists.

    Regards
    Gregor

    in reply to: Absolutely bad speed values #1300700

    Just my honest opinion:
    I have +30 Websites build with Enfold for my clients and myself and all of them have gtmetrix ratings between lowest B 88% and highest A 99% for performance and 75% to 100% for structure, most of those sites have plenty of images, slider, galleries,… on their home pages.

    Enfold is not responsible for the rating you are getting and I think it is unfair to say so.
    Optimize your images, choose a decent server, make use of the great tools Enfold has build in I promise you will see you performance rise.

    Also I want to add: Being client for some years, I also can only praise the outstanding support I received on this forum. Sometimes it takes some days until support comes back to you but I never was let down.

    • This reply was modified 3 years, 5 months ago by gregorh.
    in reply to: Change Social Icon in footer #1227844

    Hello Support,
    seams like finally the correct title is showing with the icons but still don’t know how/where to change the background color (Circle) when mouse over the social icons.
    Any idea where to look?

    in reply to: Change Social Icon in footer #1227717
    This reply has been marked as private.

    Wooo, this is strange!
    It looks and works fine in Firefox but Chrome is missing the tabs.
    Thanks for investigating! What could be the reason, do you know? Other Enfold installations (same WP & Enfold version) do work fine, even on Chrome.

    Best regards and happy easter
    Gregor

    OK, I understand.
    This is then a feature request, that I will also post in the Feature Request section of the forum, to have the possibility to define default header styles (transparent,…) from within the Options Panel, just like we can define if we by default want sidebars or not on pages, posts, archives,…

    Thanks
    Gregor

    Hello Victoria,
    Yes, I found this file already!!
    But how do I instruct the header of search.ph (not part of search.php) to be transparent, and how do I include a page content into search.php file, that is what I do not understand/know.
    Thanks for your help!
    Gregor

    Sorry I did not read your last message when I posted mine, sorry

    Also Popup Maker stopped working on Safari/iPhone after the last Theme update. I now restored the last version we had in our backup and all works now.
    Something must be wrong in the last Theme Version!!!

    • This reply was modified 4 years, 10 months ago by gregorh.

    Same here!

    Hello, Support,
    I have the exact same problem (only using /blog/ instead of /news/) but can’t figure out how the code in the child themes functions.php has to be written to set ‘with_front’=>false for the custom post type portfolio.

    Could you please paste the complete function or explain a bit more detailed?
    Thanks a lot.
    Gregor

    in reply to: Masonry Items overlap direkly after page load #1109919

    I think I maybe found the reason.
    We installed a new plugin (A3 Lazy Load) a few weeks ago which seams to be responsible for this happening.
    I deactivated the plugin and it seams to work fine now.
    Thanks
    Gregor

    in reply to: Masonry Items overlap direkly after page load #1109809

    Here it comes…..
    Thanks
    Gregor

    in reply to: z-index not working #1103110

    Hi Nikko,
    Thanks a lot, it worked!!!!
    First I thought it didn’t but after clearing the CDN Cache it worked correctly.

    Thanks a lot & best regards
    Gregor

    • This reply was modified 5 years, 5 months ago by gregorh.

    Hello Rikard, I tried this already, no success!!

    in reply to: Contact form sending me spam messages #1081431

    Hi Sjaak,
    I use the invisible v3 Captcha where it detects if you’re human automaticly and using this method you should see a message on top of your submit button saying “Authenticating…”. Once it is done it changes to your text “Submit”.

    Sometimes I have problems that google does not work correctly (message never goes away) than I use reCaptcha V2 where you have to manually click the “I am human” button. Don’t exactly know when or why it happens!

    in reply to: Contact form sending me spam messages #1081352

    Hello Sjaak,
    since I use reCAPTCHA V3 on my enfold forms the Spam has stopped completely. (Theme options > Google services > Google ReCAPTCHA)
    Hope this helps.

    Regards
    Gregor

    in reply to: Shortcode in Excerpt not working in Portfolio Grid #1033492

    OK, thanks for all the help ;)

    I finally found a way to show the shortcode inside the excerpt!

    I copied:
    $excerpt = apply_filters( 'avf_post_slider_entry_excerpt', $excerpt, $prepare_excerpt, $permalink, $entry );
    from postslider.php (Line 639) into portfolio.php (Line567) and added this code into my child-themes functions.php file:

    function avf_post_slider_entry_excerpt_custom($excerpt, $prepare_excerpt, $permalink, $entry ) {
    	$excerpt = do_shortcode( $excerpt );
    	return $excerpt;
    }
    add_filter('avf_post_slider_entry_excerpt', 'avf_post_slider_entry_excerpt_custom', 10, 4);

    Now the shortcode gets executed correctly.

    And to make it save for future Theme updates I used Nikkos suggestion and copied the portfolio.php into a new created folder “shortcodes” inside my child theme and added this code:

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
      $template_url = get_stylesheet_directory();
          array_unshift($paths, $template_url.'/shortcodes/');
    
      return $paths;
    }

    into my child-themes functions.php file to make it use the file from my shortcode folder instead of the original file.

    Thanks
    Gregor

    • This reply was modified 5 years, 11 months ago by gregorh.
    in reply to: Shortcode in Excerpt not working in Portfolio Grid #1033445

    Hello, I can’t really believe that this is not possible…..

    I found this function in the forum, which is obviously made for the avf_postslider…

    function avf_post_slider_entry_excerpt_custom($excerpt, $prepare_excerpt, $permalink, $entry ) {
    	$excerpt = do_shortcode( $excerpt );
    	return $excerpt;
    }
    add_filter('avf_post_slider_entry_excerpt', 'avf_post_slider_entry_excerpt_custom', 10, 4);

    I need the same but for the portfolio!!! (post grid). How would it need to be changed to work in Portfolios?

    Thanks a lot,
    Gregor

    in reply to: Shortcode in Excerpt not working in Portfolio Grid #1033085

    Hello Nikko,
    actually I don’t think it will work like this.
    Every Portfolio Item has a different shortcode inside his excerpt so a general shortcode in the Postslider function will not work.
    Or, maybe I just don’t understand what you think I could?? I can’t see how modifying the postslider function itself could help me show a shortcode for each individual item.
    I just need that the in Portfolio Grid view the shortcodes I have in the items excerpt shows correctly.

    Thanks for your help.

    in reply to: Shortcode in Excerpt not working in Portfolio Grid #1032600

    Is it not possible to do this?

    in reply to: Ajax portfolio stopped working #971289

    Ok I found out!!

    in my child themes functions.php I already had following code:

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        	array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }

    so I copied the modified (new) portfolio.php back into the enfold-child/shortcodes/ folder and now it works as expected!!!

    Thanks for your help!
    Gregor

    in reply to: Ajax portfolio stopped working #971285

    Hello Victoria,
    Thanks a lot, I deleted the two portfolio.php files and added the custom changed I did for the client directly to the updated file in
    enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php and it works fine like this
    BUT
    When I place a copy of portfolio.php with my changes into:
    enfold-child/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php and reset the portfolio.php to original state my custom code changes does not get recognized (in the child theme!!)??!!

    How can I have a copy of portfolio.php with custom code active without touching the file in the master theme?

    in reply to: Ajax portfolio stopped working #971203

    Sorry, please try again with the same credentials I gave you earlier

    in reply to: LearnDash Plugin #971104

    Hi Ivana,
    you’re welcome, glad I could help you!
    Best regards
    Gregor

    in reply to: LearnDash Plugin #971077

    Hello Ivana,
    I have a website setup with Learndash and Enfold for a client and this code in my child-themes functions.php gives us the editor:

    /* Adds PageBuilder to LearnDash Post Typs  */
    add_filter('avf_builder_boxes', 'add_builder_to_posttype');
    function add_builder_to_posttype($metabox)
    {
    	foreach($metabox as &$meta)
    	{
    		if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout')
    		{
    			$meta['page'][] = 'sfwd-courses';
    			$meta['page'][] = 'sfwd-lessons';
                            $meta['page'][] = 'sfwd-topic';
    		}
    	}
    	return $metabox;
    }

    Hope this helps!!
    Regards
    Gregor

    • This reply was modified 6 years, 4 months ago by gregorh.
    in reply to: Ajax portfolio stopped working #971057

    Hello Rikard, Ok, its deactivated.

    Thanks a lot!
    Gregor

    in reply to: Ajax portfolio stopped working #970781

    Hello Victoria, sent!

    Thanks a lot!
    Gregor

    in reply to: Contact form sending me spam messages #969830

    Hello Ismael,
    No I did not try Sucuri because I use a different firewall plugin on my own and all my clients websites “Wordfence” which gives me excellent results and works just fine.
    Why/how can the form be submitted without resolving the Captcha and without data protection policy being accepted?
    Does this means captcha and obligatory fields are useless in the enfolds own form?!?!

Viewing 30 posts - 1 through 30 (of 67 total)