Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for preparing the menu, since you set up the elements to show or hide using the screen options we will leave these as they are and write the css to address the menu items.
This is the css I added to your Quick CSS:/*#kontakt1 = menu-item-54 #kontakt2 = menu-item-1178 #kontakt3 = menu-item-1179 */ @media only screen and (max-width: 767px) { li.menu-item-54,li.menu-item-1178 { display:none !important; } } @media only screen and (min-width: 768px) and (max-width: 989px) { li.menu-item-54,li.menu-item-1179 { display:none !important; } } @media only screen and (min-width: 989px) { li#menu-item-1178,li#menu-item-1179 { display:none !important; } }The top 3 lines is just a cheat sheet as to which menu items go with which item number.
Then there are the 3 media queries covering the 3 sizes you wanted with 2 menu items inside each one, set to “display:none”
Please note that the mobile menu uses the menu items as classes, where the main menu uses the same menu items as IDs
which is why some of the rules are “#menu-item-1179” and others are “.menu-item-1179”
Please clear your browser cache and check.I hope this helps.
Best regards,
MikeNovember 7, 2018 at 4:26 am in reply to: How to create a separate shop page for separate products #1030692Hi,
Thanks for the login, I took a look at your draft page and to have it look the same as your “buy account page” please try this code in the General Styling > Quick CSS field:#top.page-id-12232 .template-page .entry-content-wrapper h2 { background-color: #d2d2d2 !important; color: #000 !important; border-left: 0px none !important; }But the css will take effect after the page is published, and not while it is in draft mode.
Best regards,
MikeHi,
Thanks for the feedback, I took another look at your css and adjusted your top column widths so they would be full width for mobile.
But I’m not sure what “other columns” you want to adjust the margin on, as I read your other posts I thought the top 6 1/3 columns with the images was what you wanted to adjust.
Please clear your browser cache and check.Best regards,
MikeHi,
Glad to help, we will close this then, but please open a new thread if there is anything we can help with.
Have a great day and thanks for using Enfold.Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field:span.blog-categories.minor-meta { display: none !important; }If this doesn’t work then perhaps there is an error in your Quick CSS, such as a missing bracket. We would be happy to take a look if you include a admin login in the Private Content area.
Best regards,
MikeHi,
I disabled your autoptimize, and then the element looked correct until I refreshed again. I see you are using WPengine which uses built-in server caching which could need to be cleared. Please try to clear your server cache to see if that solves if not we will look again, but please leave autoptimize off for now so we can try to help without the cache issues.Best regards,
MikeHi,
Please add the css to Enfold Theme Options > General Styling > Quick CSS field
Then please clear your browser cache and check.
If you have any trouble, please include admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHi,
@nicolodemaria
Sorry for the late reply, I have updated your theme to v4.5 please check.
You will note that you also have a theme called “Enfold-old” in your theme folder, this is just a backup, once you are satisfy that v4.5 is working good for you, then please delete this folder via FTP, or ask and I will do it for you.Best regards,
MikeNovember 6, 2018 at 7:14 am in reply to: How to create a separate shop page for separate products #1030246Hi,
It looks like they named the page “prime-accounts” instead of “shop” I tested this on my localhost and it worked fine.
You can also create a new page and call it anything, then use the product slider element to create your shop grid by setting it to show 5 columns and 5 products, then clone it to create as many rows as you would like, and it will look like a grid instead of a slider.
Then in the element choose the product offset to “Do not allow duplicate posts on the entire page (set offset automatically)”
so that you don’t duplicate your products. I only have 10 products in my demo so I could only show two rows.

The product slider element lets you choose by product category, so you can create a direct shop for each category.Best regards,
MikeHi,
@marijana74
That is odd, I see that they are both images for the layerslider.
This unzipper script works good with FTP, so that you can upload a zip file and then unzip it on the server, perhaps it will help you.
How to Unzip Files on Server Using Unzipper.php ScriptBest regards,
MikeHi,
That is odd, both are triggered by a “click” on a “av-section-tab-title” link.
Perhaps there was some conflict, please include admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHi,
@ac, I believe that you need to use a unique token for each site & if you try to do more than 1 site a day you will need to do so from a incognito window. It has been pointed out that envato sets a cookie to your browser.Best regards,
MikeHi,
@Dieter Greven
I’m not sure what you mean byInserted the CSS via Quick CSS and it works! However… Lie down again…:-)
Did you try adding this css via FTP to \enfold\config-templatebuilder\avia-shortcodes\icongrid\icongrid.css around line 250?
Please open a new thread so we can assist, and add admin login and FTP access, but as this is not your thread your info would not private.Please post here the link to your new thread.
Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field:#top.page-id-3604 .avia-image-overlay-wrap a.avia_image { overflow: visible !important; }Best regards,
MikeHi,
I tested this on my localhost and the IDs successfully changed. Please include a admin login in the Private Content area, so we can examine closer.Best regards,
MikeHi,
I took a look at the source code of testimony slider and it looks like it has been modified, where some lines are commented out and there are some extra closing tags now. Were you trying to make some changes here?
I also noticed that you are getting a 404 error for a css file “all.css” in a new folder “new-assets” this is not a Enfold folder or file, but I wonder if you had some customizations there, perhaps for mobile view? This would explain why you have many “sudden” errors.
I see that you are using “autoptimize” please disable this plugin while we are trying to sort this out, and any other caching plugins. Actually can you try to disable all of your plugins to see if that helps? Can we also try this? Please include a admin login in the Private Content area, so we can try to figure out what is wrong with your testimony slider. I also see your “back to top” button has an error, what other elements have you noticed?Best regards,
MikeNovember 5, 2018 at 2:25 pm in reply to: Remove the word "comment" above contact form of wordpress #1029902Hi,
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 under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey mcmahon_pt,
I have taken a look at your site in Chrome, Firefox, Edge & IE11
and the slide overlays all look the same, unfortunately I don’t have Safari, please compare the screenshot in Private Content area, and include yours from Safari so we can see what is missing and investigate.Best regards,
MikeNovember 4, 2018 at 8:12 pm in reply to: Remove the word "comment" above contact form of wordpress #1029667Hey Roger,
Please try this code in the General Styling > Quick CSS field:.comment-form-comment label[for="comment"] { display: none !important; }Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field:#top .social_bookmarks li a { border-radius: 100px !important; }Best regards,
MikeHey Roger,
It is true that if you import the demo it will overwrite your whole site. I have installed the Photography Demo on my localhost and see the elements and settings used to create the shop page, and perhaps you can add a new page to your site to create this.
It is using the masonry element with the “product cat” chosen:

Did you also want the sidebar header for that one page? Typically this is a global setting but I believe that there is a solution for creating this for one page only.Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .home #main { margin-top: 110px !important; } }This is designed for the homepage, if it is for all of the pages, please try removing the “.home” from the code.
Best regards,
MikeHi,
Sorry I received a error that the user name to login is not correct. Please check and include FTP access so we can update for you.Best regards,
MikeHey serasan,
Theme Forest has changed their API for Token keys, v4.5 fixes this, it is recommend to update manually.
There is a free plugin that will allow you to manually update via the WordPress Theme panel by uploading the enfold.zip file, otherwise you can update via FTP, please remember to delete the current enfold folder and then upload the new one. Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
My recommendation is to go to your Theme Forest account and download the updated Enfold v4.5 and manually update it, then going forward it will use the new Token keys. All users will need to generate a new token for updates. Please see this post
Please let us know if you would like some help updating.Here are the steps to update with the plugin
*Please ensure your “PHP Max Upload Size” is at least 20mb, because Enfold is 16.7mb.
1: please install the plugin: Update Theme and Plugins from Zip File

2: then go to WordPress > Themes > Add New > Upload

3: after the install, click “Return to Themes page” (NOT Activate)

4: success:
Best regards,
MikeNovember 4, 2018 at 6:53 pm in reply to: Image with in Colour section highlights with mouse hover #1029647Hi,
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 under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey seocrowd,
To correct your icon, please try including this code as your icon in the title of the menu item:<span class="dashicons dashicons-admin-multisite" style="display:inline;font-size:2em;"></span>For the columns row, please look in the backend of the element and the first column is set to: margin-top:-200px;
change this to reduce it’s placement, perhaps -50px would be better.
I took a look at your sub-pages but I’m unsure what is wrong with the formating and if the issue is for mobile or desktop, or both.
please explain a little more about what you would like to see.
If any of these solutions don’t help, Please include a admin login in the Private Content area.Best regards,
MikeNovember 4, 2018 at 5:40 pm in reply to: Display ACF Datepicker Date (instead of post published date) on Magazine Element #1029641Hey leadingnorth,
Sorry for the late reply, I have not done this myself, but I found a ACF post with a script that may help: Displaying posts by date picker
Also: using datepicker to display posts on a pageBest regards,
MikeNovember 4, 2018 at 5:30 pm in reply to: How to create a separate shop page for separate products #1029640Hey Sovik,
Sorry for the late reply, I researched into this and found that WooCommerce has only one default shop page, but you can create categories for your products and then link directly to your category pages as “shops”
Another option is to create a Multisite with each shop in a sub-domain, please see this article: how to create multiple websites in woocommerceBest regards,
MikeNovember 4, 2018 at 4:59 pm in reply to: Image with in Colour section highlights with mouse hover #1029631Hi,
I believe this was covered and solved in a duplicate thread Shall we close this then?Best regards,
MikeHi,
Sorry for the late reply, I took a look at your page, and see that for mobile the grid cells a full width, and for desktop the grid cells are 3 across with a fine white border between them.
To remove this fine border, Please try this code in the General Styling > Quick CSS field:#top.home #topgridrow.av-layout-grid-container .no_margin.av_one_third,#top.home #nextgridrow.av-layout-grid-container .no_margin.av_one_third { width: 33.4% !important; }Best regards,
Mike -
AuthorPosts
