Forum Replies Created
-
AuthorPosts
-
Hi!
Not at all Devok, glad we could help :) Have a great weekend!
Best regards,
YigitHi!
Unfortunately i do not have a Windows computer around me. As far as i know, @ismael is using Windows 8. Let us wait to hear from him
Best regards,
YigitHey!
You should add it on your Color Section – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
Best regards,
YigitHi czar!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Cheers!
YigitHey!
Please try and let us know. If that too does not work, please post the link to your website. But from your screenshot it seems like your custom CSS code with !important rule is overwriting default CSS
Regards,
YigitAugust 15, 2014 at 11:16 am in reply to: Logo in header transparency overlapping with main logo when scrolling down #304835Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
1-.header-scrolled span.subtext { opacity: 0; }2- Please try deactivating all active plugins and check if that helps.
3- Currently it is not possible without customizing the theme. You can request such feature here – https://kriesi.at/support/enfold-feature-requests/ or hire a freelance developer if you really need it.Best regards,
YigitHi!
Please go to Appearance > Editor to find Functions.php file. You can also go to Enfold folder via FTP to find it
Best regards,
YigitHi!
You are welcome, glad we could help! :) Have a great weekend!
Best regards,
YigitHi tcoach84!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color .small-preview { background-color: transparent!important; }Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
span.copyright { width: 100%; } #socket div#avia_fb_likebox-5 { padding: 0; width: 30%; } #socket .avia-builder-widget-area.clearfix { width: 60%; float: right; }Regards,
YigitHi!
You should see Custom CSS field now – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/blur.jpg
Please edit your buttons and add “transparent-button” into custom CSS field, update your page then add following custom CSS code in Quick CSS field ( inside Enfold theme options > General Styling tab ) or Custom.css file ( inside Enfold/CSS folder ).transparent-button a.avia-button { background: transparent !important; border: 1px solid white !important; box-shadow: inset 0 0 10px white; }Code will be applied only on buttons with custom CSS class “transparent-button”.
Cheers!
YigitHi!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_logo','av_change_logo_url'); function av_change_logo_url($url) { $url = "your link goes here"; return $url; }Regards,
YigitHey Tom!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
@media only screen and (max-width: 767px) { .responsive #header_main .container, .responsive .logo { height: 120px !important; } .responsive .logo a, .responsive .logo img { height: auto !important; max-height: 100% !important; }}Regards,
YigitHi!
You are welcome, glad we could help! Let us know if you have any other questions or issues
Regards,
YigitHey!
Simply add following code to Functions.php file in Appearance > Editor
add_theme_support('avia_template_builder_custom_css');and follow the instructions Ismael posted here
Cheers!
YigitAugust 14, 2014 at 5:22 pm in reply to: Cannot move/drag menu items? Also, question about iPad/tablet view #304491Hey!
Please change the code to the folllowing one
@media only screen and (max-width: 990px) and (min-width: 481px) { .phone-info span { margin-left: 0; padding-left: 0; } .sub_menu li { padding: 0 1px; }}Best regards,
YigitHey adman1
Please try and let us know so we can mark this as resolved or assist you further! :)
Cheers!
YigitAugust 14, 2014 at 5:04 pm in reply to: Cannot move/drag menu items? Also, question about iPad/tablet view #304476Hey!
– Code is working fine on my end – http://i.imgur.com/ReOHdhz.png
please flush browser cache and refresh your page a few times.– Great! But you should be able to arrange menu items when Enfold is activated as well. Please try re-updating the theme via FTP – http://vimeo.com/67209750
Cheers!
YigitAugust 14, 2014 at 4:50 pm in reply to: Cannot move/drag menu items? Also, question about iPad/tablet view #304470Hey!
There is a closing curly bracket missing in your last code. Please change it to following one
@media only screen and (max-width: 480px) { #header_meta .container { width: 100% !important; }}and then check once again if the code i posted works
Cheers!
YigitHey Jamie!
You can turn on debugging mode ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) and see the shortcodes right below ALB or you can save templates you have created using Avia Layout Builder and load them on other pages http://i.imgur.com/pkv1y7C.jpg
Best regards,
YigitAugust 14, 2014 at 4:46 pm in reply to: Cannot move/drag menu items? Also, question about iPad/tablet view #304465Hey tlauen!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avatar { width: 81px; }Regards,
YigitHey!
In that case, you should refer to second solution. It would be more stable too
Best regards,
YigitHey Rustybucket!
Please go to Enfold theme options > Footer Layout and choose to display only Socket
Regards,
YigitHi!
Not at all :) Let us know if you have any other questions or issues
Cheers!
YigitAugust 14, 2014 at 4:24 pm in reply to: Cannot move/drag menu items? Also, question about iPad/tablet view #304447Hey PaintedMidget!
– Please try switching to one of the default themes and check if you can drag menu items or not.
– Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) and (min-width: 769px) { .phone-info span { margin-left: 0; padding-left: 0; } .sub_menu li { padding: 0 2px; }}Best regards,
Yigit -
AuthorPosts
