Viewing 30 results - 1,681 through 1,710 (of 7,502 total)
  • Author
    Search Results
  • #1178722

    Hi Ismael,

    I changed the code line and it works like a charm!

    I added the external and PDF links with Echo plugin Knowledge Base.

    One quesion, I changed the code in the core file (loop-search.php) now, I’d rather change it in a child file. How can I do that? Do I make a copy of the whole file and place it in my Enfold-child folder (in a subfolder includes)? Or can I copy only this code into a PHP file?

    <?php
    $blank =  in_array(get_post_type($the_id), array('page', 'post', 'product')) ? '' : 'target="_blank"';
     echo "<{$heading} class='post-title entry-title {$css}'><a {$blank} 'title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>".get_the_title()."</a></{$heading}>";
    ?>

    Thanks again!

    #1178705

    Hi,

    @Karamba69
    , sorry for the late reply, in the contact form you can add a datepicker, it is available as an option, but it will not have the option to block out dates or use other conditions.
    You could try using the Contact Form 7 with the Contact Form 7 Datepicker or perhaps try a different datepicker that is ment more for hotel booking.
    For our Hotel Demo we recommend the WooCommerce Bookings plugin.

    Best regards,
    Mike

    #1178561

    In reply to: Design Header

    Hi,


    @Karamba69
    : You can use the following css code to change the opacity of the header background.

    .header_bg {
        opacity: 1;
        filter: alpha(opacity=100);
    }


    @Arbogaz
    : You can adjust the style of the Menu Indicator in the Enfold > Advanced Styling panel. Look for the element under the Main Menu section. And regarding the update, you might have to upgrade the theme manually this time because the auto updater in v4.5.7 has been deprecated.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1178228
    IdeaZone2550
    Participant

    I get the following error when I attempt to run a search on this site:

    Fatal error: Uncaught TypeError: Argument 1 passed to av_google_recaptcha::handler_body_class() must be of the type array, string given, called in /nas/content/live/isappscience2/wp-includes/class-wp-hook.php on line 288 and defined in /nas/content/live/isappscience2/wp-content/themes/enfold/framework/php/class-grecaptcha.php:288 Stack trace: #0 /nas/content/live/isappscience2/wp-includes/class-wp-hook.php(288): av_google_recaptcha->handler_body_class('default-class', Array) #1 /nas/content/live/isappscience2/wp-includes/plugin.php(206): WP_Hook->apply_filters('default-class', Array) #2 /nas/content/live/isappscience2/wp-includes/post-template.php(832): apply_filters('body_class', Array, Array) #3 /nas/content/live/isappscience2/wp-includes/post-template.php(591): get_body_class(Array) #4 /nas/content/live/isappscience2/wp-content/themes/enfold/header.php(86): body_class(' rtl_columns s...') #5 /nas/content/live/isappscience2/wp-includes/template.php(722): require_once('/nas/content/li...') #6 /nas/content/live/isappscie in /nas/content/live/isappscience2/wp-content/themes/enfold/framework/php/class-grecaptcha.php on line 288

    I have tried disabling all plugins but that does not help. The site is on PHP v 7.3

    #1177597
    papercenter
    Participant

    In the Enfold theme, with Woocommerce installed, the search function does not search on SKU. I tried it with the exact SKU or a part of it, but no results are displayed, it show now results found.

    #1177478
    atst
    Participant

    How to add live search field on page via [avia_search] EnfoldVersioon 3.6.1? I can add the field itself but it wont work as live search.

    • This topic was modified 6 years, 3 months ago by atst.
    #1177348
    Loewe
    Participant

    Hi,

    We have a client that is creating a learning management type system where there is a video that plays (vimeo embed) and then a form (gravity form plugin) for the user to submit. We have made the form submission conditional on getting the answers in the quiz correct but the client has asked me to find a way to make the quiz not show until the video finishes playing … I have searched endlessly for a plugin that can do this with no luck. Is there anything I can do within Enfold to make this happen? or maybe someone knows of a plugin that will accomplish this? I am at my wits end with this project and have no more ideas.

    Thanks

    #1177262

    Hi JantienM,

    Yes, you need to modify the /enfold/search.php file to have all the external links to open in the new tab. Or maybe it can be easier done with the JavaScript, just to find the links with the pdfs and add the appropriate attribute.

    Best regards,
    Victoria

    #1176722

    Hi,
    I did a quick search & test for a popup plugin and found WP Popups it says it works with CF7 and in my test it worked fine with Enfold and the Enfold shortcode and was able to link to a button using a custom class trigger in the popup options, you’ll see the option under triggers when you build your popup.

    As for the next & previous, we don’t have an easy way to add these into a custom location or assign them to different buttons like you are asking, but I was able to write this function to get the current next & previous links and replace the links in your custom buttons. This will work now but if your buttons change when you add the popup we may need to adjust the script, but after that it should work for every product.

    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_next_prev(){
    	?>
      <script>
    (function($){
      $(document).ready(function(){
        var getprev = $("a.avia-post-nav.avia-post-prev").attr("href");
        var getnext = $("a.avia-post-nav.avia-post-next").attr("href");
        $(".woocommerce-product-details__short-description .avia-buttonrow-wrap a.avia-button:nth-child(2)").attr("href", getprev);
        $(".woocommerce-product-details__short-description .avia-buttonrow-wrap a.avia-button:nth-child(3)").attr("href", getnext);
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_next_prev');

    Best regards,
    Mike

    • This reply was modified 6 years, 3 months ago by Mike. Reason: correct an error
    #1176653

    Here, I took two screenshots from old and new Enfold to describe the issue.

    As you will see, the new system requires more clicks to do the same, and generally slows down editing of options. That is highly negative, because sometimes when I have to search for an appropriate option, it is easier when I see them all, instead of clicking around.


    • This reply was modified 6 years, 3 months ago by MORTULGAAH.
    #1176628

    Hi,

    Thank you for the update.

    Create a new menu in the Appearance > Menu panel and set it as the Enfold Footer Menu under the Theme Location settings. You can also set the default or main menu if you prefer.

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1176523

    Topic: YOAST SEO: Video

    in forum Enfold
    gregorh
    Participant

    Hello Support
    on my clients web site we have YOAST SEO: VIDEO installed, this is a payed addon to the YOAST Premium Version.
    The plugin scans the website for Videos (Youtube, Vimeo,…) codes and generates a sitemap for the content (Videos) for better indexing by google search engine. The problem is: Using the enfold video module from the Avia Layout Architect leads to no results – no Videos found! – by the YOAST Video plugin :(

    #1176514
    envatojlc
    Participant

    I noticed that the load blocking time for the entypo-fontello.woff takes about 0.5 second and as much as 1.0 seconds to load or longer on a regular basis. This really hurts my page load times. I think thet the search icon is the primary need for the font entypo-fontello.woff. Here is the URL,

    https://cdn.neverthirsty.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff

    How can I eliminate / reduce the blocking time?

    Thanks for the help.

    Hey bishstan,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 1024px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1176252

    Hi,
    Thank you, as I research further I find that polylang & layerslider don’t seem to play together:
    polylang support
    polylang support
    enfold support
    So I tried setting all of the homepages to use the same IT slider and used the “cleanup database with unused text strings” option in polylang to clear out all of the old translions.
    Then I opened each of the IT slides in layerslider and saved, then I went to the “translation strings” in polylang and manually set each language to the correct translation using Google Translate:
    2020-01-20-051033
    and then saved the “translation strings” at the bottom of the page.
    Now each language homepage shows the slider with the correct language, please clear your browser cache and check.

    Best regards,
    Mike

    #1176136

    Hi Ismael,

    Do I have to apply the exact same fix to all of the sites I manage? I think this is a bug.

    My other sites do not have staging areas so I will not update Enfold for them. I don’t want to ruin the markup. I also found some kind of hiccup on the live site and got a notification from Search Console “no Logo” seems to happen only on this post where the sidebar shows up on the bottom?: https://staging-conversionsciencesdev.kinsta.cloud/visualizing-your-marketing-and-sales-process/ (happens both on the live and staging sites same post)

    Please help!

    Thank you!

    Havi

    #1176073

    Topic: av font icons missing

    in forum Enfold
    Eleina_Shinn
    Participant

    Hi: I have searched your forum and tried a couple of things as a result, to no avail. My Search Icon, divider icons and scroll to top icons all appear as rectangular boxes. I have upgraded the php version to 7.3; have Enfold version 4.7.1; then I saw one of your fixes to add some code to the .htaccess file, but that didn’t work either.

    I added this to .htaccess:

    <FilesMatch “.(ttf|otf|woff)$”>
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*”
    </IfModule>
    </FilesMatch>

    These did work before last couple of Enfold updates and I have not moved the site

    #1175800
    JantienM
    Participant

    Hi,

    I’m using plugin Knowledge Base (Echo plugins) in which I have added a lot of documents (mostly PDF’s, but also external links). They are all set to open in a new window. This is working fine except for when they are appearing in a search result. All search results are opening in the same window. For pages on the website this is fine, but I want the external links and links to PDF’s to open in a new window.

    I’m using plugin Relevanssi for better search results. I have asked the same question on that forum but Mikko Saari (from Relevanssi) referred me to Enfold support stating that I have to modify my search results template.

    Can you help me with that?

    Thanks a lot!

    #1175728
    solomfb
    Participant

    Hi there, I didn’t build this site originally, it was handed off for managing and updates, but I just updated to the newest Enfold theme and it broke the ability to add inline CSS to the Avia full slider caption title fields. I’ve searched the webs and I’m unable to find a solution to get this working again. Any help will be greatly appreciated.

    I’m including a link to a few screenshots where you’ll have a visual of the issue.
    Inline CSS Issues

    Thanks,
    Sol

    #1175614
    lepetitweb
    Participant

    When I try to edit a page with content in it, the advance editor keep loading.

    If i open a new page or edit a page with no content, the editor works but when I save the page, it redirect me to the search page.

    I have tryed this :

    – activated wpDebug without warnings
    – manually delete and replace the enfold folder theme with most recent
    – disabled all plugins
    – activated an other theme (save work at that time but as soon as i reput enfold it stops)
    – opened site in anonymous to be sure cache is cleared

    I have wordpress 5.3.2–fr_FR and enfold 4.7.1 on a php 5.6

    I am out of ideas on how to troubleshoot this issue and since it’s linked to enfold, i am hoping you could help me out

    #1175429

    In reply to: Icon Grid Flip Box.

    Hey Studio-ADE,

    Thank you for the inquiry.

    This is probably an issue with the French translation. Please install the Loco Translate plugin, look for the Enfold theme or avia_framework text domain in the plugin’s Themes panel and search for the strings or text “3 Items”, “4 Items” and “5 Items”. Once you’ve found each text, apply the translations accordingly, then update and sync the language files.

    // https://wordpress.org/plugins/loco-translate

    Best regards,
    Ismael

    #1175415

    In reply to: envato token

    This is the settings:
    token for enfold updates
    This token has access to:

    View and search Envato sites
    View your Envato Account username
    View your email address
    View your account profile details
    Download your purchased items
    Verify purchases of your items
    List purchases you’ve made

    #1174628

    Hello, I still have this problem so I searched for other solutuions. I have now found this plugin:
    https://envato.com/market-plugin/

    I have installed this plugin, set up a new token, and now I do get update notifications for the Enfold theme!

    Questions:

    – Can I use this plugin savely with Enfold? Are there any know issues?
    – I use Enfold Child themes; does this plugin leaves the Child theme as they are?

    Thank you :)

    Alwin

    #1173884
    Tristan_agriprom
    Participant

    Hi guys,

    I use the Enfold theme, Yoast for search engine optimalisation (plus) and WP Globus (plus) for translation. Now, I should be able to add Yoasts SEO recommendations like focus keywords etc, to the different languages of my pages. However, if I fill in the SEO in English and save that page, it over writes the Dutch SEO that I filled in earlier (my main language).

    I contacted the people of Yoast and they asked me to find out where the problem could be. They asked me to deactivate all plugins except for Yoast and WP Globus and run a default theme.

    So I installed and activated a default theme (Twenty twenty) and deactivated all plugins except for Yoast and WP Globus and now it seems to work. I can now fill in English SEO save it, without overwriting my Dutch SEO. If I use my Enfold theme and only switch on Yoast and WP Globus plugin the problems occur again. Now the people of Yoast asked me to contact you.

    Obviously I am happy with Enfold but it is vital for me to have both WP Globus and Yoast. I hope you can help me out.

    Thank you and best regards,
    Tristan

    #1173692

    Hi melanie_erfrischt,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #s, #top #searchsubmit {
        border: 1px solid #ccc;
    }
    .html_header_sidebar #top .fullsize .template-blog .post .entry-content-wrapper .post_delimiter {
        border-bottom: 1px solid #ccc;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1171034
    amy_kate
    Participant

    Hey!

    I am getting a 404 error when trying to access the admin for the enfold theme:
    http://SITENAME.co.uk/wp-admin/admin.php?page=avia

    Nothing Found
    Sorry, the post you are looking for is not available. Maybe you want to perform a search?

    If I scroll down to the bottom of the page I can see the theme options but I can’t use or change anything and it has no CSS applied.

    I’ve checked the php logs and I get this:

    [07-Jan-2020 11:27:38 UTC] PHP Deprecated: Function create_function() is deprecated in /home/SITENAME/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/wp/widgets.php on line 4
    [07-Jan-2020 11:27:38 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/SITENAME/public_html/wp-cron.php on line 117
    [07-Jan-2020 11:27:39 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/SITENAME/public_html/wp-cron.php on line 117

    I’m on
    EnfoldVersion: 4.0.7
    Wordpress: 5.3.2
    PHP; 7.2

    I’ve tried deactivating all plugins but no joy?

    #1170963

    Hey dethfire,

    Thank you for using Enfold.

    Have you tried disallowing crawlers from indexing pages with the search query? This can be done in the robot.txt file as described in the following thread.

    // https://kriesi.at/support/topic/how-to-exclude-internal-search-results-to-be-indexed-properly-robots-txt/

    All you need is this line

    User-agent: *
    Disallow: /*?s=
    

    This is according to Yoast’s.

    // https://yoast.com/blocking-your-sites-search-results/

    Best regards,
    Ismael

    #1170602

    Hi,

    Thank you for the update.

    According to the page speed insight tool, you have to eliminate render-blocking resources such as non-critical stylesheets and scripts. You won’t be able to do this with the theme without manual modification, so the easiest solution is to enable file compression as suggested by the tool.

    There are a number of WordPress plugins that can help you inline critical assets or defer less important resources. Beware that optimizations provided by these plugins may break features of your theme or plugins, so you will likely need to make code changes.

    // https://wordpress.org/plugins/search/critical+css/
    // https://wordpress.org/plugins/search/defer+css+javascript/

    If you don’t want to install a plugin, go to the Enfold > Performance panel, then look for the File Compression settings.

    Best regards,
    Ismael

    #1170554

    Hi,
    Thank you for the login, so I see that you are using the mobile menu for all screen sizes, I believe in this case adding a custom header widget area would work best, please see this in our documentation.
    This function in your functions.php will add the widget area after the logo and before the menu:

    add_action( 'ava_before_bottom_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( 'header' );
    }

    then you can add your button shortcode or html link to the widget and use css to position it next to the search icon, and make it show on the one page only.
    Your WordPress > Appearance > Editor was not showing on your site so I couldn’t add the function for you, perhaps you will need to add via ftp, or unhide the editor. Once you have added the widget area and link we can help with the css.

    Best regards,
    Mike

    #1169337
    Borissimo
    Participant

    Dear Enfolders,
    A happy new year to you first! :-)

    Question… When people use the search function in Enfold, are the searches stored somewhere? So I can see what people search for, so I can improve the site :-)

    grt Boris

Viewing 30 results - 1,681 through 1,710 (of 7,502 total)