Forum Replies Created
-
AuthorPosts
-
June 3, 2015 at 2:21 am in reply to: Help – my Menu Fonts aren't loading up correctly in other people's browsers! #453487
Try changing your font declaration code to the following:
.header_color .main_menu ul:first-child > li > a { color: DarkGray; font: 500 14px sans-serif; font: 500 30px 'AmaticSC-Regular'; }That way the font-size value will be bound to the font-family so if ‘AmaticSC-Regular’ is available it will be 30px, otherwise 14px.
Cheers!
JosueHi!
It should work now, needed to add this:
function change_cf_from() { return " (Email address hidden if logged out) "; } add_filter('avf_form_from', 'change_cf_from', 10);Best regards,
JosueHi Vincent!
Refer to this article:
https://www.feedthebot.com/mobile/external-resource-blocking.htmlBest regards,
JosueHi!
In order to use LS outside the Advanced Layout Builder you’d need to purchase it separately (and disable the Enfold one).
Regards,
JosueJune 3, 2015 at 2:05 am in reply to: Help – my Menu Fonts aren't loading up correctly in other people's browsers! #453480Like this – http://a.pomf.se/msupqg.png, i can’t test your site there as it says it has exceeded the daily quota.
Cheers!
JosueJune 3, 2015 at 2:02 am in reply to: What is optimal image height x width ratio image on posts? #453478Hey!
Depends on your Blog layout, wether you are using a sidebar or not Enfold resizes the entry images to the following:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );If you need to change these you can either modify functions.php or use this plugin.
Regards,
JosueHi,
Use the following:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $("a[title='XML2PDF Formatting Engine']").attr("onclick", "goog_report_conversion('http://www.mysite.com/whitepapers/a.pdf')""); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');That will target all links with a title of “XML2PDF Formatting Engine” and apply the onclick property to them. Modify and repeat as needed.
Regards,
JosueHi,
Can you post the link to your blog please?
Regards,
JosueHi!
There is, Enfold uses Magnific Popup. To achieve what you want you can put your CC form on a separate Page and then to link it as a popup simply do it this way:
http://yourwebsite.com/cc-form?iframe=trueRegards,
JosueAh ok, eso seria todo supongo? me avisas por aca si necesitas alguna ayuda adicional.
Saludos,
JosueJune 3, 2015 at 1:46 am in reply to: Help – my Menu Fonts aren't loading up correctly in other people's browsers! #453469Hey Grace!
Can you please link one of those ‘browser compatibility sites’ so we can test it and check what’s wrong?
Cheers!
JosueHey!
Try using a Color Section (set the image as the background of it).
Regards,
JosueHi!
Is the domain correct? i keep getting
ERR_NAME_NOT_RESOLVED.Cheers!
JosueHm, no se a que te refieres la verdad, si puedes proporcionar una screenshot seria de ayuda.
Saludos,
JosueJune 3, 2015 at 1:38 am in reply to: URGENT – Adblock plus blocks social icons from header, posts etc #453459Hey!
I don’t think there is a way to mask or rename the default social network share URLs:
##A[href^=”http://linkedin.com/shareArticle?”]
##[href^=”http://reddit.com/submit”]
##a[href^=”http://pinterest.com/pin/create/button/”]
##a[href^=”http://vk.com/share.php?url=”]
##a[href^=”http://www.facebook.com/sharer.php?”]
##a[href^=”http://www.tumblr.com/share/”]
##a[href^=”https://plus.google.com/share?url=”]
##a[href^=”https://twitter.com/share?”]Can you post a link to your site so i can test it on my end (with Adblock enabled)?
Regards,
Josue-
This reply was modified 10 years, 9 months ago by
Josue.
June 3, 2015 at 1:35 am in reply to: Changing the layout of “Blog Posts” element under “Content Clements” in AVIA. #453458Hey!
How would the date behave on smaller screens?
Best regards,
JosueHi Vincent,
The modified code should be:
echo $before_widget; echo "<div class='tabcontainer border_tabs top_tab tab_initial_open tab_initial_open__1'>"; echo '<div class="tab first_tab active_tab widget_tab_recent"><span>'.__('Recent', 'avia_framework').'</span></div>'; echo "<div class='tab_content active_tab_content'>"; avia_get_post_list('showposts='. $posts .'&orderby=post_date&order=desc'); echo "</div>"; echo '<div class="tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>'; echo "<div class='tab_content'>"; avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts); echo "</div>";Cheers!
JosueYou mean this? that’s the Product Gallery set to that Product (below Featured Image).
Cheers!
JosueUser provided here is no longer working.
Best regards,
JosueWhat error did you get? did you get it when importing the content or the theme settings?
Regards,
JosueHi,
Try importing it via Tools > Import, find the XML to import in /enfold/includes/admin/demo_files/. Once you done that you’d need to import the Theme Settings – http://bit.ly/1EyaAib
Cheers!
JosueHey Charlie,
Glad you could sort it out, check the following for more useful snippets:
http://kriesi.at/documentation/enfold/code-snippets/Cheers!
JosueHey!
@ColinWalton, your issue is related to WordPress TinyMCE not being accessible (it happens with Twenty Fifteen too), i’d suggest re-installing the WP installation from scratch.
@SaamaMarketing, glad you managed to sort it out.Cheers!
JosueAñade esto al Quick CSS:
.products .avia_cart_buttons { display: none; } .products .inner_product { border: 0; }Saludos,
JosueHehe, you are welcome Lucas, glad to help :)
Regards,
JosueDe nada, me avisas cualquier cosa :)
Saludos,
JosueHi!
Check it now, setting Offset to “No duplicates” instead of a specific offset number does the fix.
Regards,
JosueHm, creo que ya lo hice funcionar como debería, fíjate a ver (cambie los permisos a dynamic_avia/enfold.css de 755 a 777).
Saludos,
JosueHola,
Ya esta arreglado, al parecer tu servidor es un poco restrictivo cuando se trata de crear archivos en el sistema (aun con permisos 755/777), así que lo que hice fue deshabilitar el archivo de estilos dinamico y hacer que estos estilos aparezcan en la misma pagina (via una etiqueta
<style></style>), agregé esto a tu functions.php:add_action( 'init', 'spit_dynamic_styles' ); function spit_dynamic_styles() { global $avia; $avia->style->print_styles = true; }Saludos,
JosueHi!
Use this code instead:
add_action('admin_head-post-new.php', function() { ?> <style> #avia_builder .handlediv, #avia_builder .hndle.ui-sortable-handle, #avia_builder a.avia-hotkey-info, #avia_builder a.avia-expand-button.avia-attach-expand, #avia_builder .avia-template-save-button-container, #avia_builder .inside .shortcode_button_wrap { display: none; } #poststuff .inside, #avia_builder .avia_meta_box { margin: 0; } #avia_builder .avia-controll-bar { top: 0; } </style> <?php });Best regards,
Josue -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
