Forum Replies Created
-
AuthorPosts
-
Hey altei!
Thank you for using Enfold.
There are lots of translation plugin for wordpress but Enfold is specifically compatible with the WPML plugin.
Cheers!
IsmaelHi!
Thank you for using Enfold.
I’m sorry but I don’t see the issue on Chrome and Firefox Windows 8. On what browser and OS are you testing this with? A screenshot will surely help.
Cheers!
IsmaelHey!
Thank you for the info.
1.) Use this for the featured image:
.big-preview { display: block; padding: 10px 55px 10px 0; }2.) Please use this:
#wp-calendar td a { color: red; font-weight: bold; }Cheers!
IsmaelHey iovacomm!
Thank you for visiting the forum.
This issue has been reported before. Please edit the image code, replace the inline style of the link tag from display: block to display: inline-block. Check this one for example:
<a href="#" style="position: relative; overflow: hidden; display: block;"><img style="margin-top: 20px;" src="http://iovanbs.staging.wpengine.com/wp-content/uploads/2014/07/pic1.jpg" (hosted on WPengine) alt="" width="250" height="140" data-wp-imgselect="1"><span class="image-overlay overlay-type-extern" style="left: 21px; top: 20px; overflow: hidden; display: block; height: 140px; width: 260px;"><span class="image-overlay-inside"></span></span></a>This should be like this:
<a href="#" style="position: relative; overflow: hidden; display: inline-block;"><img style="margin-top: 20px;" src="http://iovanbs.staging.wpengine.com/wp-content/uploads/2014/07/pic1.jpg" alt="" width="250" height="140" data-wp-imgselect="1"><span class="image-overlay overlay-type-extern" style="left: 21px; top: 20px; overflow: hidden; display: block; height: 140px; width: 260px;"><span class="image-overlay-inside"></span></span></a>Or better if you remove the inline style altogether.
Best regards,
IsmaelHi iovacomm!
Thank you for using Enfold.
This is actually a header issue on Chrome. Please add this on Quick CSS or custom.css:
#header_main_alternate, #header { -webkit-transform: translateZ(0); }Regards,
IsmaelHey WalstonNet!
Thank you for using the theme.
If you did any modifications on wordpress itself then it will be removed. All of the theme options will be preserve though. If you want to keep all customization on the theme intact, please use a child theme. Refer to this link: http://kriesi.at/documentation/enfold/using-a-child-theme/
Regards,
IsmaelHey!
Thank you for using the theme.
I’m sorry but I think you left out the link to the actual page. If you have the access to the Gravity Forms css file, edit it then copy the form styles. Add it on css > custom.css file.
Regards,
IsmaelHey sarahed!
Thank you for using the theme.
Try to increase the max execution time of your installation. Please refer to this link: http://codex.wordpress.org/Common_WordPress_Errors#Maximum_execution_time_exceeded
Cheers!
IsmaelHey!
Thank you for the info. It says that it only removes unnecessary characters, maybe css, html, javascript comments etc. BWP or any minify plugin combine all js and css files to improve the page load time.
Cheers!
IsmaelHey Wildwood!
Thank you for using Enfold.
Adjust the width of the isotope item via media queries. Use this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) and (min-width: 768px) { #top .isotope-item { width: 120px; } }Best regards,
IsmaelAugust 6, 2014 at 6:24 am in reply to: Bug? or What's causing strange box/checkmark artifact in Replies/Comment section #300517Hey michaelhiga!
Thank you for using Enfold.
I think it’s a plugin issue. Please add this on Quick CSS or custom.css to remove the checkbox:
input#hybridCommentOptin { display: none !important; }Best regards,
IsmaelHey mcraig77!
Thank you for visiting Kriesi’s support forum.
Please use this on Quick CSS or custom.css to remove the top shadow:
.avia-layerslider.avia-shadow { box-shadow: none; } #header_main { border-bottom: none; }Best regards,
IsmaelHey mcraig77!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
#top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next { left: 160px; } #top .avia-layerslider .ls-nav-next { left: auto; right: 160px; }Adjust the position if necessary.
Best regards,
IsmaelAugust 6, 2014 at 5:56 am in reply to: Remove title from photos when scrolled over in masonry gallery #300513Hey!
Thank you for using the theme.
That is the default browser behavior when an image has a title attribute. You can disable it by removing the images’ title attribute. Add this on functions.php:
function remove_image_title() { ?> <script type="text/javascript"> jQuery(window).load(function(){ jQuery('img').removeAttr('title'); }); </script> <?php } add_filter('wp_head', 'remove_image_title');Remove browser cache then reload the page a few times.
Best regards,
IsmaelHey!
The theme does support the woocommerce plugin but we don’t have any video tutorials to cover the whole subject. You can visit the woocommerce documentation page: http://docs.woothemes.com/documentation/plugins/woocommerce/
Cheers!
IsmaelAugust 6, 2014 at 5:45 am in reply to: Enfold: Avia Post Nav Continous Click-through for Portfolio & Blog Posts #300510Hi!
Thank you for the update.
Unfortunately, this is not possible without major customization.You might need to hire a freelance developer 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.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Regards,
IsmaelHi!
Thank you for using the theme.
Please use this on Quick CSS or custom.css to fix the logo on mobile view:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .mobile_slide_out .logo img { margin: 0; width: 65%; top: 20px; } }Change the font size of the menu on Enfold > Advanced Styling. Add the Main Menu Links element.
Best regards,
IsmaelHi intellicus!
Thank you for using the theme
Create a page then insert the Layer Slider. On top of the layer slider, add a color section. Add an id to it, “layerslider-button” for example. Inside the color section, add a text block for the button. Use this on Quick CSS or custom.css to adjust the position of the color section:
div#layerslider-button { position: absolute; z-index: 1000; background: transparent; margin-left: 100px; margin-top: 100px; border: none; }Cheers!
IsmaelHi!
Yes, that’s what I’m seeing. I just fixed the BG layer to make it visible. You can do the rest. Try to change the Slider Height on Global Settings to make room for the main image.
Cheers!
IsmaelHi!
Thank you for using Enfold.
I’m not sure why you need to edit the file. There are lots of maintenance plugin for wordpress such as the following:
https://wordpress.org/plugins/wp-maintenance-mode/
https://wordpress.org/plugins/ultimate-maintenance-mode/
https://wordpress.org/plugins/coming-soon-maintenance-mode-ready/
https://wordpress.org/plugins/simple-maintenance-mode/You can also create a page then set the template to Blank | No Header, No Footer. Set this page as Frontpage on Enfold > Theme Options temporarily.
Cheers!
IsmaelHey!
Thank you for the info.
Did you copy any files like header.php or any other files on your child theme folder? Please get the new files on the parent folder then replace the old one.
Regards,
IsmaelHey BIANCHIENT!
Thank you for using Enfold.
Please post the login details here. We would like to see the actual page with the custom form, If possible, please place the form code on pastebin.com.
Best regards,
IsmaelAugust 6, 2014 at 5:11 am in reply to: How to update a new version without changing costom CSS code? #300497Hi!
Thank you for the info.
Please download the latest version 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/
Regards,
IsmaelHi interage!
Thank you for using the theme.
You can edit includes > helper-social-media.php, find this code on line 147:
'twitter' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://twitter.com/home?status=[title]%20[shortlink]"),Replace it with:
'twitter' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://twitter.com/home?status=[title]%20[shortlink]" , 'label' => __("Share on Twitter via @username",'avia_framework')),Change the username on the label.
Cheers!
IsmaelAugust 6, 2014 at 4:43 am in reply to: Page formatting removed when using ie9 and advance page builder #300494Hi inscribecreative!
Thank you for using Enfold.
On what page is this actually happening? A lot of users reported this issue, it turns out that they forgot to properly close html codes or tags like h1, h2, strong etc. This will erase all elements below that object.
Regards,
IsmaelHi!
If I am not mistaken, there is no setting for maximum image dimension or size. You can only limit the maximum file size of the images. You can use the plugin Yigit suggested or try to upload images smaller than 5000x3000px. Images with 2000px in width should be enough for sliders, posts etc.
Best regards,
IsmaelHi rhsheehan!
Thank you for using the theme.
We already reported the issue to Kriesi. 3D transitions won’t work on Chrome and the layer slider author is aware of this. The latest patch of the plugin should fix the issue. This should be included on the latest update of the theme. For now, please use 2D transitions.
Cheers!
IsmaelHey kdm!
Thank you for using Enfold.
Unfortunately, this particular request is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer 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.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Regards,
IsmaelHi!
Thank you for the info.
Do you mind if we take a look at the actual page with the image issue? We would like to inspect it. If possible, please ask your host. Maybe they got some idea why this is happening.
Regards,
Ismael -
AuthorPosts
