Forum Replies Created
-
AuthorPosts
-
Hey!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { div#layer_slider_1 { height: auto!important; }}Cheers!
YigitHey!
Can you please enable right-clicking and post a screenshot showing the changes you would like to make?
You can upload your screenshots on imgur.com or Dropbox public folder and post the links hereRegards,
YigitHey!
I have added it. Please go to Functions.php file and search “Here goes my text” and edit it as needed and change the link. Then you can change the position using following code in Quick CSS
.my-custom-text { position: relative; left: 10px; top -10px; }Best regards,
YigitSeptember 30, 2014 at 2:27 pm in reply to: Some main navigation menu links opening in new window #327229Hey!
Please firstly update Enfold to the latest version 2.9.2 via FTP and WordPress to 4.0 and check if that helps – http://vimeo.com/67209750
Best regards,
YigitHi!
I have updated the theme. Please re-configure header options – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
Also, you have many plugins that needs to be updated, please update them first and check if it helps with Advanced Layout BuilderCheers!
YigitHi Sarah!
Your sharing links are working fine on my end. It shares your posts successfully. Can you post a screenshot and show where you would like to display your social media icons?
Best regards,
YigitHi!
Please add following code to Quick CSS as well
#top .wp-caption.aligncenter { margin: 0; width: 100%!important; }Best regards,
YigitHey MasterFlo!
Please try using one of these plugins;
https://wordpress.org/plugins/inline-spoilers/
https://wordpress.org/plugins/bbspoiler/
https://wordpress.org/plugins/fancy-spoiler/
For your information, we have not tested any of these plugins with Enfold.Best regards,
YigitSeptember 30, 2014 at 2:08 pm in reply to: Issue with jQuery powered features like Accordian FAQ and Sliders #327217Hi!
Please try de-activating all active plugins and check if that helps. Seems like files were not overwritten successfully. Please try re-updating the theme and make sure to overwrite all files
Cheers!
YigitSeptember 30, 2014 at 2:07 pm in reply to: Can I create a page template like 'without header, but with footer' #327216Hey!
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
If you can post the link to your website we can tell you its page ID as wellRegards,
YigitSeptember 30, 2014 at 2:06 pm in reply to: Changing the location of the WooCommerce cart icon #327215Hey bakbek!
Please add following code to Quick CSS and adjust as needed
.cart_dropdown { top: 80%; } .cart_dropdown.visible_cart { right: -2px; } .header_color .cart_dropdown_link { background-color: red; }Regards,
YigitHi oneandonlyeric!
Can you post a screenshot and show the changes you would like to make?
Best regards,
YigitSeptember 30, 2014 at 2:00 pm in reply to: Youtube Video Not Playing in Fullwidth Easy Slider #327211Hi!
Glad you figured it out Tim and thank you for sharing your solution :)
Regards,
YigitHey!
You can add following code to Quick CSS in Enfold theme options under General Styling tab to adjust its position
.header-meta-img { position: relative; left: 10px; top: -10px; }Best regards,
YigitHi Ignazio!
1- Please go to WooCommerce > Settings > Products and change “Single Product Image” then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
2- Please add following code to Functions.php file in Appearance > Editor
# # wrap single product image in an extra div # add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2); add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); function avia_add_image_div() { echo "<div class='six units single-product-main-image alpha'>"; } function avia_close_image_div() { global $avia_config; $avia_config['currently_viewing'] = "shop_single"; echo "</div>"; } # # wrap single product summary in an extra div # add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25); add_action( 'woocommerce_after_single_product_summary', 'avia_close_summary_div', 3); function avia_add_summary_div() { echo "<div class='six units single-product-summary'>"; } function avia_close_summary_div() { echo "</div>"; //close out the summary }Best regards,
YigitSeptember 30, 2014 at 1:53 pm in reply to: Home slider bottom navigation bullets change color #327203Hi mcraig77!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .avia-layerslider .ls-bottom-slidebuttons a.ls-nav-active { background: orange; } #top .avia-layerslider .ls-bottom-slidebuttons a { background: red; }Regards,
YigitHi!
Please make sure that you are using the latest version of Enfold 2.9.2 and WordPress 4.0 – http://vimeo.com/67209750
If you are, please try de-activating all active plugins and check if that helps.Cheers!
YigitSeptember 30, 2014 at 1:49 pm in reply to: How do I add an Enfold Button to a sidebar widget? #327199Hey saki!
I have replied to your other topic, which covers the same subject – https://kriesi.at/support/topic/show-testimonials-on-the-sidebar-widget/#post-327155 :)
Regards,
YigitHey Eleina_Shinn!
Please make sure that you are using the latest version of Enfold which is 2.9.2. If not, please update the theme via FTP – http://vimeo.com/67209750
Also make sure that you are using the latest version of WordPress 4.0.
You can upload your screenshots on imgur.com or Dropbox public folder and post the links hereBest regards,
YigitHi!
If you have made changes in Enfold theme options ( Quick CSS etc. ) then you do not need to worry about those changes. But if you made changes on theme files, you are going to lose them.
Cheers!
YigitHi!
Can you create a testing environment so we can look into it? Unfortunately we are going to see the issue live to provide you a solution
Regards,
YigitHi!
Please add following code to Quick CSS
.slideshow_align_caption h2, .avia-caption-content p, #top .avia-slideshow-button { font-family: 'Open Sans', Arial, sans-serif !important; }Cheers!
YigitSeptember 30, 2014 at 1:38 pm in reply to: How to spread the tabs top section the entire width #327185Hey!
Can you please point out tabs element? I cannot find it on your page
Cheers!
YigitHi bakbek!
Please add following code to Quick CSS
.iconbox .iconbox_content .iconbox_content_title { font-size: 20px; }Cheers!
YigitHey!
You are welcome Kathryn, glad we could help! Let us know if you have any other questions or issues
Cheers!
YigitSeptember 30, 2014 at 1:33 pm in reply to: How to make font changes in WooCommerce Single product page? #327176Hey bakbek!
Please add following code to Quick CSS
#top .price span { color: black; font-size: 25px; } .woocommerce-page .button, .avia-button.avia-size-large { font-size: 16px; } .single-product .sidebar { display: none!important; }Best regards,
Yigit -
AuthorPosts
