Forum Replies Created
-
AuthorPosts
-
September 19, 2014 at 4:11 pm in reply to: Changing Fonts Size of Telephoen Number and Adding Content #321948
Hi charlie1!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.phone-info { font-size: 18px; color: red!important; }2- Please add following code to Functions.php file
function put_stuff_before_main_content() { echo "<div class='my-class'><a href='http://kriesi.at'><img src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' /></a></div>"; } add_action('ava_main_header', 'put_stuff_before_main_content');and then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust its position using
.my-class { position: relative; right: 10px; }Regards,
YigitHi!
Please add following code to Quick CSS as well
input#search_files { display: inline!important; }Best regards,
YigitHi!
Your styling is stored in wp-content/uploads/dynamic_avia/enfold.css file. and yes, you can overwrite it using custom CSS code in either Quick CSS field or Custom.css file which is inside Enfold/css folder
Cheers!
YigitHey Invoke_Media_Group!
Please see – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Regards,
YigitHey!
Glad you figured it out and thank you for sharing your solution :)
Best regards,
YigitHey charlie1!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h1, h2, h3, h4, h5, h6 { text-transform: none!important; }Regards,
YigitHey!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.add_to_cart_button { display: none!important; }Regards,
YigitHi mtzlr!
Can you post the link to your website where you have the element you would like to edit please?
Cheers!
YigitHey danfarberoff!
Have you tried deactivating all active plugins and check if that helps?
Regards,
YigitSeptember 19, 2014 at 3:48 pm in reply to: Enfold Theme – I want to remove HTML tags and attributes from comment form #321920Hey anilkumar1261!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p.form-allowed-tags { display: none !important; }Best regards,
YigitHey!
Please use this plugin to prevent emails from going into spam or junk folders – https://wordpress.org/plugins/easy-wp-smtp/
Best regards,
YigitHi smudgedesign!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-slideshow.avia-slideshow-1 { min-height: 500px; }Regards,
YigitHey!
In that case can you please try de-activating all active plugins and check if that helps?
Cheers!
YigitHey!
You can disable minifying feature, apply the code and then re-enable
Best regards,
YigitSeptember 19, 2014 at 1:35 pm in reply to: Avia lay-out builder not working anymore since WP4.0 upgrade #321877Hi dvbmedia!
Can you please make sure that you are using the latest version of Enfold which is 2.9.2? If not, please update via FTP – http://vimeo.com/67209750
Cheers!
YigitHi!
Please try using following code instead
.html_header_transparency #top #wrap_all #main { padding-top: 0 !important; }Regards,
YigitSeptember 19, 2014 at 1:33 pm in reply to: Need help – urgent! Very narrow first picture in the store. #321872Hi erikatzen!
Login is needed. Can you please post them here privately?
Best regards,
YigitHey patrickvreeswijk!
Please edit your blog posts and set featured image – http://i.imgur.com/b5CIvt4.png
Best regards,
YigitHey!
Please add following code to Quick CSS as well
.avia-logo-element-container .image-overlay { display: none!important; } .avia-logo-element-container img { filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); } .avia-logo-element-container img:hover { filter: grayscale(0%); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); }Regards,
YigitHey danfarberoff!
Have you tried de-activating all active plugins and check if that helps?
Regards,
YigitHi Steamed!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }Cheers!
YigitHi avivitgolanschutz!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Have you tried de-activating all active plugins and check if that helps ?Cheers!
YigitSeptember 19, 2014 at 1:17 pm in reply to: enfold theme – background image for only home page at main content bottom center #321857Hi!
You are welcome. Let us know if you have any other questions or issues! Have a nice weekend!
Regards,
YigitHey mlabayru!
Please re-update Enfold to the latest version 2.9.2 via FTP and make sure to overwrite all files – http://vimeo.com/67209750
Currently there is a JS error on shortcode fileBest regards,
YigitHi!
Please add following code to Quick CSS as well
#footer { padding: 0; } .footer_color .avia-slider-testimonials .avia-testimonial-content, .avia-slider-testimonials .avia-testimonial-arrow-wrap { background-color: #888; color: red; } #footer strong.avia-testimonial-name { color: orange!important; } #footer span.avia-testimonial-subtitle { color: blue !important; } #footer .widgettitle { font-size: 20px; }I did not understand this questions clearly “How do I change the line color for the box of the testimonial area?”. Please elaborate
Regards,
YigitHey!
Have you tried flusing browser cache on your mobile device? Top and bottom paddings are not decreased to 40px and to 20px instead of using default 50px
Regards,
YigitHey!
Please add following code to Quick CSS and adjust as needed
.av-main-nav > li > a { padding: 0 25px; }Best regards,
YigitHi!
You can add following code to Quick CSS to display different version of your header background image on mobile
@media only screen and (max-width: 768px) { .header_color .header_bg { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); }}your current background image is not playing well on mobile header as you can see. changing it should solve the issue :)
Cheers!
YigitHey runekjensen!
I checked your website and ALB loaded fine on my end – http://i.imgur.com/LeNum54.png
Have you figured it out already?Best regards,
Yigit -
AuthorPosts
