Forum Replies Created
-
AuthorPosts
-
Hey 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,
IsmaelHi storyboardsolutions!
Thank you for using Enfold.
Instead of just adding the url of the video, use the Video shortcode using the shortcode wand. Look for it under Media Elements.
Best regards,
IsmaelAugust 6, 2014 at 4:13 am in reply to: LayerSlider WP strecthing first slide… but not others? #300482Hey mxm33!
Thank you for using Enfold.
On what browser and OS are you testing this? I can’t seem to see the stretched image on Chrome Windows 8.
Regards,
IsmaelHi!
Thank you for the update.
Please remove the child theme’s header.php file. All modifications regarding the menu, logo, social icons etc should be done on the includes > header-main-menu.php file.
Regards,
IsmaelHi erkuto!
Thank you for using Enfold.
Maybe a browser or server cache. Try testing it on another browser. Regarding the shortcode, try adding it on the Visual mode of the text block editor. Note that we don’t provide support for third party plugins as stated on our support policy. Any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Best regards,
IsmaelHi lindenaulegal!
Thank you for visiting Kriesi’s support forum and we’re sorry that you’re having this issue.
If you don’t mind, we would like to access the website. Please post the login details here and set it as a private reply. Also, if possible, try to install wordpress using Fantastico, Softaculous or autoinstallers software available on your cpanel. Generate the database automatically.
Best regards,
IsmaelHey McEwans!
Thank you for using Enfold.
Please use this on functions.php:
add_filter('avf_logo_subtext', 'avf_add_logo'); function avf_add_logo($sub) { $logo2 = "<img src='IMAGE URI HERE' />"; $sub = "<strong class='logo-2'>{$logo2}</strong>"; return $sub; }Add the second logo on the $logo2 then add this on Quick CSS or custom.css to adjust the position of the second logo:
strong.logo.bg-logo { width: 100%; } span.subtext { position: absolute; top: 10px; right: 0; }Cheers!
IsmaelHi Richard!
Thank you for using Enfold.
Please use this on functions.php:
add_filter('avf_logo_final_output', 'avf_text_logo_final_output'); function avf_text_logo_final_output($logo) { $link = apply_filters('avf_logo_link', home_url('/')); $logotext = "THIS IS MY LOGO"; $subtext = "THIS IS THE SUBTEXT"; $subtext = "<span class='subtext'>$subtext</span>"; $logo = "<h1 class='logo bg-logo'><a href='".$link."'>".$logotext."$subtext</a></h1>"; return $logo; }Change the subtext and the logotext.
Regards,
IsmaelHey Jagrav!
Thank you for using the theme.
Are you referring to the tagline part? Please use this on functions.php:
add_action('ava_main_header', 'ava_add'); function ava_add() { echo "<div class='tagline'>TAGLINE: HERE</div>"; }Adjust the position of the tagline container with this:
div#header_main .tagline { position: absolute; right: 60%; top: 30px; }Regards,
IsmaelAugust 5, 2014 at 7:27 am in reply to: Changing the sidebar width and keeping it responsive (child theme) #300046Hi LenfertDesign!
Thank you for using Enfold.
Please use this on the child theme’s functions.php to decrease the width of the sidebar:
function avia_decrease_sidebar_size() { global $avia_config; $avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven'); $avia_config['layout']['sidebar_left'] = array('content' => 'ten', 'sidebar' => 'two alpha' ,'meta' => 'one alpha', 'entry' => 'nine'); $avia_config['layout']['sidebar_right'] = array('content' => 'ten alpha', 'sidebar' => 'two alpha', 'meta' => 'one alpha', 'entry' => 'nine alpha'); } add_action( 'init', 'avia_decrease_sidebar_size', 1);Best regards,
IsmaelHey!
Thank you for the info.
Please try to upload images with the same ratio or dimension as much as possible. Use this on Quick CSS to fix the gallery columns but it will stretch some of the images:
#top .gallery .gallery-item { margin: 1px 1px 0 0; width: 80px !important; height: 80px !important; padding: 0; } #top .gallery .gallery-item img { height: 100% !important; width: 100% !important; }2.) Yes, it is possible. :)
Cheers!
IsmaelHi mcraig77!
Thank you for using the theme.
Since the size of the easy slider is full width, you should use larger images. Minimum width should be 1030px. Some of your images are only 355px in width, that is why they are pixelated.
Regards,
IsmaelHey!
Thank you for the info.
It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins oscripts, in this case “Arforms”, 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. Because of this, any questions you have regarding security, setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Best regards,
Ismael -
AuthorPosts
