Forum Replies Created
-
AuthorPosts
-
Hey Banshee350,
I think it’s possible using Quick CSS and make sure that Custom Css Class field is enabled: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements
You can for example, edit a Grid Row and set Custom Css Class to myrow then in Enfold > General Styling > Quick CSS, add this css code:#top .myrow { max-width: 90%; margin-left: auto; margin-right: auto; }this will set the maximum width to 90%. Just adjust the value.
Hope this helps.Best regards,
NikkoHi napsteris,
Glad that it’s fixed :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey OriginsSpeak,
Please refer to our documentation: https://kriesi.at/documentation/enfold/logo/#image-logo-with-subtext
Hope it helps :)Best regards,
NikkoHey Micheal0424,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
#top.page-id-2769 .av-flex-placeholder { width: 2%; }The default value is 6%, just adjust it so it fits what you need.
Hope this helps.Best regards,
NikkoHey Itsnain Ginanjar,
I have checked your site and it seems you have already done this.
Let us know if you still need further assistance.Best regards,
NikkoHey jayflavs,
Yes, it’s possible. Do the following:
1. Go to Enfold > Theme Options > Logo, set this to the 2nd logo.
2. Go to Enfold > General Styling > Quick CSS, then add this css code:#top.home #header .logo a { background-image: url(https://enfold2017.local/wp-content/uploads/2017/02/logo-white.png); background-size: auto 100%; } #top.home #header .logo img { opacity: 0; }Replace this http://enfold2017.local/wp-content/uploads/2017/02/logo-white.png with the url of your first logo.
Hope this helps.Best regards,
NikkoHey Lisaodo,
Thanks for giving us admin access, we have done the following:
1. Checked Show element options for developers in Enfold > Layout Builder.
2. Edit the Color Section where the table is wrapped, in Custom Css Class I put mysection
3. Go to Enfold > General Styling > Quick CSS, then added this css code:#top .mysection .container { padding-left: 0; padding-right: 0; } #top .mysection .av-flex-placeholder { width: 2%; }Let us know if you need further assistance.
Best regards,
NikkoHi Ben,
I have checked it and could not figured out what’s causing the issue but there are a lot of errors in the console, I think we can start with this one (changed url to yoursite):
Access to font at 'https://yoursite.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf' from origin 'https://www.yoursite.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.It can be fixed by following the instructions here: https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes-
Best regards,
NikkoHey ginnywills,
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 wealthyone,
Try adding the following css codes in Quick CSS, located in Enfold > General Styling.
First add this which should align the menu items:
#top #header .avia_mega6 ul.sub-menu li.three { float: left; display: block; width: 16.6666667%; }Then add this css code to center it:
#top #header .avia_mega6 ul.sub-menu li.three span.mega_menu_title a { text-align: center; }Hope it helps.
Best regards,
NikkoHi MusicD,
I see, sorry for misunderstanding.
You can go to Settings > Media and change the size for Medium and save, after this you should be able to choose medium with a size lower than 150 x 150px.
If you need to modify image sizes for Enfold, you can install and activate this plugin: https://wordpress.org/plugins/simple-image-sizes/
Then go to Settings > Media and modify the image sizes there.
Hope this helps.Best regards,
NikkoHi Christine,
We can confirm that this bug only happens on firefox and we have already reported this bug to our devs.
We’ll update you once a fix will be made on this.
Thanks for your patience. :)Best regards,
NikkoHi bauchope,
We apologize for the delayed response.
I have modified the display in tablet portrait, here are the things I’ve changed on your site:- Checked Show element options for developers in Enfold > Layout Builder.
- Edit the table, in Custom Css Class I put mytable
- Go to Enfold > General Styling > Quick CSS, then added this css code:
@media only screen and (max-width: 959px) { .page-id-530 #after_section_2 .container { padding-left: 0; padding-right: 0; width: 96%; } .mytable ul.pricing-table { margin-left: 2px; margin-right: 2px; } .mytable .pricing-table-wrap:first-child ul.pricing-table li { font-size: 13px; padding: 9px; } }
Let us know if you need further assistance.
Best regards,
NikkoHi Restube,
Can you give us a link to your blog page? so we can try to give you some css code that should help achieve this.
Best regards,
NikkoHi BeyondMS,
I have checked in the web inspector and noticed that the structure of your single product page is different, see screenshot below:
your site: https://imgur.com/wr53fbY
default: https://imgur.com/BNvtmXM
Did you make some modification on single product page? or maybe used hooks to modify the structure?Best regards,
NikkoHey ColinWalton,
You can modify the existing image size using the following code:
add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 ); function enfold_customization_modify_thumb_size( $size ) { $size['extra_large'] = array('width'=>3000, 'height'=>3000); return $size; }Hope it helps.
Best regards,
NikkoHi webguy007,
Try adding this css code as well:
@media only screen and (max-width:959px) { #top.home #av-layout-grid-2 .av_one_fourth { padding: 80px 20px !important; } }Best regards,
NikkoHi Dominique,
Can you put image in featured image for each of those post that has an image?
It does get the featured image but excerpt will not include the image within the content.Best regards,
NikkoHey Fabio Intermoia,
Thanks for contacting us!
Yes, it’s possible, you just need to import the Creative Studio demo then go to Enfold > Header > set Menu and Logo Position to Logo left, Menu right.
You can tweak other settings as well to fit what you need.
Hope this helps.Best regards,
NikkoHey MusicD,
There are 2 ways that it can be achieved.
First, before you insert the image in the Image element you can choose the size, see this screenshot: https://imgur.com/Ngn75gs
Second, you can use the Layout elements, like 1/2, 1/3 or 1/4 column and put the image inside.
Hope it helps.Best regards,
NikkoMay 17, 2019 at 4:23 am in reply to: What is – added: Hotspot image new option hover open – click to close in 4.5.7? #1101624Hi goldengate415,
Let us know if you need further assistance or if we can close this thread.
Best regards,
NikkoHey mediabrosmkt,
PLease refer on this post on our documentation: https://kriesi.at/documentation/enfold/code-block/
There are some suggested resource/plugins that might help.Best regards,
NikkoHi blackyesnegro,
I’m still redirected to it after logging in, see screenshot in private content.
Can you create a temporary admin account instead?Best regards,
NikkoMay 17, 2019 at 4:13 am in reply to: how to remove date and time from enfold latest news widget #1101618Hi mediafacto,
Hmm, the code is right and is working using a web inspector.
Can you try to disable CSS file merging and compression in Enfold > Performance?
Hope it helps.Best regards,
NikkoHi KEL,
Glad that it’s fixed though I’m sure that Enfold doesn’t contain any malware.
index.php in the root folder should be the WordPress index.php file which is only 1kb and you can easily check without looking through a lot of code and you can compare it with the one in the WP repository.
I think if that happens next time you can try to enable WordPress Debugging to figure out what’s causing it. Here’s a link: https://codex.wordpress.org/Debugging_in_WordPress :)Best regards,
NikkoHi ICEMAN,
I think it’s not good to apply it on every page since it will affect other columns that should not be a part of it.
Adding a custom class would be a better idea so you can have full control.
Do the following steps:- Go to Enfold > Layout Builder > check Show element options for developers > save
- Edit the column that you applied the padding, it should have a new field called Custom Css Class, put mycolumn in it, then save
- Go to Enfold > General Styling > Quick CSS, then add this css code:
@media only screen and (max-width:959px) { #top .mycolumn{ padding: 0 20px !important; } }
For every column that you want this style applied on mobile, just add the Custom Css Class.
Hope this helps.Best regards,
NikkoHi Dominique,
Did you add the image on the content? or set it as featured image?
Best regards,
NikkoHi Jason,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi macika,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMay 16, 2019 at 5:45 pm in reply to: Is it possible to create a landing/squeeze page with Enfold? #1101542Hey Wisith,
Yes, just edit the page you want to make as the landing page, and find in the side the Page Attributes metabox, find Template and set to Blank – No Header, no footer.
Hope this helps.Best regards,
Nikko -
AuthorPosts
