Forum Replies Created
-
AuthorPosts
-
March 11, 2015 at 4:07 am in reply to: Fullscreen slider got flickr in chrome, opera, safari while scroll in mouse. #409638
Hey rajivnetra!
Thank you for using Enfold.
Unfortunately, that is the default browser behaviour. That is why they created third party extensions for it (https://chrome.google.com/webstore/detail/chromium-wheel-smooth-scr/khpcanbeojalbkpgpmjpdkjnkfcgfkhb/related?hl=en). I’m sorry but we can’t do anything about it.
Best regards,
IsmaelHey!
Please ask your hosting provider to increase the php values for you. I’m sure they can help. You can also increase it in the .htaccess file located in the wp root directory: https://wordpress.org/support/topic/increase-max_input_vars-value-and-htaccess
Best regards,
IsmaelHey!
The font looks fine on chrome except for the text inside the strong tags because the font doesn’t support bold font weights. Install the bold version of the font: http://www.cufonfonts.com/en/font/13217/avenir-next-lt-pro
Best regards,
IsmaelHey!
I think the german translation is not complete. Try to disable the translation and use the default language for the advance layout builder. Add this to the functions.php:
if(!function_exists('avia_lang_setup')) { add_action('after_setup_theme', 'avia_lang_setup'); function avia_lang_setup() { if(!is_admin()) { $lang = apply_filters('ava_theme_textdomain_path', get_template_directory() . '/lang'); load_theme_textdomain('avia_framework', $lang); } } }
Cheers!
IsmaelHi jancecile!
Thank you for using Enfold.
I’m sorry but there is no option to add links automatically inside the table element’s editor same as the default editor. You need to add the html links manually. Request for that feature here: https://kriesi.at/support/enfold-feature-requests
Regards,
IsmaelMarch 10, 2015 at 11:57 am in reply to: Mobile navigation visible when scrolling to the right, also on krisie.at demo #408748Hey!
I’m sorry but there is no option for the mobile menu animation even on the earlier versions of the theme. You can change the css animations manually.
.avia_transform3d #mobile-advanced { opacity: 0; top: -100%; left: 0; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0); } .avia_transform3d .show_mobile_menu #mobile-advanced { opacity: 1; -webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
This will slide the mobile navigation from the top fading in gradually till it hits 100% opacity.
Regards,
IsmaelHey!
Thank you for using Enfold.
What do you mean by “font information”? Is it the font settings inside the General Styling > Font panel? We usually recommend the WP MigrateDB or WP MigrateDB PRO plugin when transferring the site to keep the database and theme options intact.
Regards,
IsmaelHey!
Adjust the code. Use this:
#header .widget { right: 0; padding-top: 0; position: absolute; top: -108px; }
Adjust the right position if necessary.
Regards,
IsmaelMarch 10, 2015 at 10:33 am in reply to: 4 Questions – breadcrumbs, related posts, blog title #408710Hi!
2.) You can edit functions-enfold.php. Look for this code then change the separator value:
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
3.) The breadcrumb should show the first category of the post by default. Please give us a link to a post with the issue.
4.) Related posts will show if two posts have the same or related tags.
Regards,
IsmaelHi JPOsteen!
Thank you for using Enfold.
Go to the Layer Slider > Slider Settings then set the Loops under Looping section to 0. Make sure that Start slideshow setting under Slideshow behavior is also enabled.
Cheers!
IsmaelHey!
I checked the site yesterday and the version of the stylesheets (base.css, layout.css) is 1 instead of 2 so I assumed you’re using an old version of the theme. Anyway, please try to deactivate all plugins specially the cache plugin then test the mobile menu again.
Best regards,
IsmaelMarch 10, 2015 at 10:16 am in reply to: setup question: for fiction writers should I use posts or portfolios or pages? #408697Hey!
Add this to the functions.php file if you chose to use the portfolio items:
add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { if(is_singular('portfolio')) { $content .= avia_social_share_links(array(), false); $content .= ''; } return $content; }
Best regards,
IsmaelHi!
We can’t reproduce the issue on our installation. Please post the login details here. We would like to check it.
Regards,
IsmaelHey Burghard!
Thank you for using Enfold.
Can you please provide a screenshot of the issue? If you want to disable the theme’s default language switcher, add this to the functions.php file:
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); }
Go to WPML panel then enable the Display the language switcher in the WP Menu. Select your main or secondary menu. On Language switcher style, choose the Drop-down menu.
Regards,
IsmaelMarch 10, 2015 at 9:55 am in reply to: Cant edit any pages, buttons don't work, enfold theme options missing stuff #408689Hey!
Is it OK if we deactivate the plugins? There is a plugin called “Shopp” which is not fully compatible with the theme. Please try to disable it.
Best regards,
IsmaelHi!
Try to install this plugin: https://wordpress.org/plugins/simple-image-sizes/
Go to Settings > Media panel. Set the Cropping of the shop_single size thumbnail to No(false), update then save changes. Upload the image again or regenerate the thumbnails.
Regards,
IsmaelHey!
Remove the default background then add this to the Quick CSS field:
#header_main > .container { background: #abc103 url(//kulturlandschaft-erleben.de.maschinenhalle.eu/cms/wp-content/uploads/2015/03/header1.jpg) top center no-repeat scroll; }
Best regards,
IsmaelMarch 10, 2015 at 9:38 am in reply to: Full-width, full-screen background image on a particular page with content scrol #408680Hi!
Please try to disable the minify settings then test the page again.
Cheers!
IsmaelHey!
Remove this code:
.home .avia-tooltip.avia-tt { top: 135%!important; }
Replace it with this:
.avia-tooltip { margin-top: 100px; }
The problem is, the tooltip will go away when you hover on the center of the image.
Best regards,
IsmaelHi!
Please check if the single.php file is correct. What happens when you delete the single-event.php file?
Best regards,
IsmaelHi danfarberoff!
Thank you for using Enfold.
Set the blog page as blog on Enfold > Theme Options > Where do you want to display blog? option.
Best regards,
IsmaelHey!
Can you please provide a link to learndash post? We would like to check it. Try to add an easy slider or image element inside a 1/1 column so that we can see the issue.
Cheers!
IsmaelHi!
It works fine on our installation. Make sure that you copy the correct code. Get the code here: http://pastebin.com/TWUh09Wn
Regards,
IsmaelHi!
You have this custom css code:
.responsive .container { max-width: 3000px; }
I think 3000px is a bit too much. Default is 1030px. If you don’t mind, please post the css modifications that you have on pastebin.com. We would like to check it.
Regards,
IsmaelHi!
I’m sorry about that. There’s a missing apostrophe on the code above. We updated the code. Enable the Sidebar on Smartphones setting on Enfold > Sidebar Settings panel to enable the sidebar on mobile.
Regards,
IsmaelHey!
Please use any other slider shortcode except for the layer slider. The layer slider will only work with the advance layout builder.
Regards,
IsmaelHey!
Please replace it with this:
.logo img, .logo, .logo a { width: 800px; height: 120px; }
That should fix it.
Regards,
IsmaelHey!
Add this to the Quick CSS field:
@media only screen and (max-width: 1100px) { .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide { display: block; } .responsive .av_mobile_menu_tablet .main_menu { display: none; } .html_mobile_menu_tablet #mobile-advanced { display: block; }}
Best regards,
IsmaelHey!
Did you add any html tags or code on the page? Make sure to close them properly. Is this is happening on a newly created page?
Cheers!
Ismael -
AuthorPosts