Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] [V2] Why insert link don’t like old version?Hi there
Just to let you know, I tested, latest WP, latest FASC, latest TinyMCE Advanced, and all works together ok.
Have you updated all those to latest version?
Best
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] BUGGY VERSIONHi there
I understand.
Is there any way to replicate your issue so that I can work on it?
The beta was in testing for ages, and you are (so far) the only user with this issue.
So, its likely there is a plugin conflict, and I’ll need to see the issue in order to resolve it.
I can provide access to a blank dev site if you’d be willing to install your theme / plugins so we can recreate your issue.
Let me know.
Best
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] BUG: Version 2.0Absolutely that would be great 🙂 If you want to continue via email, you have the contact form there which goes to me personally (Ross).
As I’ve only had 4 tickets open since the 2.0.0 release (which is pretty good comparing to some other experiences), I’m assuming that your issue is a plugin conflict with the new way FASC is doing things (the WP way) – in that case you’ll likely need to send me copies of those plugins via email too.
Thanks
Hey there.. not sure exactly, sounds like there might be a javascript error?
I would suggest to try the 2.0 beta as this has had a rewrite and fixed some Javascript errors in the admin.
More info here: https://ww.wp.xz.cn/support/topic/looking-for-v2-beta-testers/
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] css/classThis should be fine, perhaps your CSS is loaded before FASC CSS…
In this case you could try adding
!importantdeclarations in your CSS:a.fasc-button:hover{ color:#AEF92F !important; }Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] How to highlight the button after clickHi there, do you mean like in a nav menu?
I’m afraid there is no simple / easy way to do it…
You would have to start by creating your button, then looking at HTML view in the editor.
After this you would need to dynamically display this html using PHP, and when you are on the page (detect using PHP) you would need to add a new class to the button.
In short its pretty tricky unless you are a coder.
Best
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] How to create templateHey there, the template button is in the lower right area of the button preview, in the button popup.
Its a little disk icon, light grey…
Hope that helps
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Using plugin in an RTL themeHey there
Thanks for letting me know. I’m working again on our beta and will be sure to include RTL support – I didn’t realise there was an issue with this!
Let me know if you want to try the beta once I’ve added this feature.
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Saving some buttons createdHey there
Sure, if you look in the button editor, at the bottom right of the button preview, there is a little disk icon, click this and it will save your button.
The button can then be loaded from the
templatestab 🙂Best
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Use Button with Anchor Jump linkI’m sure you can…
In the button editor, as the URL simply put your anchor link like:
#my-anchor..Then in your page you will need something with this as the ID.. eg:
<div id="my-anchor></div>Then the page go to that position when you click the link 🙂
Thanks
Forum: Plugins
In reply to: [Search & Filter] Pre-purchase questionYup this is a pro feature 🙂 Check how the certificates & genres field work together here:
http://demo.designsandcode.com/sfpro-movie-reviews/
Thanks
Forum: Plugins
In reply to: [Search & Filter] not redirect from pageI think you would need to modify the plugin, do you mean without a page refresh?
This is a pro feature 🙂
Best
Forum: Plugins
In reply to: [Search & Filter] Hide_empty not working properlyHmmm maybe try repeating the value for each field like:
[searchandfilter hide_empty="0,0,0,0" show_count="1,1,1,1" taxonomies="kind,year,country,topics" headings="Kind of Document,Year,Country,Topic" ]Thanks
- This reply was modified 9 years, 6 months ago by Ross Morsali.
Forum: Plugins
In reply to: [Search & Filter] Filter Not Working ProperlyDo you mean when you select 1 option from one taxonomy, then select another 1 option from another taxonomy then you get no results?
I believe this could be because S&F is using an AND query between the taxonomies, so it will show only posts that have both terms from each taxonomy applied.
It sounds like you might want to to show all posts that belong to taxonomy A OR taxonomy B?
Thanks
Forum: Plugins
In reply to: [Search & Filter] Don’t work on mobileHey Kevin
When you submit the form does the URL change? If it does, can you paste it here (you can scramble domain, just want to see the format of it)
A blank screen sounds like a PHP error is being thrown, which may or may not be the fault of S&F, but either way, it prevents S&F from redirecting to your results page.
To find out what the error is, check your error logs with your host, or enable WP_DEBUG and instead of a white screen you should be able to see the error message that’s causing this issue.
Although, I’ve not used WP Touch, I can’t see why that would specifically interfere so hoping that is not the case.
Thanks