Forum Replies Created
-
AuthorPosts
-
Hi Chapdes!
Can you post the link to your page where we can see your ordered list to provide you more accurate custom CSS code?
Best regards,
YigitJuly 15, 2014 at 12:52 pm in reply to: How to get a header like that one in this support forum #291543Hi!
Please add following code to Quick CSS as well
#header_main div.container { margin: 0; width: 100%; }Regards,
YigitHey originaltours!
Please firstly update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750 and let us know if issue remains
Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .av-main-nav > li > a { text-transform: uppercase; letter-spacing: 0.25em; }Cheers!
YigitHey!
Please add following code to right below the code i posted in my previous post
function avia_close_summary_div() { echo "</div>"; //close out the summary echo "<div class='three units single-product-sidebar'>"; get_sidebar(); echo "</div>"; }Best regards,
YigitHi!
I checked your website on Chrome v35.0.1916.153 and OS X 10.9.4 and i cannot see a gap as well. Please see screenshot here – http://i.imgur.com/w0FXR1I.jpg
Regards,
YigitJuly 15, 2014 at 12:34 pm in reply to: WooCommerce shop page not recognising theme settings with post-name permalinks #291533Hey steve51n!
Just to make sure, have you try to set permalinks in Settings > Permalinks > Product permalink base?
Regards,
YigitHi!
It seems like your website is still using an older version, which is not compatible with WordPress version you are using. Please try re-updating the theme via FTP – http://vimeo.com/67209750
Cheers!
YigitJuly 15, 2014 at 12:26 pm in reply to: Theme crashed after updating to latest version of Enfold #291530Hi snarfalous!
Please do not create duplicated topics. I am closing this one and will continue on your other topic here – https://kriesi.at/support/topic/theme-not-working-after-latest-update/
Cheers!
YigitHey Tom!
Please go to WooCommerce > Settings > Products and change “Single product image” under “Product Image Sizes”. Then regenerate thumbnails using this plugin – http://wordpress.org/plugins/regenerate-thumbnails/
Then add following code to Functions.php file in Appearance > Editoradd_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>"; } 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'>"; }Best regards,
YigitShalom Shane!
I have checked your website and it seems to be working fine on my end – http://imgur.com/a/DK0r8
Have you tried checking your website on another computer?Cheers!
YigitJuly 15, 2014 at 12:10 pm in reply to: How to get a header like that one in this support forum #291523Hey melonmelon!
Yes, it is an Enfold child theme. Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-menu-fx { display: none !important; }For other adjustments, can you post the link to your website?
Regards,
YigitHi Niels!
Please go to Enfold theme options > Advanced Styling and choose to edit “Main menu links”
Cheers!
YigitHi!
Please flush browser cache on your mobile device, it does look fine on my end – http://i.imgur.com/m92uIYZ.png
Best regards,
YigitHey jiji!
I could not connect to your website. Checking your website on http://www.downforeveryoneorjustme.com/ it seems like it is currently down.
Can you please re-update the theme to the latest version 2.9.1 via FTP – http://vimeo.com/67209750Cheers!
YigitHi Sanderkleijn!
Please see – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Cheers!
YigitHi!
Glad you figured it out! Thanks for the update :)
Let us know if you have any other questions or issuesRegards,
YigitHi jdrakeproductions!
Seems like you have reverted to older version. Please try updating the theme via FTP – http://vimeo.com/67209750 and flush browser cache after the update.
We should see the issue on your live website in order to provide you a solution unfortunatelyRegards,
YigitHi!
Please add following code to Quick CSS as well
.text-sep-date { display: none !important; }Cheers!
YigitHi!
You can upload screenshots on imgur.com or Dropbox public folder and post the links here
Cheers!
YigitHi!
You are welcome Dreisatz, we are always glad to help :)
Let us know if you have any other questions or issuesCheers!
YigitJuly 14, 2014 at 5:58 pm in reply to: Standard Editor will not work with newest Enfold Theme #291194Hi!
Please flush browser cache again. It does work fine on my end
English version : dev/en/portfolio-item/mercedes-s-klasse-w220/
German version: dev/portfolio-item/mercedes-s-klasse-w220/Cheers!
YigitHi kimogroup!
Please add following code to Quick CSS in Enfold theme options under General Stylign tab and adjust as needed
.av-masonry-entry { width: 20%; }Regards,
YigitHi!
You are welcome! For 3rd party plugins, we do not have a documentation but for Enfold documentation, please go to – http://kriesi.at/documentation/enfold/
Regards,
YigitHi!
Sorry for the late respond!
No, that works as well. Since you are going to use tables on different pages, page ID works as well. For your custom CSS classes, use following code please.your-custom-class li.avia-pricing-row { background-color: white!important; }Best regards,
Yigit -
AuthorPosts
