Forum Replies Created
-
AuthorPosts
-
April 24, 2013 at 12:11 pm in reply to: Problem when placing Progressbar after Promo Box in Firefox #115471
Hi!
Try to insert following code into the quick css field:
.avia-progress-bar .progress {
clear: both;
}Regards,
Peter
Thanks. I could reproduce the issue on my netbook. Try to insert following code into the quick css field to fix the issue:
@media only screen and (max-width: 767px){
.responsive .sidebar_tab .tab_content{
clear: both;
}
}Hi,
in footer.php search for following code:
<div class='container_wrap socket_color' id='socket'>
<div class='container'>
<span class='copyright'>© <?php _e('Copyright','avia_framework'); ?> - <a href='<?php echo home_url('/'); ?>'><?php echo get_bloginfo('name');?></a><?php echo $kriesi_at_backlink; ?></span>
<?php
echo "<div class='sub_menu_socket'>";
$args = array('theme_location'=>'avia3', 'fallback_cb' => '', 'depth'=>1);
wp_nav_menu($args);
echo "</div>";
?>
</div>
<!-- ####### END SOCKET CONTAINER ####### -->
</div>and move it to the bottom. Insert it above following line:
</body>
Some additional styling (css code) may be required.
Hey!
Great, glad that I could help you :)
Best regards,
Peter
Hey!
Please post a link to a page where you’re using the player and we’ll try to help you.
Best regards,
Peter
Hey!
Yes, we’ll fix this in the next version.
Best regards,
Peter
Yes, this is a bug with the grid view layout. We’ll fix it in the next version. To fix it open up archive.php and replace:
$atts = array('type' => 'grid', 'items' => get_option('posts_per_page'), 'columns'=> 3, 'class'=>'avia-builder-el-no-sibling', 'paginate'=>'yes');
with:
$atts = array(
'type' => 'grid',
'items' => get_option('posts_per_page'),
'columns' => 3,
'class' => 'avia-builder-el-no-sibling',
'paginate' => 'yes',
'categories' => get_query_var('cat')
);Hey!
Fixed it :)
Best regards,
Peter
Hi!
Solved – a plugin http://wordpress.org/extend/plugins/adsense-manager/ triggered a js error on the admin page. I deactivated it and now the template builder works.
Regards,
Peter
Hey!
Hi, I can’t reproduce the issue. http://www.screenr.com/OH57
Maybe a third party plugin/extension triggers a js error on the admin page?
Best regards,
Peter
I can’t reproduce the issue on my test servers. Please try to flush the permalink rules. Go to Settings > Permalinks and hit the “save” button on the option page. Then reload the permalinks settings page. This will force WP to rewrite the htacess file and to rewrite the rules in the database. If this still doesn’t solve the problem please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out)
Hey!
I can’t reproduce this issue on my test servers. Please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out)
Best regards,
Peter
Yes, Enfold supports WPML. All other themes since Propulsion (all “responsive” themes) work with WPML too. A list of all themes can be found here: http://themeforest.net/user/Kriesi/portfolio
No, Expose does not support WPML and tbh it’s very outdated. I’d buy a theme which is based on the new responsive css framework (Propulsion and newer themes).
Hi!
Weird – maybe a bug and we should report it to the layerslider author…
Regards,
Peter
Please use ftp to upload the unmodified theme files. Connect to your server, navigate to wp-content/themes/enfold and upload the unmodified theme files from your computer to your server.
Re 404 error: Please try to flush the permalink rules. Go to Settings > Permalinks and hit the “save” button on the option page. Then reload the permalinks settings page. This will force WP to rewrite the htacess file and to rewrite the rules in the database.
Hey!
Great – I tagged this thread for Kriesi – maybe he wants to add the shadow.
Regards,
Peter
Hi!
Sure you can use following code:
iconbox_icon.heading-color.avia-font-entypo-fontello{
color: #555;
}or if you want to change the color of all icons:
.avia-font-entypo-fontello
color: #555 !important;You can change the color value :)
Regards,
Peter
Hey!
I tagged this thread for Kriesi – I’m not sure if it’s a bug or feature and I can’t test it on a Mac.
Regards,
Peter
Hi,
I tried to reproduce the issue (Firefox 20.0.1 on Win8) but I couldn’t. I.e. the demo page: http://kriesi.at/themes/enfold/shortcodes/tabs/ looks like: http://www.clipular.com/c?4636113=thVi6_xqLOkU0YjZQdmGpG9t0rQ&f=.png and http://www.clipular.com/c?4687059=b9FXpkW2Q05t6sReR8fwcD9DnUk&f=.png
The tabs will turn into a “list” because there’s not enough space to display them side-by-side.
Hi!
Great :)
Best regards,
Peter
Hi!
I can’t reproduce this issue on my test server – maybe a third party plugin triggers the js error? Try to deactivate all plugins.
Regards,
Peter
Hi,
tbh no Kriesi theme meets these criteria. Enfold comes with a post slider and a very flexible blog/portfolio layout which can help you to build such a listing service or online directory however it would still require (a lot) of custom work. Personally I’d try to find a dedicated business directory theme – i.e. use google and search for “business directory wordpress theme”.
Hi!
It seems like Kriesi didn’t apply my patch yet. Try following – open up wp-themeswp-enfoldenfoldframeworkphpclass-update-notifier.php and replace:
$xml = simplexml_load_file($this->xmlurl);
with:
$xml = @simplexml_load_file($this->xmlurl);
This will suppress all warnings if the simplexml_load_file doesn’t function correct.
Regards,
Peter
Hi!
Sure – click on the “Member” link below your nickname: https://kriesi.at/support/profile/lenscraft
Regards,
Peter
Ok, I started to work on the German translation. Link: http://www.mediafire.com/?n4uaq56a3x51nhc – if anyone wants to help me please use this file as a starting point, translate some of the remaining text string and post a link to your version. I’ll then merge the files and post a link which contains all translated text strings.
Update : 06.05.2013 – translated more strings (~40%)
Go to Appearance > Widgets and add some widgets into the footer columns widget area. If you don’t want to display footer widgets at all go to Enfold > Footer and deactivate them (eg just display the socket, etc.). This option is not available in v1.0 but we added it in v1.2.
Hey!
I can reproduce the issue and I marked the thread for Kriesi. As a temporary solution you can also try: http://wordpress.org/extend/plugins/insert-html-snippet/
Best regards,
Peter
Hey!
Go to LayerSlider WP > All Sliders and select the layerslider you want to use/display (Actions > Edit). Then click on “Global Settings” and search for the “Automatically start slideshow” option – activate this option.
Best regards,
Peter
Hi!
Don’t open new threads for the same issue: https://kriesi.at/support/topic/random-errors
We released an update which should fix the issue. You can download it from themeforest.
Regards,
Peter
Hi!
Maybe try to increase the allocated php memory: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP – if this doesn’t give us more details about the error.
Best regards,
Peter
-
AuthorPosts