Viewing 30 results - 9,541 through 9,570 (of 244,469 total)
  • Author
    Search Results
  • Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1436164

    Hi,
    On the search results page that I checked the font is 13px:
    Enfold_Support_4906.jpeg
    If your search results page is different please link directly to it.
    If you are using Relevanssi see their documentation for changing the search results.

    Best regards,
    Mike

    #1436161

    Hey Tilman,
    Thanks for your patience, do you mean that you want to add the text “Ich stimme der Speicherung Daten zu, um eine Bestätigung zu erhalten.” to the autoresponder message?
    Have you tried adding it to the Autorespond Text After Form Labels field:
    Enfold_Support_4904.jpeg
    The easiest way to change “Deine Nachricht” into “Ihre Angaben” on the front end is with javascript, please link to your page so we can examine.

    Best regards,
    Mike

    #1436159

    Hey joschro,
    Thanks for your patience try looking in the screen options and checking the portfolio items:
    Enfold_Support_4902.jpeg

    Best regards,
    Mike

    #1436156

    Hey rosarot,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.search-results .template-search article.blog-grid {
    	width: 32%;
    	float: left;
    	clear: right;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    I don’t see any misplaced div’s in your snippet above but when I check the two sites above, the site with the error has 4 tabs but only 3 tab sections, the first tab doesn’t have a tab section. Between the tab on the two pages the Collège 1 – Collectivités sections have a different number of elements, so I wonder if there is an unclosed strong tag and another html tag, this is the most common reason for errors.
    Try using the Avia Layout Builder Debugger and copy the content from the correct page and paste it into the page with the error and see if this corrects. If not try creating a new page with the copied debugger code from the good page and see if the error occurs again.
    Sometimes when a major error is saved into the database replacing the page is the only way to correct.

    Best regards,
    Mike

    #1436149

    Hi,
    Thanks for your patience, I asked the rest of the team for ideas about this but we didn’t have any and we are not able to reproduce this on our test sites, but I check your site again and noticed that the add to cart buttons on the page linked below work correctly and the item shows in the cart icon without reloading the page.
    But when you go to one of the product pages the add to cart button works at first but then quickly the page reloads which clears the cart icon. I believe it is this reloading of the page that causes the error, on our demo site the page doesn’t reload when you add a item to the cart.
    Do you have any scripts that have a onclick function that might cause the page to reload?
    I was not able to login and check.

    Best regards,
    Mike

    #1436147

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hey beverlystone,
    To restructure the table for mobile view from this:
    Enfold_Support_4894.jpeg
    to this:
    Enfold_Support_4896.jpeg
    I added this javascript to your WP Code plugin as a new snippet, and in the top right corner I used the javascript snippet as the code type:
    Enfold_Support_4898.jpeg
    and then saved.

    document.addEventListener("DOMContentLoaded", function() {
      function restructureTableForMobile() {
        var screenWidth = window.innerWidth;
        var tables = document.querySelectorAll('tbody');
    
        if (screenWidth <= 767 && tables.length > 0) {
          tables.forEach(function(table) {
            var rows = table.querySelectorAll('tr');
            var newTableStructure = document.createDocumentFragment();
            var columns = rows[0].children.length;
    
            for (let colIndex = 0; colIndex < columns; colIndex++) {
              var newRow = document.createElement('tr');
              rows.forEach(function(row, rowIndex) {
                var cell = row.children[colIndex].cloneNode(true);
                newRow.appendChild(cell);
              });
    
              newTableStructure.appendChild(newRow);
            }
            table.innerHTML = '';
            table.appendChild(newTableStructure);
          });
        }
      }
      restructureTableForMobile();
      window.addEventListener('resize', restructureTableForMobile);
    });

    This will also work for multiple tables on the page, so I added another table to demonstrate, please check.

    Best regards,
    Mike

    #1436144

    Hi,
    After installing the child theme you need to Import Settings From Your Parent Theme, at Enfold Theme Options ▸ Import/Export ▸ Import Settings from your Parent Theme I did this for you, please clear your browser cache and check.

    Best regards,
    Mike

    #1436143

    Hi,
    Thank you for the link to your site, the reason your “Benvenuto” title is two different cases is because you are using two different elements, the mobile one is inside of the entry-content-wrapper container so the default css makes it uppercase, while the desktop version is outside of the container in another color section so the css doesn’t work there.
    So to solve you can try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        text-transform: lowercase;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1436142

    After some experimentation, I had to delete and reinstall WordPress completely.

    After that, I installed the Enfold theme,
    followed by the Lifestyle demo,
    and then the child theme.

    Unfortunately, the formatting of Enfold has disappeared, making it look terrible.

    I haven’t entered any own data yet, just uploaded my own logo.

    What do I need to do to restore the original Enfold formatting?

    #1436139

    Hey cruetimann,
    It sounds like you have selected all of the permissions, which is not correct, the internal token field requires specific permissions, please see the correct ones in our documentation
    Please note that the official Envato market plugin uses fewer permissions, if you use the plugin then please follow the plugin settings page details.
    Please also note the Envato limits the number of checks per 24 hours, I believe it is 20 for all combined licenses, so if you have been struggling and hitting the check button many times you might be over the limit, so try waiting a day.

    Best regards,
    Mike

    #1436135

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1436133

    Hi,
    Thanks for the login, for me the font looks correct:
    Enfold_Support_4891.jpeg
    but I found in your css you captalized the font name so perhaps is is an issue for iPhone, so I changed this in your css, perhaps it will help.
    As for your hotspots, I set the animation to none for now, and I will ask the Dev Team to review this issue.

    Best regards,
    Mike

    #1436130
    cruetimann
    Participant

    Good day
    I purchased a new Enfold theme license – my third for the third project. But now I have problems with the registration. Token created, all permissions checked during registration. Token copied and pasted into Enfold template and get Error 403 invalid token. Because I thought I hadn’t copied cleanly, I deleted the token and created a new one – same problem. Where am I making the mistake?

    Guten Tag
    Ich habe eine neue Enfold-Theme-Lizenz gekauft – meine dritte für das dritte Projekt. Ich habe jetzt aber Probleme mit der Registrierung. Token erstellt, alle Berechtigungen angekreuzt bei der Registrierung. Token kopiert und in Enfold-Template eingefügt und erhalte von Error 403 invalid Token. Weil ich dachte, ich hätte nicht sauber kopiert, habe ich den Token gelöscht und einen neuen erstellt – gleiches Problem. Wo mache ich den Fehler?

    Danke für jede Hilfe
    Claudio

    • This topic was modified 2 years ago by cruetimann.
    #1436128

    In reply to: border

    Hi,
    Thanks for the feedback, to do this we must change the max width of the page, in your theme settings you have the max width set to 1310px so the inside container follow this.
    So if you want to change this for every page I recommend changing this setting, but I assume that you want this change for only this one page so try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .responsive #top.page-id-4060 .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    If you find this too wide try removing the padding: 0; line in the css.

    Best regards,
    Mike

    #1436127
    extraeyes
    Participant

    I put in a request yesterday and this this the second time I come in the next day and my question is not under my started topics section.

    I’ve been using Enfold theme for about 10 years now. I’ve learned a lot, but I’m still a layperson and I’m really struggling with page speed. Is there any way somebody can come in and try to help me out? The speed on my. desktop is great. It’s the mobile that is very slow.
    I’m not sure what the best settings are. And just requesting some personalized advice, if at all possible.

    Thank you .

    Hey LoPld,
    For your first question, I believe what you want is to have the burger menu show until 1240px, if this is correct then your css is wrong. Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 768px) and (max-width: 1240px){
    .responsive #top .av-main-nav .menu-item-avia-special {
        display: block!important;
    }
    #top #header .av-main-nav > li.menu-item  {
      display: none!important;
    }
    .responsive #top .av-main-nav .menu-item-avia-special {
        display: block;
    }
    #top #header .av-main-nav > li#menu-item-search.menu-item  {
      display: block!important;
    }
    .av-main-nav-wrap {
        float: right;
    }
    }
    @media only screen and (min-width: 990px) and (max-width: 1240px){
    #top #header .av-main-nav > li#menu-item-search.menu-item  {
      display: block!important;
      line-height: 118px;
    }
    #top #header .av-main-nav > li#menu-item-search.menu-item a {
        line-height: 118px;
    }
    .responsive.html_mobile_menu_tablet #top #wrap_all .menu-item-search-dropdown > a {
        font-size: 24px;
        color: #e8c100;
    }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1436119

    Hi,
    To remove the text decoration from your icons, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #av_section_1.main_color .av_textblock_section a {
        text-decoration: none;
    }

    For your second question, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.page-id-1191  #av_section_2.main_color .av-masonry-outerimage-container {
        background-color: transparent;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1436118

    Hi,
    Perhaps I read your question too quickly, I was looking for the css in the June 28 2023 post and this css in not in your Quick CSS.
    But this code that is in your Quick CSS doesn’t belong there:

     add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
        function enfold_customization_modify_thumb_size( $size ) {
        $size['entry_without_sidebar'] = array('width'=>1200, 'height'=>630, 'crop' => true);
        return $size;
        }

    It belongs in your child theme functions.php file, but you are not using a child theme so it was probably in your Enfold functions.php and when you updated it was lost along with any other customizations.
    If you are not going to use a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    Enfold_Support_2680.jpeg
    then add the code and save and you won’t lose it on updates.
    Remember that for any new images that you added you will need to Regenerate the Thumbnails for the change to show.

    Best regards,
    Mike

    #1436110

    Hi,

    Great, I’m glad that you got it working. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    LoPld
    Participant

    Hi
    I have corrected a UI misconception in my website,
    The burger menu displays till 989px devices and causes the last elements of the menu to go in the banner image from 989px to 1240px devices.
    I’ve changed the css so this will make the burger menu display until 1240px devices.
    The problem is that my changes are not registered, as well when I place this snippet in the child theme CSS file, as well in the original CSS file (layout.css). I have cleared the browser and server caches with no effect as well. But I can see that my snippet is correct, checking it in the developper’s tool browser.

    I’ve got a second UI problem : On the production website, a row is starting on the 2nd position (in a particuliar page) instead of the first, making all elements not in place. I’ve looked in the back office of the testing website and production website, they are all the same. But, inspecting the developper’s tool in the browser, I found that a misplaced <div> has caused the issue on the production website. My question is : how do you modify html directly in enfold ? The testing website hasn’t got this bug and nothing was edited on the two websites.

    Thanks for your help

    #1436098
    Dave
    Participant

    Just wondering if you have had the issue before with an Enfold theme Website that keeps on reloading a page over and over but only seems to do it when viewed on Mobiles or iPad.

    Seems OK on Desktop browsers
    Tried Chrome, Firefox and Safari… including incognito on Chrome and Firefox

    Not sure what has changed, nothing new has been added that I’m aware of!

    It is on a Litespeed server and using the Litespeed cache… but tried just about every setting.

    Website is FindNetSolutions.com

    #1436093

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1436092

    Hey Gianluca,
    I assume that you mean this element:
    Enfold_Support_4887.jpeg
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #av_section_1.main_color .av_textblock_section .avia_textblock table,
    #top #av_section_1.main_color .av_textblock_section .avia_textblock div,
    #top #av_section_1.main_color .av_textblock_section .avia_textblock td {
    	border-color: transparent;
    	background: transparent;
    }
    
    #top #av_section_1.main_color tr:nth-child(odd) {
        background: transparent;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    This is the expected results:
    Enfold_Support_4889.jpeg

    Best regards,
    Mike

    #1436087

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .av-hover-overlay-active .av-masonry-image-container {
        opacity: 1;
    }
    #top .av-hover-overlay-active .av-masonry-entry:hover .av-masonry-image-container {
    	opacity: 0.7;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1436085

    Hey Roswitha,
    Do you mean the Icon Circles element, ue812 should be available:
    Enfold_Support_4883.jpeg
    or do you mean the timeline element?
    Enfold_Support_4885.jpeg
    Those are the only two elements I see on your page that use an icon. Did you mean something else?

    Best regards,
    Mike

    #1436084

    Right now the thumbnails are a bit dimmed (not full opacity), and when your mouse rolls over the image, it becomes full opacity.

    #1436081

    In reply to: Google Consent Mode v2

    Hey limedrop,
    The Dev Team is currently investigating this, but we don’t have any details to share at this time, When the Dev Team has more information they may reply here as this thead is in their notes, or please keep an eye on our Enfold – Upcoming fixes thread.
    Thank you for your patience, and for using Enfold.

    Best regards,
    Mike

Viewing 30 results - 9,541 through 9,570 (of 244,469 total)