-
AuthorSearch Results
-
October 7, 2014 at 9:33 am #331426
In reply to: Related Post Text Style
Hi Martin!
Thank you for using Enfold.
Please use this:
h5.related_title { text-align: center; font-size: 20px; }Regards,
IsmaelOctober 7, 2014 at 9:27 am #331421In reply to: Rich Snippets at Blogposts, how?
Hi EvoSteffan!
Currently Enfold does not support star ratings feature nor have I personally tested any to give an approval on one.
I have added a feature request for you. Feel free to add your comment and cast your vote here: https://kriesi.at/support/enfold-feature-requests/
Best regards,
ArvishOctober 7, 2014 at 9:08 am #331415In reply to: Enfold avia layout editor now showing up
We can replace content, But if you can suggest taking backup of theme options, because we tried to change theme and it got lost. If you can login and check it, plz recover theme options atleast so that we dont loose it.
For now, we cant have menu for enfold theme options so can’t take theme options backup
October 7, 2014 at 8:32 am #331405In reply to: Enfold Showcase
Hey!
Amazing! It’s so good to see the incredible versatility of Enfold’s design in you guys’ work. Well done!
Cheers!
ArvishOctober 7, 2014 at 7:53 am #331395In reply to: Migrating from Abundance to Enfold…what to expect?
Hey Scott!
I could note some things:
- You’d need to re-do the Features page
- The search in the header is different in Enfold.
- The phone info info in the header is also different in Enfold.
- There is no slogan option in Enfold, perhaps you could include it in the logo image
Regards,
JosueOctober 7, 2014 at 7:48 am #331393In reply to: Buttons theme does not load
Hi,
In this moment I’m working with plugin Theme Test Drive, because I want change Theme: from Holi to Enfold. But since few days ago, I can’t work well for this problem.
I don’t know how to know which version is, or how to update it.http://www.emoalimentacion.com
Regards,
October 7, 2014 at 6:29 am #331383In reply to: Create new instance of portfolio-items
Hey Josue!
Great – it works perfect now!!
Special thank for your excellent support, I used AVADA and TOTAL before, but the support for ENFOLD is so much better – a class of it’s own…
Cheers!
PeterOctober 7, 2014 at 6:22 am #331380In reply to: Where is the list for short code
How would I do a pull quote then as its not in the short codes but on the website??
eg… in the blog example… it has a line on the left side and the font is different “New studies show: Vacations are needed”
http://kriesi.at/themes/enfold/blog/or core services her????
http://kriesi.at/themes/enfold/pages/services/October 7, 2014 at 6:19 am #331378This reply has been marked as private.October 7, 2014 at 6:06 am #331376In reply to: logo position
Hey!
I believe the image might have been deleted or moved.
Add this to your custom.css or Quick CSS to show the line:
div#header_main { background-image: url(https://www.weinkellerei-woeber.at/weinkellerei/wp-content/uploads/2014/10/logo_linie.jpg); }Alternative find enfold_child.css in your active theme directory and change the image path at line 61.
Best regards,
ArvishOctober 7, 2014 at 5:42 am #331374In reply to: Layout Builder isn't loading after update to 3.0
Hey!
This is a temporary fix to your solution.
I have added the following at the end of your functions.php file:
// temporary fix for woocommerce 2.2+ and enfold 3+: woocommerce_product_subcategories() not available in admin mode add_action('woocommerce_init', function() { if ( ! function_exists( 'woocommerce_product_subcategories' ) ) include_once( __DIR__.'/../../plugins/woocommerce/includes/wc-template-functions.php' ); } );The error is gone but we shall be looking into the issue to provide you with a more permanent solution.
Cheers!
ArvishOctober 7, 2014 at 5:11 am #331363In reply to: Quick, small little problem
Hi venomhax!
Thank you for using Enfold.
Try this on Quick CSS or custom.css:
div#jsection4 { z-index: 10000; position: relative; }Best regards,
IsmaelOctober 7, 2014 at 5:08 am #331359In reply to: Bug with 'Team Member' Content Element
Hey Rustybucket!
Thank you for using Enfold.
Please try to contact your host. Maybe they have any idea what’s causing the issue. If possible, we would like to check it. Please post login details here and set it as a private reply.
Best regards,
IsmaelHey trackvets!
Thank you for using Enfold.
Yes, it only works for blog posts. You can’t use it on text blocks.
Regards,
IsmaelOctober 7, 2014 at 5:04 am #331354In reply to: layout v.3
Hey patriscia!
Thank you for using Enfold.
Please go to Enfold > General Layout > Layout > Logo and Main Menu. Select left or right sidebar.
Best regards,
IsmaelOctober 7, 2014 at 5:03 am #331353In reply to: News Main Menu Sidebar
Hey jansthh!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
.html_header_sidebar #top #header { width: 400px; }Regards,
IsmaelOctober 7, 2014 at 4:59 am #331352In reply to: Interior Box that shows background image all around?
Thanks, but the “template-builder.php” file didn’t have a Template Name like in the Codex. I found that file in the /wp-content/themes/enfold directory.
Can you tell me what CSS will hide the header? I’ve tried a number of snippets found here in the forums, but haven’t been able to get the entire div or container to disappear.
October 7, 2014 at 4:41 am #331343In reply to: Baseline logo
Hi!
Thank you for the info.
I’m sorry but you can’t use the Appearance > Customize panel to add any options on the theme when you’re using Enfold. All available options are within the Enfold > Theme Options panel. If you want to show a sub text on the logo, use this on functions.php:
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "<strong class='logo-title'>Company Name</strong>"; $sub .= "<strong class='logo-title logo-subtitle'>Additional Text Here</strong>"; return $sub; }Adjust the subtext position with this:
.logo, .logo a { overflow: visible; width: 100%; } span.subtext { position: absolute; top: 0; left: 200px; }Cheers!
IsmaelOctober 7, 2014 at 4:38 am #331342In reply to: Wrap an h1 tag around title
Hi kem1975us!
Thank you for using Enfold.
Please use this:
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if ( $args['title'] == 'Blog - Latest News' ) { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); $args['heading'] = 'h1'; } return $args; }Best regards,
IsmaelOctober 7, 2014 at 4:35 am #331341In reply to: Issue with "image" on "Post entries" admin panel
Hi macatokio!
Thank you for using Enfold.
Do you mind if we take a look inside? Please post the login details here and set it as a private reply.
Regards,
IsmaelOctober 7, 2014 at 4:21 am #331338In reply to: Slider height no scaling correctly
Hi!
Thank you for using Enfold.
Looks like you’re not using any fancy transition on the sliders. This slider can be duplicated with the Fullwidth Easy Slider. On Slideshow Image and Video Size, choose “No Scaling”. The problem is, layer slider is automatically adding top margins for slide backgrounds, cutting off the top part of the image.
Cheers!
IsmaelOctober 7, 2014 at 4:17 am #331335In reply to: Layer Slider Transitions & Animation
Hey Vicken!
Thank you for using Enfold.
Did you also change the transition of the other slide? After you check all transition options, make sure that you save changes.
Regards,
IsmaelOctober 7, 2014 at 4:15 am #331334In reply to: installation of enfold with all-inkl.com failed
Hey marri!
Thank you for using Enfold.
Make sure that you unzip the actual theme folder. Please try to install the theme via FTP. Refer to this link for more info: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Regards,
IsmaelOctober 7, 2014 at 4:14 am #331333In reply to: http error when uploading media
Hey scottfairchild!
Thank you for using Enfold.
Maybe, you’ve reach the maximum space limit on your account? Please ask your host or check your cpanel. If possible, please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
IsmaelOctober 7, 2014 at 4:12 am #331332In reply to: Product Details Lightbox
Hey Ignazio!
Thank you for using Enfold.
No, unfortunately, that is not possible yet. You can vote or request the feature on our Feature Requests page.
Best regards,
IsmaelOctober 7, 2014 at 4:10 am #331331Hey!
Thank you for the update.
Please edit Enfold > General Layout > Dimensions > Maximum Container width and Content | Sidebar Ratio. Save changes. See if that fix the sidebar area width issue. Regarding the widgets, still not sure why they’re not showing. Please give us a temporary login details. We would like to check it.
Regards,
IsmaelOctober 7, 2014 at 4:05 am #331330In reply to: New Sticky Fullwidth Submenu
Hi uniquelylost!
Thank you for using Enfold.
I’m sorry but this might break the sticky but you can add this on functions.php:
function ava_sticky_sub() { $output = do_shortcode("[av_submenu menu='32' position='center' color='main_color' sticky='aviaTBsticky' custom_class='']");; echo $output; } add_action('ava_after_main_container', 'ava_sticky_sub', 10);Cheers!
IsmaelOctober 7, 2014 at 3:54 am #331325Topic: Tab Manager Extension
in forum Enfolddb3d
ParticipantI noticed this plugin doesn’t currently work with the latest update (and maybe the previous one)
I use the tab manger for global tabs and when I click override for a unique product then click publish, the settings don’t update.
To test this, I changed themes, did the override, published to see the results. I then changed back to the enfold theme and the settings are not correct. Any chance you can find a fix so I don’t have to do this for every unique product?
Thanks,
October 7, 2014 at 3:51 am #331324In reply to: How to display nested sub menu items in sidebar
Hi jeffharris!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css:
ul.sub-menu { position: relative !important; left: 20px !important; opacity: 1 !important; visibility: visible !important; }Use google inspector or firebug to change the look of the sub menu.
Regards,
IsmaelOctober 7, 2014 at 3:43 am #331320In reply to: Enfold 3.0 Update Thread
This reply has been marked as private. -
AuthorSearch Results
Viewing 30 results - 210,931 through 210,960 (of 244,571 total)
-
Search Results
-
Topic: Tab Manager Extension
I noticed this plugin doesn’t currently work with the latest update (and maybe the previous one)
I use the tab manger for global tabs and when I click override for a unique product then click publish, the settings don’t update.
To test this, I changed themes, did the override, published to see the results. I then changed back to the enfold theme and the settings are not correct. Any chance you can find a fix so I don’t have to do this for every unique product?
Thanks,
