Hi
Is there any way to password protect categories in the woo commerce shop using enfold?
I have tried a few plugins and they all have issues. I want to be able to password protect a client photo gallery, but it needs to be in the shop as they can purchase the prints from there. I can set up a page and protect it with a gallery but then they can’t add to cart from there
Thanks
Richard
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main {
padding-top: 153px;
}
Cheers!
Yigit
Hi Rich!
The “shop” is actually WooCommerce with Enfold styling and theme support. So anything available for WooCommerce would be what you get access to.
See: http://www.woothemes.com/woocommerce/
Cheers!
Devin
Hey!
Please add following code to Functions.php file in Appearance > Editor and change the link to your logo
`
function my_login_logo() { ?>
<style type="text/css">
body.login div#login h1 a {
background-image: url(https://kriesi.at/themes/wp-content/plugins/avia_cachable_style_switch/images/logo-enfold/splash-orange.png);
padding-bottom: 30px;
}
</style>
<?php }
add_action( 'login_enqueue_scripts', 'my_login_logo' );
`
Regards,
Yigit
Hi smorrone!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
then add a custom class to your textbox, say “anchor-text”. Then add following code to functions.php file in Appearance > Editor
function add_custom_script(){
?>
<script>
jQuery(window).load(function(){
jQuery('.anchor-text').attr('id', 'anchor-text');
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_script');
then you should be able to target the textbox using #anchor-text ID
Regards,
Yigit
Hey Marcelo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 50%;
margin: 0 10px;
}}
Best regards,
Yigit
Hi kroemer08!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h2, h3 {
font-weight: normal!important;
}
Regards,
Yigit
Hi Boulanger!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
#header_main { display: none; }}
Cheers!
Yigit
I activated the Shrinking Header and set a fixed height and now it works …. lol really dont know why, but it works.
It was not a plugin or CSS. I deactivated all. Seems, that the problems exist in enfold self …
Hi, wondering would be it be possible to add a custom button to the enfold navigation menu similar to a login in button.
thanks in advance
Hi Daniela!
Danke, dass Sie unser Theme benützen.
Haben Sie die letzte Version von Enfold installiert (2.8.1) und auch WordPress am letzten Stand (3.9.1)?
Ich habe bei einer komplett neuen Installation versucht, den Fehler zu rekonstruieren – bei mir funktioniert aber alles einwandfrei.
Eventuell Browser schließen und neu öffnen oder/und Rechner neu starten. Eventuell auch einen anderen Browser versuchen.
Falls das keine Lösung bringt – können wir einen Account bekommen, damit wir es auf Ihrer Seite testen können?
Regards,
Günter
This reply has been marked as private.
Hi guys i am trying to ad anchor links to a page, the thing is that i am using one color section with a background image containing all the content, so i cant use different color sections to use the anchor link described here http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
So how can i link to specific text block, or element other than color section?
http://abolengo.com.ar/?page_id=4185
Hi,
I am having issues with my mobile responsive site built with Enfold. Currently the website is sending mobile devices to a mobile site which doesn’t exist and when you click on view whole site the responsive version on the site then shows perfectly.
How can i disable the redirection to the mobile site so it simply shows the responsive site i built
Thanks
Hey!
Please firstly turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
then refer to Josue’s post here and give a custom class to text elements – https://kriesi.at/support/topic/how-to-trigger-specific-elements/#post-268697
then add following code to Quick CSS
.avia-section .av_one_half.custom_class { margin-left: 0!important; width: 48%!important; }
.avia-section .av_one_half { margin-left: 0!important; width: 52%!important; }
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
div.phone-info {
position: relative;
top: 30px;
right: 10px;
}
Regards,
Yigit
I guess there isn’t any option in Enfold for Facebook page feed? Any suggestions of a plugin that solve this?
Hello
I created a woocommerce product with 3 gallery images and 1 featured image.
When I click on a product image a lightbox appear, but there’s no way to see the other image’s miniatures.
If I use a wp default theme (tried with twentyfourteen) into the lightbox appear a miniatures box.
I’m trying to enable this.
I tried to change the “overlay_gallery” parameters at line 856 in enfold/js/avia.js file but nothing change.
I tried to commet the line 61 of the same file to disable lightbox callback
//$(container).avia_activate_lightbox({callback:’avia_lightbox_callback’});
and then install a plugin like “Fancybox For WordPress” to see if another lightbox will make the gallery images overlay to appear.
It seems that this solution doesn’t work…
I tried to customize pretty enfold/js/prerryPhoto CSS and JS to see if gallery markup was removed…but it seems that all is ok.
I tried to substitute the theme prettyPhoto CSS and JS with the standard one, downloaded from prettyPhoto website…nothing changed.
Is there a way to let the gallery overview to be displayet in prettyPhoto lightbox?
Thanks for help
Hi!
Please go to Enfold/framework/php folder and open class-framework-widgets.php file and find
$faces = "true";
and change it to
$faces = "false";
Regards,
Yigit
Hi Sal!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
ul.uiList.pam._4cg3._509-._4ki {
display: none!important;
}
Best regards,
Yigit
Hey!
Currently it is not possible. However you can request such feature here or vote if already requested – https://kriesi.at/support/enfold-feature-requests/
Regards,
Yigit
Hey buscofen89!
Thank you for you kind words, glad you like Enfold :)
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color .pricing-table li.avia-pricing-row, .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-pricing-row .pricing-extra { color: red!important; }
If that does not work, please post the link to your page where you have pricing table and point out the text you would like to change.
Regards,
Yigit
Hi,
I’m looking to update an ageing Shoutbox theme to one built around a newer theme like Enfold. One of the reasons (apart from it being responsive and having a newer template builder) is that Enfold has a built in shop. However, looking at the demo, it seems a bit limited. Please can you explain the features of the shop a little more.
– For example, does it have the ability to add selection options to each product?
Imagine I have a box for sale, does Enfold give me tools to add size selectos, colour selectors etc. Or do I have to create a separate post for each item in each colour and each size?
– How is postage calculated and can I control it? Does it have an intelligent option to calculate bulk buys or multiple purchases?
– Can I add discounts or sale prices to previously featured items?
– How is the checkout controlled and how are payments made – via paypal only? Or are there other payment options included?
Thanks!
richard
Hallo zusammen,
in bspw. der Icon-Box werden die Texte im Reiter “visuell” in weiß auf weißem Hintergrund dargestellt. Kann man das beheben?
Link: http://kunden.kaundvau.de/kriesi_enfold_visuell.png
LG, Tom
Hey!
Please go to Enfold theme options > import/export tab to find “install dummy data” button.
Best regards,
Yigit
Privyet Bearded!
Theme options are not translated. You need to manually translate within theme files.
Please go to Enfold/includes/admin folder and open register-admin-options.php file to translate theme options strings
Regards,
Yigit