Forum Replies Created
-
AuthorPosts
-
Hey!
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!
YigitHey!
You are welcome, glad we could help! Let us know if you have any other questions or issues!
Best regards,
YigitHi!
Please change the code to following one
.avia-menu-fx { height: 8px; background-image: url(https://test-thumbsup.nl/wp-content/themes/nieuwenhuis/images/layout/driehoek.png); background-repeat: no-repeat; background-color: transparent!important; width: 10px; display: block; left: 50%; }Regards,
YigitHi!
Please add following code to Quick CSS as well
body .av-special-heading .av-special-heading-tag { font-size: 16px; font-weight: bold; }Cheers!
YigitHi!
Please use following code and adjust as needed
.hr-full, .hr-big { margin: 40px 0; }Best regards,
YigitHey Denis
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top #header .avia_mega_div > .sub-menu > li > ul > li a { padding-top: 0; } .avia_mega_div .avia-bullet { margin-top: 8px; } #top #header .avia_mega_div > .sub-menu { padding: 5px 30px 5px; } #top #header .avia_mega_div > .sub-menu > li > ul > li a { font-size: 16px; } #header .mega_menu_title { font-size: 32px; }Cheers!
YigitHey Konrad!
Please edit your Contact page and add Google Map element under Media Elements in ALB to your page – http://i.imgur.com/odLYv2L.png
If you do not have the Google Map element, that means you are using an older version of the theme. Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750Best regards,
Yigit -
AuthorPosts
