Forum Replies Created
-
AuthorPosts
-
Hey,
What appears there comes from Facebook so whichever language has the user selected (in their Facebook settings) will be the one in the widget.
Best regards,
JosueHey,
I’d suggest refraining from using LS in this case as you could get the same result with a Color Section > Form, and it would be easier to modify its mobile behavior.
Best regards,
JosueSeptember 14, 2016 at 10:17 am in reply to: Advance layout stop working for Administrator users only. #686235Hey mmsdev,
Can you check the JavaScript console when the issue occurs? also, please disable JS concatenation first by adding this to wp-config.php:
define('CONCATENATE_SCRIPTS', false);
Best regards,
JosueSeptember 14, 2016 at 10:16 am in reply to: Mobile. Make social icon center align. Phone number larger. #686234Hey!
Try adding this code to General Styling > Quick CSS:
@media only screen and (max-width: 767px) { .av_icon_active_right .social_bookmarks { padding: 0; } }
Cheers!
JosueHi,
When you get that error, can you open the JavaScript console (CMD + Shift + J) and post a screenshot of that?
Best regards,
JosueSeptember 14, 2016 at 9:54 am in reply to: BMS "Please match the requested format qty" WooCommerce Measurement $ Calculator #686225Hi,
Do you have this code in child functions.php?
add_action('init', function() { wp_dequeue_script( 'avia-woocommerce-js' ); wp_enqueue_script( 'avia-woocommerce-child-js', get_stylesheet_directory_uri().'/js/woocommerce-mod.js', array('jquery'), 2, true ); }, 11, 1);
Best regards,
JosueSeptember 14, 2016 at 9:52 am in reply to: I can't edit pages. Only if i desactivate all plugins.. #686224Hola,
Me parece que es WordFence, sin embargo logré crear un duplicado de la pagina que si se puede editar, revisalo.
Saludos,
JosueHola,
No me deja ingresar, me salen unas opciones de verificacion, en cualquier caso prueba actualizar el theme a la version 3.8 que salió hace poco.
Saludos,
JosueHi,
Use this:
add_action('ava_after_main_container', function() { echo do_shortcode("[av_submenu which_menu='' menu='105′ position='right' color='alternate_color' sticky='aviaTBsticky' mobile='active'][/av_submenu]"); });
Best regards,
JosueCreo que si se podria, pero tendria que ver el formulario que estas usando, me pasas un link?
Hi,
Try updating to 3.8, there’s now an option to disable parallax scrolling on FS Sliders – http://screencast.com/t/wODmZwxvHr
Best regards,
JosueHi,
ALB seems to be working as expected on the site you posted – http://screencast.com/t/Avd978wc
Best regards,
JosueHi Matt,
I’m sorry this is getting repetitive but it’s not working, can you create the user with this address josue (at) kriesi.at?
Best regards,
JosueSeptember 14, 2016 at 9:02 am in reply to: Plugin Codestyling Localizatiion not working even wplang rescan write mo… #686208If you notice, this thread is 2 years old, Codestyling was discontinued, we recommend Loco Translate now :)
Best regards,
JosueHi,
Can you please check the WordPress user you created for us please, the site is loading so it’s not a hosts problem.
ERROR: The username or password you entered is incorrect. Lost your password?
Best regards,
JosueHi!
Your site seems to be down at the moment.
Regards,
JosueHey!
Try adding this code to General Styling > Quick CSS:
#socket .sub_menu_socket { text-align: center; } #socket .sub_menu_socket li { float: none; display: inline; }
Cheers!
JosueHey!
Try adding this code to General Styling > Quick CSS:
.mfp-iframe-scaler { padding-top: 100%; }
Cheers!
JosueHey!
Most of the guidelines described are expected to be done by the person entitled to create the site content rather than something that comes from the theme, like adding an alternative text for pictures or links.
Regards,
JosueSeptember 5, 2016 at 9:40 am in reply to: Color Section not appearing properly – not working in Internet Explorer #682041Hi!
Which IE are you using and on which OS?
Cheers!
JosueSeptember 5, 2016 at 9:37 am in reply to: Category Pages All-of-the-Sudden Showing Full Posts rather than Excerpts #682038Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_blog_archive_style() { global $avia_config; if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; } } add_action('get_header', 'change_blog_archive_style');
Cheers!
JosueHi!
Use this plugin to regenerate the images using the new
entry_with_sidebar
image size.Best regards,
JosueSeptember 5, 2016 at 9:34 am in reply to: MegaMenu Scruffy and Trasnlate, after new version. #682036Hi @Genivaldo,
Can you please create us a WordPress administrator account in your install? post it here as a private reply.
Regards,
JosueHey!
You can use this code in theme / child theme functions.php;
function put_stuff_before_main_content() { echo do_shortocde("[slider shortcodecode here]"); } add_action('ava_after_main_container', 'put_stuff_before_main_content');
Best regards,
JosueHey!
Translations are made by the community so they may not be 100% complete, you can use this plugin to translate the missing strings in your site:
https://wordpress.org/plugins/loco-translate/Regards,
JosueHey!
Try adding this code to General Styling > Quick CSS:
.single-interview #header, .single-interview .sidebar{ display: none !important; } .single-interview #main{ padding-top: 0 !important; } .single-interview .container .av-content-small.units{ width: 100%; border: 0; }
Cheers!
JosueSeptember 5, 2016 at 9:03 am in reply to: Enfold Avia – How to do not display current item in sidebar menu #682027Hi!
We need a link to your site aswell.
Best regards,
JosueHey!
Try this:
$author_id = $entry->post_author; $author_name = get_the_author_meta( 'display_name' , $author_id ); $author_link = get_the_author_meta( 'user_url' , $author_id ); $meta .= ' von <a href="'.$author_link.'">'.$author_name.'</a>'; $meta .= "</div>";
Cheers!
Josue -
AuthorPosts