Forum Replies Created
-
AuthorPosts
-
August 13, 2014 at 11:34 am in reply to: Background colors conflict with transparent png images #303729
Hey!
Please use following code instead
a.slide-image { background: transparent!important; }Regards,
YigitHey farbcoach!
Please go to Enfold theme options > Header Layout > Extra Elements and add your social network URL’s
Cheers!
YigitHi!
Glad it is working fine now! Let us know if you have any other questions or issues
Best regards,
YigitHey clivewjones!
Duplicated – https://kriesi.at/support/topic/how-can-i-reduce-width-of-sidebar/
Please do not create duplicated topics as it is making it harder for us and other users to follow :)Best regards,
YigitHi!
You are welcome :)
Please try and let us know so we can mark this thread as resolved or assist you furtherBest regards,
YigitHey Arne!
You are currently using Enfold version 2.7.1. Please update the theme to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
You can take a quick look on what is new on newer versions here on blog – http://kriesi.at/blogRegards,
YigitHey A!
Please add following code to Quick CSS
#footer .mc4wp-form input[type=submit] { background-color: #fec10d; color: white!important; border-radius: 5px; }Best regards,
YigitHi mwalker420!
It should be included in Enfold update, which will come soon. No ETA though
Best regards,
YigitHey clivewjones!
Please see #2 in Peter’s post here – https://kriesi.at/support/topic/creating-and-using-a-different-sidebar/#post-282286
Best regards,
YigitHey!
Adding custom CSS works fine on theme elements. You can try adding following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('#docContainer').addClass('overflow-hidden'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');then add following code to Quick CSS
<pre.overflow-hidden { overflow: hidden !important; }
If that too does not work, try contacting plugin developerRegards,
YigitHey asthyanax!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Regards,
YigitHey!
Can you paste the code on http://pastebin.com/ and post the link here so we can take a look at the code you are using?
Regards,
YigitHey!
Great! Let us know if you have any other questions or issues Czar :)
Cheers!
YigitHey Nancy!
Please use following code instead
.grid-image img:hover { opacity: 0.5; }Regards,
YigitHi!
You are welcome Colleen, glad we could help :) Let us know if you have any other questions or issues
Cheers!
YigitAugust 12, 2014 at 5:28 pm in reply to: Blog page does not contain links to other blog posts at the bottom of the page #303339Hey Anita!
Please check the links you have posted. This theme is definitely not Enfold – http://i.imgur.com/PUwjZUv.png I have checked source code as well
Regards,
YigitAugust 12, 2014 at 5:19 pm in reply to: LayerSlider WP strecthing first slide… but not others? #303335Hi!
Try adding following code to Quick CSS
@media only screen and (min-width: 1140px) { div#first-slide img { height: 470px!important; }}Cheers!
YigitHi!
Have you tried adding the code to Custom.css file inside Enfold/css folder?
Also make sure that wp-content/uploads folder has correct permissions ( 755 )Best regards,
YigitAugust 12, 2014 at 4:45 pm in reply to: LayerSlider WP strecthing first slide… but not others? #303302Hey!
I have changed “responsive under” and “layers container” from 1140 to 1700 in LayerSlider WP > Slider Settings > Layout – http://i.imgur.com/E2YOJ5x.png
EDIT: Set it back to 1140Best regards,
YigitHey!
That is because code is not being applied. Add it to custom.css file inside Enfold/CSS folder
#docContainer { overflow: hidden!important; }Cheers!
YigitAugust 12, 2014 at 4:38 pm in reply to: Background image in color section not working in IPHONE and IPAD #303292Hi!
Sorry for the late reply. You have following code in Quick CSS field
@media only screen and (min-width: 990px) { .responsive .page-id-734 div#av_section_8 { background-attachment: fixed!important; }}please change it to following one
@media only screen and (min-width: 1024px) { .responsive .page-id-734 div#av_section_8 { background-attachment: fixed!important; }}then add following code to Quick CSS
@media only screen and (max-width: 1023px) { .avia-section { background-attachment: scroll !important; }}Regards,
YigitAugust 12, 2014 at 4:32 pm in reply to: Color section background image size issues on Iphone #303287Hey!
I cannot view your screenshots but i have checked your “Careers” page. Please try adding following code to Quick CSS as well
@media only screen and (max-width: 480px) { .avia-section.av-minimum-height .container .content { display: block; }}If that too does not help, please create a temporary admin login and post it here privately.
Regards,
YigitHey Alex!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
@media only screen and (max-width: 767px) { .responsive #top #header { position: fixed; } #header_main { background-color: orange; } div#main { margin-top: 82px; } .logo img { opacity: 0; } .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; } }I could not help but noticed that you have started 17 topics within two days. We would gladly help you with some code snippets but please note that we are not a customization service and providing heavy theme customization is out of our scope. Thank you for your understanding.
Best regards,
YigitAugust 12, 2014 at 3:54 pm in reply to: LayerSlider WP strecthing first slide… but not others? #303268Hi!
Can you please review your website now? You may need to adjust left, right values of your layers. Currently first slide image fits perfectly on my end.
Best regards,
YigitHi!
Please try copy&pasting the code Peter posted from here directly – http://pastebin.com/jbUd7dKQ
It does work fine on my local installationRegards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .slide-entry { width: 100%; margin-left: 0; }}Cheers!
YigitHey!
Great! Let us know if you have any other questions or issues. Have a great day!
Regards,
YigitHi Munford!
You have following code in Quick CSS field, please remove it
img:hover { opacity: 0.5 !important; }Please firstly link your slider images and then add following code to Functions.php file in Appearance > Editor
function add_custom_slider_link(){ ?> <script> jQuery(window).load(function(){ if (jQuery(window).width() >= 768){ jQuery("ul.avia-slideshow-inner li a").removeAttr("href"); } }); </script> <?php } add_action('wp_footer', 'add_custom_slider_link');Regards,
Yigit -
AuthorPosts
