Yes! that makes the whole enlarged button visible, but now the “hover” effect doesn’t work (ie, the button doesn’t change highlight).
Hi!
Yeah sorry my bad. Code is currently not being applied, you should add !important to force it and then it should work fine
.ls-fullwidth .ls-playvideo {
width: 70px!important;
height: 70px!important;
}
Best regards,
Yigit
Hey!
Changes are done. Please review your website. There is only whitespace on the bottom and that is because of the contact form on the right. You are going to need to decrease the height of the contact form in order to remove that whitespace too. You can find custom CSS code i added in Quick CSS section in Enfold theme options under Styling tab
Best regards,
Yigit
I think I already have that – this below is exactly what I have:
.ls-fullwidth .ls-playvideo {
width: 70px;
height: 70px;
margin-left: -25px;
margin-top: -25px;
background-position: -290px -140px !important;
}
Hi!
Please add following code to Quick CSS as well
.ls-fullwidth .ls-playvideo {
width: 70px;
height: 70px; }
Best regards,
Yigit
This reply has been marked as private.
Hi-
It’s different – but still not correct – please see:
http://stg.ciphercloud.com/
Glad we could help. Let us know if you have any other questions or issues.
Hi K!
Kriesi.at is using a fairly customized child theme of Enfold. The forums are indeed bbPress but also pretty heavily customized (mostly css I believe).
For right now the customizations aren’t available but Kriesi mentioned he would be releasing some as theme updates and others as blog posts over time.
Regards,
Devin
Hi PhilCarabet!
You are currently using Enfold version 2.0.1 which is fairly old. Please login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download the latest version and update via FTP. Let us know if issue remains after the update
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Yigit
Hey mycreditgroup!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1)
.header-scrolled .main_menu ul:first-child > li > a { color: black; }
2)
.logo { left: 75px; }
Please flush browser cache after applying the code and refresh your page a few times
Regards,
Yigit
It looks like you guys may be using Enfold for the support forum. Is this style of forum built in to Enfold if using bbpress, or is this a majorly custom theme?
Thanks guys!
Kyler
Hi again,
I don´t know if it´s the regular behavior, but the header navigation bar doesn´t keep at the top when the page is about 980px wide or less, despite this option was previously selected: “Fixed Header With Social Icons and additional Navigation”. Could this threshold width be changed?
PS (images in Firefox): You can also check that your Enfold demo site has the same image resize pixelated issues in Firefox:
– Take a look to the Enfold logo when it’s resized scrolling the page:

– Take a look to your demo customers:

Regards.
-
This reply was modified 12 years, 2 months ago by
Pablo.
If I add a product to my cart in this view (http://kriesi.at/themes/enfold/shop/) you will see a beautiful add to cart animation.
I was wondering if it is possible to create the same animation when you add a product to your cart at the productpage (i.e. http://kriesi.at/themes/enfold/product/kenwood-kmix-two-slice-toaster/)
Is there a way to set this animation on the product add to cart button as well?
Kind Regards
Chris
Hi,
A few weeks ago, the Advanced Layerslider on my homepage just stopped displaying – now showing a blank space where slider used to be ( http://www.inspiredintermedia.com ). I have screen captures of the site and of the wp admin edit page view.
Please help!!
Phil Carabet
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Hi Peter,
Fab Idea, just tried that but replies on me actually knowing what the WL member check function is :/
I can’t play piggy in the middle on this one, have a site to launch on the 1st Jan and the editor was the main reason why i chose enfold (along with the theme looking fab!) Will have to go back through ~110 pages and see what I can do to disable the editor and not loose the content in the pages.
Very much appreciate the help.
Matt
Hey!
Try with this code instead:
.ls-fullwidth .ls-playvideo {
width: 70px;
height: 70px;
margin-left: -25px;
margin-top: -25px;
background-position: -290px -140px !important;
}
Cheers!
Josue
Hey!
We’re not familiar with the Wishlist member code and your best bet is to contact the plugin author. I recommend to use the “avf_template_builder_content” hook in template-builder.php to manipulate the content if the page is protected by Wishlist. Basically you can use the filter like
add_filter('avf_template_builder_content', 'avia_wishlist_content_check', 10, 1);
function avia_wishlist_content_check($content){
$id = get_the_ID();
$user_can_access_page = my_wishlist_check($id);
if(!$user_can_access_page)
{
$content = get_wishlist_login_form();
}
return $content;
}
and replace my_wishlist_check() pseudo code with the wishlist function which checks if the user can view the page or not and the get_wishlist_login_form() pseudo code/function with the function which outputs the login form code. Note that the “avf_template_builder_content” filter requires enfold 2.4.4+ – older theme versions just use the the_content filter but it affects all posts/pages and thus I decided that we’ll add a second filter for template builder pages.
Regards,
Peter
Hello-
I’ve tried this and the larger “play” button is getting cropped – please see the 2nd and 3rd sliders on:
http://stg.ciphercloud.com/
Hi Josue,
Considered that but when you switch between the two modes, Enfold drops the page contents :/
Matt
Hi anderandreani!
No, this is impossible. The single portfolio entry slug ALWAYS used (since Enfold v1.0) a static slug (i.e. /portfolio-item/ ) and it was (and still is) not possible to use a category based slug instead. You can change the “portfolio-item” text on the Settings > Permalinks page (change the text in the option field and hit the “Save” button) but you can’t use the category (or any other dynamic slug rule) for the portfolio entries.
Cheers!
Peter
Hey!
Changes are done. Please review your website. You can find custom CSS code i used in Quick CSS section in Enfold theme options under Styling tab. You can change the title in content, currently it is “Your Title”
Cheers!
Yigit
Hello,
I updated to the latest version of Enfold and now the permanent link for portfolio items has changed. Before was: ../portfolio-category-name/item-title
now the category name is not dislayed anymore and I have: /portfolio-item/item-title for any category..
Ex: http://www.diocesi-sanmarino-montefeltro.it/portfolio-item/perticara/
How can I fix that back to:
http://www.diocesi-sanmarino-montefeltro.it/itinerari-culturali/perticara/ as was before?
Hi Guys,
I’m trying to create exactly the same mega menu as you have on your demo http://kriesi.at/themedemo/?theme=enfold But for some reason mine appears massive: http://s887.photobucket.com/user/DrupalPin/media/menu_02_zpsd437b441.jpg.html I’ve tried adding the following code to the Quick CSS which I found on one of your threads but nothing has changed?
.main_menu>div ul:first-child > li > a {
line-height: 1em;
font-size: 12px;
font-family: “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, Verdana, sans-serif;
}
Can you help please thanks.
LG
Hey jmaguirrei!
Insert following code at the very bottom of enfold/functions.php – it will change the orderby query parameter to “random” if the post slider is used on the home/front page.
add_filter('avia_post_slide_query','avia_order_by_random', 10, 2);
function avia_order_by_random($query, $params)
{
if(is_home() || is_front_page()) $query['orderby'] = 'rand';
return $query;
}
Cheers!
Peter