Forum Replies Created
-
AuthorPosts
-
Hey!
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,
YigitHi!
Glad it is working fine now Axel! Let us know if you have any other questions or issues
Cheers!
YigitHey!
That would work, but more “solid” way would be applying a unique ID to your Color Section element ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and use the code as following instead
#your-custom-id { border: medium none; padding-top: 6px; }Best regards,
YigitHi denis-lvov!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .big-preview.single-big { pointer-events: none; }2- Please refer to Peter’s post here to change archive layout – https://kriesi.at/support/topic/how-to-get-a-different-layout-for-the-blog-page-without-breaking-breadcrumbs/#post-256745
Regards,
YigitAugust 21, 2014 at 12:37 pm in reply to: Applying an id-name or class-name to a 1/2 page layout module or a picture #307307Hi Marc!
Currently it is not possible. However, Josue posted a workaround few months ago. You can try it here – https://kriesi.at/support/topic/how-to-trigger-specific-elements/#post-268697
Best regards,
YigitHey ProAnts!
Please add following code to Quick CSS to adjust menu item font sizes
#top #header .av-main-nav > li > a { font-size: 18px !important; } #top #wrap_all .av-main-nav ul > li > a, #top #wrap_all .avia_mega_div, #top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul { font-size: 16px !important; }Regards,
YigitHi topprintish!
It is possible but you are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.
Best regards,
YigitHi rcgroup!
Can you post a screenshot and show how you would like them to look?
Also, have you tried re-creating the same layout using Color Section element with a custom background image instead of LayerSlider?Cheers!
YigitHey!
Please adjust “responsive under” and “layers container” values in LayerSlider WP > Slider Settings > Layout – http://i.imgur.com/E2YOJ5x.png
Regards,
YigitHi Kesa!
I have added your phone number using following method in Enfold theme options > Header Layout > Extra Elements
<a href="tel://1-555-555-5555">+1 (555) 555-5555</a>Regards,
YigitAugust 21, 2014 at 12:06 pm in reply to: IE8 logo issue and adding a background colour to a link #307285Hi!
Please try adding following code to Quick CSS instead
.html_header_top.html_logo_center .logo { left: 0!important\9; }Can you please post a screenshot and show the issue you see on IE8?
Cheers!
YigitHi george!
Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
Best regards,
YigitAugust 21, 2014 at 11:59 am in reply to: Can I use other normal font to take place of the Google font for this theme? #307282Hi Andy!
Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
or try using this plugin http://wordpress.org/plugins/wp-font-face/Best regards,
YigitHi Stan!
Which browser and OS are you using? I see that you had already added a color section element to your page and i added Special Heading element and after updating it worked fine. Please see screenshot here – http://i.imgur.com/JaXMYl5.png
Cheers!
YigitHey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitHey Jan
Please add following code to Quick CSS
.slideshow_caption * { text-transform: none !important; }Regards,
YigitHi!
Please add following code to Quick CSS as well
.page-id-2890 div#av_section_1 .container { background-color: #70c2cc; }Cheers!
YigitHey!
You can download it here – https://wordpress.org/plugins/w3-total-cache/
then unzip it inside wp-content/plugins folder via FTPRegards,
YigitHi!
Apparently issue was caused by W3 Total Cache plugin. As suggested, please try updating it
Best regards,
YigitHey smadesign!
Please go to wp-content folder via FTP and rename “plugins” folder and check if that helps.
Best regards,
YigitHey pnacho!
No, it will be overwritten. Please use Child theme if you would like to make changes on theme files – http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/
Best regards,
YigitHi kboger!
Please turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your element a custom CSS class ( i.e. my-image ) and then add following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ if ( jQuery("div").hasClass("my-image") ) { jQuery(".my-image").attr('id','my-image-id') }; }); </script> <?php } add_action('wp_footer', 'add_custom_script');It will give an ID #my-image-id to your “my-image” element
Best regards,
YigitHey Rustybucket!
Please choose to display both and then add following code to Quick CSS
strong.main-title.entry-title { display: none!important; }Cheers!
YigitHey!
Please edit your Color Section element and remove background color and then use following code in Quick CSS field instead
@media only screen and (min-width: 1140px) { .page-id-2890 div#av_section_1 .container { width: 1140px; background-color: #70c2cc; }}Regards,
YigitHi satucker!
Enfold does not support menu descriptions. You are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of our support. You can also request such feature here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
YigitHey Tal!
Please add following code to Quick CSS
.widget { padding-bottom: 0; margin-bottom: -10px; }Best regards,
YigitAugust 20, 2014 at 5:54 pm in reply to: How to remove circle border in lightbox close button #306966Hey!
Please add following code to Quick CSS as well
.mfp-bg { background: white !important; }Regards,
Yigit -
AuthorPosts
