mugatea
Forum Replies Created
-
I’m having a footer problem too. it disappears if I use a child theme, but if I go back to parent theme it returns. are you using a child theme?
Forum: Fixing WordPress
In reply to: Shortcode for displaying the user’s first name?thanks, I managed to do it with php I think by changing the 4th last line to include “welcome, “
$o .= '<' . $t . '>' . 'Welcome, ' . esc_html__( $current_user->user_firstname ) . '';
seems to work, many previous attempts just broke my site
Forum: Fixing WordPress
In reply to: Shortcode for displaying the user’s first name?hi, this is just what I need. so what I want to do is say “Welcome back, [my_first_name]” but when i do it, it puts the shortcode first name in a new line, I’d like to have it all in one line. Any help, I cannot programme.
Forum: Plugins
In reply to: [Quick Paypal Payments] how to remove reference from form?Perfect. Thanks so much. Your support has been amazing. It’s now perfect, thanks.
Forum: Plugins
In reply to: [Quick Paypal Payments] How to stop paypal taking commissions?Thank you for your quick reply. I have passed on your info to the charity. Thanks again.
- This reply was modified 4 years, 5 months ago by mugatea.
Forum: Plugins
In reply to: [Comments - wpDiscuz] comment author font doesnt change on phone********Fixed it!!*********
So I ‘inspected’ the comment form title since it did load the cooper font and it showed the font as ‘copper’,Helvetica,Arial,Lucida,sans-serif so I copied that and pasted it. While it worked again on desktop it also fixed it so it works on mobile too!
- This reply was modified 4 years, 11 months ago by mugatea.
Forum: Plugins
In reply to: [Comments - wpDiscuz] comment author font doesnt change on phonewell I disbaled all plugins and that hasnt done anything… so maybe its a Divi theme issue, I’ve got a test site I can try testing on….
Forum: Plugins
In reply to: [Comments - wpDiscuz] comment author font doesnt change on phoneJust tried it. No change. Also the ‘load more’ button font is also cooper, which works fine on destop but again not on my phone using private tabs. I’m gonna start switching off plugins and see if that helps. I’ve got wp rocket also so maybe there is a cache problem going on.
Forum: Plugins
In reply to: [Comments - wpDiscuz] comment author font doesnt change on phoneI’m using this css. Works great on laptop on all 3 browsers just not in firefox or chrome on my phone.
#wpcomm .wc-comment-author a {
font-size: 14px!important;
font-family: cooper;
}#wpcomm .wc-comment-author {
font-size: 14px;
font-family: ‘cooper’;
}Forum: Plugins
In reply to: [Comments - wpDiscuz] comment author font doesnt change on phoneHi, its the font family that doesnt change, the sizing is fine. I’ve tried using incognito modes on the phones browsers, both chrome and firefox and the font doesnt change on mobile. The sizing is ok, but the font for peoples names should be ‘cooper’.
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] A little conflict with Extra theme lightboxoh I’ve tried that css already and while it removes overlay it breaks the lightbox and stops it working. I’ll email you now
.Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] A little conflict with Extra theme lightboxExtra is a premium theme: https://www.elegantthemes.com/gallery/extra/
I have a child theme installed already. There is no setting to turn off its own lightbox. I’d be happy to pay you to fix it.
- This reply was modified 5 years, 6 months ago by mugatea.
ok thanks. I think you tried testing on my site but the plugin was disabled, I’ve enabled it in case you wish to test further
No, it works fine if disabled
??