Forum Replies Created
-
AuthorPosts
-
Hey dj1arry!
Thank you for using Enfold.
That code is no longer working. Please follow the solution provided here:
https://kriesi.at/support/topic/single-product-page-sidebar-not-showing-up/#post-331433I provided the old thread. Please ignore the link above. Go to this link: https://kriesi.at/support/topic/single-product-page-is-strange-sidebar-appears-under-product/#post-451940
Follow the code modifications below the post.
Regards,
IsmaelJuly 5, 2015 at 11:34 am in reply to: Full width easy slider disappearing when I update the page #468524Hey!
I deactivated the BWP minify plugin and it started working again. http://meetthemanufacturer.co.uk/test-homepage/
Please deactivate the plugin while you’re working on the site. Activate it once you’re done. Add this in the functions.php file to exclude a few js and css files:
add_filter('bwp_minify_style_ignore', 'exclude_my_css'); function exclude_my_css($excluded) { $excluded = array('avia-custom', 'avia-layout', 'avia-js'); return $excluded; }
Regards,
IsmaelHi gearouthere!
Thank you for using Enfold.
If you use the Image element, you’ll find a link option. You can set the link to go to the post, page or you can add the link manually.
Regards,
IsmaelHi tricksmode!
Thank you for using Enfold.
Please go to Settings > Permalinks to update the .htaccess file.
Regards,
IsmaelHey!
The actual link to the site is missing. Please post it again. What is the code that you use? Please post it on pastebin.com.
Best regards,
IsmaelHi!
It’s being overwritten by the default theme styling. Something that we should fix in the future. For now, please use this in the Quick CSS field:
.main_color h3 { color: #ffffff; }
Best regards,
IsmaelHey!
If you create another post then enable the comment settings, following posts should have this settings enabled by default.
Cheers!
IsmaelHey!
What is the html codes that you’re trying to add? The masonry script loop is a bit different from the normal post loop. Adding another html link inside the caption will break it. You need to use the avf_masonry_loop_prepare filter if you want to add an element inside the loop. Something like this: https://kriesi.at/support/topic/post-category-in-the-mesonary-blog/#post-461263
Cheers!
IsmaelHey Intell!
Thank you for using Enfold.
There is no tutorial or documentation specifically for the shop page demo but we can give you the shortcodes. You need to enable the debug mode in the advance layout builder: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
This is the shop demo home page shortcodes: http://pastebin.com/byteLLL0
Cheers!
IsmaelHey Tobias-B-Conrad!
Thank you for using Enfold.
I’m sorry but the contents in your rows are inconsistent. The price table works well when content across the rows have the same number of characters or at least partially the same. I think it’s best if you separate them by using a single table element for each columns. You can also increase the max container width in the general layout > dimensions panel to increase the column width.
Best regards,
IsmaelHi dfava25!
Thank you for using Enfold.
The adsense is showing when I checked the post or the link above. Please hard refresh the page then test it again.
Cheers!
IsmaelHey Leandro!
Thank you for using Enfold.
Is this happening on all pages including the newly created ones? Please try to remove browser cache then hard refresh the page.
Cheers!
IsmaelHi!
You can try the solution provided here in order to fix the image toolbar: https://kriesi.at/support/topic/wierd-behavior-in-default-editor-with-image-alignment-editing-toolbar/#post-452875
Best regards,
IsmaelHey!
Why will Site A affect Site B or vice versa? If you have two different installations then you should change or update both settings. I’m sorry but your original thread is a bit confusing. A screenshot, link to the site or a diagram describing the issue will greatly help.
Best regards,
IsmaelHey thecszone!
Thank you for using Enfold.
Did you add any height or padding modification in your header? Please try to add this to the Quick CSS field:
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 141px; }
Adjust the top padding value if necessary.
Best regards,
IsmaelHey!
I noticed that you already installed the Yoast SEO plugin. Edit the product category then adjust the Yoast WordPress SEO Settings > SEO Title. Note that it will take time before google crawl this page again so you will have to wait or ask google to recrawl the link. https://support.google.com/webmasters/answer/6065812?hl=en
Best regards,
IsmaelJuly 4, 2015 at 11:37 am in reply to: Woocommerce enfold child category styling main shop page #468373Hi!
Thank you for using Enfold and glad you found the option. :)
You can also build the shop page by using the advance layout builder but you need to unset the base shop page in the woocommerce settings.
Regards,
IsmaelHi Ad-Min7477!
Thank you for using Enfold.
There is not enough space in the socket container for the menu so it is hidden by default on mobile device. You can only enable with css:
@media only screen and (max-width: 479px) { .responsive #socket .sub_menu_socket { display: block; }}
Regards,
IsmaelHi elliotstiller!
Thank you for using Enfold.
You can try the solution provided here: https://kriesi.at/support/topic/hide-responsive-woocomerce-shopping-cart-when-not-in-use/#post-458716
Cheers!
IsmaelHey hloft!
Thank you for using Enfold.
You can add something like this in the functions.php file:
add_action('ava_before_footer', 'ava_before_footer_mod', 10); function ava_before_footer_mod() { echo "<div class='container_wrap custom-footer'><div class='container'>CONTENT HERE</div></div>"; }
Best regards,
IsmaelHi StudioLiner!
Thank you for using Enfold.
There is no option for that but you can use the Quick CSS field to add a custom background on the top bar area:
#header_meta { background-color: red; }
Regards,
IsmaelHi
I tried to access the site but the login credentials above are not working. Please check. You can install this plugin to do a simple 301 redirect: https://wordpress.org/plugins/simple-301-redirects/
Best regards,
IsmaelJuly 3, 2015 at 4:29 pm in reply to: Different font color and alternate hoover color of the secondary menu #468139Hey StudioLiner!
Thank you for using Enfold.
Go to Enfold > Advanced Styling panel then edit the Small bar above Main Menu element.
Cheers!
IsmaelHey!
Yes, please add a custom css class attribute to the icon list on the second page or link then adjust this css:
.avia-icon-list > li { margin-left: 0; }
Regards,
IsmaelHi StudioLiner!
Thank you for using Enfold.
The height of the top bar is set to 30px by default.
Cheers!
IsmaelHi StudioLiner!
Thank you for using Enfold.
The anchor link names are case sensitive. For example, this link:
http://hotel.fmgruppe.de/de/preise#Gutscheine
should be replaced with:
http://hotel.fmgruppe.de/de/preise/#gutscheine
Best regards,
IsmaelHey!
You can apply the background image on General Styling > Logo Area panel. You can also use the Quick CSS field to manipulate the style of a specific element in the theme.
Cheers!
IsmaelJuly 3, 2015 at 4:10 pm in reply to: Certain sections don't scale responsively on Firefox and IE #468118Hi unclemurray!
Thank you for using Enfold.
Please try to add this to the Quick CSS field:
@media only screen and (max-width: 989px) { .avia-section.av-minimum-height .container, .avia-section.av-minimum-height .container .content { display: block; }}
Remove browser cache then reload the page.
Best regards,
Ismael -
AuthorPosts