Forum Replies Created
-
AuthorPosts
-
March 28, 2015 at 4:47 am in reply to: Start Up Business Demo – Movie Modal Window not working #419711
Hey!
Use the actual youtube url instead of the youtube share url.
https://www.youtube.com/watch?v=l7jGrFLVvd4&feature=youtu.be
Cheers!
IsmaelMarch 28, 2015 at 4:41 am in reply to: Problem on Internet Explorer (Fonts, Responsive and Layouts) #419709Hey!
Thank you for using Enfold.
I’m sorry but you’re using an old version of the theme, 3.0.4. Please download the latest version, 3.1.2, 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/
The layer slider isn’t fully supported on older versions of internet explorer so you might need to add an easy slider specifically for IE. Use css to hide or show any specific sliders on different kind of browsers. This one for example will hide the layer slider on IE then show the easy slider instead:
.avia-msie div#layer_slider_1 { display: none !important; } .avia-slideshow { display: none; } .avia-msie .avia-slideshow { display: block; }
Turn on the custom css class to add a unique class attribute to the slideshow: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Cheers!
IsmaelHi!
Use a search index plugin like Relevanssi or SearchWP. Refer to these links for more info:
http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/Regards,
IsmaelHi!
Did you add any html tags? There are accordion elements when I checked the page: http://www.istitutofeldenkrais.it/formazione/post-formazione/
Regards,
IsmaelHey Aristidis!
Thank you for using Enfold.
Can you please provide a screenshot of the pop up? Or a link to the website. The only notification that should display when you add a product to the cart is the default woocommerce message, not a pop up.
Best regards,
IsmaelHey!
Try to set Background Attachment to Scroll instead of Fixed. See if that helps.
Regards,
IsmaelHi!
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Cheers!
IsmaelHey johniem!
Thank you for using Enfold.
Edit the cart page then use html tags to add the image or any content that you want.
Cheers!
IsmaelHi!
I’m not sure if you can modify the facebook widget style but you can try this:
.clearfix.pvs.phm { display: none !important; }
I think it’s better if you create your own facebook likebox widget. Go to this link: https://developers.facebook.com/docs/plugins/page-plugin
Best regards,
IsmaelHi!
Thank you for using Enfold.
You can set the masonry columns to 2 then add this to the Quick CSS field:
.av-masonry-col-2 .av-masonry-entry { width: 100%; }
The masonry images will look a bit blurry because of the masonry item width.
Cheers!
IsmaelMarch 27, 2015 at 2:31 pm in reply to: codeblock not rendering in the front-end [avia_codeblock_placeholder uid="0"] #419279Hey!
It works fine when I created a test page.
Use the id attribute instead of the name attribute.
Cheers!
Ismael-
This reply was modified 10 years, 3 months ago by
Josue.
Hi!
Turn on the custom css class. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Add custom css class attribute to the image with the caption. Use “custom-image” for example. Add a bottom margin to it:
.custom-image img.avia_image { position: relative; margin-bottom: 70px; }
Regards,
IsmaelMarch 27, 2015 at 2:09 pm in reply to: How Sidebar Navigation and Breadcrumbs could show Menu item instead of Title? #419267Hey!
@blanchrosa: The purpose of the code above is to show the name of the current menu item for the current page. It doesn’t have any hierarchy feature. If you want to create that kind of breadcrumb, you will have to hire a freelance developer or you can request the feature here: https://kriesi.at/support/enfold-feature-requests/Cheers!
IsmaelHi!
Revert the modifications back then add this to the child theme’s functions.php:
add_filter('avf_builder_boxes', 'add_builder_to_posttype'); function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'movie'; /*instead add the name of the custom post type here*/ } } return $metabox; }
Replace “movie” with the name of your own custom post type.
Cheers!
IsmaelHi WalkerPark!
Thank you for using Enfold.
Where do you want the widget or image to show? Looks like you added the widget using the Widget Area element.
Best regards,
IsmaelHi tremblayly!
Thank you for using Enfold.
Try to use the id attribute instead of name.
<a name="HM"></a>
Relace it with:
<a id="HM"></a>
The anchor link should be:
<a href="#HM">HM</a>
Cheers!
IsmaelHi!
I’m afraid that’s not possible without major modification on the theme or wp. You’ll just have to ignore the mess for now.
Regards,
IsmaelHey!
Did you add any unique taxonomies to the custom post type?
add_filter( 'avia_post_nav_settings', 'enfold_customization_same_cat' ); function enfold_customization_same_cat( $s ) { $s['same_category'] = true; $s['taxonomy'] = 'TAXONOMY NAME HERE'; return $s; }
You should also add a conditional function.
add_filter( 'avia_post_nav_settings', 'enfold_customization_same_cat' ); function enfold_customization_same_cat( $s ) { if(singular('POST TYPE NAME HERE')) { $s['same_category'] = true; $s['taxonomy'] = 'TAXONOMY NAME HERE'; } return $s; }
Best regards,
IsmaelHey!
Looks like you managed to add a “Learn More” button in the slides. Go to Appearance > Menus panel then click Screen Options, enable the “Portfolio Items”. Add the portfolio item that you want as menu item.
Best regards,
IsmaelHi scottgoodacre!
Thank you for using Enfold.
When I clicked the “Scott” link it doesn’t take me to the theme’s default author page template.
http://www.northern-consortium.org.uk/?taxonomy=following_users&term=scott
Did you add any modifications on the theme? Or maybe a third party plugin is causing the issue. Please try to deactivate all plugins then test it again.
Regards,
IsmaelHi ojasray!
Thank you for using Enfold.
Add this to the functions.php file if you want to open the custom link in different tab:
add_action('wp_footer', 'ava_grid_target'); function ava_grid_target(){ ?> <script> (function($){ $(".grid-image").each(function() { $(this).attr('target', '_blank'); }); })(jQuery); </script> <?php }
Regards,
IsmaelHi anjmat!
Thank you for using Enfold.
Please post the link to the actual page here. We would like to check it. Make sure that you’re running Enfold 3.1.2 on WordPress 4.1.1.
Regards,
IsmaelHi!
Instead of adding it as the color section background, add it as image element inside the color section. It will be more responsive.
Cheers!
IsmaelHey djshortkut!
Thank you for using Enfold.
You can add this to the Quick CSS field:
.avia-datepicker-div a.ui-state-hover { color: #fcfcfc; background-color: #2c5b9c !important; }
Cheers!
IsmaelMarch 25, 2015 at 5:41 pm in reply to: How to change layout of search results in loop-search? #417967Hi!
I’m sorry but I didn’t notice and you didn’t mention that you’re using a third party plugin for the search page. I’m sorry but we’re not familiar with the plugin and when I checked the search page, the filter doesn’t seem to be working. Also, from what I saw in the screenshot it’s not using the default search.php template. Is that correct? I think it’s best if you contact the plugin author.
If you can make the plugin work and if it is using the loop-search.php file then we might be able to help.
Regards,
IsmaelHi!
You don’t have to modify the footer.php file. Create a new menu on Appearance > Menus panel then set it as Enfold Footer Menu in the Theme Locations.
Best regards,
IsmaelHey!
Turn on the custom css class. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the text block element with the mail chimp form then add a custom class attribute as described on the documentation above. Use “custom-text” for example. Add this to the Quick CSS field:
.custom-text { text-align: center; } .custom-text > * { display: inline-block; }
Best regards,
IsmaelHey!
You can add the video code from vimeo manually, use a code or text block, or use the Video element.
<iframe src="https://player.vimeo.com/video/122959827?color=ffffff&title=0&byline=0&portrait=0" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <p><a href="https://vimeo.com/122959827">THE REINVENTION OF NORMAL</a> from <a href="https://vimeo.com/user6280000">Liam Saint-Pierre</a> on <a href="https://vimeo.com">Vimeo</a>
If you want it to be a video slider, try the Content Slider.
Cheers!
Ismael -
This reply was modified 10 years, 3 months ago by
-
AuthorPosts