Forum Replies Created
-
AuthorPosts
-
Hey Gurify!
Thank you for using Enfold.
The grid row element is meant to go full width so you can’t use it if you want to contain the content inside a definite container. Place the content inside a 1/1 column layout instead.
Best regards,
IsmaelApril 2, 2015 at 7:07 am in reply to: What works better with ENFOLD – German Market or wpshopgermany (maennchen1)? #422291Hey handelsmann!
Thank you for using Enfold.
Unfortunately, we don’t have any experience with the wpshopgermany plugin to give you a valid comparison. German Market is an extension of the woocommerce plugin which is the default ecommerce module of the enfold theme. It is configured to work with the theme so you don’t have to modify the layout of product pages.
Best regards,
IsmaelHey!
Did you update the footer.php and header.php file in the child theme folder? Note that the post navigation is disabled when a full width slideshow is present on the page. Add this to the functions.php file to enable it back:
/*filter projets - only show same category */ add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1); function avia_same_category_filter($settings) { $settings['is_fullwidth'] = false; return $settings; }
Regards,
IsmaelHi!
Please add the image using html code then add a class or id attribute to it. Something like this:
<img class="awesome-cart-image" src="awesomeimagehere.jpg">
Use this in the Quick CSS field to adjust the position of the image:
.awesome-cart-image { position: absolute; left: 20px; top: 200px; }
Cheers!
IsmaelApril 2, 2015 at 6:40 am in reply to: Lightbox not working in combination with WooCommerce Additional Variation Images #422282Hi Rubenloeve10!
Thank you for using Enfold.
Looks like the plugin is also using a third party lightbox plugin called prettyPhoto. Is it possible to disable it and use the theme’s default lightbox? Have you tried disabling theme’s lightbox on Enfold > Lightbox Modal Window option? Please contact the plugin author for more info regarding the issue.
Regards,
IsmaelHey!
Replace the code with this if you want to show the secondary menu in the main header:
add_action('ava_inside_main_menu', 'ava_inside_main_menu_mod'); function ava_inside_main_menu_mod() { get_search_form(); //display the small submenu $avia_theme_location = 'avia2'; $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' => '', 'container'=>'', 'echo' =>false ); $nav = wp_nav_menu($args); echo "<nav class='sub_menu' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">"; echo $nav; do_action('avia_meta_header'); // Hook that can be used for plugins and theme extensions (currently: the wpml language selector) echo '</nav>'; }
You can adjust the elements’ position via css. If you’re not sure what to do, look for any tutorial about google inspector and firebug. It will help a lot with custom css modifications.
Cheers!
IsmaelHi!
I’m afraid this is not entirely a theme related issue because the characters are rendering properly on our installations. I think you can find the proper developer simply by describing the issue at hand, or find someone who is familiar with different server and database configurations and character encoding. I’ll ask the rest of the support team to check it.
Cheers!
IsmaelHey!
On what screen size did you find the image distorted? Suggested image size for the full screen slider is 1500x1500px, the image that you are using is a bit too big, 6000x4000px. You can also hide or show elements on different screen sizes or create a different slideshow on mobile device. Refer to these links:
http://stackoverflow.com/questions/11796297/div-show-hide-media-query
https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
https://kriesi.at/support/topic/displaying-another-slider-on-mobile-devices/
https://kriesi.at/support/topic/replace-slider-on-mobile/
Best regards,
IsmaelHi!
What happens when you delete the footer.php file? Is this the code in the functions.php file?
add_filter('avia_post_nav_entries', 'avia_apply_custom_sort_order_to_post_nav', 10, 2); function avia_apply_custom_sort_order_to_post_nav($entries, $settings) { $temp_prev = $entries['prev']; $temp_next = $entries['next']; $entries['prev'] = $entries['next'] = ""; if(!empty($temp_prev)) $entries['next'] = $temp_prev; if(!empty($temp_next)) $entries['prev'] = $temp_next; $first = get_post('83', OBJECT); if(empty($temp_prev)) $entries['next'] = $first; return $entries; }
Best regards,
IsmaelHi David!
Thank you for using Enfold.
Please use this plugin: https://wordpress.org/plugins/wordpress-https/
Best regards,
IsmaelHi!
There are 404 errors in the wp core files. Please download a fresh copy of WP 4.1.1 then override your installation.
Best regards,
IsmaelHi 13kabdriver!
Thank you for using Enfold.
Unfortunately, the default lightbox doesn’t support mp4 format files. You can use vimeo, youtube or .mov video files. In my own opinion, Youtube and Vimeo is the better option because you can upload the video to a third party host.
Regards,
IsmaelHi!
You can add this to the Quick CSS field:
.main_menu { position: relative; left: 100px; }
Use this to add the default search form:
add_action('ava_inside_main_menu', 'ava_inside_main_menu_mod'); function ava_inside_main_menu_mod() { get_search_form(); }
Use css to modify the style.
Regards,
IsmaelApril 1, 2015 at 12:46 pm in reply to: To display GoogleMaps information in ENFOLD theme:: is it a built-in opportu? #421849Hey Al!
Thank you for using Enfold.
I’m sorry but I’m not sure what you’re trying to do. Can you please provide a screenshot or a link to an example?
Best regards,
IsmaelHi!
You have to edit the menu item navigation label not the menu name.
Cheers!
IsmaelHi!
If you want to show a slideshow on mobile device instead of the fallback images, you can use media queries to show or hide different elements on different screen sizes. Refer to these links for more info:
http://stackoverflow.com/questions/11796297/div-show-hide-media-query
https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
https://kriesi.at/support/topic/displaying-another-slider-on-mobile-devices/
https://kriesi.at/support/topic/replace-slider-on-mobile/
Regards,
IsmaelHey!
1.) You can select a bigger thumbnail for the portfolio grid. Right now, it is set to 260x185px, that’s why it looks blurry on retina displays. Edit the portfolio grid then set the Portfolio Grid Image Size to manual. Choose a bigger thumbnail size in the Select custom image size option.
Regards,
IsmaelHey Siracher!
Thank you for using Enfold.
Can you please provide a screenshot of the issue? Please use browsers like Chrome or Firefox instead of the default android browsers. I’ll ask the rest of the support team to check it.
Regards,
IsmaelHi!
The behavior of the background images in the demo site is the same in your installation. The size of the background image is not proportionate to the mobile device’s screen size so you can’t expect the same output on mobile and desktop view. You can set the Background Image Position to Center Center to capture most part of the images. Or use css media queries to display a different section on mobile devices.
Regards,
IsmaelHi!
Thank you for using Enfold.
Set the Enfold > Header > Menu and Logo Position to Logo left, Menu right. Enable the Header Secondary Menu and the Social Icons in the Extra Elements panel. You can set the header background and font color in the General Styling > Logo Area or Header panel. Aside from that, you might need to add custom css modifications. Please give us a link to the actual website when you’re done with the steps above.
Regards,
IsmaelHi!
You can’t add submenus when using the mega menu. The structure should be:
Mega Menu Columns Row Row Columns Row Row Columns Row Row
I edited the mega menu for you: http://warmbuddystore.com/wp-admin/nav-menus.php
Cheers!
IsmaelApril 1, 2015 at 4:36 am in reply to: single post (not found 404) when change the permalink settings to 'post name' #421725Hi ymcrodos!
Thank you for using Enfold.
I don’t think it’s possible to convert the actual url to greek characters because they will be encoded, at least for users with browsers that are not configured to greek. I haven’t tried this myself but the greek characters can be converted to greeklish url: https://wordpress.org/plugins/greeklish-permalink/
And according to this thread: https://productforums.google.com/forum/#!topic/webmasters/YJOrfNx2VTw
you should never put the raw greek characters into the URL of a link. You always use the encoded version.
However, for users where the web browser is set to Greek (language), this will usually display as greek characters, so the user won’t see a difference.I think you have to encode the characters manually: http://meyerweb.com/eric/tools/dencoder/
Refer to this link on how to fix permalink issues: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
difference.
Regards,
IsmaelHey!
It works fine on our installation. Make sure that the code is intact when you copy it, specially the apostrophe symbols. Get the code from here: http://pastebin.com/Tv4qQUcM
Best regards,
IsmaelHey!
One of the custom css codes is causing the issue. Please check it now: http://wpmdemo.info/mcs/programs
Regards,
IsmaelHey jurgen1979!
Thank you for using Enfold.
I can reproduce the issue on IE11 but I can’t fix the issue. Please post the login details here and set it as a private reply. If possible, please deactivate all plugins then test the site again.
Regards,
IsmaelApril 1, 2015 at 4:01 am in reply to: LayerSlider Shortcode not working – was working until I added another shortcode #421708Hi!
We can’t retrieve the layer sliders if the database is corrupted. Hope that the layer slider data are still intact in the database. Please create a new thread. Post the login details and url to the website there. Make sure that you’re running Enfold 3.1.2 and WordPress 4.1.1. We actually answered your inquiry here: https://kriesi.at/support/topic/avia-layout-builder-and-advanced-layer-slider-broken/
Cheers!
IsmaelHi!
The theme options are saved in the database so they won’t be affected when you delete or update the theme. If you have any custom css in the Quick CSS field or custom.css, create a backup just in case. Please refer to this link on how to properly update the theme, either via dashboard or FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
IsmaelApril 1, 2015 at 3:54 am in reply to: Masonry Gallery Order – fronted gallery display sort order is different than admin sort order #421703Hey ghrahams!
Thank you for using Enfold.
Yeah, I guess that’s a minor glitch with the isotope script. It doesn’t display in order because of the gallery image dimensions. They have different heights and the isotope script calculates the position of the items differently to keep the tiles in order. I’m really not sure how to fix it other than keeping the image size uniform or setting the masonry size settings to perfect grid. I’ll ask the rest of the support team if they have any idea.
Regards,
IsmaelHi!
Please edit the portfolio item, make sure that the Display Preview Images is set to slideshow, gallery or image list. If you don’t want the title to link to the actual portfolio page, add this to the Quick CSS field:
h2.portfolio-preview-title.entry-title a { pointer-events: none; }
Regards,
Ismael -
AuthorPosts