Forum Replies Created
-
AuthorPosts
-
Hi stewroids,
Yes there’s a way to do that, you can find it here in our documentation: https://kriesi.at/documentation/enfold/typography/#how-to-add-google-fonts-using-css
Best regards,
NikkoHi Veronika,
I have modified the layout to your gallery from 1/1 to 1/4 1/2 1/4 then I added a class my-gallery-column then in Quick CSS I added:
@media only screen and (max-width:1024px) { #top .my-gallery-column { margin-left: auto; margin-right: auto; max-width: 900px !important; width: 100% !important; } }
Best regards,
NikkoHey alnalu,
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 a admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi patricknh,
Glad to hear that :)
Let us know if you need further assistance or if we can close this thread.Best regards,
NikkoHey Charlotte,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-alb-blogposts footer.entry-footer { border-bottom: 1px dotted #000; }
Hope it helps.
Best regards,
NikkoHi asgeir,
In Settings > Reading > just set Your homepage displays to Your latest posts and save.
Then go to Enfold > Theme Options > Frontpage Settings > then set your homepage and save.
Hope this helps.Best regards,
NikkoHey mitiuphoto,
I’m not sure I understood well what you are trying to achieve, is there any site we can use as a reference on what you’re trying to achieve?
Best regards,
NikkoHi edwig,
What version of Angular are you using?
The latest version for Angular is 4.1.Best regards,
NikkoHey djsmbd,
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 a admin user and post the login credentials in the “private data” field.Best regards,
NikkoHey Patrick,
Unfortunately we don’t have control over layerslider though we bundle it with Enfold theme.
In the layerslider’s documentation: https://layerslider.kreaturamedia.com/documentation/ it’s mentioned that lazy loading is used by layerslider to optimize its performance.Best regards,
NikkoHey WiMistres,
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 a admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi stewroids,
I see, try the solution posted here: https://kriesi.at/support/topic/adding-numbers-to-icon/#post-507631
Fontello icons doesn’t have numbered icons (maybe I’m wrong but I didn’t see when I tried to check) another solution for it would be to use an image or a different font.
Hope this helps.Best regards,
NikkoHi KidLoop,
I’m not really sure why it’s not appearing, but I have added this php code in functions.php:
add_action( 'widgets_init', 'avia_custom_widgets_init' ); function avia_custom_widgets_init() { register_sidebar( array( 'name' => __( 'Header Widget', 'enfold' ), 'id' => 'header', 'before_widget' => '<div id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '</div>', 'before_title' => '<h3 class="widgettitle">', 'after_title' => '</h3>' ) ); }
You should be able to see Header Widget area in the Appearance > Widgets.
Best regards,
NikkoHi Valinsy,
Can you try adding this css code in QUick CSS (located in Enfold > General Styling):
#top table.aligncenter { display: table !important; }
Hope it helps.
Best regards,
NikkoHi sitebysite,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Manfredi,
Glad that we could help. :)
Also just a tip, there are lots of plugins but the ones I have used and maybe helpful to you as well is: https://wordpress.org/plugins/better-search-replace/Best regards,
NikkoHi George,
Can you try adding this css code as well:
#top .avia-icongrid-flipbox li { margin-bottom: 60px; }
Best regards,
NikkoHi Loveronika,
I have added this css code in Quick CSS (located in Enfold > General Styling):
#top .avia-slideshow li img { width: auto !important; } #top div .avia-gallery .avia-gallery-big-no-crop-thumb img { height: auto !important; }
however I have also disabled css merging and minification in Enfold > Performance since it’s not fetching the new css.
Best regards,
NikkoHi Harry,
Glad that everything is okay :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Dan,
It is using this css code:
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { background-image: url('image_url_here')!important; box-shadow: 2px 2px 5px rgba(0,0,0,0.7)!important; background-size: 100% 100%; background-repeat: no-repeat; background-color: rgba(255,255,255,0.5)!important; font-size: 10pt!important; color: #ffffff!important; border: none!important; }
however you will need to change the background-image url from image_url_here to the right url (the board image).
Then finally you will need some chalkboard fonts: http://www.ucreative.com/resources/20-free-chalkboard-fonts/
Hope this helps.Best regards,
NikkoJanuary 19, 2019 at 4:34 pm in reply to: The font size of input text woocommerce check out page is too small #1055885Hi ezvisa,
Try replacing the code I gave you with:
#top.woocommerce-checkout textarea, #top.woocommerce-checkout input[type="text"], #top.woocommerce-checkout input[type="email"], #top.woocommerce-checkout input[type="tel"], #top.woocommerce-checkout select { font-size: 16px !important; }
Let us know if this helps.
Best regards,
NikkoJanuary 19, 2019 at 4:27 pm in reply to: Missing Masonry Excerpt While Horizontally Scaling Window #1055883Hi larryignazio,
What OS are you using? (windows 10, max, linux, etc)
I’m currently viewing your site using windows 10. Also what screensize are you using to view it?Best regards,
NikkoHi mehrajmir,
Glad that we could help :)
Your site improved a lot and looks nicer and better than the last time I checked.
Thanks also for using Enfold.Best regards,
NikkoHi MeryVi,
The issue isn’t actually on the theme and the solution differs, try to check on the solutions on this post: https://docs.presscustomizr.com/article/229-fixing-errors-when-uploading-images-in-wordpress
Hope it helps.Best regards,
NikkoHi Karen,
To do that you’ll have 2 options one is to modify header.php using a child theme and the second one is using header widgets: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
As for the 2nd question, you can use 1/4 1/2 1/4 columns, you can make the 1/4 columns empty or an just put an empty text block on it.Best regards,
NikkoHi sutara,
I have checked the settings and it seems all passed and shouldn’t have any issues, though I’m tempted to update it but if it does fail there will be a downtime on your site.
Can you create a staging site instead? it’s basically a clone of your site placed in a subdomain, here is a tutorial on how to do it: https://themeisle.com/blog/wordpress-staging-site/
This way we can try to update it without any risk on your live site.Best regards,
NikkoHey Harry,
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 a admin user and post the login credentials in the “private data” field.Best regards,
NikkoJanuary 18, 2019 at 6:13 pm in reply to: Columns – add background image and overlay for text #1055577Hi c3idesign,
Okay, just let us know if you need further assistance.
Best regards,
NikkoHey Frank,
It’s not possible with Enfold contact form since it only has basic functionalities.
I think there are some Contact Form plugins that has this feature that you need as long as those field dependency are fields in the same form.Best regards,
NikkoHi,
You can upload it to https://imgur.com/ or any online image sharing sites.
Then post the link here.Best regards,
Nikko -
AuthorPosts