Forum Replies Created
-
AuthorPosts
-
Hey noizzion,
Bitte überprüfen Sie die Option: Einklappen> Shop-Optionen> Produktgalerie> WooCommerce 3.0-Produktgalerie strong>

— Translated with Google —
Please check that the option: Enfold > Shop Options > Product gallery > WooCommerce 3.0 product gallery

Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.slide-content span.blog-categories.minor-meta { display: none !important; }Best regards,
MikeHi,
Glad to hear you were able to solve this, 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 beckett5955,
For the version 3.0.8 you will need to update via FTP, due to the Theme Forest API/Token update.
Please ensure that your PHP is at least v5.6
Then follow these steps:
First download the theme from Theme Forest.
Then open it and extract the “enfold.zip” file and then extract it to your desktop as /enfold/
Then rename to /enfold-new/ and upload the folder to your /wp-content/themes/ folder via FTP or your file manager in your webhost cPanel
Then via FTP or your cPanel file manager, at /wp-content/themes/ rename /enfold/ to /enfold-old/ and rename /enfold-new/ to /enfold/Now your new version is installed, please check your site. If all is well then “Good Job!” If not then reverse the last rename step above and your site will be restored.
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.Best regards,
MikeJune 3, 2019 at 1:48 am in reply to: Single Blog Post, Archive and Category doesn't show my fullwidht submenu #1106510Hi,
Sorry, I think we are both on the site at the same time, and I saw your message about the doubled submenus so I restored your code.Best regards,
MikeHey kccollege,
Thank you for the links, I believe that you mean that the sidebar is showing below the content of the page just above the footer.
Please see the screenshot in Private Content area.
Typically, this occurs when a “full-width” element is in the page because it pushes the sidebar down below it. Such as a “color section”. I don’t see that this is the case this time, but I see in your page source code that your “gform_widget” has 100% width so I wonder if this is caused by a plugin.
I’m a little hesitant to make any changes because viewing your site in English and saving can be an issue. Please try disabling your plugins and checking again to see if this helps.
If this is no help, please see if your webhost offers a “staging site” typically this is a “one-click” option in your cPanel:
Here are some screenshots of what it would look like:


Best regards,
MikeHi,
I took a look at your site and it seems that the demo is installed correctly now, please see the link in the Private Content area.
it looks like you are using a count down page for your front page, but all of the pages and image seem to be there.
Did you already solve this?Best regards,
MikeHi,
Glad to hear that you got it sorted 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,
MikeJune 3, 2019 at 12:23 am in reply to: Single Blog Post, Archive and Category doesn't show my fullwidht submenu #1106500Hey NoraGTS,
I believe this is a duplicate post of one I’m helping with now, if so let’s close this one and work in the other one :)Best regards,
MikeJune 2, 2019 at 11:51 pm in reply to: Single Blog Post, Archive and Category doesn't show my fullwidht submenu #1106488Hi,
I commented out your old function and added the new one, now the submenu shows on all 3 of the links above.
Please clear your browser cache and check.
I’m not sure which image should show on your single blog posts at the top, please advise.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,
MikeJune 2, 2019 at 11:28 pm in reply to: Single Blog Post, Archive and Category doesn't show my fullwidht submenu #1106479Hi,
I would recommend setting your theme option to no sidebar as the default, and then try adding this code to the end of your functions.php file in Appearance > Editor:add_action('ava_after_main_title', 'ava_after_main_title_mod'); function ava_after_main_title_mod() { echo do_shortcode("[av_submenu which_menu='center' menu='25' position='center' color='main_color' sticky='true' mobile='disabled' mobile_submenu=''][av_submenu_item title='Menu Item 1'][av_submenu_item title='Menu Item 2'] [av_submenu_item title='Menu Item 3'] [/av_submenu]"); }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,
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,
MikeHi,
Perhaps you were looking at a cached version of the css, I have corrected for you.
Bad space after */* DROPCAP STYLE 1* /this is corrected
/* DROPCAP STYLE 1*/Best regards,
MikeHi,
I have restored it for you.
Please clear your browser cache and check.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,
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,
MikeHi,
Thank you, I looked at your other post but I don’t feel that I was much help, hopefully there was something helpful in my post.
Shall we close this thread then?Best regards,
MikeJune 2, 2019 at 11:07 pm in reply to: Single Blog Post, Archive and Category doesn't show my fullwidht submenu #1106461Hey NoraGTS,
Thanks for the login and page links, I checked each page but didn’t see your submenu on them, I assume this is because you are not happy with how it’s working. Yet I did see your code in your functions.phpI have not seen your function before, in the past this is the function that has worked for me:
add_action('ava_after_main_title', 'ava_after_main_title_mod'); function ava_after_main_title_mod() { if(is_single()) { echo do_shortcode("[av_submenu which_menu='center' menu='25' position='center' color='main_color' sticky='true' mobile='disabled' mobile_submenu=''][av_submenu_item title='Menu Item 1'][av_submenu_item title='Menu Item 2'] [av_submenu_item title='Menu Item 3'] [/av_submenu]"); } }I tested this on your site and it works for “posts”, because that is what it is built for. It can be modified for archives.
But I believe your main issue is that the submenu is pushing your sidebar down. When using any “full width” element this is the expected action.
Unfortunately, we only have a few Hooks and none after the header and before the sidebar, I just tested them again with no luck.
I would recommend trying to create your posts with the Advanced Layout Builder and adding the submenu element and a widget element in a 1/3 column while your main content is in a 2/3 column.
Basically manually creating your post pages, but for your archive pages perhaps you can edit your template.
Sorry I was not more help.Best regards,
MikeHey mayamaria,
Thanks for the login, but it’s not working for me. I assume that I’m going to the correct domain, please check the url in the Private Content area.
Please tell us which fonts you uploaded and where we can see that they are not showing, this will help us as we examine your page source code.Best regards,
MikeHey eogiles,
Sorry, but the dev team found an error with updating that version just recently, they recommend updating with FTP.
First download the theme from Theme Forest.
Then open it and extract the “enfold.zip” file and then extract it to your desktop as /enfold/
Then rename to /enfold-new/ and upload the folder to your /wp-content/themes/ folder via FTP or your file manager in your webhost cPanel
Then via FTP or your cPanel file manager, at /wp-content/themes/ rename /enfold/ to /enfold-old/ and rename /enfold-new/ to /enfold/Now your new version is installed, please check your site. If all is well then “Good Job!” If not then reverse the last rename step above and your site will be restored.
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.Best regards,
MikeHey Owen Walker,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:a.avia-post-nav.with-image {display: none !important;}Please clear your browser cache and check.
Best regards,
MikeHi,
Glad to hear, I assume we can 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 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,
Thanks for pointing this out, we’ll get this corrected.
I found an error in your drop-cap css, the first commented line had a space after the star and before the backslash, so it commented out all of the css until the next commented out line.
I corrected for you, but I see more errors after one of your media queries and I’m not sure where you want your closing bracket.
Please try adding your Quick CSS to WordPress > Customize > Additional CSS to test for errors, the tool will show
red X for each error.Best regards,
MikeHi,
Thanks for the login, I took a look and commented out the one line:.avia-slideshow-inner li .avia-slide-wrap imgto remove the height of the slider. I noticed that the difference between these pages and the others are that the other sliders are full width. But when you have a full-width slider your sidebar will be pushed down at desktop screen size.
To adjust your easy slider width for mobile and allow the rest of the page content to be set to 90% width I added the custom class “mobile-width” to your page columns and used this css in your Quick CSS:
@media only screen and (max-width: 479px) { .responsive #top #wrap_all .container { width: 100% !important; max-width: 100% !important; } .mobile-width, #top.page-id-113 #footer { width: 90% !important; max-width: 90% !important; margin: 0 5% 0 5% !important; } }Please clear your browser cache and check, and review the page in the Private Content area.
Best regards,
Mike -
AuthorPosts
