Forum Replies Created
-
AuthorPosts
-
Hi,
Try looking in the General Styling > Quick CSS field, or maybe it is set in your element.
This is how justify works, please read this for more infoBest regards,
MikeHi,
As it seems your localhost is not getting permission to the internet, lets try the All-in-One WP Migration plugin.
Here is the All-in-One WP Migration files for the 2017 Demo in the Private Content area.
They are in a zip file that you will need to extract, one is the import, the other is the login info for after the import. Note that you will lose your current settings and content. Install this plugin: all-in-one-wp-migration
Read this All-in-One WP Migration tutorial
If you still have issues, I find UwAmp works very good on Windows 10, just run it as admin and grant it the privileges Windows asks about when starting.Best regards,
MikeHi,
Are you still getting the error, because I’m not seeing the error in the console or the front end.
Try disabling your plugins, and please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Oh I see :)
That is because you have it set to “text-align: justify” starting at line 42 of your custom css:.team-member-description { text-align: justify; }Try left, right, or centered.
Justify stretches the lines so that each line has equal width.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeFebruary 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 #914232Hi,
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,
Mike -
AuthorPosts

