trojan12
Forum Replies Created
-
Forum: Plugins
In reply to: [SC Catalog] [Plugin: SC Catalog] How to remove the image link ?Hi, Thanks;
Go here: https://londoncitybrokers.co.uk/products/
It happens with IE 9. The Blue line.
I even put border:0; to every css class for SC catalog but nothing worked.
Forum: Plugins
In reply to: [SC Catalog] [Plugin: SC Catalog] How to remove the image link ?Thanks. Sorry your reply didn’t help at all.
function sc_catalog_shortcode_one( $item ) { $code = '<li class="sc-catalog-list-item sc-catalog-list-item-' . $item['id'] .'" data-id="' . $item['id'] .'">'; if ( strlen( $item['image'] ) > 0 ) { $code .= '<img src="' . $item['image'] . '" />'; } $code .= '<h3>' . $item['title'] . '</h3>'; if ( strlen ( $item['catch'] ) > 0 ) { $code .= '<p class="sc-catalog-list-item-catch-phrase">' . $item['catch'] . '</p>'; } if ( strlen ( $item['text'] ) > 0 ) { $code .= '<div class="sc-catalog-text" style="display:none;">' . wpautop($item['text']) . '</div>'; $code .= '<div class="sc-catalog-clear sc-catalog-list-item-more"><a class="thickbox more-details" href="#">' . __( 'Read more', 'sc_cat' ) . '</a></div>'; } $code .= '</li>'; return $code; }
On the page I have a link called More info linked. It also linked to the image thumbnail. How do I remove this link in the image thumbnail ? Its driving me nuts..
I tried editing the CSS but it never works. Added border:0; to almost every class and its just not working.
If you can help with the 1st one it would be great. I don’t want the thumbnail to link.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Contact form 7 and AnalyticsWhat am I looking at ?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Contact form 7 and AnalyticsForum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Contact form 7 and AnalyticsWell if you test the site you can see the submission is working. But the conversion is not registered by GA.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Contact form 7 and AnalyticsThank you..
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Contact form 7 and Analyticslondoncitybrokers.co.uk
Go to “Apply for a trading account” page. This is the form I’m trying to track.