Forum Replies Created
-
AuthorPosts
-
April 25, 2018 at 4:21 pm in reply to: "Less than" sign < in title or text crashes the icon list #946674
Hi,
As an alternate solution, you can also try using the font icons as a pseudo-element.
I’m happy this is sorted for you now :)
Please feel free to get in touch with us if you need any further help.
Best regards,
VinayHi,
@Genni007 Thank you for sharing this tip
Let us know if you need any further help :)
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
body .av-special-heading .av-special-heading-tag { word-break: break-all; }
Best regards,
VinayHi,
Would you like to display the author in blog archive page or a single blog post ?
For blog archive please follow the above instruction it requires modification of the core files.
The recommended method is to use a child theme and add the below code in the child theme function.php file so you don’t lose the modifications when the theme is updated.
Display author box after each post
At the moment there is no easy wat to display author in the archive page but you can try using a third party plugins if any support this feature.
Best regards,
VinayApril 25, 2018 at 3:54 pm in reply to: HOW DO I: Create a full width 1/4 1/4 | 1/2 layout – Looking for community input #946651Hi,
Glad you got a solution :)
Thank you for using Enfold.
Best regards,
VinayHey sarahed,
Yes that is correct, mostly it will be a z-index issue would you mind providing a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHi,
Please refer to this link to move blog meta above featured image
If you need any further help please feel free to reach out to us.
Best regards,
VinayHey Ghallab,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.menu-item { background-image: linear-gradient(to left, transparent, transparent 50%, #00c6ff 50%, #00c6ff); background-position: 100% 0; background-size: 200% 100%; transition: all .25s ease-in; } .menu-item:hover { background-position: 0 0; }
Best regards,
VinayHey hector1069,
By default, there is no hover effect in the theme element
We need to use custom CSS for this effect please try the below CSS
.main_color tr:hover { color:#FFF; background: #000 !important; }
Best regards,
VinayHi,
Glad this is sorted for you :)
Thank you for using Enfold.
Best regards,
VinayHi,
Glad this is sorted for you :)
Thank you for using Enfold.
Best regards,
VinayHey ON3D,
It appears you do have a homepage set for the English version. Please go to the theme options and select a homepage for the English version.
Best regards,
VinayHey kardnas,
Thank you for reaching out to us, I have checked your site please install a child theme so you will not lose any modifications when the theme get’s updated and check this link to add extra fonts to theme options.
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) { .responsive #scroll-top-link { display: block !important; }}
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top #header.av_minimal_header .avia_mega_div { width: 100vw!important; transform: translateX(-40px); height: calc(100vh - 80px); }
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHey Dotplusgeert,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top label span { color: red!important; }
Best regards,
VinayHi,
You can use the below shortcode
[av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jgf28bl6' custom_class='' admin_preview_bg=''] <span class="framed-text">21<span>m</span><sup>2</sup></span> [/av_textblock]
Or the below HTML inside the text editor in “Text view”
<span class="framed-text"> 21m<sup>2</sup> </span>
And finally, add the below CSS to Enfold > General Styling > Quick CSS
.framed-text { border:1px solid #ddd!important; padding: 5px; font-family: Lucida Sans Typewriter,Lucida Typewriter; font-size: 28px; }
Best regards,
VinayHey poylomat,
I see the font you mentioned in chrome browser.
The site looks good on my end. You may not see the changes until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.
If you still have any issue please check How to upload custom fonts?
Best regards,
VinayHi,
I will work on this issue and get back to you with the result. Meanwhile please await my reply :)
Best regards,
Vinay-
This reply was modified 7 years, 2 months ago by
Vinay.
Hey gharry79,
I haven’t really tested any forum plugins please check the plugin repo or https://codecanyon.net/category/wordpress/forums
Thank you for contacting us.
Best regards,
VinayHey J.,
You can increase the layout width from Enfold > General Layout > Maximum container width
It was set to 1310px I have increased it to 1510px.
Please review the site :)
Best regards,
VinayApril 25, 2018 at 1:49 pm in reply to: Upgrade 4.3 Fullwidth Easy Slider not working on some pages #946571Hi,
The link you provided does not exist. Would you mind providing a precise link to your page, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHi,
To make the Quick CSS section wider please add the function to this link to functions.php file.
Since you mentioned that you do constantly add modifications we recommend using a child theme After installing the child theme the style.css can be accessed from Appearance > Editor
Best regards,
VinayApril 25, 2018 at 11:07 am in reply to: Is there a quick css code to show the images I've added in the 100% wide color #946508Hey Turgay,
Did you try adding a 100% height color section element with a background image set to scale?
If you still have any issue please post a link to the page where we can see the issue and let us know how the image is set up to be 100% wide?
Best regards,
VinayHey NR1234,
Add a video element or a color section element with the background video on a new page.
Add the page URL to the button element with ?iframe=true at the end.
This will open the video in a lightbox.
For a detailed explanation please check the button usage section.
Best regards,
VinayHi,
please try the below code
@media only screen and (max-width:767px) { #top.home .phone-info a { color: #666!important; } }
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHey romaronline,
It’s not clear what youa re trying to achieve? Please elaborate. But grids do work well in mobile device and you can set the break points in the screen options settings.
Best regards,
VinayHi,
Glad you got it sorted and thank you for sharing your solution :)
If you need any further help please open a new ticket.
Best regards,
Vinay -
This reply was modified 7 years, 2 months ago by
-
AuthorPosts