Forum Replies Created
-
AuthorPosts
-
Hi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHi Lukas,
Can you post the link to your website please?
Regards,
JosueHi Sebastien,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueAdd this too:
.header-scrolled .logo a{ font-size: 14px; }Cheers!
JosueHey!
The problem seems to be the textarea element, i’ll report this. As a workaround i’d recommend you using a custom Shortcode or one of these plugins:
https://wordpress.org/plugins/php-snippets/
https://wordpress.org/plugins/code-snippets/Regards,
JosueHey!
Have you tried checking it on another computer? here’s how it looks on my end (Firefox 31 / OS X 10.9):

Best regards,
JosueHey!
Ask your hosting support to enable the PHP mbstring extension.
Cheers!
JosueHey!
An Accordion element would suffice all those requirements except for the alphabetical sort, for that thing i’d suggest using a plugin, like TablePress which have this feature built-in:
http://wordpress.org/plugins/tablepress/
http://wordpress.org/support/topic/alphabetically-organizeBest regards,
JosueHey!
Here’s the result i get using the exact same code on my local install. Can you detail what you mean by buggy? try it on a new, empty page.
Regards,
JosueHi!
Have you tried using a Table element to create something like that? you can put images in table cells.
Cheers!
JosueHey Knut!
Try with this:
<span class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>Regards,
JosueHey!
Try putting it inside a Code Block element.
Cheers!
JosueHey @spavli2!
I understand but that’s the only solution we have to this table problem right now, as an alternative you could use one external table plugin like TablePress which works fine with Enfold.
Best regards,
JosueHey Sebastien!
After adding that code you need to change the heading font in the Theme Options, you should be able to see “Georgia” on that list.
Best regards,
JosueHey!
Try adding this at the very end of your theme functions.php file:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Georgia'] = 'Georgia'; return $fonts; }Cheers!
JosueNow add this code to the Quick CSS:
.logo{ display: table; } .logo a { display: table-cell; vertical-align: middle; }Hey!
Yes, i forgot that on my initial code. Did it work?
Cheers!
JosueYou are welcome, glad i could help :)
Regards,
JosueHey Kristen!
Yeah, change the code this way:
function add_custom_script(){ if ( is_page( 2 ) ) { ?> <script> jQuery(window).load(function(){ jQuery("a[data-rel='grid-1']").first().trigger("click") }); </script> <?php } } add_action('wp_footer', 'add_custom_script');“2” would be the Page ID where you want this portfolio mod to be applied.
Best regards,
JosueThat’s OK but it will affect the normal behavior when you manually open a portfolio item.
Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHey Ben!
I couldn’t note the autoscrolling when i loaded the page, are you referring to the loading circle animation?
Best regards,
JosueAugust 2, 2014 at 2:02 am in reply to: Avia Code Block converting < and > into there html entity codes. #299029Hey!
I’ve tested the exact same code and it worked as expected. Make sure you are using the latest verion of Enfold (2.9.1).
One more thing, if you plan to include the code on all pages maybe it would be more convenient to use the wp_footer hook:
function add_custom_script(){ ?> <script> function setImage(){ if( jQuery( window ).width() < 570 ){ jQuery( "img[title^='SMS Marketing Banner']" ).attr( 'src' , '/wp-content/uploads/2014/08/ReEngagement-Mobile-ChildPage-Banner.png' ); }else if( jQuery( window ).width() > 1100 ) { jQuery( "img[title^='SMS Marketing Banner']" ).attr( 'src' , '/wp-content/uploads/2014/08/ReEngagement-Large-ChildPage-Banner.jpg' ); } else { jQuery( "img[title^='SMS Marketing Banner']" ).attr( 'src' , '/wp-content/uploads/2014/08/ReEngagement-Medium-ChildPage-Banner.jpg' ); } }; jQuery( window ).resize(function(){ setImage(); }); setImage(); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueYou are welcome Robert, glad to help :)
Regards,
JosueYou too, glad i could help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey Jeff!
Can you post a screenshot of your view on iPad?
Best regards,
Josue -
AuthorPosts
