Forum Replies Created
-
AuthorPosts
-
Hola,
Te hice un video de lo que tienes que hacer desde la consola API de Google:
http://screencast.com/t/u9Zt0gxcxPor cierto, este tema de los mapas fue algo impuesto por Google hace unos meses, nosotros tuvimos que adaptar el theme de acuerdo a la nueva politica.
Saludos,
JosueAugust 30, 2016 at 10:55 pm in reply to: issue with style.css dynamically minified and not updated #679737You could try changing this line in functions.php:
wp_register_style( 'avia-style' , $child_theme_url."/style.css", array(), '2', 'all' );
To:
wp_register_style( 'avia-style' , $child_theme_url."/style.css", array(), null, 'all' );
August 30, 2016 at 9:01 pm in reply to: issue with style.css dynamically minified and not updated #679693We can’t change how browsers work, what code are you using to include your large CSS file?
August 30, 2016 at 8:52 pm in reply to: ADVANCED LAYOUT EDITOR not working? Try this, worked for me. #679687Hi,
The JavaScript console (when ALB doesn’t load) should tell you the source of the issue.
Best regards,
JosueEl error que te envie es el que sale en la consola de JavaScript, tienes que asegurarte que el dominio que estas usando este puesto en las configuraciones de la consola de Google APIs:
The current URL loading the Google Maps JavaScript API has not been added to the list of allowed referrers. Please check the referrer settings of your API key on the Google API Console.
August 30, 2016 at 8:44 pm in reply to: Background header picture not showing transparent areas #679678Hi,
Place that image inside a Color Section with a custom ID of “pre_footer”, then add this to Quick CSS:
#pre_footer .container { padding: 0; }
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueAugust 30, 2016 at 8:39 pm in reply to: issue with style.css dynamically minified and not updated #679668Browsers cache resources so they aren’t downloading unnecessarily. Clearing the browser cache is actually very simple:
https://wiki.scratch.mit.edu/wiki/Help:Hard_RefreshBest regards,
JosueHola,
Has probado desactivando todos plugins excepto WooCommerce? me puedes pasar un acceso de administrador por privado para revisar?
Saludos,
JosueYou are welcome, glad to help :)
Regards,
JosueAugust 28, 2016 at 10:49 pm in reply to: How do I get the page builder to work with custom post types? #678699You are welcome, glad to help :)
Regards,
JosueHi,
Check your site, now you need to move the layerslider logo a little bit down.
Best regards,
JosueAugust 28, 2016 at 10:40 pm in reply to: ADVANCED LAYOUT EDITOR not working? Try this, worked for me. #678697Hi,
I didn’t note any error while editing the Page (editing the table and adding/removing a RevSlider slider), can you please detail what are the exact steps to reproduce the error.
Best regards,
JosueHola,
Este es el error que te esta saliendo:
https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-errorSaludos,
JosueYou are welcome Jan, glad to help :)
Regards,
JosueAugust 28, 2016 at 10:15 pm in reply to: How to display Custom Post Type list using Advance Layout Builder #678690Hi,
If you check the filter code i posted, you’ll note you also got the
$params
variable to play with so you can make a conditional to check if a custom Page was set an assign it:$query['post_parent'] = $params['post_parent'] ? $params['post_parent'] : $post->ID;
Regarding having this on a child theme:
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#top label.input_checkbox_label { font-size: 20px; }
Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('avia_rel_nofollow_for_links');
You’ll then get an option to set
nofollow
in each link.Cheers!
JosueHey Kristi,
Not sure what you’re referring to, could you post a screenshot of the issue?
Best regards,
JosueHey,
I added a text to your form at /contact/ and it seems to be working correctly.
Best regards,
JosueAugust 28, 2016 at 2:52 am in reply to: How do I get the page builder to work with custom post types? #678543Hi,
To make header meta appear regardless of header settings you’d need to use a code like this:
add_filter('avf_header_setting_filter', function($header) { $header['header_topbar'] = 'true'; return $header; }, 10, 1); add_filter( 'avf_execute_avia_meta_header', '__return_true', 10, 1); add_action('avia_meta_header', function() { get_search_form(); });
Best regards,
Josue-
This reply was modified 8 years, 6 months ago by
Josue.
No me funciona, porfavor revisar.
August 28, 2016 at 2:41 am in reply to: ADVANCED LAYOUT EDITOR not working? Try this, worked for me. #678536Hi,
RevSlider should work fine with Enfold, if you want us to take a look please post an access in a private reply.
Best regards,
JosueHi,
Try setting a Glassy Header option in the Page edit screen.
Best regards,
JosueHi!
Can you post a screenshot of your view? your site looks and works fine on my end.
Regards,
JosueHi,
Meta header doesn’t seem to be enabled.
Best regards,
JosueAugust 27, 2016 at 8:26 pm in reply to: How to add google analytics event tracking code to different tabs #678506Hi,
Try this:
$('[data-fake-id="#toggle-id-25"]')
25 would be the numeric value of the toggle.
Best regards,
JosueAugust 27, 2016 at 8:20 pm in reply to: ADVANCED LAYOUT EDITOR not working? Try this, worked for me. #678504I’m not seeing, please try posting it again.
-
This reply was modified 8 years, 6 months ago by
-
AuthorPosts