Forum Replies Created
-
AuthorPosts
-
Hi samforan!
Thank you for using Enfold.
We don’t usually support third party plugins but I think it’ll be an easy css fix. Please try to add this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) and (min-width: 768px) { .home div#after_full_slider_1 div .av_one_third { margin-left: 3%; width: 45%; } }Cheers!
IsmaelAugust 27, 2014 at 5:21 am in reply to: Share Buttons in an other object than post and pages #309638Hi Daniela!
Thank you for using Enfold.
If you don’t mind, please post the single-view.php code on pastebin.com. We would like to check it. You need to add this code somewhere on that file in order to have the share entry section:
avia_social_share_links();Best regards,
IsmaelHey Marijana74!
Thank you visiting the support forum.
I’m sorry but you can only use the read more tag for posts. Regarding the second question, we removed the default skins on the advance layout builder. If you want to have it back, you need to disable the default layer slider then install your own layer slider plugin.
Cheers!
IsmaelHi!
Thank you for the update.
Please try to delete all images on the Media Library that doesn’t have any thumbnails then regenerate the existing images again using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
If you have the time, please refer to this link for a possible fix: https://kriesi.at/support/topic/gallery-edit-issues/#post-277654
Best regards,
IsmaelHey Stuart!
Thank you for using Enfold.
I checked the actual website and by the looks of it, I’m assuming that the hot spots on the Printer Anatomy are properly positioned.
Best regards,
IsmaelHi mercury9!
Thank you for using Enfold.
You can add this on functions.php:
add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Page Designer','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('page', 'portfolio'), 'context'=>'normal', 'expandable'=>true ); return $boxes; }Best regards,
IsmaelHey patriscia!
Thank you for using the theme.
The theme disables the video on mobile device because of some incompatibility issues. You need to set a fallback image. Edit the slide then look for the Choose fallback image for mobile devices.
Best regards,
IsmaelHi Jens!
Thank you for using Enfold.
Do you mind if we take a look at the actual website? It is better if you contact the plugin author. I’m sure they can give you a lot more insight regarding the problem.
Regards,
IsmaelHey!
Glad you figure this out. If you still have questions, let us know. :)
Cheers!
IsmaelHey!
Thank you for the upadte.
Please use this on the child theme’s functions.php:
add_action( 'after_setup_theme', 'remove_mega_menu', 11 ); function remove_mega_menu() { remove_theme_support('avia_mega_menu'); }Cheers!
IsmaelHey!
No, I’m sorry but it’s not possible without modifying the theme files. Unfortunately, this particular task falls beyond the scope of support. You might need to hire someone to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Regards,
IsmaelHi eschmann!
Thank you for using Enfold.
I checked all languages’ home page and they’re all working fine. I’m sorry but I’m not sure what’s the issue here.
Best regards,
IsmaelHey!
We’re very sorry that you’re having this issue but we created a page on your installation and edited a text block. It works fine. This is the page: http://oscardecoinc.staging.wpengine.com/wp-admin/post.php?post=290&action=edit&message=1 (hosted on WPengine)
Cheers!
IsmaelHi!
Thank you for the update.
Where are you hosting the site and what is the hosting plan that you’re using if it’s OK to ask? The site is loading a little bit slow on my end. Usually minimizing the image file sizes and number of plugins that you install will greatly improve the performance. These are the things that you can do to optimize the website speed and page load courtesy of the wordpress community:
1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
4. Use BWP minify plugin to minify scripts and stylesheets.
5. Install WP-Super cache, select all recommended settings.
6. Logout your website, visit every page at least once to create super cache files.
7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
8. Have a cup of coffee.
9. Visit your site after 20 minutes or so.
10. Don’t forget to smile.Add this on functions.php to exclude the custom.css file and layout.css file when you minify the scripts using BWP. These two stylesheets breaks the site when included on the compression.
add_filter('bwp_minify_style_ignore', 'exclude_my_css'); function exclude_my_css($excluded) { $excluded = array('avia-custom', 'avia-layout'); return $excluded; }Regards,
IsmaelHi samforan!
Thank you for using Enfold.
Looks like you’re using the special heading element. What is the Heading Type that you’re using? If you’re using H1,you can set the font weight with this on Quick CSS or custom.css:
#top #wrap_all .header_color h1, #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1, #top #wrap_all .footer_color h1, #top #wrap_all .socket_color h1 { font-size: 28px; font-weight: 300; }Cheers!
IsmaelHi Sven!
Thank you for using Enfold.
We would like to see the actual page with the table. Please post the website url here so that we can inspect it.
Regards,
IsmaelHi!
Thank you for the update.
I tested this on an iPod which basically has the same screen resolution as iPhone and it is resizing properly when I rotate the device from portrait to landscape. The image fills the screen and it doesn’t jump to a different location on the page. Regarding the post navigation, please use this:
.avia-post-nav .entry-image img { border-radius: 80px; display: block; height: 80px; width: 80px; }Go to Settings > Media then change the size of the Thumbnail size to 160x160px. Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
IsmaelHi codecreative!
Thank you for using the theme.
You can use the Color Section element inside the Layout Elements panel. The element will give you a fullwidth section. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!Cheers!
IsmaelHey!
Thank you for the info.
I may have missed the minify plugin that you’re using, what is it? You can try this one: https://wordpress.org/plugins/bwp-minify/
Add this on functions.php to exclude the layout.css and custom.css file.
add_filter('bwp_minify_style_ignore', 'exclude_my_css'); function exclude_my_css($excluded) { $excluded = array('avia-custom', 'avia-layout'); return $excluded; }Cheers!
IsmaelHi Enffie!
Thank you for using Enfold.
No, I don’t think there is a media category on the uploads screen of WP. There never was if I am not mistaken.
Regards,
IsmaelAugust 26, 2014 at 4:36 am in reply to: side post navigation – Next page tab looking strange #309100Hey Jamie A!
Thank you for using Enfold.
There are no css declaration above that will affect the post navigation. Do you mind if we take a look at the actual page? Please post the website url here.
Regards,
IsmaelHi!
Did you add any related theme modification regarding avia.js? Maybe another wp_enqueue_scripts or something like that. Anyway, the mobile menu is working now. Glad you fixed it.
Regards,
IsmaelHi!
Thank you for the update and sorry for the delay.
Regarding the space between the html block and text line, we don’t see any example on the site. Can you please give us the link to the actual page? The link on the socket is not visible. I think you managed to remove it.
Cheers!
IsmaelHi tassavor!
Thank you for using Enfold.
There are some idx plugin related issues on the forum, you might want to search for it. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Your best bet is to contact the plugin author or hire a freelance developer to investigate the issue.
Thank you for your understanding.
Cheers!
IsmaelHi!
Thank you for the info but I think the login credentials you provided is not correct.
Try to change the background size for mobile device using this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .avia-full-stretch { background-size: 120% 100%; } }Regards,
IsmaelHi Guenter!
Thank you for using Enfold.
I’m not really sure if I understand you clearly but this is actually not a theme related issue and improving any related performance regarding the customization on the tab element should be done by yourself or a freelance developer. Thank you for your understanding.
Regards,
IsmaelAugust 26, 2014 at 4:11 am in reply to: help to shrink logo on homepage only, smaller logo on posts #309084Hey!
Thank you for the update.
The bar on mobile should be remove by now. Try to remove browser cache then reload the page a few times. If I am not mistaken, you can only see the stutter when you’re using the mouse scroll. I don’t think we can do anything about it. You can try scrolling the page using the scroll bar and you won’t experience the delay/stutter.
Regards,
IsmaelHey Richard!
Thank you for using the theme.
Did you add any css modification that look like this?
@media only screen and (min-width: 767px) { #top .isotope-item.av_one_third { width: 28% !important; } }It changes the size of the 1/3 column. The width should be 33.3% by default.
Regards,
IsmaelHi!
Alright. Please use this on Quick CSS or custom.css:
.home div#av_section_1 .container { width: 100%; }Cheers!
Ismael -
AuthorPosts
