Forum Replies Created
-
AuthorPosts
-
Hey quercusash,
Try to upload the same image size in order to fix this or atleast the same aspect ratio (width and height ratio) since they are on separate elements.
Hope this helps.Best regards,
NikkoApril 8, 2019 at 10:21 am in reply to: Autorotation not working for Fullwidth Easy Slider with self-hosted video #1088221Hi jamesvid,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi abortolotti,
I could not login to rentallcomo site with the credentials, please check.
For the meantime, try adding this css code in Quick CSS, located in Enfold > General Styling:.page-id-4393 .container_wrap_first .container { max-width: 100%; padding: 0; }
Best regards,
NikkoHey callum18,
Since you’re using the rss icon, try using this css code instead:
#top #wrap_all .av-social-link-rss a:before { content: ''; width: 20px; height: 20px; display: inline-block; vertical-align: middle; background: url(https://kidnappedinbcn.hl345.dinaserver.com/wp-content/uploads/2017/09/TripAdvisor-logo.png) no-repeat center center; background-size: contain; }
Best regards,
NikkoHi ceiton,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Willem7904,
We’ll try to help with it, can you give us ftp access so we can check on it further?
As for the ddos attack, I think you can ask your webhost for help regarding this since it’s more of a security issue.Best regards,
NikkoHi Erwin,
Are you referring on these texts in the images? (private content)
I compared the color and the logo uses a solid color and the other one is gradient.Best regards,
NikkoHey SakuraD,
Can you try adding this php code in functions.php:
function av_return_100(){ return 80; } add_filter('jpeg_quality', 'av_return_100'); add_filter('wp_editor_set_quality', 'av_return_100');
Best regards,
NikkoHi AuroraArcus,
I apologize for the delayed response, I have added this css code in Quick CSS:
@media only screen and (max-width: 767px) { .responsive #top .logo { padding-top: 5px; } }
Let us know if you need further assistance.
Best regards,
NikkoHi wealthyone,
Try also deactivating temporarily the caching plugin it might help.
Best regards,
NikkoHi davian,
It’s fixed.
Since you are still using Enfold 4.2 it doesn’t have the option to choose classic or gutenberg editor.
I have installed and activated a plugin called Classic Editor and that has fixed the issue you’re having.Best regards,
NikkoApril 8, 2019 at 4:36 am in reply to: TEC The Events Calendar not showing Event Map on Mobile #1088120Hi H,
I see, I have tested it out and also could not figure why this is happening.
There are no js errors but the mobile map isn’t rendering as it should and just leave an empty space.
I’ll ask my colleagues to take a look at it as well.Best regards,
NikkoHi wealthyone,
You’re welcome and thanks for your kind words :)
Thanks also for providing screenshot, as you see there .boxed #wrap_all doesn’t have overflow hidden property in it, which means it just gets the cached version.
It’s supposed to have similar properties as the one you put in your Quick CSS.
If you’re using Windows + Chrome, press ctrl + f5 to force the browser to fetch new css.Best regards,
NikkoHi ptolda,
I see, can you try the solution posted in this thread: https://kriesi.at/support/topic/again-one-problem-with-merged-css/#post-1082689
Hope it helps.Best regards,
NikkoHi kdhdigi,
Thank you for providing the stage site.
I was able to figure out that the cause of the issue is featured image used has a copyright.
You can either remove the copyright or if you need that copyright since it’s used on another page, just upload a similar image with no copyright.
I have posted a screenshot in private content showing the copyright field.Best regards,
NikkoHi joerg,
I apologize for the delayed response.
I can’t get past through this popup window (even using the credentials), screenshot in private content.Best regards,
NikkoHi earth2mac,
In your slider, there’s Screen Options (tab), hide this on mobile.
Create a Color Section, set the height then add a background video then in Screen Options (tab) hide this on other screens except for mobile.
Hope this helps.Best regards,
NikkoHi ceiton,
Try adding this css code as well (you can merge it with the same media query):
@media only screen and (max-width:767px) { #socket .sub_menu_socket li { margin-top: 16px; margin-bottom: 4px; } }
Hope it helps.
Best regards,
NikkoHi Jooster,
I apologize for the delayed response.
No worries, I think many others also have that question however, Avia Layout Builder is only available for the content part but not for all entries.Best regards,
NikkoApril 8, 2019 at 3:09 am in reply to: Translating the navigation words ("Page" 1 "of" 10 ) on category pages. #1088096Hi ilkbaharkunduzu,
The best way is override function avia_pagination in functions.php of your child theme.
However if there are changes in that function, you’ll not get it unless you update the code as well, but this is rarely happens (in pagination atleast).
As for translation, as long as you keep the same format then it will be translated.Best regards,
NikkoHi thanhcng,
We apologize for the inconvenience however we really don’t have any control over that.
As for the update problems, it wasn’t because of our theme but due to changes of envato of their API which is used for updating.Best regards,
NikkoHi Mathias,
We apologize for the delayed response.
Have you set Blog Content length to Excerpt?
Best regards,
NikkoHi Landwirtco ,
Yes, enable CSS file merging and compression in Enfold > Performance.
You can also use plugins such as Autoptimize that has that feature.Best regards,
NikkoHi tivo_designs,
Try adding !important to the code I gave so it will not get overriden since it has a higher css selector priority:
@media only screen and (max-width:767px) { #top .phone-info span, #top .phone-infor span a { color: #76992a; } }
Best regards,
NikkoHi brand,
No worries.
Best regards,
NikkoHi rainrockit,
I tried to check on other older versions but I couldn’t find yelp or tripadvisor.
Also if you notice all others is using entypo-fontello while yelp and tripadvisor uses fontello, I think it can’t locate the file that has the font.
Entypo Fontello font is located in wp-content > themes > enfold > config-templatebuilder > avia-template-builder > assets > fonts folder, and you should see entypo-fontello fonts (.eot, .svg, .ttf and .woff).
Try to check if fontello font is existing in your backup, it maybe the key to retrieve it.Best regards,
NikkoHi profumopuntoit,
Thanks for giving us admin access, I added this css code in Quick CSS:
@media only screen and (max-width:767px) { .responsive .shop_table .product-quantity { display: table-cell !important; } }
Clearing browser cache might be needed to display properly.
Best regards,
NikkoHi axels1983,
To be honest I’m not familiar with that plugin and it’s outside the scope of our support.
We are using woocommerce hooks to insert tweaks to the woocommerce pages, this is the hook we use to show product sorting:add_action( 'woocommerce_before_shop_loop', 'avia_woocommerce_frontend_search_params', 20);
Maybe you can try to ask what hook the plugin is using to show the simple auction menu, maybe this will help in figuring out how to resolve the incompatability.
Best regards,
NikkoHi wealthyone,
In Enfold > Performance > disable CSS file merging and compression.
Let us know if that helps.
Also, try to check via web inspector and check if #wrap_all gets the overflow hidden value.Best regards,
NikkoHi ptolda,
Thanks for giving us admin access.
I have enabled CSS file merging and compression back, then unchecked Delete old CSS and JS files? since it’s only recommended if you’re not using a caching plugin.
Then I flushed out the cache from WP Super Cache and that fixed it.Best regards,
Nikko -
AuthorPosts