Chip-Parade
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] get Users email from their idHi @jamshaid32,
That’s exactly what I’m referring to. But instead of a user having to find or know another user’s ID, they just find the user’s Buddypress profile which has a form built in that queries the page to find out the user who owns the profile is, and pulls through their email address into the To: field on CF7. The user never sees it.
Forum: Plugins
In reply to: [Contact Form 7] get Users email from their idHi @jamshaid32,
Coincidentally, we’re based in Bradford and were looking at how to to this today.
We worked out a good way to do it with Buddypress where users don’t have to enter anything – you just browse to the profile in question and the form just picks up the profile owner’s email address based on the profile page you are on.
Would this way of working it be suitable for your needs?
If so I’ll be happy to explain it further.
Regards,
Carl
Chip Parade LTDForum: Themes and Templates
In reply to: [Poloray] Mobile Viewing "home page"What’s the link to your website? If I can see it I might be able to advise.
Forum: Plugins
In reply to: [ShareThis: Free Sharing Buttons and Tools] Can't select servicesHi Reed,
Works fine for me on 2 sites, one of which is on 4.4.2
Forum: Plugins
In reply to: [ShareThis: Free Sharing Buttons and Tools] Can't select servicesConfirmed working on my end.
Many thanks Kathryn and team π
Forum: Plugins
In reply to: [Twitter Widget with Styling] style_twitter.css Not being called up.Hi Marcel,
Thank you for getting back to me so quickly!
I am aware of both of the errors, they are caused by the removal of the Cufon.js file, I removed the .js document for cufon in the parent theme as it is only there to control the font and the font is horrid
But I very much doubt they are having an effect on your css as all it’s saying is “can’t run command as the file’s not there”
Any other ideas?
Thanks,
ChipForum: Plugins
In reply to: [Atom Twitter Feeds] I see a suspicious link in the widgetThat’s worrying, I see it too. Dev needs reporting me thinks….
Forum: Plugins
In reply to: [ShareThis: Free Sharing Buttons and Tools] Can't select servicesI’m having this same issue. Can we please have a response from the author?
By the way the official download of 7.0.22 is here: https://ww.wp.xz.cn/plugins/share-this/developers/
Forum: Themes and Templates
In reply to: [Poloray] Max Mega Menu SupportI’d Like to second this request (on the free theme too) as I use the same theme/plugin combo π
Forum: Plugins
In reply to: [Max Mega Menu] Issues With Poloray Free ThemeHi Tom,
You’re well and truly on the ball! Many thanks for such a swift reply.
Assuming Ink Themes may take a while to fix this/release an update, I suppose I could copy the custom.js file into my child theme and enqueue it via functions.php?
Regards,
CarlForum: Plugins
In reply to: [Max Mega Menu] Issues With Poloray Free ThemeHey, sorry for multiple posts but as I’m still working on one of my child themes and doing some bug fixing I wanted to suggest an edit to the css for the menu while I’m at it:
I found issues with other elements overlapping the menu drop down, I fixed it with the following:
‘#mega-menu-wrap-custom_menu {
z-index: 9999;
}’Forum: Plugins
In reply to: [Max Mega Menu] Issues With Poloray Free ThemeWhen the mobile menu is clicked:
\\<div class=”mega-menu-toggle”></div>\\should change to:
\\<div class=”mega-menu-toggle mega-menu-open”></div>\\
Which it does on 1.9.1, but does not on 2.0.1 – I hope this helps π
Forum: Themes and Templates
In reply to: [Byblos] Search results displayed under header-rightHey dragonauta,
From your description it looks like I Just had this same issue, but it affected category views too. My fix was this:
@media (min-width: 992px){
.col-md-12{
width: 85% !important;
margin-left: 15%;
margin-right: 0px;
}
}