Forum Replies Created
-
AuthorPosts
-
April 6, 2015 at 4:57 am in reply to: Mobile menu list displaying on the right handside of website #423764
Hi!
Adding the previous fix works but the update should take care of this by default. I noticed that you added the css hero plugin. What happens when you deactivate it?
Cheers!
IsmaelHi!
I don’t think there’s an easy way to simulate hover state on mobile devices but they say using the :focus state will work: https://css-tricks.com/forums/topic/click-function-for-hover-states-on-touch-devices/
Unfortunately, this will require modifications that is beyond the scope of support. You can contact Codeable.io to help you: http://kriesi.at/contact/customization
Cheers!
IsmaelHi!
I’m sorry for the delay. From what version of the theme did you update? Looks like there are javascript errors in the layer slider panel. Please try to deactivate all plugins then test it again on another browser or computer.
Cheers!
IsmaelHey afarahani!
Thank you for using Enfold.
Not many users reported this issue or complain about the rtl column order so I’m sad to say that this is not going to be a default theme feature, at least not for now, although we have taken it into consideration for future updates. For now, please save the fix provided on the previous thread and add it on functions.php to reverse the column order on mobile devices.
Best regards,
IsmaelHey alfaweb2!
Thank you for using Enfold.
You can add this to the Quick CSS field to change the initial opacity of the masonry items:
.avia_desktop .av-hover-overlay-active .av-masonry-image-container { opacity: 1; }
Use this to add the hover effect:
.av-masonry-outerimage-container:hover .av-masonry-image-container:before { content: ''; display: block; background: url('http://www.clipartbest.com/cliparts/KTj/gk8/KTjgk8MEc.png') no-repeat center center fixed; width: 100%; height: 100%; }
Decrease the size of the play icon image, 80x80px is good.
Cheers!
IsmaelHey makeitbritish!
Thank you for using Enfold.
You can create a custom widget on Appearance > Widgets panel then set it as the sidebar of a specific page. Edit the page, look for Layout > Sidebar Setting. Select the custom widget area or sidebar.
Regards,
IsmaelHey!
The avia builder is built using a very extensive script and it’s not easy to integrate in a plugin. You can try to hire a freelance developer to do the job. Contact codeable.io here: http://kriesi.at/contact/customization
Best regards,
IsmaelHey adayanamarketing!
Thank you for using Enfold.
It’s not possible to exclude a portfolio item that belongs to two categories by default. This will require a custom modification in the portfolio element query. Please hire a freelance developer or contact codeable.io for this kind of customization: http://kriesi.at/contact/customization
Best regards,
IsmaelHey djshortkut!
Thank you for using Enfold.
I checked the site on an iPod and I was able to click the see more buttons. I’ll ask the rest of the support team to test it as well.
Cheers!
IsmaelApril 5, 2015 at 3:50 pm in reply to: Imagepositioning with boxshadow in textbox / Contentwidth in sidebarmenu #423658Hi!
Add this to remove the left padding of the pages with left sidebar:
.main_color.container_wrap.sidebar_left .container { padding: 0 50px 0 0; }
If possible, please provide a screenshot of the final design layout that you want.
Regards,
IsmaelHi beezdezines!
Thank you for using Enfold.
Did you use the advance layout builder to create the page? Any elements or contents created in the advance layout builder will not display in the blog overview page so you need to add an excerpt in the excerpt meta box.
Regards,
IsmaelHi!
The layer slider skins are disabled by default because most of the skins doesn’t work well with the default style of the theme. You can disable the default layer slider then install it as a stand alone plugin. Add this to the functions.php file to disable the layer slider:
add_theme_support('deactivate_layerslider');
Best regards,
IsmaelHey vadesign!
Thank you for using Enfold.
You can use the advance layout builder for post. The downside is you have to add all the post content manually including the featured images, post meta info etc. Please provide a screenshot so that we can better understand what you’re trying to do.
Best regards,
IsmaelApril 5, 2015 at 3:03 pm in reply to: How to disable captions on images in masonry gallery on a mobile device #423645Hey!
I checked the home page but I can’t see any masonry gallery element. Maybe you’re referring to the Portfolio Grid element?
@media only screen and (max-width: 767px) {.grid-content { display: none; }}
Try to add this to the Quick CSS field to fix the mobile menu:
@media only screen and (max-width: 1024px) { .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide { display: block; } .responsive .av_mobile_menu_tablet .main_menu { display: none; } .html_mobile_menu_tablet #mobile-advanced { display: block; }}
Regards,
IsmaelHey Al!
Thank you for using Enfold.
Please provide a link to the test page. Replace the back slashes in between the directory name with forward slashes. This is the proper file uri scheme: http://en.wikipedia.org/wiki/File_URI_scheme
Regards,
IsmaelHi!
You can use the woocommerce shortcode to display a single product:
[product id="28"]
Refer to this link: http://docs.woothemes.com/document/woocommerce-shortcodes/
Best regards,
IsmaelApril 5, 2015 at 2:47 pm in reply to: Centered Title Overlay in Fixed Masonry Gallery as shown in new shop demo #423640Hi!
Those are images elements inside the grid row cells. Add a caption.
Cheers!
IsmaelHi!
Replace the code with this:
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "<img class='logo-title' src='logoimagehere.png'/>"; return $sub; }
Best regards,
IsmaelHi MindSpark!
Thank you for using Enfold.
The site loads fine when I checked it. Try to install cache and minify plugins to improve page loading speed.
Cheers!
IsmaelHey!
You can’t place the Page Navigation in between the widgets. You can either place it below or on top of every other widgets. Use the Custom Menu widget instead of the default Page Navigation if you want to control the placement of the widget.
Cheers!
IsmaelHey!
I don’t think setting the background attachment will help at all. The current desktop layout of your website is not going to work on mobile device, I want to say because of the images’ subject focus, for lack of a better word and explanation. You have to create another version of the home page created specifically for mobile devices. Please follow the suggestions provided above. I will ask the rest of the support team if they have any other idea. You can also try the solution provided here:
https://kriesi.at/support/topic/couple-of-problems-with-3-1-update/#post-412766
FYI: The background of the “responsive parallax color bg” in the link you provided is also set to “cover” and behaves exactly the same as the theme’s color section. Parts of the images are covered on mobile devices.
Cheers!
IsmaelHi!
Since the footer is outside the wrap_all container, the css style for footer columns on mobile screen are not being applied. I’m not sure what’s causing the issue but there are reported issues regarding horizontal rule / separator elements breaking the layout of the site. Try to create a test page then remove all hr shortcodes, see if anything is different.
Cheers!
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!
Best regards,
IsmaelHey!
Unfortunately, you can’t activate both the default and left/right header at the same time. You can set the header to default then create the sidebar navigation with the Custom Menu widget. If you want to add the logo in the sidebar, add the text widget above the custom menu. Add the logo using html codes.
Regards,
IsmaelHi!
1.) Can you please provide a link to a grouped product? You created a lot of grouped product type but I don’t see any child products linked to a specific group. Please refer to this link on how to properly create grouped products: http://docs.woothemes.com/document/managing-products/#groupedproduct
You have to create a parent product, set it as “Grouped Product”. After that, you have to create simple products then go to the Linked Products panel. Set the Grouping or parent product.
2.) I’m sorry but this is not possible. You only choose between the default editor and the advance layout builder.
Cheers!
IsmaelHey!
I’m not sure why the footer container is outside the wrap_all container but we fixed the footer columns with this code on style.css:
@media only screen and (max-width: 767px) { .responsive #top .container .av-content-small, .responsive #top #footer .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { margin: 0; margin-bottom: 20px; width: 100%; }}
Cheers!
IsmaelHey!
Looks like you know this stuff better than we do. You can request for these improvements on our feature request page, please kindly share information or pointers on how we can improve the element for future updates. Unfortunately, for now, you will have to make do of any workaround that you can come up with.
Regards,
IsmaelHey Kayzel!
Thank you for using Enfold.
I checked the Traditional Chinese shop page and the products are displaying fine. Did you fix this? I tried to access the site but the login credentials are not working. Please check.
Regards,
IsmaelHey!
You can use the default Woocommerce Layered Nav widget if you want to sort products by attribute.
Regards,
IsmaelHey!
@funky: The filter is working. I set the order parameter to descending and it works as expected: http://e308031c72c2a40f7804cdf17e3238990a7c8a05.web19.temporaryurl.org/test-portfolio-sorting/
@wellenwerk: Add this to the functions.php file to reverse the avia post nav:add_filter( 'avia_post_nav_entries', 'enfold_customization_reverse_post_nav', 10, 1 ); function enfold_customization_reverse_post_nav( $entries ) { $prev = $entries['prev']; $next = $entries['next']; $entries['prev'] = $next; $entries['next'] = $prev; return $entries; }
Regards,
Ismael -
AuthorPosts