Forum Replies Created
-
AuthorPosts
-
February 19, 2018 at 1:32 pm in reply to: Having an issue with background image responsiveness #914234February 19, 2018 at 1:30 pm in reply to: RTL issue with contents and spaces between letter in main menu #914232
Hi,
This css will change the letter spacing, but you will need to add the menu item to the rule as right now it will effect all of the menu items:.avia-menu-text { letter-spacing:-2px!important; }adjust to suit.
Question though, was my screenshot showing the correct word & the space highlighted is the correct character?Best regards,
MikeHi,
I corrected your function.php code to this:// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['yelpicon'] = array( 'font' =>'yelpicon', 'icon' => 'uf1e9'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['Yelp'] = 'yelpicon'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);Please notice the font name & the icon code.
I also corrected your css for the icon background-color:#top #wrap_all .av-social-link-yelpicon:hover a{ color:#fff; background-color:#c41200; }I changed yelp to yelpicon
Best regards,
MikeHi,
1: The reason they showed the same posts was because the “offset” was deactivated. I set it to “automatic offset”.

2: I believe you are talking about translating this section:

Please try the Say What plugin
it allows you to change text that is not in the language files.

notice that the “text domain” in the settings is “avia_framework”Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Ok, that worked.
I updated your theme, and it looks good, but you should check thoroughly.
I also copied your old theme files, old dynamic enfold.css, and old theme setting export and put them in a zip file in the Private Content area. I’m sure you won’t need them, but just in case :)Best regards,
MikeHey DROR,
Try this code in the General Styling > Quick CSS field:#top.home .avia-builder-el-27{ width: 70%!important; }Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
That is strange, it is not working for me. Please see screenshot in Private Content area.
Perhaps the host is blocking US ip addresses?
How about cPanel login, I could use the file manager, or how about I just send you the file and you update via ftp?Best regards,
MikeHey codecreative,
Try this code in the General Styling > Quick CSS field:ul {list-style: disc inside !important;}Best regards,
MikeHi,
That is strange, perhaps you have a firewall enabled?
What are you using for a localhost, and what operating system is your computer?Best regards,
MikeHi,
I was able to login and see the page you are using for your blog, yet your menu item points to a category instead of a page.
From the settings you have on your blog page it didn’t look as it should. So I tried to create a new page with the same setting and I believe it is correct. Please check the link in the Private Content area.Best regards,
MikeHi,
Which webhost are you using?
Can you register on this support forum?
Please register here kriesi.at/support/register with your item purchase code .Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
Example: https://kriesi.at/support/enfoldScroll to the bottom of the page to open a new ticket.
Best regards,
MikeFebruary 18, 2018 at 3:50 pm in reply to: Enfold Update – Licence Question – Various Customers #913943Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I got user: OK, password: failed
I tried with port 21
Please advise.Best regards,
MikeHi,
Glad to hear, do you mind posting your final code, as it could help another looking to do this?Best regards,
MikeHi,
It looks like your two 3/5 cells have 150px padding on all four sides, where the 2/5 cells have the same padding for left and right.
This means the 3/5 cells with the top & bottom padding are causing the gap. You could adjust the padding or use this css:#top.page-id-74 .av_three_fifth { padding-bottom: 0px !important; padding-top: 0px !important; }Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I was able to login, and see you have Enfold v3.7.1
This is very old, and I’m unsure what may change with a manual update, it doesn’t look like you have any custom functions, so hopefully all will be fine.
We will need ftp access to update, please add to the Private Content area.
Also make a full backup, many webhosts offer this, just in case.Best regards,
MikeFebruary 18, 2018 at 1:59 pm in reply to: Change background color of posts in blog grid layout? #913911Hi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad to hear, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Please open a new thread so we can assist, we may want communicate in the Private Content area, but as this is not your thread you will not see what we write, nor will your info be private.
When you do open a new thread, please include a admin login and ftp access in the private content area, and remind us that you want the 2017 Demo imported.
Thanks for your patience and understanding.Best regards,
MikeHey johnstanley1990,
This was a successful solution on 4/20/2017: https://kriesi.at/support/topic/how-to-use-avia-layout-builder-in-custom-post-types-made-with-toolset-plugin/#post-780613
This one was successful on 8/22/2017: https://kriesi.at/support/topic/activating-advanced-editor-in-custom-post-type/#post-842273
Hopefully these successful examples will help solve your issue.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Please try using this code instead#top.page-id-9016 .header_color .avia_mega_div { background: rgba(30, 69, 74, 0.3) } #top.page-id-9016 .av-main-nav ul, #top.page-id-9016 .av-main-nav ul a { background: rgba(30, 69, 74, 0.3) !important; }Best regards,
Mike -
AuthorPosts
