Forum Replies Created
-
AuthorPosts
-
Hey!
You can simply remove this code from Quick CSS/Custom.css file
#header_main { background: #1e5799; background: -moz-linear-gradient(top, #5eb935 0%, #719430 50%, #507210 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5eb935), color-stop(50%,#719430), color-stop(100%,#507210)); background: -webkit-linear-gradient(top, #5eb935 0%,#719430 50%,#507210 100%); background: -o-linear-gradient(top, #5eb935 0%,#719430 50%,#507210 100%); background: -ms-linear-gradient(top, #5eb935 0%,#719430 50%,#507210 100%); background: linear-gradient(to bottom, #5eb935 0%,#719430 50%,#507210 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eb935', endColorstr='#507210',GradientType=0 ); }Best regards,
YigitAugust 5, 2014 at 6:14 pm in reply to: how to add Search link from MLS IDX into enfold page? #300353Hey Igor!
You can try adding this code inside a Code Block element – http://pastebin.com/J57B54JE
but you are going to need to load CSS files and images used in the page to your server to display it correctly.Cheers!
YigitHey Mauro!
Yes, now it works! Please add following code to Quick CSS in Enfold theme options under General Styling tab
.news-thumb { height: 60px; width: 60px; }Thumbnails are now 50x50px – http://i.imgur.com/WlAgIAc.png
Regards,
YigitHey!
Please see screenshots here – http://imgur.com/a/H31Qs both in visual and text tab
Regards,
YigitHey!
You are welcome JB, glad we could help! :) Let us know if you have any other questions or issues
Cheers!
YigitHey!
Please refer to my post here – https://kriesi.at/support/topic/adding-phone-number-text-and-button-to-main-header/#post-292252 and add your image to header manually. You should use IMG tag inside the DIV – http://www.w3schools.com/tags/tag_img.asp
Unfortunately there is no “smoother” way that i know to move the main menu links lower on shrinking header. With the values i have posted earlier, menu was on the the header when scrolled down. You can try playing with the values
Regards,
YigitHi!
Please add following code to Quick CSS code as well
#top #header .mega_menu_title a { font-size: 24px; }If that too does not work, please post the link to your website
Cheers!
YigitHey blankonblank!
Please update your images 360x360px.
You can add following code to Quick CSS in Enfold theme options under General Styling tab to change the width of masonry elements.av-masonry-entry { width: 19.9%; }Regards,
YigitHey papernapkinmarketing!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#after_section_8 .avia_textblock p { font-size: 16px; }Cheers!
YigitHi kimchan2!
Please go to Appearance > Editor and open Functions.php file and find and edit following line
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entriesthen regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
YigitHi!
Your custom CSS code in Style.css file of your child theme and Quick CSS field are safe and will not get lost when you update the parent theme
Best regards,
YigitHi icodemarchi!
Please refer to my post here – https://kriesi.at/support/topic/different-colors-on-table-column-headers/#post-297982
Cheers!
YigitHi!
Please flush browser cache and refresh your page a few times, it does work fine on my end – http://i.imgur.com/brUyHsg.png
Regards,
YigitHi!
I am sorry but it still looks like this on my end – http://i.imgur.com/aRrbPpJ.png :/
Regards,
YigitHey!
Please firstly turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then add a custom class to your element. Then add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-class.av_textblock_section { color: white; background-color: rgba(0,0,0,0.4); padding: 10px; }Regards,
YigitHi kimogroup!
It would be the best if you choose to display “No sidebar” on your page and place portfolio grid element into 2/3 column element and place a 1/3 colum element right next to it with widget area element inside to display your widgets.
Regards,
YigitHey!
You are welcome Moniek, glad we could help :) Let us know if you have any other questions or issues
Cheers!
YigitHey goforyourdreams!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { #advanced_menu_toggle, #advanced_menu_hide { display: block !important; }}Regards,
YigitHey
1- Please change following code to
@media only screen and (max-width: 1499px) .html_header_top.html_header_sticky #main { padding-top: 277px !important; }}to following one
@media only screen and (max-width: 1499px) { .html_header_top.html_header_sticky #main { padding-top: 255px !important; }}2- Please add featured image to your blog post.
Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avatar { position: static; }Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab to hide slider on mobile
@media only screen and (max-width: 990px) { div#layer_slider_1 { display: none; }}Please also see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and turn on custom CSS field for ALB elements and then give the element you would like to display instead of slider a custom class and add following code to Quick CSS as well
@media only screen and (min-width: 990px) { .your-custom-class { display: none; }}Cheers!
YigitHey!
Do you have any issues with partner/logo element when you switch to parent theme?
Please do create a testing environmentBest regards,
YigitHey codecreative!
Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750 and update WordPress to the latest version 3.9.1 and issue should be solved. If not, let us know :)
Best regards,
YigitHey codecreative!
Please do not create duplicated topics – https://kriesi.at/support/topic/text-editor-sink-is-missing/
Cheers!
YigitHey Swedfit!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.widget { padding-bottom: 0; }Cheers!
YigitHey!
You have following custom CSS code added
.sub-menu { top: 92px !important; border-top-width: medium !important; }Please change it to
@media only screen and (min-width: 990px) { .sub-menu { top: 92px !important; border-top-width: medium !important; }}Best regards,
YigitHey!
Maintenance mode is active. Can you post temporary logins so we can see the content?
Best regards,
YigitHi!
No, i am in Lithuania and Ismael is in Philippines. Nobody from the team is in Russia.
If you can upload your screenshots on imgur.com or Dropbox public folder, we can try to provide you custom CSS codeCheers!
Yigit -
AuthorPosts
