Forum Replies Created
-
AuthorPosts
-
January 11, 2020 at 1:04 pm in reply to: How to avoid shop listing items getting messed up (only one item per line) #1172375
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,
MikeHi,
Glad to hear that this is working for you. I looked at your flip items and reloaded the page a few times, but the flip items flip quickly for me. Please see the screencast in Private Content area.Best regards,
MikeHi,
It looks like you have opened a new thread for this issue, let’s continue there.Best regards,
MikeHey Eva_Lutions,
Please include a user name so we can login and investigate.Best regards,
MikeHi,
I took a look at one of the pages you were having this error on, url in Private Content area, and I see that your gallery is still outside of the “wrap_all” & “main” divs, but since your script is working well the page looks fine.
I’m not sure how to rewrite your custom template to correct the structure, but this seems to be working good.
Can you post your script for future users should they have a similar issue?
Then I guess we can close this thread?Best regards,
MikeJanuary 10, 2020 at 2:05 pm in reply to: Creating columns smaller than 1/5 to enable more in a row #1172157Hi,
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,
MikeHey gharry79,
The following css will increase the size of the rows on hover and add the text “More About” above the titles, Please try this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.home #brands .flex_column.avia-link-column.first:hover { animation: grow 2s; animation-fill-mode: forwards; } @keyframes grow { to { transform: scale(1.2) } } #top.home #brands .flex_column.avia-link-column.first:hover .av-special-heading-h1:before { content:"More About\A"; }Then clear your browser cache and any cache plugin, and check.
Here is a screenshot of the expected results (click to play gif):

Best regards,
MikeJanuary 10, 2020 at 12:22 pm in reply to: How to avoid shop listing items getting messed up (only one item per line) #1172118Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.html_entry_id_6219 #top.post-type-archive-product li.product.post-31871.first { clear:left !important; }Best regards,
MikeHi,
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,
MikeJanuary 10, 2020 at 4:51 am in reply to: How to display a single complete post on i.e. the startpage #1172053Hi,
Thank you for the video and the links, first I will point out that if your “post” was on another page then you could use the “page content” element to show it on another page, as you describe.
But since you wish to get the content of a “post” we don’t have a built-in element for this, but we do have this function that you can add to your functions.php that will create a shortcode that will display the content of a post on another page as you describe.
Try adding this code to the end of your functions.php file in Appearance > Editor:function get_post_shortcode( $atts ) { $attributes = shortcode_atts( array( 'id' => null ), $atts ); $content = do_shortcode(get_post_field('post_content', $attributes['id'])); return $content; } add_shortcode( 'get-post', 'get_post_shortcode' );then on your page add a “code block element” where you want the post to show and add this shortcode:
[get-post id="1258"]note that the number “1258” is the post that you linked to and if you ever want to show a different post just change this number to the post ID of it.
here is a screenshot of the backend with the code block element:

here is a screenshot of the frontend with the post showing as you described:

Best regards,
MikeHi,
Thank you for the login and screenshot, the read more tag is for standard editor posts to truncate the blog entries so that only the first part of a post is displayed on homepage. But the Advanced Layout Builder text element doesn’t show as a excerpt on the homepage, so the read more tag will not be seen. To show an excerpt of a post created with the Advanced Layout Builder you will have to manually create the excerpt by enabling the excerpt field from the option in the “screen options” of the default editor.The text element uses the same toolbar as the default editor, so that is the only reason why the button shows, I guess it should be hidden.
Best regards,
MikeHi,
I have updated the file for you and the social icons are now showing, please clear your browser cache and check.Best regards,
MikeHi,
Thank you, I notice that if you go to the theme panel link/wp-admin/admin.php?page=aviaand get the 404 and scroll down all of the theme settings show, incorrectly.
ops, I see you already reported that.Best regards,
MikeHi,
I have seen this occur with CDN’s and server-side caching a couple of times, where it seemed that I was not logged in unless I went to /wp-admin/ where I would go to the admin panel and not the login screen as expected if I had actually been logged out.Best regards,
MikeHi,
Das ist ein guter Plan. Sollten Sie weitere Hilfe benötigen, öffnen Sie bitte einen neuen Thread. Vielen Dank, dass Sie Enfold verwenden.
Übersetzt mit GoogleBest regards,
MikeHi,
Glad to hear that this helped. Please let us know once you are done testing and if we should close this thread.Best regards,
MikeHi,
*Update*
Turns out that @Milan had been using “text” widgets for the shortcode instead of the “html” widget, switching corrected the issue. Please check your widgets.
I will be bringing this to the attention of the dev team.
correction, dev team is aware of this issue with the “text” widget and is working on it.Best regards,
MikeHi,
Thank you for the ftp login, turns our that your shortcode was added to the widget in the footer in a “text” widget instead of a “html” widget, I corrected for you and your shortcode is now showing correctly.
I will bring this to the attention of the dev team.
correction, dev team is aware of this issue with the “text” widget and is working on it.Best regards,
MikeHi,
Glad to hear you have been able to sort this out, and Thanks for sharing your solution.
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,
MikeHi,
@hyperbrand when you updated did you overwrite the theme files or did you completely delete the theme and upload the new one?
Please include an admin login & FTP access in the Private Content area so we can investigate.@Milan I have replied to your thread, let us continue there.
Best regards,
MikeHi,
Thank you for the login, I can not reproduce your error on a clean install, your shortcode works on my install, when you updated did you overwrite the theme files or did you completely delete the theme and upload the new one?
Please include ftp access so we can investigate.Best regards,
MikeHi,
I seem to be having trouble with the standard login page, do you have a custom login url?Best regards,
MikeHi,
The CORS error I posted above was copied from the browser console, and the url I posted was were the font was loading from, I went to take a screenshot of it for you but I found your social icons were disabled in your theme options, so I enabled them and found the font was now loading from your domain, so I’m not sure if someone made a change or not, perhaps she talked to a co-worker? Either way this is good. Anyways the “function-set-avia-frontend.php” file has not been updated, with the patch I posted above, but I did apply the temp css fix to your Quick CSS so the social icons will show:.social_bookmarks_twitter a::before, .av-social-link-twitter a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_facebook a::before, .av-social-link-facebook a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_instagram a::before { font-family: 'entypo-fontello'; content: ''; }
So if you wish you can just wait for the next update which will correct the “function-set-avia-frontend.php” file.
Please clear your browser cache and check that you are also seeing the social icons, and also check if you continue to experience your other issues.
As for checking for malware I like the plugin: Anti-Malware Security and Brute-Force FirewallBest regards,
MikeHi,
I will add it to the feature request for the dev team, perhaps it has just overlooked compared to the other features they have been working on.Best regards,
MikeJanuary 7, 2020 at 2:16 pm in reply to: Shop, logo, search and burger menu, the order of icons on mobile #1171053Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 767px) { .responsive #top .logo { float: none !important; margin: auto !important; } .responsive .logo img { margin: auto; } .responsive.html_bottom_nav_header #top #menu-item-shop.cart_dropdown { left: 0 !important; } .responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu { right: 0px !important; float: right !important; width: 50% !important; } .rtl .avia-menu.av_menu_icon_beside { margin-right: 0 !important; padding-right: 0 !important; } .responsive.html_cart_at_menu #top .main_menu .menu>li:last-child { padding-right: 0 !important; margin-right: 0 !important; } ul#avia-menu-0.menu.av-main-nav { display: flex !important; flex-direction: row-reverse !important; } }Then clear your browser cache and any cache plugin, and check.
Expected results:

Best regards,
MikeHey tekniskakari,
Thank you for the link, you are correct about the CORS policy, I see that some of your theme files are loading from “https://usercontent.one/wp/your-domain” instead of “your-domain” was this a temp url from your webhost or a CDN from your webhost?
If this was a stagging (development) url and you moved it to your live domain, you will want to correct the url.
If this is a Content Delivery Network (CDN) there may be an option within your settings to set the header toAccess-Control-Allow-Origin *;
otherwise, you could try this in your .htaccess file:<IfModule mod_headers.c> <FilesMatch "\.(ttf|ttc|otf|eot|woff|font.css|css|js|gif|png|jpe?g|svg|svgz|ico|webp)$"> Header set Access-Control-Allow-Origin "*" </FilesMatch> </IfModule>Best regards,
Mike -
AuthorPosts


