Viewing 30 results - 1,981 through 2,010 (of 7,502 total)
  • Author
    Search Results
  • #1118732

    Hi Mike.
    Once I looked over several of my Enfold websites I’m seeing that there is a conflict with the new Yoast SEO schema markups and the theme. To give you an example, using an Enfold post from your website, i.e.: https://kriesi.at/archives/enfold-4-5-new-template-builder-elements-more-options-and-demos-and-a-few-words-about-the-gutenberg-editor

    Now, if you paste that into the Google Structured Data Testing Tool: https://search.google.com/structured-data/testing-tool you will see errors.

    #1118564
    Cherryadvertising
    Participant

    Hello,
    we make a website for our client and we want on contact form of the date field to display a monthly calendar like in: https://kriesi.at/themes/enfold-restaurant-one-page/#reservations
    We found from your documentation how to visualize it:
    .ui-datepicker-calendar .ui-datepicker-week-end+.ui-datepicker-week-end a.ui-state-default, .ui-datepicker-calendar tr > td:first-child a.ui-state-default {
    background-color: gold;
    pointer-events: none !important;
    }

    But it turned out to be only visible when you logged in as an admin.
    After searching in the forum, we found here (https://kriesi.at/support/topic/date-selection-contact-form/) a code for file function.php :

    The script is being executed before jQuery loads, which is why it’s not working. I’ve added this code in the functions.php file to fix the issue temporarily
    function ava_load_jquery_dep_script() {
    wp_enqueue_script( ‘avia-datepicker-dummy’, get_template_directory_uri() . ‘/js/test.js’, array(‘jquery’), ‘1.0’ );

    wp_add_inline_script( ‘avia-datepicker-dummy’, ‘jQuery(document).ready(function(){ jQuery(“.avia_datepicker”).datepicker({
    beforeShow: function(input, inst) {
    jQuery(“#ui-datepicker-div”).addClass(this.id);
    inst.dpDiv.addClass(“avia-datepicker-div”);
    },
    showButtonPanel: true,
    closeText: AviaDatepickerTranslation.closeText,
    currentText: AviaDatepickerTranslation.currentText,
    nextText: AviaDatepickerTranslation.nextText,
    prevText: AviaDatepickerTranslation.prevText,
    monthNames: AviaDatepickerTranslation.monthNames,
    monthNamesShort: AviaDatepickerTranslation.monthNamesShort,
    dayName: AviaDatepickerTranslation.dayNames,
    dayNamesShort: AviaDatepickerTranslation.dayNamesShort,
    dayNamesMin: AviaDatepickerTranslation.dayNamesMin,
    dayNames: AviaDatepickerTranslation.dayNames,
    dateFormat: AviaDatepickerTranslation.dateFormat,
    firstDay: AviaDatepickerTranslation.firstDay,
    isRTL: AviaDatepickerTranslation.isRTL,
    changeMonth: true,
    changeYear: true,
    yearRange: “c-80:c+10”
    }); });’ );
    }
    add_action( ‘wp_enqueue_scripts’, ‘ava_load_jquery_dep_script’, 10 );

    but we put it in our site broke: the full slider stopped working, the menu refused, and more.

    I appreciate the work of your team, the quick reaction and the exact directions.
    Can you give me support?
    Is it possible for a site visitor to choose only dates from today + 7 days?

    #1118481

    Okay, so here goes with the details. We have several sites all built using Enfold. All have Google Analytics tracking and Google Tag Manager installed. On two of the web sites we use Poptin, which we use as an exit-intent CRM tool. These two sites are generating significant GA javascript error events in Analytics. One is a low traffic site where we do not spend much on monthly advertising, the other is fairly high volume and we spend a lot on Google paid search – to the tune of $30,000/month. So, this is pretty important we find out why.

    We initially were concerned with Enfold’s performance merging of JS and CSS files so they were both turned off.

    Below are the URLs and I’ve submitted the GA user login information with Read & Analyze permissions in the private content section.

    #1117647

    Hi,

    The AJAX search is inside the functions-enfold.php file. You’ll find the post type sorting around line 282.
    It basically loops through every posts and regroup them based on post types in an array called $sorted.

    Best regards,
    Ismael

    #1117554
    mlangereis
    Participant

    Hello,

    My Enfold theme website is triggering some errors in Google Search Console related to mobile usability. I noticed that the menu and footer text are very close together which I believe is causing the issue.

    How do I edit the mobile menu and footer spacing so I can resolve this issue? I have included a link to my website (view it in mobile portrait).

    Please get back to me when you have a chance.

    Thank you.

    #1117251
    Raphep
    Participant

    Hi
    I’ve been working with Enfold for 5 years now, and just bought my twelfth license. I can normally solve any issues, but I have a problem with changing the background color behind the main menu, which I just can’t solve. I have searched all of the blogs and tried a few css changes, but nothing works. The site (listed) has a black background behind the menu items which I want to be white. I’ve tries changing every background setting to white, and nothing happens. Can you help?

    #1116982

    Hey ariane1001,

    Thank you for using Enfold.

    This is possible but it’s going to require major modification of the includes > loop-search.php file, which is beyond the scope of support. You may need to hire a freelance developer or contact our partner, Codeable.

    // https://kriesi.at/contact/customization

    Best regards,
    Ismael

    #1116786
    sfranks12
    Participant

    Ok, I search the Enfold theme support and could not find it.

    How do I embed a Gravity form into an Enfold page?

    They give four different options to do it in their help section, but I am not sure which to use..

    Thanks…

    #1116587
    ariane1001
    Participant

    Hi Enfold team,

    When you search, there s always an Ajax quick result below the search field. In here the results are sorted by post type (Like Posts, Portfolio-items, etc.)
    When you hit enter or go to ‘See all results’ you go to the search results page. Here the results are in a numbered list.

    I would love to sort the results also by post type here, just like the Ajax result.
    What would be the best way to do this.

    Thanks in advance,
    Ariane

    #1116542

    Hey ilogicltd,

    Thank you for using Enfold.

    The search results page shows up fine when the “Sheba Mini site” plugin is disabled. What is that plugin for? Are you doing any redirects in it?

    Best regards,
    Ismael

    #1116421

    Hi urbandigital,

    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

    
    /* Header in sidebar to turn to burger on iPad 768px */
    @media only screen and (max-width: 990px) {
      
            .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img{opacity:1}
            .responsive #top .av_header_transparency .logo img.alternate{display:none;}
            
            .responsive #top #wrap_all #header {position: relative; width:100%; float:none; height:auto; margin:0 !important; opacity: 1; min-height:0;}
            .responsive #top #main {padding-top:0 !important; margin:0;} 
            .responsive #top #main .container_wrap:first-child{ border-top:none; }
            .responsive.html_header_top.html_logo_center .logo { left: 0%; -webkit-transform: translate(0%, 0); -ms-transform: translate(0%, 0); transform: translate(0%, 0); margin:0; }
            .responsive .phone-info{float:none; width:100%; clear:both; text-align: center;}
            .responsive .phone-info span{margin:0;padding:0; border:none;}
            .responsive.html_header_top #header_main .social_bookmarks ,
            .responsive.html_top_nav_header #top .social_bookmarks { width:auto; margin-top:-16px; } 
            
            .responsive #top .logo{position: static; display:table; height:80px !important; float:none; padding:0; border:none; width:80%; }
            .responsive .logo a{display:table-cell; vertical-align: middle;} 
            .responsive .logo img{height:auto !important; width:auto; max-width: 100%; display: block;  max-height: 80px;}
            .responsive #header_main .container{height:auto !important; }
            .responsive #top .header_bg { opacity: 1; filter: alpha(opacity=1); }
            .responsive.social_header .phone-info {text-align: center; float:none; clear:both; margin:0; padding:0;}
            .responsive.social_header .phone-info span{border:none; width:100%; text-align: center; float:none; clear:both; margin:0; padding:0;}
            .responsive #header_meta .social_bookmarks li{ border-style:solid; border-width:1px; margin-bottom:-1px; margin-left:-1px;}
            .responsive #top #header_meta .social_bookmarks li:last-child{border-right-style: solid; border-right-width:  1px;}
            .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul{float:none; width:100%; text-align: center; margin:0 auto; position: static;}
            .responsive #header .social_bookmarks{padding-bottom:2px; width:100%; text-align: center; height:auto; line-height: 0.8em; margin:0;}
            .responsive #header_meta .sub_menu>ul>li{float:none; display: inline-block; padding: 0 10px;}
            .responsive #header .social_bookmarks li{float:none; display: inline-block;}  
            .responsive.bottom_nav_header #header_main .social_bookmarks{ position: relative; top: 0; right: 0; margin: 10px auto; clear:both;}
            .responsive.bottom_nav_header.social_header .main_menu>div{height:auto;}
            .responsive .logo img{margin:0;}
            .responsive.html_header_sidebar #top #header .social_bookmarks{display:none;}
            .responsive body.boxed#top, .responsive.html_boxed.html_header_sticky #top #header{max-width: 100%;}  
            
            .responsive.html_header_transparency #top .avia-builder-el-0 .container, .responsive.html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption{padding-top:0;}
            .responsive #top .av_phone_active_right .phone-info.with_nav span{border:none;}
            
            .responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, 
            .responsive #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, 
            .responsive #top .av_header_transparency #header_main_alternate, 
            .responsive .av_header_transparency #header_main .social_bookmarks li a,
            .responsive #top #wrap_all .av_header_transparency .phone-info.with_nav span,
            .responsive #top .av_header_transparency #header_meta, 
            .responsive #top .av_header_transparency #header_meta li,
            .responsive #top #header_meta .social_bookmarks li a{ color:inherit; border-color: inherit; background: inherit;}
            .responsive.html_top_nav_header .av-logo-container{height:auto;} 
            .responsive.html_top_nav_header .av-section-bottom-logo{border-bottom-style: solid; border-bottom-width: 1px;}
            
            
          /*new mobile*/
            .responsive .av-burger-menu-main{display: block;}
            .responsive #top #wrap_all .main_menu{top:0; height:80px; left:auto; right:0; display: block; position: absolute;}
            .responsive .main_menu ul:first-child > li a { height: 80px; line-height: 80px;}
            .responsive #top .av-main-nav .menu-item{display:none;}
            .responsive #top .av-main-nav .menu-item-avia-special{display:block;}
            .responsive #top #wrap_all .menu-item-search-dropdown > a { font-size: 24px; }
            .responsive #header_main_alternate{display:none;}
            .responsive #top #header .social_bookmarks{display:none;}
            .responsive #top #header .main_menu .social_bookmarks{display:block; position: relative; margin-top: -15px;}
            .responsive #top .av-logo-container .avia-menu{height:100%;}
            .responsive #top .av-logo-container .avia-menu > li > a{line-height: 80px;}
            .responsive #top #main .av-logo-container .main_menu{display:block;}
            .responsive #top #main .av-logo-container .social_bookmarks{display:none;}
            .responsive #top #main .av-logo-container .main_menu .social_bookmarks{display:block; position: relative;}
            .responsive #top #main .av-logo-container .main_menu{display:block;}
            .responsive #top #header_main > .container .main_menu  .av-main-nav > li > a,
            .responsive #top #wrap_all .av-logo-container {height:80px; line-height:80px; }
            .responsive #top #wrap_all .av-logo-container {padding:0;}
            .responsive #top #header_main > .container .main_menu  .av-main-nav > li > a{
                min-width: 0; padding:0 0 0 20px; margin:0; border-style: none; border-width: 0;
            }
            .responsive #top .av_seperator_big_border .avia-menu.av_menu_icon_beside{border-right-style: solid; border-right-width: 1px; padding-right: 25px;}
            .responsive #top #header .av-main-nav > li > a, .responsive #top #header .av-main-nav > li > a:hover{
            background:transparent;
            color: inherit;
            }
            
            .responsive.html_top_nav_header .av-logo-container .inner-container{overflow: visible;}
            .html_header_sidebar #header .container {
              width: 90%;
            }
    
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1116171

    In reply to: Search box

    Hello Rikard,
    The only one that I found until now and that looks promising is Voice Search from Expertrec.
    This should replace the standard search box in Enfold, but until now I can’t get it working.
    Do you have any suggestions?

    Best regards,
    Henk

    #1116129

    Hey jscarlett,
    Thank you for the links, I see that you are using Enfold v4.5.3, I believe the Maintenance Mode issue you are experiencing is a known bug in that version. Please try updating to v4.5.7

    The easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme to “enfold-old” via ftp then upload the new “enfold” and check that your site is working correctly.
    Once you are happy you can delete the “enfold-old” via ftp, (not the WP theme page)
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    As for your font, I could only see your maintenance page, but you are getting this error:

    Access to font at 'http://yoursite.co.uk/sitename.com/wp-content/uploads/avia_fonts/type_fonts/abel/abel-regular.ttf' from origin 'http://sitename.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

    Which means your site hosting the font has a No ‘Access-Control-Allow-Origin’ in the header. Since you added the font via the Custom Font Manager, please try deleting the font and then add it again, this should correct the address to the font.

    If you find other issues you may wish to use a search and replace plugin to search your database for the old url and replace it with the new url. I recommend backing up your site before trying this.

    Best regards,
    Mike

    updcreative
    Participant

    Situation:
    I have created some ‘private’ Thank You pages which visitors should land on after filling in a Gravity form (on another page).

    The problem arises when I try to reference the Thank you page in Gravity forms because it is set to ‘private’. It only lets me select (from a dropdown), pages that are public. There is no facility to type in a url either.

    I can’t make the page public because Enfold then shows all the Thank you pages in the search tool (there are 25 in total).

    We have to use Gravity forms because they are linked and configured to HubSpot CRM.

    The ideal solution is if I can make the pages public and somehow configure the search to eliminate any of my Thank you pages – but how?

    #1115837
    urbandigital
    Participant

    Hey Guys, need some help here.

    First of all, I tried searching for a similar question. Found bunch of it dated mostly 2015 and tried the CSS that was given but none of it works.
    Can you help me how do I able to switch to the mobile menu when reaching viewport width of 1024px.

    I used this demo https://kriesi.at/themes/enfold-consulting/ as my template. Anyone could help me achieve this?

    #1115821

    In reply to: Search box

    Hello,
    Problem solved. I just found out, that this problem was caused by the plugin WP Fastest Search (Expertrec). It ads Voice Search to the website and replace the default search box. However it didn’t worked and the Enfold search box didn’t also after that.
    After removing the plugin everything works again, however I still don’t have Voice Search. Do you have any suggestions for a Voice Search plugin that is working with Enfold?

    Best regards,
    Henk

    #1115745

    In reply to: Search box

    This reply has been marked as private.
    #1115588

    In reply to: Search box

    Hello Victoria,
    It looks that the explanation is out of date (from 2015). If I choose General Layout in Enfold, than there is no option Layout and no option choose widget under Main Menu Sidebar.
    Also I can put everything I want in the sidebar and that works. Only the Search box is not showing. See for example https://www.aabeve.nl/auteursrechten-op-fotos-en-tekst/

    Best regards,
    Henk

    #1115506
    ilogicltd
    Participant

    Hello,

    I have a Custom Post Type that is coming from a plugin.
    When the term is searched that contains a string from that post type, the search results page is different,
    it is showing that post type template instead of enfolds search.php.
    Correct search: http://sheba.staging.wpengine.com/?s=why+sheba (hosted on WPengine)
    Search with CPT template: http://sheba.staging.wpengine.com/?s=adults

    Is there a way to force this CPT to use the search.php for search results as well.

    #1115355

    Hi,
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    
    
    @media only screen and (min-width:998px) {
    #top #menu-item-search {
        position: absolute;
        top: -80px;
        right: -40px;
    }}

    Result:

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1115273
    shrinkray
    Participant

    Hello All,
    I am enjoying your support responses and now I need to ask my own. I found Quadmenu was rated well for mega menus. I found your post linking to an example for adding Ubermenu in place of Avia for navigation. I substituted quadmenu. It worked.

    I want a filter to remove the Search & Hamburger widgets. I tried the code below but it is not working. Could you please suggest an edit?

    function remove_avia_search(){
      remove_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
    }
    add_action( 'init' , 'remove_avia_search' );
    

    Thank you!

    • This topic was modified 6 years, 9 months ago by shrinkray.

    Hi,

    To add a searchbar to the top bar.

    Menu

    To add a search bar to the main menu area please follow the below steps.

    1. Enable header widget area

    Header

    2. Activate search bar shortcode and add it to the widget area.

    Search

    You can then position it using CSS.

    Best regards,
    Vinay

    #1114941

    In reply to: Login?

    Hey Daniel,

    Thanks for contacting us!

    I searched our database however your username cannot be found. Please note that your Envato logins would not work on our support forum and you would need to register using your purchase code here – https://kriesi.at/support/register/.

    After logging in, you can start new threads under Enfold sub forum :)

    Best regards,
    Yigit

    #1114939

    Hey,

    I searched your email on our database however it cannot be found. Could you please share your purchase code in private content field so we can reset your forum account so you can login and start new threads under Enfold sub forum whenever you have a question or an issue?

    You can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/ and generate a Personal Token and insert it in Enfold theme options to receive auto updates :)

    Cheers!
    Yigit

    #1114634

    Hey Arthapignet,

    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: 767px) {
      .responsive nav.main_menu div.avia-menu.av-main-nav-wrap {
          float: left;
          right: -27px;
      }
    }
    

    But the code will move the search icon and the cart icon there too.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1114553

    Hey Munford,
    For a more advanced search, you can use Relevanssi. You can find the implementation here

    Best regards,
    Mike

    #1114519

    Yes I understand that you wish to remove this from the search results, but first, we need to remove the date from the page.

    The single post are not showing date for a really long time.

    But as we don’t have a link to your site I can’t confirm that this is true.

    It is true, the date is not showing in posts.

    I assume that you understand that Google search results are cached and may take a few days to correct.

    Yes, google take time, I updated some posts, the results now show with the new added content, but still showing the date.

    I have also seen that Google will find any date on your site and will post that as the “post date” which is often wrong.

    It is showing the exact post date.

    Please link to your page and to the search results you found so we can examine.

    Sure, but as stated and asked one June 6, I need to remove dates from Enfold itself and for some reason unchecking the option in blog layout only hides it, but not for Google.

    So that is what I still need. Remove date from search engines results.

    Thank you.

    #1114482

    Hi Niklas

    I want to load GoogleFonts locally so that no connections are made to the Google server.

    My reply in this thread will help you I guess. I explained it step by step there.

    But then, how to make sure, they load locally and the connection to the google server are surpressed?

    1) If you are using Firefox for example -> Go to your website, right click, choose “Element untersuchen” (inspect element).
    2) Switch to the tab “Netzwerk” at the bottom and reload the page.
    3) You will see all connections that are made when you page is loaded. On top of it, there is a small field called “URLs filtern” or similar.
    4) Type in fonts.googleapis.com to check whether Google Fonts are loaded via a Google server or not. If you don’t see any URLs after your search, your Google fonts load locally (which is great concerning GDPR).

    Let me know if you have any questions.

    Cheers
    Michael

    #1114307

    Thanks Ismael

    That worked.

    It says “Since Enfold version 4.5.7.1 Relevanssi ajax search is supported by the theme in the core.” so when we have an update (right now i have the 4.5.7) i should remove it?

    Thanks again.
    Cheers

    #1114258

    Hey Kyle,

    Thank you for the update.

    Did you implement the following filter to make the AJAX search compatible with the Relevanssi plugin?

    // https://kriesi.at/documentation/enfold/search/#use-relevanssi-in-search-instead-of-the-default-search

    Best regards,
    Ismael

Viewing 30 results - 1,981 through 2,010 (of 7,502 total)