Forum Replies Created
-
AuthorPosts
-
Hey,
Yes, I can see it working as it should.
Regards,
NikkoHi,
You can try to change the text block from Visual to Text, then for example you have this text:
<b>some</b> text here
you can change it to:
<b class="b1">some</b> text here
save it then add this to Quick CSS:.b1 b { color:#FB4849 !important; }
Regards,
NikkoHey Perry,
Please go to the homepage and then in the sidebar (go near the bottom) you should find Header visibility and transparency set it to Transparent Header.
Best regards,
NikkoHey,
Yes, you’re right, just replace #main with #rspp. :)
Regards,
NikkoHey,
Can you try adding this css code too:
.page-id-449 b { color:#FCB634 !important; } .page-id-451 b { color:#FB4849 !important; }
Hope it helps.
Cheers!
NikkoHi,
I’m not sure I understood what you meant with your reply, can you elaborate it further, probably a screenshot would help me know the issue with the code I gave.
Regards,
NikkoHi imJack,
Thanks for your kind words as well as sharing how you fixed it on your site :)
Best regards,
NikkoHi,
Glad that you fixed it :)
Best regards,
NikkoHey domainarchitect,
Can you post a link what demo you are trying to mimic, giving us the exact link would help better, you can check all the demo here: http://kriesi.at/themes/enfold-overview/
Best regards,
NikkoHey Fred,
You can turn it on or off in Enfold > Header > Header Layout > Header Title and Breadcrumbs or if you want it specific you can do it in pages found in the sidebar near the bottom Title Bar Settings. I’m not really sure what you meant by the title bar height or the thickness, can you post a screenshot and upload it on http://imgur.com/ and post the link here so we can identify properly what you want to change.
Best regards,
NikkoHi,
I think this is a duplicate thread to this one: https://kriesi.at/support/topic/top-button/
Best regards,
NikkoHi,
Where did you place the code? Is it in Enfold Theme Option > Header > Extra Elements? or is it somewhere else? The code used doesn’t seem to be right, where did you get the code?
Best regards,
NikkoHi Stefano Ceriolo,
I have moved your email, purchase code and other confidential information to the Private Content for security reasons. The account should be working now with the right email. The password is in the private content below.
Best regards,
NikkoFebruary 4, 2017 at 10:30 am in reply to: limit portfolio navigation to a single category in single item view #742747Hey,
Glad we could help :)
Regards,
NikkoHey!
Glad it’s working :)
Best regards,
NikkoHi,
When updating the theme make sure to make a backup first and then disable cdn and caching plugin, sometimes caching plugins cause problems after updating causing some weird behaviors because the old files are still being fetched and mixed with the new ones.
Best regards,
NikkoFebruary 4, 2017 at 10:17 am in reply to: Woocommerce One page checkout not working with Enfold theme #742744Hi Ronald,
Checking on the woocommerce plugin addon/extension, it’s not really compatible on the modification on Enfold theme to make its design and functionality integrate better. I can’t test the plugin you have mentioned, but try to disable Enfold’s integration with woocommerce (and enabling the default functionality of woocommerce) by going to functions.php and find this line of code:
require_once( 'config-woocommerce/config.php' ); //compatibility with woocommerce plugin
replace it with this code:
//require_once( 'config-woocommerce/config.php' ); //compatibility with woocommerce plugin
Hope this helps.
Best regards,
NikkoHi,
Try adding this code below Ismael’s code:
@media only screen and (max-width: 479px) { #full_slider_1 ul.avia-slideshow-inner { min-height: 240px; } #full_slider_1 ul.avia-slideshow-inner li img { min-width: 600px; position: relative; left: -65%; } }
Hope this helps :)
Best regards,
NikkoHi,
Sorry for the late response, there are a lot of queries lately. I checked on your site and it seems this is already fixed as I can the icons rendering properly near the footer.
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top.home #wrap_all #av_section_1 .av-special-heading { max-width: 800px; margin: 0 auto; } #top.home #wrap_all #av_section_1 .av-special-heading-tag, #top.home #wrap_all #av_section_1 .av-subheading { display: inline-block; padding: 8px 16px; background: rgba(0,0,0,0.5); }
Let us know if this helps. :)
Best regards,
NikkoHi,
Try adding this css code in Quick CSS:
.responsive #top #wrap_all #header { position: fixed !important; }
Hope this helps.
Best regards,
NikkoFebruary 4, 2017 at 9:21 am in reply to: Slideshow autorotation duration: how to make it less than 1 second #742728Hi,
Please open this file enfold\config-templatebuilder\avia-shortcodes\slideshow_fullscreen.php, find this code block (line 602-609)
array( "name" => __("Slideshow autorotation duration",'avia_framework' ), "desc" => __("Images will be shown the selected amount of seconds.",'avia_framework' ), "id" => "interval", "type" => "select", "std" => "5", "subtype" => array('1'=>'1','2'=>'2','3'=>'3','4'=>'4','5'=>'5','6'=>'6','7'=>'7','8'=>'8','9'=>'9','10'=>'10','15'=>'15','20'=>'20','30'=>'30','40'=>'40','60'=>'60','100'=>'100')),
Try adding some values in the array. Hope this helps.
Best regards,
NikkoHi,
Try to change this part of the code:
$(window).load(function() {
to this one:
$(document).ready(function() {
Hope this helps.
Best regards,
NikkoHi,
Try adding this css code in QUick CSS:
.responsive #main .container { max-width: 100%; padding: 0; }
Hope this helps.
Best regards,
NikkoHey vlabmotion,
Please go to Enfold > Header > Extra Elements and add your phone number, also just to clarify if phone number will be visible on mobile or just the icon? can you also post a link to your page.
Best regards,
NikkoHey Chris,
You can refer to this thread: https://kriesi.at/support/topic/theme-update-rollback/
Best regards,
NikkoHey RB_media,
Enfold doesn’t have an option for that, however you can use category or tag to group several posts together to show in magazine listing.
Best regards,
NikkoFebruary 4, 2017 at 7:51 am in reply to: Advanced Layout Builder on custom post doesn't open by default #742690Hi,
Sorry for the delayed response and glad that you fixed it. Can you tell us what file the stray filter on avf_builder_active is located, as well as post the code. Thanks again for your patience.
Best regards,
NikkoHi,
Thanks for the login, I’m still scratching my head on this. I did notice 1 thing which is the setting you used is 1px gap and it has same gap as large gap, I used the same settings as you have and tested the images you used with the proper tags and it’s working properly on my end. Can you try to update it to the latest version of Enfold 3.8.5 also try to deactivate all plugins. Hope this helps.
Cheers!
NikkoHi,
I have adjusted it in Enfold (TOP – Theme) > Header > Header Settings:
changed header size to custom pixel size and set Custom header height to 75px.
Hope the changes is cool :)Best regards,
Nikko -
AuthorPosts