Forum Replies Created
-
AuthorPosts
-
Hey corina,
Can you try to add this code at the bottom of functions.php and post here as soon as you’re done adding it:
add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Best regards,
NikkoMarch 25, 2017 at 5:24 am in reply to: Custom Post Type Template in theme include directory not taken into account #766466Hi,
Glad we could help. Let us know if you need more assistance regarding this topic :)
Best regards,
NikkoMarch 25, 2017 at 5:23 am in reply to: wordpress ask for update but nothing appear in update's page with enfold #766465Hi,
Try to check in your wordpress files as there might be some cache files that needs to be deleted.
Best regards,
NikkoHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
NikkoHi,
Glad we could help. Let us know if you need more assistance regarding this topic. :)
Best regards,
NikkoHey jvbragt,
That’s weird, I tried to check on the other images on first it’s 2/21, next is 5/21. Can you try to recreate it again and check? then try to disable all plugins and see if the issue is resolved.
Best regards,
NikkoHey Mwilks,
Can you try to go to Settings > Permalinks and set it to plain and check again.
Best regards,
NikkoMarch 25, 2017 at 5:13 am in reply to: How can i make changes in blog layout within child theme #766460Hey hiddenpearls,
You can follow the instructions on this post: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
The file is blog.php for the blogposts. Hope this helps :)Best regards,
NikkoHi,
Can you give us temporary admin access? so we can have a look on that page or your site’s settings? just post the details in Private Content. :)
Best regards,
NikkoHey ejo14,
Try to update your site to the latest version of Enfold 4.0.3, make sure to make a backup first. You can refer on how to update the theme in this post: http://kriesi.at/archives/the-complete-guide-to-updating-enfold :)
Best regards,
NikkoHi,
Please follow the instructions Rikard gave, that would also be equivalent of not loading it to the theme.
Best regards,
NikkoHey Poirot,
Using fonts embedded in the theme is slower compared to those in googlefonts cdn since you will be downloading in parallel from 2 different sources.
Merging the css files should increase the speed, you can try to use plugins such as https://wordpress.org/plugins/autoptimize/
Best regards,
NikkoHi,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad we could help. Let us know if you need more assistance regarding this topic :)
Best regards,
NikkoHey lucaroehrl,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#header #menu-item-5282 .avia_mega_div { left: auto; right: 0; }
Hope this helps :)
Best regards,
NikkoHi,
Thanks for your initiative to provide a temporary admin access. :) I have added this css code in your Quick CSS:
.center_all .av_font_icon { float: none; display: inline-block; }
The reason why it’s not centering is because it is set to float left. Let us know if you need more assistance regarding this topic :)
Best regards,
NikkoHey Oby4455,
There are 2 scripts used there, the long one and this one:
<script src="https://www.flash-to-html5.net/js/sprite.js"></script>
Try to save the long script inside a file and call it for example flash_animation.js, then try to call both codes using code block. Let us know if it helps :)
Best regards,
NikkoHi,
Can you try to add !important after the rotate values on your posted code:
.avia-caption-title{ font-style: italic; font-weight: 900!important; -moz-transform: rotate(-10deg) !important; -ms-transform: rotate(-10deg) !important; -o-transform: rotate(-10deg) !important; -webkit-transform: rotate(-10deg) !important; transform: rotate(-10deg) !important; }
Best regards,
NikkoHey peanuttario,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.newsletter input.wpcf7-text::-webkit-input-placeholder { color: white; } .newsletter input.wpcf7-text::-moz-placeholder { color: white; } .newsletter input.wpcf7-text:-ms-input-placeholder { color: white; } .newsletter input.wpcf7-text:-moz-placeholder { color: white; }
Hope this helps :)
Best regards,
NikkoHey amyspearsgavin,
I checked it and it looks good. I have posted on how it looks on my end on the Private Content. Let us know if this is already fixed. :)
Best regards,
NikkoHi,
You can find it in https://kriesi.at/support/enfold-feature-requests/ and click on Popular, it’s on top 5 :)
Best regards,
NikkoHi,
Sorry we could not provide support outside the themes we are offering :(
Best regards,
NikkoMarch 25, 2017 at 4:03 am in reply to: "Logo + Main Menu Area" in "right sidebar" in RTL language issue #766444Hi,
Can you post a link to your site? so we can have a look.
Best regards,
NikkoHi,
No, I think this is the easiest way to do it. The other way would be using a child theme, copy and paste header.php and tweak it :)
Best regards,
NikkoHey Lukerk,
Glad you fixed it :)
Best regards,
NikkoHi,
How do you change the background of a page? is it via Color Section, General Styling or Quick CSS?
As for 3 columns in Enfold Medical Demo, it is using a Color Section and 3 1/3 Layout Element, and each one having a top margin of -200px (which can be set in 1/3 element). Hope this helps.
Best regards,
NikkoHey webcrab,
I have checked the link you gave I only see it in fullwidth when viewing on mobile device or trying to resize the browser. Is this already fixed? if not can you please post a screenshot on how it looks on your end?
Best regards,
NikkoHey Mark,
You can use the button shortcode:
[av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='']
And put it in one of the footer widgets. Just adjust the values in the shortcode. Hope this helps :)
Best regards,
NikkoHi,
Can you post a screenshot on the false plugin notification? you can upload it on http://imgur.com/ and post the link here :)
Best regards,
NikkoHey newpappa,
Try this css code:
.avia_transform #top .av_font_icon { opacity: 1 !important; -moz-transform:scale(1) !important; -webkit-transform:scale(1) !important; -o-transform:scale(1) !important; transform: scale(1) !important; }
Let us know if this helps :)
Best regards,
Nikko -
AuthorPosts