Forum Replies Created
-
AuthorPosts
-
Hey Wang,
You need to deinstall it immediately because the link you found is a pirated copy. Those copies usually injected with trojans and have security issues.
To use the Enfold normally, you need to buy and install the ThemeForest version.
Best regards,
John TorvikMarch 28, 2017 at 6:22 am in reply to: How to Add Evergreen Last Modified Date for Posts and for SERP #767874Hi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikHi!
I just removed the .boxed class and added the !important property and all is working normally.
The code that I added was:
@media only screen and (max-width: 767px) { #wrap_all { overflow: hidden !important; /*needed for mobile menu scrolling */ } }
Best regards,
JohnHey Jagrav,
Please, to provide you the custom CSS code, I`ll need your website link, please.
Best regards,
John TorvikHey MyGirlFriday805,
Please, may you share your WP credentials to we check it better?
Best regards,
John TorvikHi,
The font that`s beeing used is the Work Sans and to change the font-size and the font, use this custom CSS rule at Enfold Theme Options > General Styling > Quick CSS
.title_container .breadcrumb { font-size: 15px !important; font-family: 'YourFont', sans-serif; }
Best regards,
John TorvikHey J,
I`ll assign your ticket to Kriesi and him will take a look on this.
Best regards,
John TorvikHi,
Just add this custom CSS code:
#top .main_color .price { display: none !important; }
Best regards,
John TorvikHi,
This area with 120px is the header area, if you see it with a black background, you`ll see that the offset is working normally. See here: http://prntscr.com/eow56i
Best regards,
John TorvikHi!
I`ve checked your user options at Dashboard > Users > Your User and the Editor is disabled for you, so, to fix it, just disable this option: http://prntscr.com/eovydg
Regards,
JohnHey neonlights79,
This option isn`t included in our theme by default, so, will be necessary a customization job. You can send your briefing here: http://kriesi.at/contact/customization
Best regards,
John TorvikHi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikHi,
Please, may you share a screenshot to me have sure about your question because the video looks normally here: http://prntscr.com/eovtc5
Best regards,
John TorvikHi,
Try to use the !important rule afther the property, like this:
.avia-builder-el-16 { margin-left: 0% !important; width: 20% !important; }
If it didn`t work, try to clear your cache.
Best regards,
John TorvikHi,
Please, I
d like to know where are you putting the code to enable the custom CSS field, please. Ensure that you
re adding the code on the functions.php in the enfold folder.Best regards,
John TorvikMarch 27, 2017 at 5:12 am in reply to: Transparent sub menu on transparent header only – with no outline #767183Hi,
To create a new request, you need to access the Enfold forum here: https://kriesi.at/support/forum/enfold/ and click on the new thread button.
Now, if you prefer to keep on this ticket, share with me the link with these testimonials, please.
Best regards,
John TorvikHi,
I`ll provide some custom CSS code to change the column grid to 2X3 only in the iPad and only on this page.
@media screen and (min-width: 766px) and (max-width: 769px) { .page-id-19 .avia-builder-el-20 .first { clear: initial !important; } .page-id-19 .avia-builder-el-20 .av_one_third { margin-top: 0 !important; margin-bottom: 30px; width: 50% !important; } .page-id-19 .avia-builder-el-20 .column-top-margin { margin-top: 0 !important; } }
let me know if it worked :)
Best regards,
John TorvikMarch 27, 2017 at 4:48 am in reply to: Events Calendar Pro change the background and font color #767173Hi,
You can see that each category has an exclusive class: http://prntscr.com/eovhs8 –
You need the class that you want to change and add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.tribe-events-category-adults { border-left: 5px solid #fbfbfb !important; }
You need to change the class for other category :)
Best regards,
John TorvikHi,
There
s some reasons that
s causing it. As you provided the FPT, Ill need new WP credentials because the credentials that you provided isn
t working. After it, I`ll investigate it and find the problem.Best regards,
John TorvikHi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikHi,
I am sorry for forget it. To remove the quantity field, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
div form.cart div.quantity { display: none; }
And I don`t know if you did it, but is possible to allow the user buy only one unity of this product, just go to:
– Edit Product >
– Inventory >
– Check the Sold individually option.Best regards,
John Torvik- This reply was modified 7 years, 9 months ago by John Torvik.
Hey Luisgasser,
Sorry for the late response.
May you share more info about your question as screenshot, WP credentials and the website link?
Best regards,
John TorvikHi,
Now, you need to use an translate plugin to upload this file like the WPML or the LocoTranslate.
Ref: https://localise.biz/wordpress/plugin/beginners
Best regards,
John TorvikHi,
Add this custom CSS code to edit the slider height on mobile:
@media screen and (max-width: 480px) { .avia-slideshow-inner { min-height: 350px; } .avia-slideshow li img { min-height: 350px; width: 500px; min-width: 500px; } }
Best regards,
John TorvikHey Linda,
Thanks for getting in touch :)
Follow the answers:
1) Yes, our theme has multilingual support.
2) Our theme doesn`t offer this feature by default, but you can use this plugin: https://wordpress.org/plugins/photography-management/ for example.
Best regards,
John TorvikHey gcbae,
Unfortunately, the Advanced Builder content is separated of the Default Builder, you can use just one.
Best regards,
John TorvikHey jungleboy,
This link should help you: http://wordpressdesignshop.com/how-to-autoplay-vimeo-video-in-wordpress/
Best regards,
John TorvikHi,
If you want, you can send to us all your questions and we`ll help you to add your custom social icon ( in your case, the Houzz ) or we can do it for you, what do you prefer?
Best regards,
John TorvikHi,
To have the same quality in the mobile, you need to add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
@media screen and (max-width: 480px) { #main .av-parallax-inner { background-size: inherit !important; } }
Now, to align the buttons, add this custom CSS code:
@media screen and (max-width: 480px) { #main .entry-content-wrapper { text-align: center !important; } /* this code will align the first button */ #main .avia-builder-el-2 { right: 60px; } }
Best regards,
John TorvikHey Silvia ,
The Enfold has the Theme Options that allow the users change fonts, colors, layouts and more. -> See here: http://prntscr.com/eojwyv
Best regards,
John Torvik -
AuthorPosts