Forum Replies Created
-
AuthorPosts
-
April 25, 2014 at 2:15 pm in reply to: icon boxes – changing the holding shape from a circle to a square #256081
Hey!
You can use Icon element. Please also add following code to Quick CSS
.av_font_icon.av-icon-style-border .av-icon-char { border-radius: 0; }Regards,
YigitApril 25, 2014 at 2:13 pm in reply to: Problem with social media links on top of the header title #256080Hey!
It seems like you have figured it out – http://i.imgur.com/QCmZQ1N.png
Let us know if you have any other questions or issuesRegards,
YigitHi CyberSeb!
You can simply add Advanced LayerSlider element to your page under Media Elements in Avia Layout Builder after creating the slider in LayerSlider WP tab in WordPress dashboard. Please make sure that you are using the latest version of Enfold (2.7) and WordPress (3.9) – http://kriesi.at/documentation/enfold/updating-your-theme-files/
I tried to Google it but i could not find, sorry. But as Kriesi has the right license to distribute those images, i believe you are allowed to use them :)Cheers!
YigitHi!
Feel free to request it here – https://kriesi.at/support/enfold-feature-requests/ :)
I am marking this thread as resolved. If you have any other questions or issues, please let us know!Cheers!
YigitApril 25, 2014 at 2:00 pm in reply to: Content Slider don't work with Dots or arrows controls #256071Hi Francisco!
I could not see a content slider element on your pages, but slider does work fine on my end. Please see screencast here – http://youtu.be/BzEc9Z_FV5Y
Cheers!
YigitHi erikenanne!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main_alternate { background-color: rgba(0,0,0,0.3); } .main_menu ul:first-child > li { background-color: transparent; }Best regards,
YigitHey pako69!
It is based on amount of comments you have on your posts.
Best regards,
YigitHi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 990px) and (min-width: 768px) { section.av_textblock_section span { float: left!important; width: 96px; }}Regards,
YigitHey!
Can you also post the link to your website? You can check theme version in Appearance > Themes click on details on Enfold. Or in Style.css file in Appearance > Editor.
Best regards,
YigitHi HiDrew!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av-main-nav > li > a { padding-left: 0; }Regards,
YigitHi hobart!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#menu-item-2852 a { color: red; }You need to add the code for each menu item and change menu item ID’s. You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg
Regards,
YigitHey GOWD!
Please add following code to Quick CSS in Enfold theme options under Styling tab
span.avia_hidden_link_text { display: none; }if that does not work, please post the link to your website so we can take a look
Best regards,
YigitHi!
!important rule must have done it :) You are welcome, glad we could help!
Best regards,
YigitHi hansrothem!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main { background-color: white; }Regards,
YigitHey!
Once again edited and added !important rule. Now it should really do it :)
Regards,
YigitHi fryec1135!
Please add following code to Quick CSS in Enfold theme options under Styling tab
h2 { margin-top: 0 !important; }If that does not work, please post the link to your website and point out the h2 element
Regards,
YigitApril 24, 2014 at 6:57 pm in reply to: Changing colour of Top Menu Bar and Height allowance for logo #255692Hey!
You are welcome, glad we could help! Let us know if you have any other questions or issues
Best regards,
YigitHey!
I have just update the code i posted in my previous post. This should do it. Please try it now
Regards,
YigitApril 24, 2014 at 6:52 pm in reply to: Changing colour of Top Menu Bar and Height allowance for logo #255682Hey!
Following code should do it
.av-main-nav > li > a { color: white !important; } .av-main-nav > li > a:hover { color: red !important; background-color: white !important; }Regards,
YigitHey!
Please add following code to Quick CSS as well
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { width: 240px !important; }Best regards,
Yigit-
This reply was modified 11 years, 10 months ago by
Yigit.
Hey!
Can you post the link to your website so we can take a look? I tried to see it from screenshot but it is too small :)
Best regards,
YigitApril 24, 2014 at 6:37 pm in reply to: Changing colour of Top Menu Bar and Height allowance for logo #255661Hi!
Please try adding !important rule to the code as following
#header_main_alternate { background-color: red !important; } .av-main-nav > li > a { color: white !important; }Currently it is not being applied.
Best regards,
YigitHi!
Please add following code to Quick CSS instead
.ajax_slide a.portolio-preview-list-image { pointer-events: none; }Best regards,
YigitHi!
You have following css codes
.gform_wrapper .ginput_complex input[type=text], .gform_wrapper .ginput_complex input[type=url], .gform_wrapper .ginput_complex input[type=email], .gform_wrapper .ginput_complex input[type=tel], .gform_wrapper .ginput_complex input[type=number], .gform_wrapper .ginput_complex input[type=password], .gform_wrapper .ginput_complex select { width: 95% !important; } /* and */ .gform_wrapper .field_name_first input, .gform_wrapper .ginput_complex .ginput_left input { width: 95% !important; }in this file yourdomain.com/knbb/wp-content/plugins/gravityforms/css/formsmain.css?ver=1.8.6
Please remove !important from these codes and it should work fineCheers!
YigitApril 24, 2014 at 5:34 pm in reply to: Social Icons Showing Extra Text after Enfold 2.7 and wordpress 3.9 update #255631Hi!
Glad it fixed it ENB, let us know if you have any other questions or issues :)
Cheers!
YigitHi!
Please add following code to Quick CSS as well
.gform_wrapper .field_name_first input, .gform_wrapper .ginput_complex .ginput_left input { width: 210px !important; }Cheers!
YigitApril 24, 2014 at 5:28 pm in reply to: Social Icons Showing Extra Text after Enfold 2.7 and wordpress 3.9 update #255624 -
This reply was modified 11 years, 10 months ago by
-
AuthorPosts
