Forum Replies Created
-
AuthorPosts
-
Hey!
Check it now, i set-up the homepage in Settings > Reading instead.
Best regards,
JosueHi Jane!
Please hand me an admin account in a private reply.
Cheers!
JosueHmm, no la veo, ponla aqui nomas, he re-abierto el hilo.
Saludos,
JosueMay 4, 2015 at 1:12 am in reply to: Move page title out of band out of the header and into the content area #438651Hi!
Can you post the actual link to that? also an admin account would be helpful.
Best regards,
JosueHey!
Do something like this (set a custom ID to the color section, like custom_container): http://a.pomf.se/ekrlpr.png
And then add this to Quick CSS:
#custom_container .flex_column { background: rgba(255,255,255,0.2); padding: 0 10px; }Regards,
JosueHey!
Add this code to the Quick CSS:
#top .avia-logo-element-container .slide-image { background: transparent !important; }Cheers!
JosueHey Jane!
Try doing that in Advanced Style Editor > Main Menu Links (http://a.pomf.se/gehmix.png).
Best regards,
JosueHi Jane!
The Infusion logo seems transparent to me, if you’re referring to the hover effect you can use this CSS code to make it transparent:
.av-caption-image-overlay-bg { background: transparent !important; }Best regards,
JosueHey!
Can you please create a screenshot/mockup of what would you want to achieve?
Best regards,
JosueCould be if more people request it, feel free to open a new feature request here:
https://kriesi.at/support/enfold-feature-requests/Regards,
JosueFeel free to request it here again:
https://kriesi.at/support/enfold-feature-requests/You can also ask for a customization quote here:
http://kriesi.at/contact/customizationAlternatively you could use the Advanced Layout Builder on Products and have full control over the layout, like:
http://kriesi.at/themes/enfold-shop/product/red-velvet/
http://kriesi.at/themes/enfold-shop/product/grouped-custom-product/Best regards,
JosueClosed – https://kriesi.at/support/topic/woocommerce-description-categories/
I’m unable to reproduce the issue on my end so i’ll ask my colleagues to check it on theirs.
Regards,
JosueMay 3, 2015 at 8:09 am in reply to: Move page title out of band out of the header and into the content area #438466Hey!
You’re right, there isn’t a filter on that location right now so you’d need to use a child theme template overwrite (single.php will suffice).
Regards,
JosueMay 3, 2015 at 8:00 am in reply to: WooCommerce Product Category Page: showing gallery image on hover #438464Hi Kevin!
A post meta needs to be set on a product-by-product basis. However, one thing you could do is use a save_post hook, something like this:
function on_product_save($post_id) { update_post_meta($post_id, '_product_hover', 'hover_active'); } add_action('save_post_product', 'on_product_save', 1, 100);Best regards,
JosueBecause the Enfold ajax search uses the get_posts WordPress function which orders posts by post_date and doesn’t support a custom ordering based on post type order.
However as we already group the returning $posts by post type it would be just a matter of doing a re-order, try adding this after line in 185 in functions-enfold.php:
/* Look for Products and place them at the start of the array */ if (array_key_exists('product', $sorted)) { $products_array['product'] = $sorted['product']; unset($sorted['product']); $sorted = array_merge($products_array, $sorted); }So that basically 1) checks if there are products on the search results, 2) stores them on a separate array, 3) removes them from the main array and finally 4) both get merged but with the products one at the start.
Also place this around line 173 to avoid PHP undefined notices:
$products_array = array();Cheers!
JosueHi!
The single product template does not support a right sidebar at the moment. It would require some major template rewrites and some theme code customization. You can suggest the feature here: https://kriesi.at/support/enfold-feature-requests/ – if more users request it we’ll look into it.
Regards,
Josue-
This reply was modified 10 years, 11 months ago by
Josue. Reason: fixed featured request link
Hey!
1. Try adding this code to the Quick CSS:
.term-description { font-size: 22px; line-height: 32px; }2. Sidebar appears to be working fine on the product page you linked.
Cheers!
JosueHey!
Which page are you trying to set as the frontpage?
Cheers!
JosueHey Gideon!
CF7 special tags won’t work with ALB, refer to this article:
https://kriesi.at/support/topic/contact-form-7-special-mail-tags/Best regards,
JosueHi Kevin!
Not exactly a theme-related request but more of a WordPress one. However, this plugin could have that feature:
https://wordpress.org/plugins/relevanssi/Cheers!
JosueHi!
It’s not out of the box, that feature is only applied to the top search icon, you can try the following though:
https://kriesi.at/support/topic/instant-ajax-search-on-sidebar/#post-198969Regards,
JosueHey!
If you’re using ALB the file you need to use is
template-builder.phpand notloop-index.php.Cheers!
JosueMay 2, 2015 at 4:54 pm in reply to: Contact form – user's email address is used as the from email #438387Hey!
This is not a global problem but more of a server-related one, we’ll try to help you fix it, please hand us a WP admin account.
Best regards,
JosueHi!
Should work now, it was caused by the “ultimate under construction” plugin. I’d suggest using another one, like this, which works fine with Enfold.
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
I could log-in finally using that user and noted the issue, try the following:
– Update the theme to the latest version (3.1.4).
– Disable all third-party plugins.It’s worth mentioning that i had to use a VPN to access your site, apparently your hosting service only allows visitors from Australia.
Best regards,
JosueHey!
Doesn’t work, please re-check.
Cheers!
JosueHey!
It doesn’t look like that on my end, have you checked it on another browser / computer?
Cheers!
Josue -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
