I uploaded the dummy site on enfold theme.
I then learnt that a child theme is the best path.
I uploaded enfold child theme and added dummy site pages.
I noticed the pages/collections had doubled.
i deleted duplicates.
I have watched the video numerous times. It is useful. Although i am not clear about a collective menu.
Should the mega menu be laid out like this in wp menu manager like this example?……..
home > home page
portfolio > gallery library > gallery 1
gallery 2
about
contact
blog
Would this create the mega (whole website) menu?
many thanks
Nathan
Hi Enfold team.
How do I create a homepage with the “small slider” that mimics the “HomeV4: Small Slider” as shown on the demo site? I know how to add the layer slider and other elements, but just not sure about the small slider.
Thank you!
Hey!
You are welcome, glad we could help! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit
Hey David!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-mozilla .page-id-140 #av_section_5 .av_one_half:nth-child(4) .iconlist_content p { font-weight: 600!important; }
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#header_main {
background-image: url(https://www.getdreamlook.com/wp-content/uploads/2013/12/dream-look-header-bg1.jpg);
background-repeat: repeat-x;
}
Cheers!
Yigit
Hey aregowe!
Please go to Enfold/includes folder and open helper-main-menu.php file and find
<div id='header_meta' class='container_wrap container_wrap_meta <?php echo avia_header_class_string(array('header_social', 'header_secondary_menu', 'header_phone_active'), 'av_'); ?>'>
and add your image right below it as following
<div class='custom-header-image'><a href='http://kriesi.at' target='_blank'><img src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' /></a></div>
Then you can adjust its position using custom CSS in Quick CSS field in Enfold theme options under General Styling tab
.custom-header-image { position: relative; right: 0; top: 10px; }
Best regards,
Yigit
Hey!
Glad you figured it out!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit
Hi Ismael,
Thanks for this. I put this in my child functions.php and it seemed to work fine for the standard blog post. However, I did not realise the Time.ly Events Calendar plugin must be using a custom post type. I have no idea how to edit that – shame. If anyone has any experience of using the Events Calendar by Time.ly and has managed to modify the layout to use Enfold Content Elements (via the Advanced Editor) it would be great to hear from them.
http://time.ly/
Thanks,
H
(using Enfold child theme)
Mega Menu Feature – Want the mega menu to open all the pages in each catagory at the same time. One big mega menu that reveal every page within the website. When the mouse hovers over any catagory the mega menu is static. Does not change. Just reveals the website menu.
How can this be done?
Mega Menu – Home has 10 sub pages. The mega menu when displayed the font size is very large.
How to choose font size of mega menu?
Many thanks
Whats the best (easy) way to use external fonts with enfold?
http://www.floridaspecialtycropfoundation.org/imagesamples/
it’s currently in coming soon mode so you can login as username enfold and pw preview to see the page…
Our client uses two themes. One for desktop and one for mobile. The site uses a simple theme switcher to determine which theme to present to the user.
The theme used for their mobile presentation is a child of Enfold v2.8.1
Their site has a custom post type called “Videos”
Here is a page that displays that custom post: http://tnreport.staging.wpengine.com/2014/08/28/haslam-committing-new-voucher-legislation/ (hosted on WPengine)
When the link above is viewed on a desktop (and the other theme) it works perfectly. When it is viewed on a mobile platform (and the Enfold theme), the user gets a 404 Page Not Found error.
We have experimented by turning of the theme switcher and making the Enfold theme the only theme used. 404 error.
We have selected a different permalink structure to default. 404 error.
We changed the permalink structure back to our preferred settings (day and name). 404 error.
We have disabled plugins. 404 error.
We have every reason to believe that the source of the problem is the relationship between the custom post type “Video” and the Enfold theme. Perhaps the htaccess file. Perhaps the CPT isn’t registered properly with the theme, or the child theme.
Any assistance or insight you could offer would be greatly appreciated!
Pero, esta este error interrumpiendo el funcionamiento del site? por lo que veo es de hace 2 días.
26-Aug-2014 11:55:59 UTC] PHP Fatal error: Class ‘ShortcodeHelper’ not found in /home2/presume1/public_html/presumedebebe.es/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php on line 328″
Hi,
On my main page on my site, I have the blog content come up. I want to remove this icon: http://postimg.org/image/gjgvtxjwv/
I also want it removed on the blog for each post: http://postimg.org/image/prq2jn3f1
I tried putting in this code, and it’s still there:
span.fallback-post-type-icon {
display: none!important;
}
Any help? Thanks guys! I love the template.
Hey!
Please scroll down and check “Enfold Main Menu” in Menu Settings – http://i.imgur.com/Q9mYVQ0.png and it should put your menu items in order
Cheers!
Yigit
Hey SeoCanarias!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
div#js_sort_items {
font-size: 16px;
}
Regards,
Yigit
Hi!
Please go to Appearance > Menus > Screen options and check “CSS classes” and then add “hide” to menu items you would like to hide – http://imgur.com/a/rnzA7
Then go to Enfold theme options > General Styling tab and add following code to Quick CSS field
.hide { display: none; }
Best regards,
Yigit
-
This reply was modified 11 years, 7 months ago by
Yigit.
Hi!
Please turn on Custom CSS field element for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your image a unique class ( i.e.: custom-image ) and then add following code to Functions.php file in Appearance > Editor
function add_custom_image(){
?>
<script>
jQuery(window).load(function(){
jQuery('.custom-image img').hover(function(){
jQuery('.custom-image img').attr('src','http://kriesi.at/themes/wp-content/plugins/avia_cachable_style_switch/images/logo-enfold/splash-orange.png');
});
jQuery('.custom-image img').mouseleave(function(){
jQuery('.custom-image img').attr('src','http://kriesi.at/wp-content/themes/kriesi/images/logo.png');
});
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_image');
You should change image url’s. Second url should be to the initial image.
For more advanced solution, please hire a freelance developer
Regards,
Yigit
Hy there,
i love your theme btw ;-)
But one question, i dont get it how to activate the breadcrumbs in my shop and for the SERPs in google.
http://www.filamentworld.de
Thanks
Using Enfold 2.9.1 and wordpress 3.9.2
When I add an image through regular wordpress image upload (not shortcode) at medium size with a caption- it is blurry- out of focus.
If I remove caption, the image displays fine- no blur.
https://dl.dropboxusercontent.com/u/737829/Screen%20Shot%202014-08-28%20at%2012.44.52%20PM.png
any tips/suggestions how to remedy this?
Hi!
Try re-installing the theme via FTP, according to that error this file isn’t present:
/enfold/config-templatebuilder/avia-template-builder/php/shortcode-helper.class.php
Regards,
Josue
Hey kerriotoo!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.avia-slideshow.image_no_stretch li img {
width: 100%\9;
}
Cheers!
Yigit
Hi Lesley!
You can add following code to Quick CSS in Enfold theme options under General Styling tab
ul#avia-menu { position: relative; top: -50px; }
#header_main_alternate { z-index: 4; }
and then add a menu item in the middle and set its opacity to 0 with following code
li#menu-item-117 .avia-menu-text, li#menu-item-117 .avia-menu-fx { opacity: 0; }
( You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg )
This would be a way to achieve what you are looking for and you could use it as a starting point. You can also try adding margin to right or left of menu items to increase the gap. But unfortunately you are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.
Best regards,
Yigit
Hey!
You are welcome, glad we could help! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit
Hey Peter :-)
Okay… so it sounds like it’s an algorithm that “learns” as the database grows? That actually makes sense. 99% of my images are all the exact same ratio, although some of them are different pixel dimensions (i.e., 860×1024 and 430×512) so I’m guessing it won’t affect me that much except for that rogue 1%? The varying pixel sizes _won’t_ have any effect, correct? Those two sizes would display identically? I have a lot of older content that I’m porting over from an old website that’s the smaller size, but my new content is the larger size. There are many pages where I have both size images on the same page. I haven’t seen a problem so far – they seem to be mostly behaving with each other (except of course for the one that started this thread) but I’m not that far into the content merger yet. Do you foresee any other issues down the road on this?
Thank you VERY much. I can’t tell you how much I love Enfold, by the way. I worked with countless themes and builders before settling on this, and it’s truly amazing, and your support is absolutely world class.
Stefanie
Hi codecreative!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-main-nav ul a { background-color: orange; }
Cheers!
Yigit