Forum Replies Created
-
AuthorPosts
-
The js code can be found in wp-contentthemesenfoldjsavia.js
The css code is located in wp-contentthemesenfoldcsslayout.css
The php code can be found in wp-contentthemesenfoldincludeshelper-responsive-megamenu.php
Hi!
If you want to remove the page title completely I’d suggest to open up functions-enfold.php and to replace:
'title' => get_the_title($id),
with
'title' => '',
Regards,
Peter
Hi!
I’ll mark this thread for Kriesi because I don’t have access to the demo website data too.
Regards,
Peter
We’ll probably add a content slider to the layout builder – I can’t promise that it will be in the next update though. For now you can only use the post slider – eg create a post for each logo, assign it to a “logo” category and set the logo as featured image. Then create a post slider element and select the “logo” category for it.
Hi!
Insert following code into the quick css field
.logo a img {
margin-top: 15px;
}Regards,
Peter
You don’t need to delete the wp files. I’d recommend to download a fresh copy of WP and then use a ftp client like filezilla to upload these files. Confirm the “overwrite files” dialog. Filezilla will then overwrite all files except wp-config.php and the plugin/theme files.
Hi!
The plugin author uploaded a video here: http://www.youtube.com/watch?v=ZY9SxVyugx4 – maybe it helps you too.
Best regards,
Peter
Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php and replace:
$params['style'] = "big_thumb";
with
$params['style'] = "big_thumb";
$params['imagelink'] = "avianolink noLightbox";and
$output .= " <a href='".$img[0]."' class='portolio-preview-list-image' title='".$description."' ><img src='".$img[0]."' title='".$title."' alt='".$alt."' /></a>";
replace with
$output .= " <img src='".$img[0]."' title='".$title."' alt='".$alt."' />";
We added a function which checks if at least one item per category is displayed on the current page. So if a category is not “represented” on page 1 it will not be displayed in the filter list. However your conclusion is correct – it will not refresh the page or load additional entries from other pages.
Hi!
Great. Thanks!
Regards,
Peter
Hey!
There’s probably a category or another post/page with the service slug. You need to find & rename this entry – otherwise wp will always add -2, etc.
Regards,
Peter
Hi!
Glad you found a solution. If the error is in the framework please share your solution because we can fix it in the next update.
Regards,
Peter
I’ll tag this thread for Devin – he can test your website on apple devices (1 + 2)
3) Insert following code into the quick css field:
.widget_wysija_cont .updated, .widget_wysija_cont .error, .widget_wysija_cont .xdetailed-errors {
height: 41px;
}Hi!
Let us know if it worked out.
Best regards,
Peter
Hi!
Let us know if it worked out.
Best regards,
Peter
Hi!
Can you make a video of the screen? Maybe it helps us to find the problem. Personally I can’t reproduce this issue on my Android phone.
Regards,
Peter
Did you change the blog layout? It seems like you’re using the grid now. However in functions.php search for:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
and increase the width value. Then regenerate the thumbnails with: http://wordpress.org/plugins/regenerate-thumbnails/
Hi!
Maybe you’re using a google map widget somewhere?
Regards,
Peter
Hi!
Please create me a wordpress admin account and send me the login data and more details about the issue to: (Email address hidden if logged out) – I’ll look into it.
Regards,
Peter
Hi!
Try to insert following code into the quick css field
.avia-testimonial-content {
overflow: visible;
}Best regards,
Peter
Hi!
Did you find a solution? I’m asking because the thread is marked as resolved.
Best regards,
Peter
Personally I’d recommend to use coodestyling: to translate the theme po files. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” select (or create) your language, scan the files and then translate the required strings from the “avia_framework” textdomain.
Hey!
Please create me a wordpress admin account and send me the login data and more details about the issue to: (Email address hidden if logged out) – I’ll look into it.
Regards,
Peter
Hi!
please post a link to your website – I just checked the demo page http://kriesi.at/themes/enfold/ and the scroll to top button works on all devices (tested on desktop and Android 4.1 phone).
Regards,
Peter
Hey!
please read this article – http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/ – it may help you.
Regards,
Peter
Hey!
No, unfortunately Enfold does not support a two sidebars layout for posts or archive pages at the moment.
Best regards,
Peter
Hi!
This thread https://kriesi.at/support/topic/navigation-response-time will help you.
Regards,
Peter
Hi!
At the moment Enfold & the template builder does not support the Nextgen gallery selection. I’ll mark this thread for Kriesi – maybe he wants to implement it into the framework.
Best regards,
Peter
No, unfortunately Enfold does not support such a header layout out of the box. You can include a small slider underneath the menu like demonstrated here: http://kriesi.at/themes/enfold/pages/ though. Everything else would require some (advanced) customization.
Hey!
Please try to insert following code into the quick css field
div .avia-video .avia-iframe-wrap {
padding: 0 !important;
}Regards,
Peter
-
AuthorPosts