Forum Replies Created

Viewing 30 posts - 18,661 through 18,690 (of 35,061 total)
  • Author
    Posts
  • Hi,
    Thanks for the login, I see that you are using the grid rows for your two and three column sections, the grid rows are designed to not break into a single column. Please try using the column elements for this function.

    Best regards,
    Mike

    in reply to: The images of my website are gone #1168609

    Hi,
    Glad to hear you have been able to sort this out.
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Color Section – Height on iPads #1168604

    Hey ninasmith,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 425px) and (max-width: 988px) { 
    	#av_section_1 .scroll-down-link {
    	top: 60% !important; 
    	}
    }

    Best regards,
    Mike

    in reply to: Enfold Avia Builder Text Block list-style-type #1168595

    Hi,
    Sorry for the late reply, to use the list option in the text block element and always see the small square, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    ul.disc, .entry-content-wrapper ul {
        list-style: square outside !important; 
    }

    this will be for your whole site, if you only want it for some pages then please let us know.
    2019-12-22-121301

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, and thanks for the login, when I look at your grid row on mobile the buttons overlap each other and the images are too small to see well. Have you considered using columns instead?
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Odd 403 issue when including PDF link and image #1168592

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Social Icons dissapeared #1168591

    Hi,
    @Trent Dyrsmid this is a temp patch, the next update will include this, which will be released in a couple of weeks.

    @djfoot
    glad to help.

    @RezNation
    is this working for you?

    Best regards,
    Mike

    in reply to: Demo not working #1168589

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Horizontal Gallery loop #1168587

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Change name of Avia layout builder on page builder #1168585

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: help updating theme to most recent version #1168584

    Hi,
    Glad to help, are you going to be ok with deleting the “enfold-old” or shall I do it?
    Then shall we close this?

    Best regards,
    Mike

    in reply to: adding custom icon and link to social sharing #1168583

    Hi,
    Sorry about that, I didn’t realize it was one of the theme’s icons. So to solve this I added this css to your Quick CSS:

    #top #wrap_all .social_bookmarks_Newsletter a:before {
    	content: ""; 
    } 

    it is now working for you, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Theme look changes completely after migration. #1168579

    Hi,
    Glad to hear you have been able to sort this out.
    We will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Thank you for the login, since the table is set to scrolling it retains it’s width and is scrollable with a sideswipe, but in mobile, the tab section is also scrollable with a sideswipe, so the two elements nested are both being controlled by the same sidesipe.
    So one solution is to add this css to show the complete table in mobile view and not rely on the sideswipe:

    @media only screen and (max-width: 767px) { 
        #top.page-id-133 #tab_table .avia_scrollable_table .avia-table th,.avia_scrollable_table .avia-table td {
        	padding: 9px 1px !important; 
        }
        #top.page-id-133 #tab_table .avia_scrollable_table .avia-table li {
        margin-left: 0em !important;
        }
        #top.page-id-133 #tab_table .avia_scrollable_table .avia-table li {
        list-style: none !important; 
        }
        #top.page-id-133 #tab_table .avia_scrollable_table .avia-table {
        	width: 100% !important; 
        }
        .responsive #top.page-id-133 #tab_table .avia_scrollable_table .avia-data-table > thead > tr > th,
        .responsive #top.page-id-133 #tab_table .avia_scrollable_table .avia-data-table > tbody > tr > th,
        .responsive #top.page-id-133 #tab_table .avia_scrollable_table .avia-data-table > tfoot > tr > th,
        .responsive #top.page-id-133 #tab_table .avia_scrollable_table .avia-data-table > thead > tr > td,
        .responsive #top.page-id-133 #tab_table .avia_scrollable_table .avia-data-table > tbody > tr > td,
        .responsive #top.page-id-133 #tab_table .avia_scrollable_table .avia-data-table > tfoot > tr > td {
            white-space: unset !important; 
        }
    }
    

    If you test this css please clear your browser cache.
    Please see the screenshot in Private Content area of the expected result. This is for a larger mobile screen (425px) for a small mobile screen like the iPhone 6 the text may overflow the cells.
    So probably the best solution is to choose “adjust table to screen size” in the “Responsive Styling” option, unless you show your table below the tab section.

    Best regards,
    Mike

    in reply to: Shortcodes in titles #1168571

    Hi,
    Good news, the dev team has adjusted the theme’s core files for parsing the shortcode in the schema and it is included in the next version. It is based on this shortcode.
    So now it works in our schema:
    2019-12-22-075702
    But the source code fragment you posted in the opening post is the schema created by the “rank math” plugin, and it seems to have it’s own logic and is not using the theme’s schema data and is not parsing the shortcode.
    While we can not support 3rd party plugins, perhaps the “rank math” plugin has a filter to allow shortcode parsing now that the theme is?

    Best regards,
    Mike

    Hey npmcgrew,
    Sorry for the late reply and thanks for the login and screenshots. It looks like the issue is that the field uses the class “hidden” and we have css which hides the class, which we happen to also use.
    Anyways, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #wc-square-credit-card-credit-card-form .wc-square-credit-card-card-postal-code-parent.wc-square-credit-card-hosted-field-parent.hidden {
    	position: relative !important; 
        visibility: visible !important; 
    }
    

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Extremely long load times for logged in users #1168440

    Hi,
    Sorry for the late reply, I see that you have quite a lot of custom functions in your child theme functions.php, so when you tested with the 2020 theme and your site was fast, these functions were not used?
    So perhaps one or some of these are the issue, have you tried removing these from your child theme and clearing your browser cache to see if you have improved performance?
    You also have a dashboard notice: “Important plugins are missing, are outdated or are not supported” for the “Germanized for WooCommerce” plugin and another notice “Your theme (Enfold Child) contains outdated copies of some WooCommerce template files.”
    Perhaps try updating this plugin and template files.

    Best regards,
    Mike

    in reply to: Theme look changes completely after migration. #1168433

    Hi,
    Sorry for the late reply, for me it looks like the theme is not loading, is Enfold activate?
    Please include an admin login in the Private Content area so we can take a closer look.
    I have had success using the Duplicator plugin to migrate sites, perhaps giving this a try will solve this for you.

    Best regards,
    Mike

    in reply to: Custom Table Column Width #1168429

    Hey Thomas,
    Sorry for the late reply, there is not a setting to control this, but we can adjust with some css.
    Please link to your page and explain how you would like it to look.
    I assume that in mobile, the table should be full-width and centered, and the first column should be 25% and the second column should be 75% so the text is on one line?

    Best regards,
    Mike

    in reply to: Shadow aroung boxes #1168425

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Maintenance mode issues & social Icon issues #1168424

    Hi,
    Thanks for the login, I tried testing your site in maintenance mode, but I was not able to reproduce your issue, I know you said it occurs randomly, but are there any steps we can take to see the error? I also didn’t lose the admin bar.
    Both of these items are controlled with cookies, so it seems to be a cookie issue with your browser.
    What browser are you using? Do you use an ad-blocker?
    I see a facebook customer chat script added to your header.php, perhaps opening this in maintenance mode is resetting the maintenance & admin cookie somehow?
    We have a cookie consent patch, but you are not using the cookie consent bar so I don’t think this is the issue, unless you had it on when the error occurred?
    If you want to try the patch you would replace the /enfold/js/avia-snippet-cookieconsent.js file with – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_3/avia-snippet-cookieconsent.js
    Please save a copy of your original file as a fallback.

    Best regards,
    Mike

    Hey navindesigns,
    I see that the table is not switching to the mobile view it’s cells are going to 100% width, did you add any custom css that might have change this?
    Please include an admin login in the Private Content area so we can examine this closer.

    Best regards,
    Mike

    in reply to: adding custom icon and link to social sharing #1168419

    Hi,
    Thanks for the login, as I understand your fontello icon is meant to be a feather but when I look at your uploaded fontello-5e0f7125.zip, which is the imported “ast” font it doesn’t contain a feather
    2019-12-21-062011
    I didn’t find another fontello file in your media library, please try uploading this file and importing into your icon manager, and include a link to the file in the Private Content area so I can check the font code.

    Best regards,
    Mike

    in reply to: Shadow aroung boxes #1168414

    Hey marcoabis81,
    Please try changing your css to this instead:

    #top.page-id-8197 .avia-image-container:hover .avia_image {
        box-shadow: 3px 6px 16px #000!important;
    }

    Best regards,
    Mike

    in reply to: social icons not showing on mobile (header) #1168408

    Hi,
    This error is due to a file change in WordPress v5.3.1, the dev team has released this fix for the missing icons, please upload the following file via FTP to
    \enfold\framework\php\function-set-avia-frontend.php
    https://www.dropbox.com/s/gmbg5202rjz1vou/function-set-avia-frontend.php?dl=0
    Please save a copy of your old file should you encounter an upload error.
    Then clear your browser cache and any cache plugin, and check.
    This has been added to the upcoming Enfold update.

    Best regards,
    Mike

    in reply to: Social icons in the header #1168407

    Hi,
    @niklas thank you for sharing. @ginnywills did this resolve your issue?

    Best regards,
    Mike

    in reply to: Transparent menu #1168406

    Hey neotronics,
    Please go to the backend of your page, to the right sidebar item “Layout” > “Header visibility and transparency” and choose one of the transparency options.
    2019-12-21-043635

    Best regards,
    Mike

    in reply to: change theme background color #1168405

    Hi,
    Please try adding your css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field.
    Also try publishing your page instead of viewing a “preview” of it.
    I see from your screenshot you have a caching plugin, please try disabling your caching plugin and your Enfold Theme Options > Performance > JS & CSS file merging and compression setting while you are creating your site, once you are done you can enable these to make your site faster.
    Sometimes you may find your css is not specific enough to override the theme css, so you can try adding !important; at the end of your css rules like this:

    .page-id-3503 .main_color {
        background-color: red !important; 
    }

    and add the #top ID to your page ID class, like this:

    #top.page-id-3503 .main_color {
        background-color: red !important; 
    }

    Best regards,
    Mike

    in reply to: H1 Tag on Pages #1168402

    Hi,

    @Guenni007
    thank you for the great explanation with screenshots. @algkent did this help you resolve your question?

    Best regards,
    Mike

    in reply to: white lines between social icons in transparent menu #1168401

    Hey beachcitiescryo,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #header_meta .social_bookmarks li {
        border-right-style: none !important;
        border-right-width: 0 !important; 
    }

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

Viewing 30 posts - 18,661 through 18,690 (of 35,061 total)