-
AuthorSearch Results
-
December 26, 2013 at 3:51 pm #203614
Hi abuhamid37!
Open up wp-content\themes\enfold\includes\loop-index.php and replace
echo $title;with
echo $title . ' XYZ';Instead of XYZ insert your custom text.
Regards,
PeterDecember 25, 2013 at 4:26 pm #203601In reply to: Use Sky Menu with Enfold?
Hi!
Open up header.php and replace
echo "<nav class='main_menu' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">"; $avia_theme_location = 'avia'; $avia_menu_class = $avia_theme_location . '-menu'; $args = array( 'theme_location' => $avia_theme_location, 'menu_id' => $avia_menu_class, 'container_class' => $avia_menu_class, 'fallback_cb' => 'avia_fallback_menu', 'walker' => new avia_responsive_mega_menu() ); wp_nav_menu($args); echo '</nav>';with
echo do_shortcode('[sky-mega-menu]');I’m not sure if the menu will work with Enfold but it’s worth a try. Probably you need to make some css code,etc. changes too.
Best regards,
PeterDecember 25, 2013 at 3:59 pm #203599In reply to: Issue with Image rollover effects on layerslider
Hi ghrahams!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
a.ls-s-1 img:hover { opacity: 0.7!important; }Cheers!
YigitDecember 24, 2013 at 11:04 pm #203589Hi Khalid!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1).avia-layerslider { margin-bottom: 30px; }2)
.avia_ajax_form .button { padding: 8px 25px; font-size: 14px; } .main_color input[type="submit"], div .main_color .button { background-color: red; color: blue; } .main_color input[type="submit"]:hover , div .main_color .button:hover { background-color: yellow; color: blue; border-color: red; }3)
.home .avia-slideshow-arrows a, .home .avia-slideshow-dots { display: none; }Best regards,
YigitDecember 24, 2013 at 10:53 pm #203588In reply to: Glitch with button shortcode Enfold 2.4.3
Hi!
It does work fine on my installation as well and as far as i know none of the users reported such issue. If you do not mind, please create a temporary admin login so we can take a look. Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Regards,
YigitDecember 24, 2013 at 10:46 pm #203587In reply to: Problem with WooCommerce
Hey VidovicD!
Can you post the link to your website? Please make sure that you are using the latest version of Enfold, WordPress and WooCommerce. If they are all up-to-date, please try deactivating all active plugins and check if that helps
Best regards,
YigitDecember 24, 2013 at 10:40 pm #203586In reply to: Making the category page become full width format
Hi!
I am seeing “ERROR 403 – FORBIDDEN” when i click your links.
Please try adding following code to Quick CSS in Enfold theme options under Styling tab.category .post-meta-infos { display: none; }You can go to Enfold theme options > Sidebar and choose not to display sidebar on “Sidebar on Archive Pages” http://i.imgur.com/Rb1llS6.jpg
Cheers!
YigitDecember 24, 2013 at 10:08 pm #203583In reply to: Changing the human approval default text o form
Hey danadyb!
Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open contact.php file and find
“Please prove that you are human by solving the equation”
or you can try using this plugin http://wordpress.org/plugins/codestyling-localization/Regards,
YigitDecember 24, 2013 at 1:23 pm #203576In reply to: Portfolio items all 404's Rewrite rules missing?
Hi!
I just noticed you already updated Enfold to verion 2.4.4. Since Enfold 2.4.4 you should be able to change the portfolio permalinks settings on the Settings > Permalink page. You don’t need to use the code I posted here ( https://kriesi.at/support/topic/wp-3-8-with-wpml-3-0-1-creates-404-errors/ ). If you want to translate the slugs with WPML you can use the “String Translation Management” extension for the slug translation.
If the permalink rules don’t work try to delete the theme folder, then re-upload all themes files (v2.4.4), go to Theme Options and save the theme settings, then go to Settings > Permalinks and save the permalink options.
Best regards,
PeterDecember 24, 2013 at 12:46 pm #203570In reply to: Enfold Feature Requests
1) Toggle image overlay effect within theme settings.
2) Checkbox for image library to indicate if image overlay effect is to be applied to that image
3) Image overlay effect to include social linking icons.
-
This reply was modified 12 years, 2 months ago by
PPCHound.
December 24, 2013 at 12:43 pm #203569Topic: Moving page (or post) titles in Enfold
in forum EnfoldNikolai
ParticipantHi guys,
I am trying to figure out a most efficient way to move the page / post titles from the “title_container” to the page / post’s content area and place it right under <div class=”entry-content-wrapper clearfix”>.
I am using a child theme and wonder what files I need to copy to the child theme and to modify to make this happen?
Could someone point me in the right direction?
Thank you.
December 24, 2013 at 11:39 am #203543In reply to: color of the Theme Menu
Hey Seba1973!
What type of header do you have? Please check on Enfold > Header > Header Type. Inspect the menu using Google Chrome then look for the menu list id. Use it to color a specific menu item:
.header_color .main_menu ul:first-child > li#menu-item-755 > a { color: red; }Regards,
IsmaelDecember 24, 2013 at 11:36 am #203540In reply to: No preview with Enfold in dev website
Hi!
I can’t modify the files on your server but try to replace following line in /wp-content/themes/enfold/template-builder.php
//filter the content for content builder elements $content = apply_filters('avia_builder_precompile', get_post_meta(get_the_ID(), '_aviaLayoutBuilderCleanData', true));with
//filter the content for content builder elements $content = apply_filters('avia_builder_precompile', get_post_meta(get_the_ID(), '_aviaLayoutBuilderCleanData', true)); if(is_preview()) { $content = apply_filters('avia_builder_precompile', get_the_content() ); }Cheers!
PeterDecember 24, 2013 at 11:26 am #203538In reply to: Breadcrumb problem
This reply has been marked as private.December 24, 2013 at 11:08 am #203534In reply to: Accordion titles as html elements
Hey bitmatters!
Open up wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\toggles.php and search for
$output .= ' <p data-fake-id="#'.$toggle_atts['custom_id'].'" class="toggler '.$titleClass.'" '.$markup_title.'>'.$toggle_atts['title'].'<span class="toggle_icon">'; $output .= ' <span class="vert_icon"></span><span class="hor_icon"></span></span></p>';Replace it with
$output .= ' <h4 data-fake-id="#'.$toggle_atts['custom_id'].'" class="toggler '.$titleClass.'" '.$markup_title.'>'.$toggle_atts['title'].'<span class="toggle_icon">'; $output .= ' <span class="vert_icon"></span><span class="hor_icon"></span></span></h4>';Regards,
PeterDecember 24, 2013 at 10:53 am #203529In reply to: Breadcrumb problem
Hi!
I made a syntax mistake while I tested my code. Please upload the original enfold/functions.php file to restore your website. Then insert following code at the end of the functions.php file to add the category to the breadcrumb.
if(!function_exists('avia_modify_single_post_breadcrumb')) { function avia_modify_single_post_breadcrumb($trail) { if(!is_single()) return $trail; $category = get_the_category(get_the_ID()); if(empty($category)) return $trail; $newtrail = array(); foreach($category as $cat) { if(empty($cat->parent)) { $category_link = get_category_link($cat->term_id); $newtrail[] = '<a href="'.esc_url( $category_link ).'" title="'.$cat->cat_name.'">'.$cat->cat_name.'</a>'; } } if(empty($newtrail)) return $trail; array_unshift($newtrail, $trail[0]); $newtrail['trail_end'] = $trail['trail_end']; return $newtrail; } add_filter('avia_breadcrumbs_trail','avia_modify_single_post_breadcrumb'); }Btw – this is not a bug of the theme but a design decision. Kriesi normally shows the blog page link in the breadcrumb and not a category link. It seems like you didn’t select a blog page (Enfold > Theme Options) and thus the blog page also won’t show up in the breadcrumb. The code I give you now will replace the default breadcrumb with a category based breadcrumb.
Best regards,
PeterDecember 24, 2013 at 8:41 am #203514In reply to: Enfold Feature Requests
How about something as cool as what you have here?
http://kriesi.at/theme-overviewDecember 24, 2013 at 7:52 am #203505what is the minimum requirement for enfold theme to work optimally?
December 24, 2013 at 7:32 am #203495Hey!
Edit config-layerslider > LayerSlider > skins > fullwidth > skin.png, adjust the size of the play button:

Adjust the width and height of the button using this on your Quick CSS:
.ls-fullwidth .ls-playvideo { width: 100px; height: 100px; margin-left: -25px; margin-top: -25px; }Best regards,
IsmaelDecember 24, 2013 at 7:03 am #203486In reply to: Custom Social Icons (Enfold 2.4.3)
Hey!
Try adding this code in the end of js/avia.js:
jQuery(function() { jQuery(".social_bookmarks_tumblr a").attr("title", "hola"); });Change ‘hola’ by the text you’d want as title for your icon.
Cheers!
JosueDecember 24, 2013 at 7:01 am #203485This reply has been marked as private.December 24, 2013 at 7:00 am #203483In reply to: Featured image in posts question
Hi Barabbas!
Try changing the Blog Style setting (Enfold > General Settings).
Cheers!
JosueDecember 24, 2013 at 6:56 am #203481Hi michaelhiga!
How did you add the video? Can you please give us a link to the page with the slider video?
Regards,
IsmaelDecember 24, 2013 at 6:26 am #203465Topic: sidebar/widget issues
in forum Enfoldkls1138
ParticipantHello,
I’m having trouble getting widgets to display in the sidebar the way I’d like. There are two issues:
1) Ordering: There are widgets that I want to display on every page so I use the “Displayed Everywhere” widget option. I also want to display different widgets on the single post pages so I use the “Sidebar Blog” widget option. The problem is that I have no control over the order in which the widgets are displayed. It appears that by default, the “Sidebar Blog” widgets are posted on top of the “Displayed Everywhere” widgets. How can I control the order in which these are displayed?
2) I’m using the Adrotate plugin to manage my advertisements. The plugin has features that allow you to determine which categories particular ads will be displayed in. Unfortunately, this feature isn’t working with the enfold theme and my advertisements are displaying in every category and on every single post. Is there some way to fix this?
Thanks!
December 24, 2013 at 6:16 am #203462Hey!
You can copy the whole avia_which_archive function on your child theme’s functions.php.
Best regards,
IsmaelDecember 24, 2013 at 6:09 am #203460In reply to: Use Sky Menu with Enfold?
Hi Devin,
Sorry for the fat finger. Here is the correct link: http://carvalhorealestate.com/documentation/
Here is what the developer says to do to integrate:
Integration
Download the zipped pack from codecanyon and extract to a folder on your computer.
Find the file called To be uploaded.zip and upload it here: http://mywebsite.com/wp-admin/plugin-install.php?tab=upload
Add the following code to your template’s header.php, right beneath the <body> tag.
<?php
echo do_shortcode(“[sky-mega-menu]”);
?>
If you want to add it to one page only, add shortcode
[sky-mega-menu]
to the page you want.Thx.
December 24, 2013 at 5:50 am #203458In reply to: Use Sky Menu with Enfold?
Hey mcarv63!
The documentation link you posted goes to a 404. I’m not familiar with the plugin so I can’t really give any kind of definitive answer.
If the shortcode isn’t working then my guess would be there is a conflict with the plugin and it getting output in wherever you are trying to add it (sidebar, regular page etc) or perhaps with the plugin and the theme.
Your best route for support would be to start with the plugin author to make sure the setup is correct and then if they have any specific guidance on where a conflict could be happening we can assist from there.
Best regards,
DevinDecember 24, 2013 at 5:18 am #203452Topic: Use Sky Menu with Enfold?
in forum EnfoldMark
ParticipantHi,
I would like to use either the WordPress or regular version of Sky Menu on Codecanyon.net : http://codecanyon.net/item/sky-mega-menu-for-wordpress/6168573
The integration instructions are here: http://carvalhorealestate.com/documenation which explains how to integrate into a WP theme with a shortcode. It doesn’t work in Enfold.
I would like to integrate either the standard version or the WP version into Enfold. I’ve tried the shortcode, and I’ve tried the html version in both pages and widgets, but to no avail. I would like to use either the right or fixed right menus.
http://smm.ev.webaboard.com/sky-mega-menu/examples/pos-right.html
http://smm.ev.webaboard.com/sky-mega-menu/examples/pos-right-fixed.htmlAny ideas? Thank.
December 24, 2013 at 4:30 am #203444Topic: Image resize problem in IE and FF, Chrome looks fine
in forum Enfoldnpozero
ParticipantHi all,
I inherited a website that was designed with Enfold and am having some issues with how images are displayed in the menu and resulting layout page in both IE and FF but they look proper in Chrome. As far as the client knows, it has always been a problem. I’m using WordPress version 3.8 and just updated Enfold to version 2.5.
Here are some example images. In Chrome, when I mouse over the “seating” menu:

In Chrome, when I click on “seating” to view the full page of seating options:

Now in IE and FF, mouse over seating:

The images are all different sizes and they don’t all fit in the frame.
After clicking on “seating” in IE and FF:

Images go well off the right side of window, no scrolling options given.
I’ve looked at the properties of the images that were uploaded, they appear to be much smaller than what IE and FF display them as.
Thanks in advance for any help!
December 24, 2013 at 4:11 am #203430In reply to: Rename Portfolio Slug Broken on Theme Update
Hey lawyerly!
You can try re-uploading the most recent update via FTP instead in case there was an issue. 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
Also try deactivating all currently active plugins to make sure there is no conflict there. The field wasn’t removed in the last update or anything so it should still be there and working the same as it was before.
Best regards,
Devin -
This reply was modified 12 years, 2 months ago by
-
AuthorSearch Results
-
Search Results
-
Hi guys,
I am trying to figure out a most efficient way to move the page / post titles from the “title_container” to the page / post’s content area and place it right under <div class=”entry-content-wrapper clearfix”>.
I am using a child theme and wonder what files I need to copy to the child theme and to modify to make this happen?
Could someone point me in the right direction?
Thank you.
Topic: sidebar/widget issues
Topic: Use Sky Menu with Enfold?
Hi all,
I inherited a website that was designed with Enfold and am having some issues with how images are displayed in the menu and resulting layout page in both IE and FF but they look proper in Chrome. As far as the client knows, it has always been a problem. I’m using WordPress version 3.8 and just updated Enfold to version 2.5.
Here are some example images. In Chrome, when I mouse over the “seating” menu:

In Chrome, when I click on “seating” to view the full page of seating options:

Now in IE and FF, mouse over seating:

The images are all different sizes and they don’t all fit in the frame.
After clicking on “seating” in IE and FF:

Images go well off the right side of window, no scrolling options given.
I’ve looked at the properties of the images that were uploaded, they appear to be much smaller than what IE and FF display them as.
Thanks in advance for any help!
