pierrepineau5
Forum Replies Created
-
Hello!
Same problem here (Chrome/macOS).
Photo taken with my phone on my website (because not visible on screenshot):
- This reply was modified 3 months ago by pierrepineau5.
Hello, thanks for your reply.
The CTA of the popup redirects to a Tally form. I have enabled the popup on several pages of my website where there is traffic.
This is my json export : https://goonlinetools.com/snapshot/code/#qv1nkaa9vcocgwxukvwn2h
Ohhh thank you so much ! It’s magic ??
- This reply was modified 7 years, 3 months ago by pierrepineau5.
Forum: Plugins
In reply to: [Participants Database] Related posts by JetpackThanks for your answer !
I didn’t use CSS but i deleted related posts for the article where Participant Database is used (ID = 821).
function jetpackme_no_related_posts( $options ) { if ( is_single( array( 821 ) ) ) { $options['enabled'] = false; } return $options; } add_filter( 'jetpack_relatedposts_filter_options', 'jetpackme_no_related_posts' );
Forum: Plugins
In reply to: [Participants Database] Related posts by JetpackI don’t find a solution… ??
Forum: Themes and Templates
In reply to: [Tracks] Thin fontThis is OK ! I have installed a font which was present on the theme but only the thin version ! I have deleted it and it’s okey, perfect !
Sorry…
Thank you for your help and your beautiful theme (again !)
Forum: Themes and Templates
In reply to: [Tracks] Thin fontIt’s a problem with my computer because the font is normal on others PCs… i’m going to find a solution
Forum: Themes and Templates
In reply to: [Tracks] Thin fontThank you for your quick answer !
I haven’t changed my browser, I use Safari on Mac but I have the same problem on Chrome and Firefox ! I haven’t checked on my PC…
And even if I paste your CSS, the font seems to be always thin… :/ The font is thin on the Tracks theme demo too ! Maybe it’s my computer, I don’t know why…
Thank you again !