netplay
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Dynamic Month & Year into Posts] Previous year in search resultsHi, I already sent you a pm, but I found the issue.
I use Relevannsi and a index rebuild fix the issue, actually there was cache involved but from relevanssi db 🙂Thank you!
Forum: Plugins
In reply to: [Contact Form 7] Tracking LinkedIn pixel form submissionsSomething like that in your functions.php
add_action( 'wp_footer', 'mycustom_wp_footer' ); function mycustom_wp_footer() { ?> <script> document.addEventListener( 'wpcf7mailsent', function( event ) { if ( 'FORM-ID-HERE' == event.detail.contactFormId ) { var liPixelSrc = "https://dc.ads.linkedin.com/collect/?pid=XXXXX&conversionId=XXXXXX&fmt=gif"; var liPixel = new Image(); liPixel.src = liPixelSrc; return false; }; }, false ); </script> <?php }Forum: Plugins
In reply to: [WP-Table Reloaded] Different text size in OperaThis is one of the table:
http://www.worlds-online-casinos.com/new-online-casinos.htmlalso this:
http://www.worlds-online-casinos.com/best-payouts.htmlRegards,
MariusForum: Plugins
In reply to: [WP-Table Reloaded] Different text size in OperaIf I want to change size in the main css of the plugin like:
html{font-size: 100%;}
body {font-size:16px;}where I can do it?
Thanks,
MariusForum: Plugins
In reply to: [WP-Table Reloaded] Different text size in OperaHi Tobias,
Thanks, but it seems that Opera stil display smaller font size.Great plugin anyway.
Thanks.
Viewing 5 replies - 1 through 5 (of 5 total)