Viewing 30 results - 1,621 through 1,650 (of 7,502 total)
  • Author
    Search Results
  • #1191355
    4Guys Autobarn
    Participant

    Hey guys,

    I’m not very savvy when it comes to code so bare with this explanation. As the title suggests, Updating Enfold has killed code within our site.

    To give a rundown, we use code from another company who look after our vehicle inventory & to display our vehicles on our site.
    Everything works perfectly on 4.6.3.1. but once updating to 4.7.3 things stop working at all.

    It varies from super slow load speeds to not loading at all. sometimes it works but then if you leave the page and go back it stops working.
    This is only on our VEHICLES page. NOT the VEHICLES DETAIL page.

    The only thing I’ve changed between the working site and the staging site is the update.
    The website which works is: https://www.4guys.co.nz/vehicles/
    The staging which does not is: https://fearless-berry.flywheelstaging.com/vehicles/

    Any ideas at all? This is the code we use inside the ‘Code Block’

    <div id=”apsr_placeholder”></div>
    <script type=’text/javascript’ src=’https://apsr.autoplay.co.nz/Content/js/loader.search.min.js?v=&#8221; + (d.getMonth() + 1) +”” +  d.getDate() + “‘></script>

    <script type=”text/javascript”>
    config.ID = “75”;
    config.Framework = “css-search-percentage”;
    config.Theme = “”;
    config.PercentageFrame = true;
    config.DetailUrl = “vehicle-details/”;
    </script>

    charger70
    Participant

    no idea what is going on, but i’m getting ‘critical error’ wordpress warning when clicking on some search results. clicking on some products returns a black screen. any ideas? see links below in private content.

    Maskenzauber
    Participant

    Hi @yigit,
    i use the “WOOF Products Filter” on my localhost testarea.
    It worked for a while, but then it stopped.
    Developer says its a JQuery conflict coming from the theme.
    He recommended to look for a better theme.

    I cant believe that Enfold is causing the issue.
    Can you please either confirm or deny?

    M.

    PS: There are the errors from the console:
    Diese Seite verwendet die nicht standardisierte Eigenschaft “zoom”. Stattdessen sollte calc() in den entsprechenden Eigenschaftswerten oder “transform” zusammen mit “transform-origin: 0 0” verwendet werden.
    ReferenceError: jQuery is not defined
    ReferenceError: jQuery is not defined
    unreachable code after return statement 2 chosen.jquery.min.js:516:12
    TypeError: cannot use ‘in’ operator to search for “length” in “[]” jquery.js:2:4230
    TypeError: cannot use ‘in’ operator to search for “pa_format” in “[]” checkbox.js:65:13

    #1190873

    Or you do it with flex-box modell – and only css –
    you can see it here with content and sticky sidebar: https://webers-testseite.de/sticky-sidebar/
    and the code you need to set in your quick css.
    and here is a page with colums: https://webers-testseite.de/sticky-elements/
    The thing to have in mind is that the direct partent container gets display: flex – and the sticky child is set to position: sticky
    Important on that to know for Enfold: overflow settings as described in the first link
    It is a nice thing because it get out of sticky when the sticky element comes to the end of the parent container.

    Great advantage : no scroll calcalation with performance requirements.
    But i guess : IE11 does not support: https://caniuse.com/#search=sticky

    Hi Truman,

    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 (min-width: 480px) and (max-width: 767px) {
        .responsive #top #header .main_menu .social_bookmarks {
             right: 10px;
        }
    }
    @media only screen  and (max-width: 479px) {
        .responsive #top #header .main_menu .social_bookmarks {
            right: 10px;
            margin-left: 20px;
        }
        .responsive #top #wrap_all .container.av-logo-container {
            width: 95%;
            max-width: 95%;
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special, #menu-item-search {
        display: block;
      }
          .responsive #top #header .main_menu .social_bookmarks {
             right: 10px;
             margin-left: 20px;
        }
    }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1190636

    Hi trufflesadmin,

    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 #header_meta #searchform .ajax_search_response {
        position: absolute;
        width: 30vw;
        left: -150px;
        background-color: #ccc;
        margin-top: 6px;
        padding: 20px 10px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1190124

    Topic: mixed content

    in forum Enfold
    Luisgasser
    Participant

    Hi,
    firefox tells me an mixed content error, but i fixed all with better search and replace.

    My domain is safe but i have this message in the firefox console:

    http://test.kriesi.at/enfold-health-coach/wp-content/uploads/sites/19/2016/05/food-bg-3.jpg&#8221;

    It looks like an image link from theme demo files.

    How can i fix this?

    #1190117
    Daniel
    Participant

    Hi,

    Many times I would like to change a file in Enfold am I’m searching the forum on how to do so. In the end it never works because I don’t understand what to do, or what I do doens’t work. I am hoping you can help me out.

    In this specific case I want to edit the file /enfold/config-templatebuilder/avia-shortcodes/timeline/timeline.php. There is something wrapped in <strong> that I want to remove on line 1313. What I want is to copy the file to my child theme, make sure that this file is loaded instead of the Enfold file (this is where I get stuck) and make changes to this file.

    Can you please help me with this specific solution but more important, with a better understanding of when and which files I can edit and what is the correct way to do so? My aim is also to lower the amount of questions on the forum.

    Thanks so much,
    Daniel

    • This topic was modified 6 years, 1 month ago by Daniel.
    #1190037
    disolt-master
    Participant

    Hello,

    i am developing an e-shop with Enfold shop theme.
    So far all good.
    I realized in the process that the variable products don’t change image when i am setting it in the variation.
    The only way i can change the variation is if i haven’t set on the product a featured image.
    Searching for an answer i checked google developer console and i found that i had warnings:
    [DOM] Found 6 elements with non-unique id #_ajax_nonce: (More info: https://goo.gl/9p2vKq)
    [DOM] Found 3 elements with non-unique id #avia-save-nonce: (More info: https://goo.gl/9p2vKq)
    [DOM] Found 2 elements with non-unique id #current-page-selector-1: (More info: https://goo.gl/9p2vKq)
    [DOM] Found 2 elements with non-unique id #woocommerce_meta_nonce: (More info: https://goo.gl/9p2vKq)
    [DOM] Found 2 elements with non-unique id #product_length: (More info: https://goo.gl/9p2vKq)

    Can you help me fix with these issues?
    If you need access please say so and i will send you an account to make the changes.

    Thank you.
    Disolt’s Team

    #1189885

    In reply to: Product Visibility

    Hi Cloudypro,

    I have reported this issue to our dev and a hook will be added in the upcoming version of Enfold.
    Please go to wp-content > themes > enfold > functions-enfold.php line 246-400 (erase this) and replace with: https://pastebin.com/cbPHMHJi
    Then go to wp-content > themes > enfold > config-woocommerce > config.php, erase all content inside it and replace with: https://pastebin.com/5wAYbCUK
    And on your child theme’s functions.php add this code: https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Search/avf_ajax_search_woocommerce_params.php
    Hope this helps.

    Best regards,
    Nikko

    #1189851
    Travelwiththewind
    Participant

    Hello Enfold Team,
    I need to modify the related-posts.php on my enfold-child to see on my post page the related posts based on the last category. I have three category but I want to search the related posts only from the third category. How can I do?
    Thanks in advance.

    #1189442

    I have tried search and replace. It is not in the database. I have searched the entire database manually and created a new one aswell.

    The problem is happening on several sites now.
    It is loading resources, like fontello, etc. from double domain names. It is loading from “https://old-domain-name.com/wp/new-domain.name.com/wp-content/etc

    If I remove ” old-domain-name/ ” from the URL, then I get the resource.

    The database is not containing the old-domain-name. I have searched it though Visual Code etc. This must be somewhere from the parent theme..?

    Am I doing something wrong or missing something? I move site from FTP, I move the database, I update the site/home URL in the options-table, I update the wp-config file with the new database. Everything works except some resources that seems to be related to the theme/Enfold.

    #1189214

    In reply to: Weird bullets appeared

    Hi,
    Sorry for the late reply, and thanks for the login, I took a look at your site and see that you are using Enfold v4.2 with WordPress v5.3.2, so you will need to manually update via FTP because of the API/Token changes with Envato.
    The easiest and safest way to update is to download the newest version from Theme Forest and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder and check that your site is working correctly.
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    I didn’t find your error: Warning: Cannot modify header information – headers already sent by (output started at /home/intera65/public_html/wp-content/plugins/search-filter-pro/includes/class-search-filter-post-cache.php:1513) in /home/intera65/public_html/wp-admin/post.php on line 223

    but this is caused by the plugin search-filter-pro so I recommend disabling until after you update your theme and all plugins, perhaps then the conflict will be resolved.

    I also recommend checking with your webhost to see if you have the one click staging site option, this is a option in most cPanels to create a staging clone of your site so you can test updates on it and your live site will stay up and running untouched. This is a good practice should updating cause any issues that take time to resolve. You can always ask your webhost to help you with setting this up if you want.

    Here are some screenshots of what it would look like:
    staging-1
    staging-2

    Best regards,
    Mike

    Hey Bpieterse,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top .main_color input[type='text'] {
      color: #000 !important;
    }
    
    .search-results .post-meta-infos {
      display: none;
    }

    Best regards,
    Rikard

    PressWizards.com
    Participant

    Background Summary: I’ve used Enfold for many clients for many years, always use latest version of WP and Theme. Congrats on building something that works well, has been very reliable, and is always updated.

    Issue Research: Making changes to a page in the Advanced Layout Builder (ALB) and clicking the Update button saves the changes to the database posts table successfully (and shows in Revisions), but NOT to the postmeta ‘_aviaLayoutBuilderCleanData’ field, and then the theme seems to be pulling from that field to display the page, which displays an old version of the page, not from the posts post_content field like normal. I’ve verified using Chrome Dev Tools that the POST submission has all the posts and postmeta fields with correct values containing the updates made, and gets a 200 success response, but the postmeta CleanData field is not updated for some reason.

    Multiple Updates are made, and if using the Block Editor, clicking Update says it works, but displays the old version, and reloading the Editor page causes all those changes to be LOST. We’ve lost hours of work due to this issue. Changing the page status from Draft to Published seems to help for some reason. Cloning the page does not help.

    I have tried multiple servers, migrating a site from one to another, same issue. Disabled all plugins, disabled all caching, same issue. It does not happen on all pages, but even removing sections of the page don’t seem to help, once it’s not working, it stops updating.

    Interestingly, if I delete the ‘_aviaLayoutBuilderCleanData’ field value in the database, then the page updates ok, and the page displays ok. It doesn’t seem to recreate it right away either… a few updates work ok, then once it recreates it, it doesn’t display any updates made again, and the issue is back.

    I searched and found many posts with similar issues, but most seem to be either certain text or sections or characters cause it to break, such as the special character replacement noted in the docs, and that’s a shame, the text should be escaped or something. If it’s parser related, it’s only affecting the CleanData field value, which is the problem. Upon failing to update, it should delete that field then, so it falls back to displaying from the posts post_content field like a normal site would

    I have created a workaround that seems to solve the issue completely, and this code can be placed in the functions.php of a child theme, or as I prefer, use the Code Snippets plugin and have it fire only in the Admin:

    function fix_for_enfold_page_builder( $post_ID, $post ) {
      $page_builder_active = get_post_meta( $post_ID, '_aviaLayoutBuilder_active', true );
      $page_builder_shortcode_tree = get_post_meta( $post_ID, '_avia_builder_shortcode_tree', true );
     
      if ( $page_builder_active && $page_builder_shortcode_tree ) {
        update_post_meta( $post_ID, '_aviaLayoutBuilderCleanData', $post->post_content );
      }
    }
    add_action( 'wp_insert_post', 'fix_for_enfold_page_builder', 10, 2 );

    I would suggest Enfold stop using ‘_aviaLayoutBuilderCleanData’ completely, as it’s very concerning when updates show in Revisions and in the Editor, but are not actually used for the display of the content, that’s a major bug and no matter the cause, storing two versions of a page is bound to have issues and cause problems, not to mention take up twice as much space in the database.

    #1188692
    Tobias
    Participant

    Hello Enfold Team,

    we noticed something special today. On our pages the widget “next events” is not displayed on the Search Result Sites. How can we fix this error?

    Thanks for your support.

    Tobias

    #1188217

    In reply to: The Event Calendar

    Hey Luigi,

    Please have a look at the following threads:
    https://kriesi.at/support/topic/events-calendar-search-function-underneath-enfold-header/
    https://kriesi.at/support/topic/events-calendar-style-issue/

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1188211

    Topic: Iframe Wont Load

    in forum Enfold
    roamingk
    Participant

    I Frame not displaying.

    I am using the latest version of Enfold and have WPML translat installed.

    When I go to the different langauges, the embedded search box in an iFrame will not load, even though in the code, it is present.

    Here is the page working

    Here is the page not working in French

    https://www.parrotshotel.com/booking/?lang=fr

    I have disabled all the other plugins with no effect.

    Any ideas on what might be causing the iframe not to load?

    #1188122
    queenofthenorth
    Participant

    I’ve followed the instructions here: https://kriesi.at/documentation/enfold/header/?fbclid=IwAR0PwQPMPz0Pf5m1Z29-jkGQktb9bU1HBYxk80L5sxRvetIbZYV8IVKNX14#toggle-id-5

    It created a widget area in the header but the widget is under the logo on the left. How do I get the widget (search bar) in between the logo and the menu?

    #1187751

    Hey Soporte MKP,

    Please have a look at the following thread:
    https://kriesi.at/support/topic/limit-ajax-search-results-with-relevanssi/

    If you cannot see it, you need to register at our forum.

    For technical support please register here kriesi.at/support/register with your item purchase code .

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.

    Example: https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1187056

    Topic: Product Visibility

    in forum Enfold
    Cloudypro
    Participant

    Hello
    I am facing some problems and i gave up researching ! Hope you can help

    The search function on Enfold keeps showing the results of “out of stock” products although i have disabled the option to show “out of stock” products from within WooCommerce Product Inventory settings.
    Is there any way i can solve this case ?
    Also Product Visibility when set to “shop only” (excluding search), does not work, as i can still see the product in the search result (i did clear my browsing history, cache, cookies etc .)

    Thank you !

    • This topic was modified 6 years, 2 months ago by Cloudypro.
    #1186829

    Topic: Support Link Hidden

    in forum Enfold
    milano24ore
    Participant

    What a frustrating experience to find the link to create a new forum topic. We paid, we are logged in and still, the button to ask for support or create a new topic in the forum is nowhere to be found. Why don’t you make it more obvious? Put it in the menu as “Ask a support question” or “report a malfunction” or “propose a new feature”. Then you can write there that a login is required, or that you want money or whatever. But don’t make us search and browse through unstructured forum entries for hours. We come to this website because we are your clients and we build websites with the wonderful Enfold theme. And every once in a while we have something to communicate with you guys.
    Please, be a bit more corporate …

    #1186783
    Soporte MKP
    Guest

    Hi there!

    We are trying to limit ajax search form results to 5, as it is configured on Enfold block. But results shows unlimited results. We have installed Relevanssi plugin.

    We have tried many code customizations without success.

    What can we do?

    Regards

    #1186754
    mmr1234
    Participant

    I wanted to jump in and say I have been having the same issue as others in recent threads, but I dont seem to see much of a response from the Enfold team.

    Since an Enfold update that i applied on 1/17/20 my traffic tanked to near 0. It magically came back with another Enfold update on 1/28/20, but is again not work as of last week on 2/11/20:

    2020-02-18_16-54-08.jpeg

    I have not actually lost the traffic, its there, but it’s not tracking. Here is my Search console:

    2020-02-20_13-48-30.jpeg

    So the issue appears to be the new GDPR and privacy settings in Enfold. I have them ALL turned off under the privacy policy tab, and I have disabled cookie consent messages. So not sure why this is impacting me at all.

    Any suggestions?

    #1186572

    I wanted to jump in and say I have been having the same issue. Since an Enfold update that i applied on 1/17/20 my traffic tanked to near 0. It magically came back with another Enfold update on 1/28/20, but is again not work as of last week on 2/11/20:

    2020-02-18_16-54-08.jpeg

    I have not actually lost the traffic, its there, but it’s not tracking. Here is my Search console:

    2020-02-20_13-48-30.jpeg

    So the issue appears to be the new GDPR and privacy settings in Enfold. I have them ALL turned off under the privacy policy tab, and I have disabled cookie consent messages.

    I’m kind of surprised to see the responses from the Enfold team here that are not acknowledging that there is a problem with the theme.

    Do we have any updates?

    #1186469

    In reply to: Mobile menu

    Hey bramblejam,

    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

    zimbo
    Participant

    This topic has numerous posts over the years. The recommendation from mods to stop the Google Search Console error is to disallow the directory in robots.txt.

    However as pointed out by user pentasys further on in this thread, this is not enough to stop the error.

    The user suggested to add an index.html file to the directory with a noindex command is fine: except that after every Enfold update, every user would have to remember to re-add the index.html file into /framework because the update would (I assume) overwrite/delete the user-added index.html.

    A further user suggestion was then made for the theme to permanently add such a file into /framework, with the correct code to stop indexing, so that these Console errors are stopped permanently, and then (I assume) we can also remove the Disallow from robots.txt.

    This suggestion has been ignored. I’m fed up with these “errors” being reported to me every month or so by Google, for what is a problem of the theme’s making.

    This is a simple fix. PLEASE can a request be added so the next theme update adds index.html to /framework to solve this problem once and for all? After all, some folks might not search back through old posts and you mods will just keep answering this same old question for the rest of eternity: unless you fix it… :-)

    #1185836

    Thank you, Victoria, for the hint. I searched through the CSS for the margin keyword and then found the problem.

    Btw, do you know of an Enfold specialist for hire for some extra CSS (maybe also PHP) “magic”?

    Best regards,
    Ralph

    #1185828

    read here somthing in additon: https://kriesi.at/documentation/enfold/search/

    for example to use instead relevansi search

    #1185598

    Hi Victoria,

    In the Enfold theme settings I have activated that TAGS are to show on posts. But it doesn’t show. I, and other helpers, have tried to problem-search but everything looks to be activated correctly. And yet, still no tags showing.
    So please, if you could log in, and check the settings, it would be appreciated. And needed.

    In regards to the TOKEN key, I suspected that maybe some errors was corrected in an update. When we integrated the theme we tried to insert the token key, but after several hours of work and still no succes, we gave up. Had to sign in to different sites, and when we tried to contact support (which we had to google our way to), again we had to do a sign in to an account in order to write a ticket. That didn’t work very easy or smooth neither, so we kind of gave up on this theme and support. Have not experienced this level of difficulty in support in any other theme I have ever worked with.
    So what we are asking right now, is NOT just a tutorial or a document showing how to. We need specific personal help getting the token key integrated properly, so that we can receive the proper updates on the theme.

    So, please help.
    Log in information in earlier mail.

Viewing 30 results - 1,621 through 1,650 (of 7,502 total)