Forum Replies Created

Viewing 30 posts - 4,381 through 4,410 (of 34,963 total)
  • Author
    Posts
  • in reply to: Boxes Round not Square #1430181

    Hi,
    Unfortunately the min height will need to be adjusted multiple times for the different screen width and the font sixe for the back side will need to be smaller to make up for the lost space. It doesn’t look like there is a “easy” fit for this.
    You could use the css above as an example and then use media queries to assign different heights for the different screen sizes that are commonly used, but it won’t be a “fluid” change for all screen sizes.

    Best regards,
    Mike

    in reply to: Video loads through black #1430180

    Hi,
    Please note that the browsers typically block videos from auto playing on mobile devices, it is recommended to not use auto playing videos on mobile and ask the user to click to play, or to use a image for mobile.
    Some users have found that self hosting the video on their site and using the LayerSlider often works for mobile, but this workaround may not work forever.
    Safari & Chrome issued this standard a whaile back and now Edge is built on the Chrome code, so for the future it will be better to not use auto playing videos.

    Best regards,
    Mike

    in reply to: Checkbox im Bestellformular (Surecart) #1430179

    Hi,
    On this page it looks like a shortcode has been added to a text block element to create the checkout, is this correct?
    So I’m not clear what your issue is, do you not see the check box option, or do you see it and it doesn’t work.
    From the SureCart plugin page it looks like the plugin adds options to the Gutenberg editor, is this how you are creating the check out form?
    Perhaps this is what you did last year and then you copied the shortcode to the page? I don’t think the plugin will add it’s addons into the Advanced Layout Builder text block editor for you to use, try opening a new page and try using the WordPress default editor instead.
    If this doesn’t help please explain further and perhaps a screenshots would help since we don’t use the SureCart plugin.

    Best regards,
    Mike

    in reply to: ENFOLD Theme – Avia Layout Builder #1430097

    Hi,
    Glad to hear that you have this sorted out, 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

    Hi,
    Glad to hear, once you are done creating your site you can either use the theme caching and
    – Re-enable JS & CSS file merging and compression
    – Re-disable Delete old CSS and JS files
    – Re-enable my server cache
    or you can use a caching plugin, WP Fastest Cache works good, some people use both the theme cache and a plugin, but sometimes minifying the javascript files twice can cause errors.
    I don’t know what you mean by a “cache cleaning plugin”, most caching plugins give you an option to clear its cache, but strangely your 10Web booster plugin did not.
    Unless there is anything else we can assist with on this issue, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Deprecated: Error Class avia_style_generator … nach Umzug #1430095

    Hi,
    Thanks for trying, I’m not sure what could be causing this, so I asked the rest of the team for advise. Thank you for your patience.

    Best regards,
    Mike

    in reply to: Header widget margins help follow up #1430094

    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

    in reply to: Questions on Freelancer-theme #1430088

    Hi,
    Each image has a bottom margin, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #welcome .avia-image-container.avia-align-center {
        margin: 0;
    }

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

    Best regards,
    Mike

    Hi,
    I see that your
    Maximale PHP-Eingabe-Variablen (max_input_vars) is only 5000, try changing it to 10000

    Best regards,
    Mike

    in reply to: Menu items background color #1430085

    Hi,
    Please note that each class needs to be unique, like this:

    .my-hex-color-one {
    background-color: #F6BFCA;
    }
    
    .my-hex-color-two {
    background-color: #F2DFD7;
    }
    
    .my-hex-color-three {
    background-color: #F6BFCA;
    }
    
    .my-hex-color-four {
    background-color: #F2DFD7;
    }
    
    .my-hex-color-five {
    background-color: #F6BFCA;
    }
    
    .my-hex-color-six {
    background-color: #F2DFD7;
    }

    and the class that you add into the menu Clases CSS should match the color that you want.

    Best regards,
    Mike

    Hi,
    I see that you are using PHP v8.3.1, try using v8.2

    Best regards,
    Mike

    in reply to: ENFOLD Theme – Avia Layout Builder #1430080

    Hi,
    So it’s working for you also now?

    Best regards,
    Mike

    in reply to: Menu items background color #1430076

    Hi,
    In the menu item add your unique class name like my-hex-color
    Enfold_Support_4488.jpeg
    Then in your Quick CSS add:

    .my-hex-color {
    	background-color: #F6BFCA;
    }

    create a new class name for each new color.

    Best regards,
    Mike

    Hi,
    Try disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the conflict.

    Best regards,
    Mike

    in reply to: Menu items background color #1430072

    Hi,
    Yes, use a unique class name and add your hex color code to the css, like this:

    .my-hex-color {
    	background-color: #F6BFCA;
    }

    Best regards,
    Mike

    in reply to: ENFOLD Theme – Avia Layout Builder #1430068

    Hi,
    Try adding a screenshot and post the link in the thread.
    Did you try with the login you posted for us?
    What browser are you using, do you have any browser addons?

    Best regards,
    Mike

    Hey Qgrafica_7,
    Please try disabling you 10Web Booster plugin, I believe that it is caching and it doesn’t have an option to clear the cache. Also if your server is caching you will also need to clear this, I recommend disabling your server cache until you are done with the site. Also try disabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files to clear this cache.
    Once you are done building your site you can enable your 10Web Booster plugin so you won’t have to ffight with the cache.
    The only reason you need to add the !important; in your css is because your css doesn’t have enough specifically, most of your css is a single class, and most of the theme css is multiple classes often with a ID included.
    I found some css in your Quick CSS to add a background image, but the class you have used is a temporary class that will change when the page is updated:
    Enfold_Support_4486.jpeg

    Best regards,
    Mike

    in reply to: ENFOLD Theme – Avia Layout Builder #1430063

    Hey Francesco,
    When I tried to edit a element on your homepage, I found no issues:
    Enfold_Support_4476.jpeg
    This is the result on the frontend:
    Enfold_Support_4478.jpeg
    Try using the login you posted for us.

    Best regards,
    Mike

    in reply to: Menu items background color #1430061

    Hey Rocuant,
    First enable the css classes in the menu items by selecting this option in the menu screen options:
    Enfold_Support_4470.jpeg
    Then add a custom class like “red” to the menu item:
    Enfold_Support_4472.jpeg
    Then add CSS for the menu background color in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field like this:

    .red {
    	background-color: red;
    }

    If you want the text color to also be different, like white, add this:

    .red .avia-menu-text {
    	color: white;
    }

    This is the expected results:
    Enfold_Support_4474.jpeg
    Then do this for each item.

    Best regards,
    Mike

    in reply to: text in the table mobile smaller #1430059

    Hi,
    Try this css instead where the line height matches the font size:

    @media only screen and (max-width: 767px) { 
    	.avia-table a {
    		font-size: 16px;
    	}
    	.avia-table li {
    		line-height: 16px;
    	}
    }

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

    Best regards,
    Mike

    in reply to: text in the table mobile smaller #1430052

    Hi,
    It looks like you made an error in your css, you wrote 14x; it should be 14px;
    Enfold_Support_4468.jpeg

    Best regards,
    Mike

    in reply to: text in the table mobile smaller #1430050

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

    @media only screen and (max-width: 767px) { 
    	.avia-table a {
    		font-size: 12px;
    	}
    }

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

    Best regards,
    Mike

    in reply to: Header widget margins help follow up #1430049

    Hi,
    Try finding this css that you added:

    .responsive #top #header #header_main .inner-container .logo {
        order: 2;
        flex-basis: 30%;
        min-width: 100px;
        max-width: 180px;
        z-index: 9;
    }

    and change the max-width to suit, such as 250px like this:

    .responsive #top #header #header_main .inner-container .logo {
        order: 2;
        flex-basis: 30%;
        min-width: 100px;
        max-width: 250px;
        z-index: 9;
    }

    but note that the larger the logo is the more it will push down the menu, please see the screenshot in the Private Content area that displays the flex grid for the header to help explain.

    Best regards,
    Mike

    in reply to: Questions on Freelancer-theme #1430047

    Hi,
    I believe that you are asking how to center the man holding umbrella image that is in your grid row:
    Enfold_Support_4460.jpeg
    in your grid row background image you would choose the background image position of Top Center:
    Enfold_Support_4462.jpeg
    so the image will be centered left & right and the top of the image will show:
    Enfold_Support_4464.jpeg
    or you can choose Center Center if you don’t care if the top of the umbrella shows.

    Best regards,
    Mike

    in reply to: Cancel clicking on the links that appear on the page #1430043

    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

    in reply to: Widget images alignment #1430041

    Hey tammiviestinta,
    Please include the url to the page in question so we can examine the widget.

    Best regards,
    Mike

    in reply to: text in the table mobile smaller #1430040

    Hey schweg33,
    Thank you for the link to your site, but it looks like we won’t be able to see your elements without a login.
    What font size do you want to use for mobile?

    Best regards,
    Mike

    in reply to: Cancel clicking on the links that appear on the page #1430039

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

    #top.page-id-1941 .av-masonry-entry {
    	pointer-events: none;
    }

    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

    in reply to: Sidebar Social Icons #1430038

    Hey Angelo,
    Try adding this solution to create social icons shortcode that you can add to a widget in your sidebar.

    Best regards,
    Mike

    in reply to: Change Menu Background #1430037

    Hey ballindigital,
    To edit the menu item Description, first enable them in the drop down at the top of your menu screen “Screen Options” and checking the Description box, which will show the Description text area below your menu items.
    Enfold_Support_4453.jpeg
    Enfold_Support_4455.jpeg
    I have enabled this for the login you posted, if you are using a different login you will need to enable this.
    To make the menu burger white try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .av-burger-overlay li li .avia-bullet, #top .av-hamburger-inner,#top .av-hamburger-inner::before, #top .av-hamburger-inner::after {
      background-color: #fff !important; 
      }
    

    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

Viewing 30 posts - 4,381 through 4,410 (of 34,963 total)