Forum Replies Created
- 
		AuthorPosts
- 
		
			
				
Hi, 
 If it’s only the login to the front end, then you can include it in the Private Content area.
 Please don’t include a login to the back end, as this is not your thread & the thread owner will see the info.
 I only need to see the front end for css, if I need to go deeper you will have to start a new thread.Best regards, 
 MikeHi, 
 
 @laptophobo I see you are getting the same error but in a different element, is there a chance that you had a “strong” or other html tag in a title field? I’m asking the team to help out here, can we see your site?Best regards, 
 MikeHi, 
 @saucyhotdesign are you using PHP v5.6 minimum? Can we see the test site?
 Is there a chance that you had html tags in the title of the hotspot element, such as “strong” ?Best regards, 
 MikeOctober 17, 2018 at 5:47 am in reply to: Theme update patch of August 17th, 2018 does not work with my installations #1022562Hi, 
 Great news.
 We will close this now. Thank you for using Enfold.Best regards, 
 MikeHi, 
 I was able to login and disabled your W3 Total Cache plugin and removed this code, (see link in Private Content area) from your functions.php which removed the error in the head, but you still have a lot of javascript errors, and the page is not loading.
 I tried activating the parent theme, which worked, but all of your pages & post went to a 404.
 Do you have a backup that you can restore?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, 
 MikeHi, 
 I see, perhaps in your situation a sticky header that fades in on scroll would be better?
 Please give this a try, and see if you like it:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { position: fixed !important; -webkit-animation: fadein 1s; /* Safari, Chrome and Opera */ -moz-animation: fadein 1s; /* Firefox */ -ms-animation: fadein 1s; /* Edge */ -o-animation: fadein 1s; /* Opera */ animation: fadein 1s; } .responsive #top #wrap_all #header.av_header_transparency { display: none !important; } } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Firefox */ @-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Safari, Chrome and Opera */ @-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Edge */ @-ms-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Opera */ @-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }Best regards, 
 MikeHi, 
 I believe the update will be official on Wednesday, that is why it is not listed on the sales page.
 Perhaps downloading the file in your downloads page will actually be the v4.5? The way to tell is to open the style.css in the file in a plain text editor such as notepad, and the version number is listed on the forth line from the top.
 Other users have found the update in their account downloads, I don’t know why it wouldn’t show in yours also. Perhaps you will need to wait until tomorrow?Best regards, 
 MikeHi, 
 Perhaps if you link to your page we can adjust the datepicker with some css.Best regards, 
 MikeHi, 
 Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?Best regards, 
 MikeHi, 
 That is great news, unless there is anything else we can help with on this issue, shall we close this then?Best regards, 
 MikeHi, 
 When loading the demo there is not an option to target a certain page. If you want to copy the same landing page demo you have on one page to another, you can copy and paste the shortcodes as described above. Or let us know which demo page you would like and I can post the shortcodes for you. I have many of the demos installed on my localhost.Best regards, 
 MikeHi, 
 @illingco & @lexa_dryke you have entered the token after upgrading to v4.5 to register the theme? And you have tried these Troubleshooting steps?Best regards, 
 MikeHi, 
 To have a portrait style image please install Simple Image Sizes plugin and change the dimensions of one of the image presets in the WordPress > Dashboard > Settings > Media > Media Settings:
  
 there are about 10 sizes in use, so you can change one to fit your needs. Then use the Thumbnail regeneration option at the bottom of the page.
 For the header size, the width of the image should be 1130px, the height is up to you.
 For the contact form button, I changed the min height of the color section to move the button up a little, and it seems to work now, please check.Best regards, 
 MikeHi, 
 Oh I see now, thanks.
 Please add this css:#top .cart-collaterals .woocommerce-Price-amount.amount { float:right !important; }Best regards, 
 MikeHi, 
 That was a odd situation, but I’m glad 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 under Enfold sub forum and we will gladly try to help you :)Best regards, 
 MikeHi, 
 
 @Lexa_Dryke thanks for sharing, perhaps your error is due to the permissions of the token, please see this postBest regards, 
 MikeOctober 16, 2018 at 1:51 pm in reply to: Enfold 4.5 Theme Update "Update Failed: Download failed. A valid URL was not pro #1022188Hi, 
 @michaelH thanks for sharing the detailed steps, I’m sure this will be very helpful.
 To answer your question, you can use the same enfold.zip on all of your sites, but I believe the token needs to be different for each site.Best regards, 
 MikeHi, 
 I believe that the token needs to be different for each site because it’s one token for each license. I believe you will find when you register your theme the token will only let you choose one product.Best regards, 
 MikeHi, 
 Yes, I believe that the token needs to be different for each site because it’s one token for each license. I believe you will find when you register your theme the token will only let you choose one product.Best regards, 
 MikeHi, 
 Thank you, I understand now. Please try this code in the General Styling > Quick CSS field:#top #wrap_all .av-main-nav ul.sub-menu > li, #top #wrap_all .av-main-nav ul.sub-menu > li > a { line-height: 28px !important; height: 28px !important; }I choose “28px” because it is a fixed size, where “2em” is not a fixed size and was actually showing as “30px”, slightly larger than your other items. Best regards, 
 MikeHi, 
 I took a look at the hover effect of the line for your menu items, and see that before your page is scrolled when using the transparent header, the line is up some, and after scroll the line is larger and down a little more. You have 3 pages that you are not using the transparent header on so those pages menu items look different, if you choose a transparent header for those pages they would all look the same.
 I hope I have explained this well, let us know if you still want to make changes to this setup.Best 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, 
 Please try using the 1/4 columns shortcode, like this:[av_one_fourth first][text* Name placeholder "Name"][/av_one_fourth] [av_one_fourth][email* email placeholder "Email"][/av_one_fourth] [av_one_fourth][textarea* your-message placeholder "Your Message"][/av_one_fourth] [av_one_fourth][submit "Submit"][/av_one_fourth]please adjust the contact form 7 fields to suit Best regards, 
 MikeHi, 
 You could use your webhost’s full backup tool to backup your site, this would always be a good idea.
 But you won’t need to save anything else because the plugin doesn’t make changes to the database, only your theme files.Best regards, 
 MikeHey charlesextreme, 
 Por favor, leia este post sobre como usar as configurações e adicionar um plugin de cache
 Scoring 100Best regards, 
 MikeHi, 
 
 @justmind yes the update solves this issue because it supports the new Token system that Theme Forest is replacing the API system with, but you will need to update.Luckily there is a very easy plugin that can update for you: Update Theme and Plugins from Zip File just install the plugin and then update your sites with the enfold.zip “installable file” from your Theme Forest account, by going to WordPress > Themes > add new 
 the same way you would install a new theme.Best regards, 
 Mike
- 
		AuthorPosts
