Forum Replies Created
-
AuthorPosts
-
Hi!
Please update your theme to version 1.9.1. It should fix the slider error which is an incompatibility issue with wp3.6.
Regards,
Peter
Please insert following css code into the quick css field
.input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
width: auto;
}Hi!
I tried: http://wordpress.org/plugins/metronet-google-maps/ in the past and it worked very well for me.
Regards,
Peter
Hey!
The “large responsive” layout (1210px). The bug does not occur if I use the standard layout (1030px).
Best regards,
Peter
Hi!
I forwarded it to Kriesi. I now know why it doesn’t work on your server and why it does work on my server and we’ll find a fix. I’m just not sure what’s the best solution yet.
Best regards,
Peter
Hey!
Yes you’re right but it still works for me: http://test.inoplugs.com/impressum/
I’ll check this on your server asap.
Regards,
Peter
Try following:
1) Go to Events > Settings > Display and select the “page template” instead of the “default events template”.
2) Add following code to the bottom of functions.php
add_action('wp_head','avia_remove_sidebar_events');
function avia_remove_sidebar_events()
{
global $avia_config;
if( tribe_is_event_query())
{
$avia_config['layout']['current'] = $avia_config['layout']['fullsize'];
$avia_config['layout']['current']['main'] = 'fullsize';
}
}Hi!
Did you try to select “no sidebar” for pages on the theme options page (Enfold > Sidebar)?
Regards,
Peter
The problem is I can’t reproduce this bug on my test servers. When I add the shortcode into a page it displays just fine: http://test.inoplugs.com/impressum/
Please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) – I’ll look into it.
Tbh I don’t understand the question then. If you can create two separate and independent sliders with different options you can insert Slider A on page 1 and 2 and slider B on page 3 and 4 and they won’t interact with each other. Of course you can’t use the same slider and show slide 1 and 2 on page A and slide 3 and 4 on page B – that won’t work.
Hey!
1) Please update Enfold to v1.9.1
2) Deactivate all third party plugins – maybe a plugin is not compatible with wp3.6…
Best regards,
Peter
2013 August 6 - Version 1.9.1
please update:
- style.css - new version number
- functions.php - theme uses the wordpress 3.6 media scripts now
- css/shortcode.css - fixed a styling problem with the new video shortcode
- js/shortcode.js - fixed an easyslider problem introduced with WordPress 3.6August 6, 2013 at 8:37 am in reply to: How can I translate the result-page for the search function? #133089Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the theme text strings. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Hey!
Please update to WP3.6 and Enfold 1.9.1. If the issue still persists please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) – I’ll look into it.
Best regards,
Peter
August 6, 2013 at 8:09 am in reply to: Enfold > Page Contents completely dissappeared in edit mode #133441Hi!
Please read: https://kriesi.at/support/topic/advanced-layout-editor-dissappeared-please-help – does the answer solve your problem too?
Best regards,
Peter
Hi!
Please update the theme to version 1.9.1. It should fix the slider issue.
@wackyadvent – please deactivate all third party plugins and re-upload all theme files. Then we can be sure that 1) the error is not caused by a third party plugin and 2) that all theme files are installed properly and no file is damaged/corrupt…
Regards,
Peter
Hey!
Please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) – I’ll look into it.
Regards,
Peter
Hey!
Yes, I think so. Kriesi patched the slider yesterday and released 1.9.1. You can download it from themeforest.net.
Best regards,
Peter
No, if you’re using a child theme you can insert the code into the child theme style.css file. You can also try to add an important tag to the code like
@media only screen and (max-width: 640px) {
/* Add your Mobile Styles here */
.template-page .entry-content h2, .av-special-heading h3 {
font-size: 15px !important;
}
}Yes you can try to use a media query – insert following code into the quick css field
@media only screen and (max-width: 959px) and (min-width: 768px) {
.header-scrolled div .logo img {
height:50px;
margin-left: -5px;
}
}and adjust the logo size and the margin. You can also change the screen resolution values (min-width & max-width) which determine which devices are affected (at the moment all devices with a screen resolution between 959px and 768px will resize the logo to 50px).
Hey!
Please update Enfold to v1.9.1 and update WordPress to v3.6. If the issue still persists post a link to the slider page please.
Best regards,
Peter
In the theme options (Enfold > Sidebar) select the “no sidebar” (all dropdowns). Then open up wp-contentthemesenfoldforum.php and replace
global $avia_config;
with
global $avia_config;
$avia_config['layout']['current'] = $avia_config['layout']['sidebar_right'];
$avia_config['layout']['current']['main'] = 'sidebar_right';Then open up wp-contentthemesenfoldfunctions-enfold.php and replace
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
with
if($breadcrumb && is_bbpress()) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
Hey!
Try to go to Settings > Reading and set your “Home” page as static front page.
Regards,
Peter
Hi!
We released the update (v1.9.1). Please check if it works now.
Regards,
Peter
Hi!
Great, I’m sure it will help some users who prefer the informal version :)
Regards,
Peter
You can use the menu builder (Appearance > Menus) to create your custom menus. Add a new menu, select the pages/categories, etc. on the left side and add them as menu items to the menu. You can also rename the menu items or add custom links to your menu. Then save the menu and assign it to the right theme location (i.e. to “Enfold Main Menu”).
Hi!
I hope it worked out?
Regards,
Peter
Hi!
I’ll tag this thread for Kriesi (feature request). The theme simply doesn’t support the audio format at the moment and there’s no quick fix.
Regards,
Peter
Hey!
Glad everything works now :)
Best regards,
Peter
-
AuthorPosts