Forum Replies Created
-
AuthorPosts
-
Hey!
Yes, please use Quick CSS field in Enfold theme options > General Styling tab or Custom.css file inside Enfold/css folder for your custom CSS codes
Cheers!
YigitHey!
1- Please give your Color Section element a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS
#your-custom-id .container { padding: 10px; background-color: black; }2-
.my_table .my_table_col_right input[type="submit"] { background-color: black; border: 1px solid white; }If you do not want to have border around your button, remove “border: 1px solid white;”
Cheers!
YigitHi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { max-width: 80%; }}Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Cheers!
YigitHi!
Please paste the code you have inserted in http://pastebin.com/ and post the link here
Best regards,
YigitHey rcgroup!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .phone-info span { color: #808080!important; } .phone-info span { color: white!important; }2- Please add Fullscreen Slider element to your page under Media Elements in ALB
Cheers!
YigitHey!
Yes i was. I have created a private page called “Test-page”, please review it.
I also noticed that you are using an older version of the theme which not compatible with WordPress version you are using. Please update Enfold to the latest version 2.9.1 via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/Cheers!
YigitHi!
Please add following code to Quick CSS as well
#top.avia-blank #wrap_all { display: block; }Issue is not related with the code i previously posted
Best regards,
YigitHey mijyman!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-2511 .container_wrap { border-top: none!important; }If you would like to apply the code globally, please remove .page-id-2511 from the code
Best regards,
YigitHey!
You can use (Email address hidden if logged out) but please post the login credentials here privately after creating them
Best regards,
YigitHi!
Do you mind creating a temporary admin login and posting it here privately so i can look into it?
P.S.: You do not need to notify your private posts, we get notified when you post them :)Regards,
YigitHi!
You are welcome Jim, glad we could help! Let us know if you have any other questions or issues
Regards,
YigitHey codecreative!
Please add following code to Quick CSS
#header_small_nav .av-main-nav > li > a { height: 30px!important; line-height: 30px!important; }It should look like this – http://i.imgur.com/YbBo8zP.png
Cheers!
YigitHi!
Please edit your page and add Color Section element under Layout Elements in Advanced Layout Builder. Then click on it to see its options and add your image as “Custom background image” – http://i.imgur.com/5WvyhMr.png
Then you can simply drag and drop your elements inside your color section element.
You can save templates you have created using Avia Layout Builder and load them on other pages http://i.imgur.com/pkv1y7C.jpg
This could be helpful to create a test page first. You can save your current page template and load on your test page and try the solution i suggested above and check if it helps :)Regards,
YigitHi!
Glad you figured it out! Let us know if you have any other questions or issues :)
Best regards,
YigitHey!
Your LayerSlider ID’s will be #layerslider_6 and #layerslider_7
Best regards,
YigitHi!
Please see “Intro to the Header Configurator” video tutorial here – http://kriesi.at/documentation/enfold/videos/
Best regards,
YigitHey!
Please upload different logo in Header Layout > Transparency Options. Currently your transparent and normal logos are the same
Regards,
YigitHey Jim!
You are currently using very old version of the theme which is not compatible with WordPress version you are using. Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
P.S.: Please do not share your purchase code publicly. I have edited your post and removed itCheers!
YigitHey!
Please put your content into a Color Section element and set your background as background image of your Color Section
Best regards,
YigitHey jmguridi!
Can you please set your page to transparent header so we can see the issue?
Cheers!
YigitAugust 18, 2014 at 6:07 pm in reply to: On Submenu selected: Do not have a blue line under menu #305879Hey Peter!
Please add following code to Quick CSS in Enfold theme options under Generel Stlying tab
.current-menu-ancestor a > .avia-menu-fx { opacity: 1; visibility: visible; }Best regards,
YigitHey jdrakeproductions!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-logo-element-container img { box-shadow: none; } a.slide-image { background-color: transparent!important; }Cheers!
YigitHi!
Seems like you have already figured it out – http://i.imgur.com/cQvAXdV.png :)
Let us know if you have any other questions or issues!Regards,
YigitHey Slimmer1!
Sorry for the late reply!
I tried to find “ribbon” class on your website but i could not. Can you please post the link to your page where you have it and point it out?Cheers!
YigitHi topprintish!
Please add following code to Quick CSS as well
.grid-entry { padding-right: 5px; }Regards,
YigitHey!
Devin replied you – https://kriesi.at/support/topic/layout-builder-and-custom-post-2/#post-303900
Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#tw-recent-posts-2 { background-color: #eee; padding: 10px; }Regards,
YigitHi!
You are welcome, glad we could help :) Let us know if you have any other questions or issues
Cheers!
YigitHi!
You have following code in Quick CSS
#top .fullsize .template-blog .big-preview img { width: 50%; left: 300px; }please change it to
#top .fullsize .template-blog .big-preview img { width: 50%; margin: auto; }and change following one
@media only screen and (max-width: 767px) { #top .fullsize .template-blog .big-preview img { width: 50%; right: 200px; left: 200px; }}to following
@media only screen and (max-width: 767px) { #top .fullsize .template-blog .big-preview img { width: 50%; }}Regards,
Yigit -
AuthorPosts
