Forum Replies Created
-
AuthorPosts
-
Hi Travelwiththewind,
That’s correct, you can’t show a different sidebar for mobile version but you can hide or show a sidebar (this is without using an Advanced Layout Builder).
But you can definitely hide and show specific widgets for desktop and mobile using CSS, you’ll just need to add all widgets in the sidebar.
Just give us a specific widgets you’ll need to show on desktop and mobile and give us a link to the page mentioned and we’ll give you a CSS code that should work.Best regards,
NikkoHi,
Go Enfold > Theme Options > Logo then click Upload button, select your Logo and make sure that the size is set to Full Size.
Here’s a screenshot: https://imgur.com/L5GaUNX
Hope it helps.Best regards,
NikkoHey jonnycuest,
Go to Enfold > Advanced Styling > (Select an element to customize) set to Main Menu sublevel Links and click Edit Element button.
Set the Main Menu sublevel Links Line Height and that should be fixed.Best regards,
NikkoHey Alexander Gerber,
Thanks for contacting us, please make sure you have checked theh following:
- View and search Envato sites (checked by default)
- View your Envato account username
- View your email address
- View your account profile details
- Download your purchased items
- Verify purchases of your item
- List purchases you’ve made
For more information check our documentation regarding Envato token: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token
Best regards,
NikkoHey Ronald Tomas Cusido Bajaña,
Thanks for contacting us!
You can download icon fonts in http://fontello.com/
Then add it via Iconfont Manager, here’s our documentation for more information: https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Hope it helps.Best regards,
NikkoHey gmuersolutions,
Can you try the troubleshooting tips in our documentation: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Hope it helps.Best regards,
NikkoHi Sergio,
Since generating different image sizes is used to optimize images for faster page load while giving users convenience unfortunately the drawback is the storage size.
There’s a solution posted by an Enfold user which would help but you’ll need to do image sizing manually: https://kriesi.at/support/topic/responsive-content-images-retina-screens/#post-1077293
Hope this helps.Best regards,
NikkoHey Cocoa,
1. There’s no setting for changing the arrow slider color but it can be done by using CSS.
Add this CSS code in Quick CSS, located in Enfold > General Styling (just change the color):#top .avia-fullscreen-slider .avia-slideshow-arrows a { color: blue; }2. Try adding this in Quick CSS:
@media only screen and (max-width:767px) { .responsive #top .avia-slideshow-controls a { display: block !important; opacity: 1 !important; } }Hope it helps.
Best regards,
NikkoHi Travelwiththewind,
We’re glad to hear that :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHey AveralDalton,
Can you give us a link to your site? so we can see what’s done and maybe we can just adjust it with css.
Best regards,
NikkoMay 2, 2020 at 11:02 pm in reply to: Enfold – Table columns with alternate background color #1209164Hi mediafacto,
Try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top .pricing-table > li:nth-child(even) { background-color: pink; } #top .pricing-table > li:nth-child(odd) { background-color: white; } #top .pricing-table > li.avia-heading-row { background-color: red; }Best regards,
NikkoHey bcerin,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top .taglist { word-break: break-all; }Best regards,
NikkoHey drego85,
You can get the icons from http://fontello.com/ though there’s only Github and Telegram.
Then you can add those icons via Iconfont Manager: https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Then add this code in functions.php of your Child theme:function avia_add_custom_icon($icons) { $icons['github'] = array( 'font' =>'fontello', 'icon' => 'uf09b'); $icons['telegram'] = array( 'font' =>'fontello', 'icon' => 'uf2c6'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['Github'] = 'github'; $icons['Telegram'] = 'telegram'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);Best regards,
NikkoHi Samuel,
We’ll forward this on our Feature Requests discussion though we can’t guarantee this will be added on the next update.
Best regards,
NikkoHi navindesigns,
Edit the first 1/3 Column, in Row Settings > Equal Height Columns set to Equal Height.
Then use this CSS code:#top.page-id-7803 .av-equal-height-column-flextable .av-flex-placeholder { width: 2%; }Hope this helps.
Best regards,
NikkoHey edgold,
Can you try adding this code in functions.php of your child theme:
add_filter('avf_set_follow','avia_set_follow'); function avia_set_follow(){ $meta = '<meta name="robots" content="index, follow" />' . "\n"; return $meta; }Best regards,
NikkoHi muqafrik,
I apologize for misunderstanding. I’ll rephrase my answer:
Why is frontend dashboard not working? I can only add a listing on the wordpress dashboard- for institution directory (not sure if this should be directed to institution directory plugin
I’m not really sure and there’s no js error related to it (the only js error showing is mixed content error which is your site running in HTTPS but some of your images uses HTTP).
Basically it should work as it’s used to.I want to show my twitter, instagram and Facebook feeds on blog side bar but your account is showing, I have changed it severally but it is not working.
I have removed it in Appearance > Widgets > Sidebar Blog. If you want to add your own twitter, Instagram and Facebook feeds just add it there, you can use 3rd party plugins for the feeds.I want to add widgets to all my directory pages on the website
If you’ve added it in Appearance > Widgets > Sidebar Blog, then it should work well on all directory pages.Please I need to remove your enfold BRANDING out of my website
Removed.I want to add another listing (user listing), is it possible for payment to work for it as well or payment only works for your listing.institution directory (maybe i will direct to institution directory)
I’m not really sure about this part since Enfold does not have this feature.After checking on the structure of the directory page, it really looks awkward to have 2 sidebars because the plugin itself adds a sidebar without the use of widget areas, with its current HTML structure fixing it with CSS is not possible
Best regards,
NikkoHi milkytech,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi OttoPf,
I tried to check on your site and here’s what I’m getting: https://imgur.com/2QWYjMp
Where can I see the screenshot you posted? can you give some instruction so we can try to reproduce.Best regards,
NikkoHi Johan Lindvall,
If you’re using a plugin for Google Maps then it would just be right to disable Google Map feature of Enfold :)
Best regards,
NikkoHi Samuel,
If you put it in the functions.php of your child theme then it won’t get lost during the theme update.
You can download and find instructions on how to use it here: https://kriesi.at/documentation/enfold/child-theme/Best regards,
NikkoHi milkytech ,
There’s a hook you can use for it avf_social_icons_options, you can add this code in functions.php of your child theme instead:
function avia_add_custom_social_icon($icons) { $icons['Houzz'] = 'houzz'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);Best regards,
NikkoHi AngelAsim,
Please try to add this code in functions.php of your child theme:
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 ); add_action( 'woocommerce_after_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );If you don’t have a child theme yet, then please download it here: https://kriesi.at/documentation/enfold/child-theme/ (you’ll also find the instructions on how to use it there)
Best regards,
NikkoHi Marieke,
I think that could be because both Safari and Chrome are webkit but I’m not really sure about this one.
I tried to check on the issue and according to an article iphones and ipads have some issue with poster attribute, can you try to remove and check?
– http://diveintohtml5.info/video.html#iosHere’s a discussion I could find:
– https://stackoverflow.com/questions/20347352/html5-video-tag-not-working-in-safari-iphone-and-ipadHere’s also has some information regarding the issue that may clear up some things:
– https://confluence.atlassian.com/confkb/unable-to-play-embedded-mp4-videos-on-ipad-or-iphone-in-confluence-305037325.htmlBest regards,
NikkoHi muqafrik,
Thanks for giving us admin access.
I have checked it and to be honest I could not actually find any problem with Enfold on this plugin.
I’m not sure if I missed the issue you’re having with, but can you give us steps to reproduce any issue? as long as its related to Enfold.
If it’s not related, maybe you can try to ask the plugin’s support?Best regards,
NikkoHey milkytech,
You can download the houzz icon in fontello: http://fontello.com/
Then upload it in Enfold > Import/Export > Iconfont Manager.
You can check further instructions here: https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-Best regards,
NikkoHi Michael,
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
( to 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,
NikkoHey GeoCreo,
Try adding this CSS code in Quick CSS located in Enfold > General Styling:
@media only screen and (max-width:767px) { #top.page-id-101 #wrap_all #av-layout-grid-1 .av_two_third { padding-left: 0 !important; padding-right: 0 !important; } }Best regards,
NikkoHi harveytool,
Can you try to update Enfold manually via FTP? https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
If that still does not work, please give us FTP access? so we can check further.
Just post the credentials in private content.Best regards,
NikkoHi Landwirtco,
I apologize for the delayed response.
I have checked the link post format: https://wordpress.com/support/posts/post-formats/
And it seems to work as intended, link format is intended to share a link and thus it uses the custom link inside the editor as it’s own link instead of its own permalink.
Since the first link is link1 (in private content) when you click on the title (in the link you gave) it does redirect you to link1.Best regards,
Nikko -
AuthorPosts
