Forum Replies Created
-
AuthorPosts
-
November 1, 2018 at 4:04 am in reply to: Adding titles to specific portfolio item when displayed in Lightbox #1028684
Hi,
I took a look at the two pages, and the titles look the same to me, perhaps you just need to clear your browser cache, or I mis-understood.
Please see the screenshot in Private Content area.Best regards,
MikeNovember 1, 2018 at 3:44 am in reply to: This is a Page excerpt. It will be displayed for search results #1028683Hi,
Please try this code in the General Styling > Quick CSS field:#top .main_color { background-color: #9db8cc !important; } #top .container_wrap_first .container:first-child { background-color: #f8f8f8 !important; }Please adjust the color to suit. Please see the screenshot in Private Content area.
Best regards,
MikeNovember 1, 2018 at 3:28 am in reply to: How to make same page link work on open burger menu #1028682Hi,
Your enfold should have been activated when you began, and remained activated though the whole process, did you try going to the site then back to the theme panel to update the page?
If for some reason your theme is showing as not activated then go ahead and activate it.
If for some reason it is still showing as v4.2 then Please include a admin login & FTP access in the Private Content area, so we can take a look.Best regards,
MikeNovember 1, 2018 at 3:15 am in reply to: Enfold 4.5 Theme Update "Update Failed: Download failed. A valid URL was not pro #1028680Hi,
@aph80 please let us know if you are successfully with michaelH’s suggestion.Best regards,
MikeHi,
It’s good to hear from you again :) I took a look at the site and glad to see that you have updated to v4.5, so it seems that you will only need some css to achieve what you are looking for.
For mobile I was able to get the logos side-by-side, show the social icons over the header, and bring the burger menu under the logo.
Please try this code in the General Styling > Quick CSS field:/*show social icons and 2 logos inline on mobile*/ @media only screen and (max-width: 767px) { .responsive #top #wrap_all #header .social_bookmarks { display: block !important; } .responsive #top #wrap_all #header_main .av-logo-container .main_menu .noLightbox.social_bookmarks { display: block !important; } .responsive #top #wrap_all #header_main #text-2 .textwidget .av_one_half.flex_column_div { width: 47% !important; } .responsive #top #wrap_all .main_menu { top: -50px !important; } .responsive #top #wrap_all #header_main #text-2 .flex_column_div.first { margin-top: 26px !important; } }Please see the screenshot in Private Content area of the expected results.
Once you add the css, Please clear your browser cache and check.Best regards,
MikeHi,
Did you try disabling your plugins and custom scripts? jQuery errors don’t always list the correct source error, it can say one thing but the real issue is the script that loads before the error listed. Perhaps give Vimeo a try, but it’s odd that the error didn’t show for me in Chrome.
Please let us know if Vimeo or disabling plugins helps.Best regards,
MikeOctober 31, 2018 at 1:35 pm in reply to: Removing white space above product description and adding new section #1028464Hi,
I tested using the demo shop, with your function (php code) above and the css, and I found a small space and a border line:

so to correct please try this css:#top.woocommerce-page .template-page.content.twelve.alpha.units { padding: 0px !important; } #top.woocommerce-page #av_section_1.container_wrap.fullsize { border-top-style: none !important; }If your single product page looks different then please include a screenshot so I can try to reproduce. Otherwise perhaps you can setup a Ngrok Tunnel with a admin login to allow us to see your site. It’s free and easy to setup. Just be sure to leave it and your computer running so we can access during our time zone in the world.
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 under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeOctober 31, 2018 at 1:02 pm in reply to: This is a Page excerpt. It will be displayed for search results #1028459Hi,
When you use the standard WordPress editor, your excerpts and search results are made from the content:

When you use the advanced layout builder, your excerpts and search results are made from the excerpt box:

This is because of the advanced content elements and blocks. Please see another screenshot in Private Content area.
I hope this helps explain.Best regards,
MikeHey Libardo,
Sorry for the late reply, I took a look at your site but it seems you have already found the solution to changing the social icons and burger menu color:

To change the color of the pre-loader background, Please try this code in the General Styling > Quick CSS field:#top .av-siteloader-wrap { background-color: red !important; }please adjust to suit.
To change the color of the pre-loader, please try:#top .av-siteloader { border-left-color: #58773C !important; }Best regards,
MikeOctober 31, 2018 at 5:48 am in reply to: Styling Contact Form 7 by using Enfold layout shortcodes #1028369Hey Konstantin,
Thank you for sharing your solution, I’m sure many will find this helpful.Best regards,
MikeOctober 31, 2018 at 5:40 am in reply to: Removing white space above product description and adding new section #1028367Hi,
To remove the padding to move the tabs up, Please try this code in the General Styling > Quick CSS field:#top.woocommerce-page .single-product-main-image { padding-bottom: 0px !important; } #top.woocommerce-page .woocommerce-tabs.wc-tabs-wrapper { padding-top: 0px !important; }Unfortunately you won’t be able to add a color section above the tabs, without using the advanced layout builder to create your product pages.
Best regards,
MikeHi,
@SamCKayak Sorry for the late reply, I took a look at your site but I’m not sure what is botched on your site, perhaps you have already resolved this?
If not please explain a little more and include admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHey yundian,
Please see this post on getting a 100 score with Enfold on pagespeed, there are many tips with the theme settings that should help.
Another good article is: The two things that will Make WordPress FAST are Reducing Page Size and Reducing RequestsBest regards,
MikeHi,
Sorry for the late reply, I took a look at your page and found that the element is set to “justify” which means that it will stretch out so to add extra space between the words instead at the ends. Like how a newspaper formats.
I see that this happens for mobile screen sizes, but for desktop the alignment is to the left. I will assume you want it centered for all devices.
Please try this code in the General Styling > Quick CSS field:footer.entry-footer .blog-tags.minor-meta { text-align: center !important; }Best regards,
MikeOctober 31, 2018 at 4:45 am in reply to: This is a Page excerpt. It will be displayed for search results #1028360Hi,
I took a look at your site and saw the error in Firefox only, with a jQuery error from Youtube:Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin - The YouTube player is not attached to the DOMI wonder if this is YouTube’s way of getting around the auto play restrictions, just guessing. All of my research points to using SSL (https).
If I load your site with https the error doesn’t occur, but you do get other mixed content errors, which would be a easy fix if you had SSL, but you don’t.
I assume you tried disabling your plugins, you could try using the ecver=2 attribute for getting rid of advertising on pause YouTube videos. Like this:https://www.youtube.com/embed/YrHeQJpCfRk?ecver=2or:
https://www.youtube-nocookie.com/embed/ID?enablejsapi=1&ecver=2Sorry this wasn’t more helpful.
Best regards,
MikeHi,
Sorry for the late reply, I’m asking the rest of the team for their thoughts.Best regards,
MikeOctober 31, 2018 at 3:06 am in reply to: How to make same page link work on open burger menu #1028340Hi,
The easiest solution so far has been to use this plugin: Update Theme and Plugins from Zip FileHere are the steps:
First 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:
But if you wish I will assist with updating your site via FTP, Please include a admin login & FTP access in the Private Content area.
Best regards,
MikeHi,
Glad to hear you were able to successfully update via FTP, odd the plugin didn’t work for you though, but being done is good. Shall we close this then?
@qtinfo please open a new thread with a admin login & FTP access in the Private Content area so we can assist.
I assume you have tried this solution
Since this is not your thread your login info will not be private here.Best regards,
MikeHi,
@jancecile
Please include a admin login & FTP access in the Private Content area so we can try to update for you, and allow us to see the error.
I don’t know why Theme Forest has created the token system.Best regards,
MikeHi,
I believe @Basilis reported this and it’s going to be included in the next update. So you can apply it to the parent theme files.
I will check though.Best regards,
MikeHi,
@classywebsites
I believe we cross posted – I just finished solving your issue, I will look for your reply in your thread.Best regards,
MikeHi,
Glad to hear, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones 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,
MikeHi,
Please try adding @Guenni007 css to \enfold\config-templatebuilder\avia-shortcodes\icongrid\icongrid.css around line 250.avia-icongrid-flipbox li .avia-icongrid-front, .avia-icongrid-flipbox li .avia-icongrid-flipback, .avia-icongrid-flipbox li .avia-icongrid-front .avia-icongrid-inner, .avia-icongrid-flipbox li .avia-icongrid-flipback .avia-icongrid-inner { backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; height: 100%; }Or try this css at the same location:
.avia-icongrid-flipbox li .avia-icongrid-flipback { opacity: 0; visibility: hidden; } .avia-icongrid-flipbox li:hover .avia-icongrid-front, .avia-icongrid-flipbox li.av-flip .avia-icongrid-front{ opacity: 0; visibility: hidden; } .avia-icongrid-flipbox li:hover .avia-icongrid-flipback, .avia-icongrid-flipbox li.av-flip .avia-icongrid-flipback{ -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; visibility: visible; }Best regards,
MikeHi,
Thanks for the FTP access, somehow the headings of the style.css got switched around, I corrected it for you and added the child theme image, you may need to clear your browser cache for the image to show.
In your child theme css you had a error on line 143 that I commented out:media="screen"::selection { background-color: transparent; color: transparent; }please compare this to your live site to see if you can find the correct code, because this is not valid.
media="screen"::selectionPlease check your site, it seems to look good.
Best regards,
MikeHi,
As I understand, each license requires a unique token. Please see this postBest regards,
MikeHi,
Glad to help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
Opps, I didn’t look at the top of this thread :)Best regards,
Mike-
This reply was modified 7 years, 4 months ago by
Mike. Reason: solution already posted
Hi,
I tried to look at your site, but you must have been updating because I saw this message:Briefly unavailable for scheduled maintenance. Check back in a minute.This would be the solution, because the Custom Font Manager in the Import/Export page has been a option for a few versions now.
After updating if you still don’t see the option, please include a admin login in the Private Content area so we can take a closer look.Best regards,
Mike -
This reply was modified 7 years, 4 months ago by
-
AuthorPosts

