Forum Replies Created
-
AuthorPosts
-
Hi!
Yes, it’s ok. The warning won’t affect Enfold (or any other theme).
Best regards,
Peter
Hi!
Go to the advanced editor and select the “Easy Slider” media element. Then you can configure the slides, etc.
I made a short video: http://www.screenr.com/vbSH
Best regards,
Peter
Hi!
open up functions.php and delete
require_once( 'config-layerslider/config.php' ); //layerslider plugin
Regards,
Peter
No, this is not possible without creating the pagination manually. However you can create a link list manually and use the standard enfold pagination styling for the links:
<div class="pagination">
<span class="current">Episode 1</span>
<a href="http://nedimhazar.com/filmler/episode2" class="inactive">Episode 2</a>
<a href="http://nedimhazar.com/filmler/episode3" class="inactive">Episode 3</a>
</div>Hi!
The phone icon on http://graphemica.com/%F0%9F%93%9E doesn’t work for me too. However the Entypo icon works for me just fine…
Regards,
Peter
Can you post a link to your website please? Make sure that the “responsive layout large” option is selected and the options are saved. Then clear your browser cache (and your wordpress cache (W3TC, minify plugins, etc. if necessary).
Kriesi uses following code for the hover effect:
body .avia-button.avia-color-theme-color, body .avia-button.avia-color-theme-color:hover{
color:#fff;
color: rgba(0, 0, 0, 0.5);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}Based on the code above I’d use following code:
.main_color input[type="submit"]:hover{
color:#fff;
color: rgba(0, 0, 0, 0.5);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}June 20, 2013 at 6:38 am in reply to: "In case you need help" Text Block – how did you make this? #125342Hi,
Here’s the demo website code:
[av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='stretch' attach='scroll' padding='default' shadow='no-shadow']
[av_textblock]
<h2 style="text-align: center;">In case you need help</h2>
<p style="text-align: center;">Here are several ways to contact us</p>
[/av_textblock]
[av_hr class='short' height='50' shadow='no-shadow' position='center']
[av_one_third first]
[av_icon_box icon='59' position='top' title='Need Support?']
Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
[/av_icon_box]
[/av_one_third][av_one_third]
[av_icon_box icon='122' position='top' title='Presales Question?']
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
[/av_icon_box]
[/av_one_third][av_one_third]
[av_icon_box icon='56' position='top' title='Check Forum']
Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.
[/av_icon_box]
[/av_one_third]
[/av_section]Just insert it into the “standard editor” html field, save the post and switch to the advanced editor.
Unfortunately nobody of the support team works with a Mac (and Devin is the only support staff member with an ipad atm) and thus it’s hard for us to recommend tools for MacOSX. Personally I’d search “mac test mobile browser” and you’ll probably find some useful tools.
If you refer to the page title which is visible in the tab I’d suggest to use: http://wordpress.org/plugins/wordpress-seo/ – it allows you to change the title for all archive, search, etc. pages. If you want to use Yoast please read this thread too https://kriesi.at/support/topic/seo-site-title#post-117261
Hi,
actually Enfold should import two demo slides when you activate the theme. Go to “LayerSlider WP” > All Sliders and search for the “Why Enfold – Small Header” and “Enfold – most beautiful theme ever” sliders. Both sliders contain the effects from the demo website.
I found the problem – Chrome gives me 3 errors on your website:
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.academieaugust.com/wp-content/themes/enfold/js/avia-compat.js?ver=1
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.academieaugust.com/wp-content/themes/enfold/js/avia.js?ver=1
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.academieaugust.com/wp-content/themes/enfold/js/shortcodes.js?ver=1Please make sure that the wp-content/themes/enfold/js/ folder exists on your server and that it contains all necessary files. I’d use ftp to check the directory content and compare it to the themeforest theme files.
Hi!
I set the status to resolved.
Best regards,
Peter
1) Try to change the file names to LayerSlider-ru_RU.mo and LayerSlider-ru_RU.po
2) If it doesn’t work try Kriesi’s suggestion: https://kriesi.at/support/topic/how-to-insert-slide-show-with-layerslider#post-118722 – by going this way you can l install LayerSlider as “plugin” and WP should load the right textdomain files.
Hey!
Try
div .mejs-container, div .mejs-container video {
border: 1px solid #000;
}Best regards,
Peter
June 20, 2013 at 5:40 am in reply to: how I can integrate a layerSlider in the custom template archive ( php code) #124549Hi!
No, the second line contains // which is a php comment sign. You can also remove the line Nick posted above.
Best regards,
Peter
1) Use
.page-id-1700 #av_section_1.avia-builder-el-8 {
background-image: url(https://www.andypeck.co.uk/wp-content/uploads/2013/06/trx_border.png) repeat-x !important;
}2) Insert following code into the quick css field
.home .special-heading-inner-border {
display: none;
}3) Insert following code into the quick css field and change the margin-top value:
.home .avia_sortable_active .isotope {
margin-top: 10px;
}No, this is not possible. You can only use the font icons which are bundled with the theme at the moment. Kriesi is working on some improvements so maybe it will be possible to use custom icons/images in the future.
1) No, this is not possible. You could add it to the wishlist though.
2) The easiest solution is to hide it ith css – insert following code into the quick css field
.form-allowed-tags{
display: none !important;
}June 19, 2013 at 10:51 am in reply to: Disable Lightbox on spefic pages so other light box can work #125426Hi!
Open up enfold/js/avia.js and replace:
if($.fn.avia_activate_lightbox)
$('body').avia_activate_lightbox();with
if($.fn.avia_activate_lightbox)
$('body').not('.justified-image-grid').avia_activate_lightbox();Best regards,
Peter
Please open up enfold/js/avia.js and replace
if(current.hasClass('alignleft')) link.addClass('alignleft').css({float:'left', margin:0, padding:0});
if(current.hasClass('alignright')) link.addClass('alignright').css({float:'right', margin:0, padding:0});
if(current.hasClass('aligncenter')) link.addClass('aligncenter').css({float:'none','text-align':'center', margin:0, padding:0});with
if(current.hasClass('alignleft')) link.addClass('alignleft').css({float:'left', margin:0, padding:0});
if(current.hasClass('alignright')) link.addClass('alignright').css({float:'right', margin:0, padding:0});
if(current.hasClass('aligncenter')) link.addClass('aligncenter').css({float:'none','text-align':'center', margin:0, padding:0});
if(current.hasClass('alignnone'))
{
link.addClass('alignnone').css({margin:0, padding:0});;
if(!link.css('display') || link.css('display') == 'inline') { link.css({display:'inline-block'}); }
}I’ll ask Kriesi to add this fix to the next update.
The code of the 404 page can be found in wp-contentthemesenfoldincludeserror404.php
Replace:
<?php _e('Sorry, the post you are looking for is not available. Maybe you want to perform a search?', 'avia_framework'); ?>
with
<?php _e('Sorry, the page you are looking for is not available. Maybe you want to perform a search?', 'avia_framework'); ?>
and delete
<h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>
I’m not aware of any special header code – we just use the standard php mail() function to send the mails. The code can be found in wp-contentthemesenfoldframeworkphpclass-form-generator.php:
$header = 'MIME-Version: 1.0' . "rn";
$header .= 'Content-type: text/html; charset=utf-8' . "rn";
$header .= 'From:'. $from . " rn";
if($use_wpmail)
{
wp_mail($to, $subject, $message, $header);
}
else
{
mail($to, $subject, $message, $header);
}Hey!
Glad it works now :)
Best regards,
Peter
This code won’t work because you can’t give #top .main_menu a negative z-index value. The #top .main_menu element is the container of the main menu and you’d hide the entire menu if the container is covered by other elements with a higher z-index. Personally I’d just change the position of the “color” bar with:
#top .avia-menu-fx {
top: 29px;
}Then it will overlap the border and you’ll have the same effect.
Hey!
I marked this thread as resolved and Nick reported the calendar bug to Kriesi – if we can fix it we’ll include the fix in the next version.
Regards,
Peter
June 19, 2013 at 7:55 am in reply to: Arrows for portfolio images not working in internet explorer? #120211Hey!
I marked the thread for Kriesi because I’m out of ideas now :/
Best regards,
Peter
Hey!
Glad it fixed the issue. I’ll ask Kriesi to add the fix to the next update.
Regards,
Peter
Hey!
Glad you found the problem :)
Best regards,
Peter
Hi!
You can try to contact the pullout widget plugin/script author – maybe he can provide a fix. Personally I’m not familiar with the widget and I’m not aware of a fix.
Regards,
Peter
-
AuthorPosts