Forum Replies Created
-
AuthorPosts
-
May 13, 2015 at 8:27 am in reply to: Let mobile menu behave like "header is invisible and appears once … #443606
Hi mailworm!
Thank you for using Enfold.
I’m sorry but enabling this feature on mobile might break the layout of the page. Also, the required modification can’t be added on a child theme so you have to do it every time you update the theme. Edit js > avia.js, look for this code on line 1527:
if(shrinking && !isMobile)
Replace it with:
if(shrinking)
Edit css > layout.css, look for this code then remove it:
.responsive #top #wrap_all #header {position: relative; width:100%; float:none; height:auto; margin:0 !important; opacity: 1;}
Regards,
IsmaelHi alfaweb2!
Thank you for using Enfold.
Is there any specific issue in the site?
Regards,
IsmaelMay 13, 2015 at 8:13 am in reply to: Bug? Header Menu: Desktop menu does not disappear on tablet/ mobile #443591Hi mailworm!
Thank you for using Enfold.
We would like to see the website with the issue. Post the website url here. Please select the second option on Enfold > Header > Mobile Menu > Header Mobile Menu activation. Make sure that you have the latest version of the theme.
Best regards,
IsmaelMay 13, 2015 at 8:12 am in reply to: Color Section "Display a small arrow that points down to next section"does not w #443589Hey!
Please give us links to the actual page with the issue. The OP’s site has an older version of the theme, 3.0.4.
Best regards,
IsmaelHey Mike!
Thank you for using Enfold.
You can create a custom shortcode. Add this in the functions.php file:
function foobar_func( $atts ){ return avia_sidebar_menu($echo = true); } add_shortcode( 'foobar', 'foobar_func' );
Go to the widgets panel, add a text widget. Place the [foobar] shortcode.
Best regards,
IsmaelHi James!
Thank you for using Enfold.
The Enfold theme is completely different compare to Abundance. You might need to recreate the page especially when you built it using the Abundance template builder and reconfigure the theme options. Regarding the products extensions, that’s something you need to consult with the woocommerce support but simple products created with default options should stay intact when transferred to enfold.
Cheers!
IsmaelHey!
Add this in the Quick CSS field:
.single .big-preview.single-big { width: 45%; float: left; margin-right: 4%; } .single .big-preview.single-big a img{ width: 100%; }
If it’s not what you’re looking for, please provide a screenshot.
Regards,
IsmaelHey!
The footer issue is fixed on 3.1.5. Site looks fine when I checked it. Please remove browser cache then reload the page.
Cheers!
IsmaelHey!
This is not possible, unfortunately. The plugin can only index the content and optimize the search results. I’m sorry but this is something we can’t help you with. Please hire some or contact codeable: http://kriesi.at/contact/customization
Regards,
IsmaelHi!
The full width slider, as you probably noticed in the name, will always be full width. It will stretch the image to be as big as possible to cover the whole container. I checked the page and then I review the inquiry but I don’t understand what you’re trying to change or what you’re expecting when you add the image in the slider, I’m sorry.
Is there anyway around this to get my picture to fit as it is in the feature image?
Can you please provide a screenshot of the page layout that you want or expecting when you add the featured image or slider?
Best regards,
IsmaelHi!
I get the same error when I edit the test pages. What is the category with the id “710”? Why not use the advance layout builder instead of the default editor?
Cheers!
IsmaelHi!
Unfortunately, it’s not quite helpful. We really need to see the actual site. How did you set the “blue section” to cover up the “logo area” section?
Regards,
IsmaelMay 13, 2015 at 5:42 am in reply to: Problem importing translated xliff files with wpml and enfold wordpress theme #443526Hey upperhand!
Thank you for using Enfold.
Please contact the WPML support regarding the issue. Translating pages with the advance layout builder is the same when using the visual composer so this short article might help: https://wpml.org/2014/06/use-visual-composers-page-builders-wpml/
Also, these threads, although different themes and plugin, might clear things out:
https://wpml.org/forums/topic/avada-fusion-builder/
https://wpml.org/forums/topic/html-tag-and-shortcode-included-in-word-count/I’ll ask the rest of the support team to check the thread.
Best regards,
IsmaelHi!
Hmm.. That’s weird. How did you add those comments anyway? You need to delete them directly in the database. Look for the prefixname_comments table.
Cheers!
IsmaelMay 13, 2015 at 5:23 am in reply to: Advanced Layer Slider and Partner logo element not working? #443523Hey!
The problem with the partner logo element in your page is, the images have different size and proportions. You’re expecting the images to resize automatically. Look at the demo, http://kriesi.at/themes/enfold/, scroll at the very bottom of the page to see the logo/partner slider element. The slider doesn’t look that consistent by accident. All the logo images have been resized to a uniform dimension (705x350px) before using them in the element.
Regards,
IsmaelHi xipisprl!
Thank you for using Enfold.
I’m not sure if you have the latest version of the theme, 3.1.5, because when I checked the post, the markup looks a bit different than usual. Please update the theme theme then deactivate all plugins. Test the button again.
Cheers!
IsmaelHey!
\If you’re trying to set the column as “Heading Column”, same as “Heading Row”, unfortunately, that is not available at the moment. You can just set the row to default. If you don’t like the alternate styling, you can change the background color with this:
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: #ffffff; }
Regards,
IsmaelHi!
Edit the masonry element then set the Size Settings to Perfect Grid.
Display a perfect grid where each element has exactly the same size. Images get cropped/stretched if they don’t fit
Best regards,
IsmaelHi!
Unfortunately, there is no default option for that. You need to find a plugin or hire someone to create a custom script. Please visit codeable: http://kriesi.at/contact/customization
Best regards,
IsmaelHey!
Oh. Alright. Adjust the Single Product Image thumbnail size on Woocommerce > Settings > Products > Display panel. Regenerate the thumbnails after: https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
IsmaelHey!
Alright. Don’t forget to add the additional modification in order to fix the warnings. Let us know if it works.
Regards,
IsmaelHi!
Works fine on our installation. Maybe, we are not on the same page here. Please provide a screenshot of the element that you want to hide. Use imgur or dropbox for the screenshot.
Regards,
IsmaelHi Kevin!
Thank you for using Enfold.
I’m not sure if it’s possible to move the settings but you can hide the theme update panel with this on functions.php:
function ava_custom_script() { echo '<style type="text/css">div#avia_update, .avia_section_header.goto_update{display: none !important;}</style>'; } add_action('admin_head', 'ava_custom_script');
Maybe, you can add conditional functions so that only a certain user can see it.
Regards,
IsmaelMay 13, 2015 at 4:24 am in reply to: Share icons in post not placed after end of text but end of post full content #443499Hi!
Please update the WordPress installation to 4.2.2. The dev site is still in WordPress version 3.9.6.
Best regards,
IsmaelHi!
The images in the slider is set as background and the background size is set to “cover” in order to keep the image ratio and proportion. It also means that it will scale the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning area: http://www.w3schools.com/cssref/css3_pr_background-size.asp
In order to get most out of a huge image on mobile devices, you can set the background position to center:
@media only screen and (max-width: 767px) { .avia-fullscreen-slider .avia-slideshow>ul>li { background-position: 50% 50% !important; }}
Or create another slider with slider images specifically resized to fit on a mobile device. Just add another slider on top or below the default slider then use css media queries to show or a hide a specific element 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!
Unfortunately, the grid layout post meta info is limited to the comment count and post date. It will not display the category, author info etc. If you want the display the category, follow this instruction: https://kriesi.at/support/topic/display-date-category-blog-posts-grid-layout/#post-389032
Best regards,
IsmaelHi!
Please post the login details here. We would like to check it. The mobile menu modification is not going to work on a child theme. You need to add it on the parent theme’s function.php.
Regards,
IsmaelHey Michelle!
Thank you for using Enfold.
1.) Please update the theme to 3.1.5. Create an API key if you want to update the theme in the dashboard or use FTP: http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/
2.) Can you please provide a screenshot of this issue?
3.) You need the API key, not the purchase code: Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Ismael -
AuthorPosts