danielpataki
Forum Replies Created
-
Forum: Reviews
In reply to: [Smart Code Escape] Easy and EffectiveWhy thank you kindly ??
Hi There,
I think the issue is that you are including the v5 file. The plugin is a bit more elaborate so there are some common functions defined. Try including the acf-google_font_selector.php file, perhaps that will fix things!
Daniel
Forum: Plugins
In reply to: [ACF: Google Font Selector] HTTPs URLsHi @adam-ccrm,
I thought I replaced that a while back! I may only have time for this and the other change tomorrow, but I’ll do them together ??
I’ve added an issue for this on Github:
https://github.com/danielpataki/ACF-Google-Font-Selector/issues/21Thanks,
DanielHi @adam-ccrm,
I’ve addressed this issue in the other thread, hopefully I can resolve it for you this week,
Daniel
Forum: Plugins
In reply to: [ACF: Google Font Selector] Selecting default font variant & subsetHi @adam-ccrm,
I think the answer is no, but this can be built in pretty easily. I’ll add this functionality this week if I can and get back to you here.
I’ve also added this to the Github repo here;
https://github.com/danielpataki/ACF-Google-Font-Selector/issues/20Daniel
Forum: Plugins
In reply to: [ACF: User Role Selector] Create array of roles selectedAwesome! ??
Forum: Plugins
In reply to: [ACF: Field Selector] Using as a subfield within a repeater?Hi @aaroneight,
I had a little trouble with my computer, sorry for the long response. I’ll see if I can make this this work in a repeater field, I’ll get back to you soon!
Daniel
Forum: Plugins
In reply to: [ACF: User Role Selector] Create array of roles selectedHi John,
I just had to restore my computer so I don’t have any test servers running. However, you can definitely select what you want returned in the options. If you set it to objects you’ll get an array of objects, if you set it to names, you’ll get an array of role names.
Either way, if you use
var_dump( $roles )
just after you’ve retrieved the value of the field you should see what the variable contains making this a lot easier ??Daniel
Forum: Reviews
In reply to: [ACF: User Role Selector] Great pluginGlad you like it, let me know if it is missing any useful features ??
Daniel
Forum: Plugins
In reply to: [Top Authors] Not showing in sidebarHi fredwier,
This was something weird which was resolved by actually disabling all other plugins and then re-enabling them.
Daniel
Forum: Plugins
In reply to: [Top Authors] Not showing in sidebarThat’s odd indeed, I can’t reproduce it at all. Would you mind giving me an admin login so I can figure this out? You can drop me a line directly through my websites
Daniel
Forum: Plugins
In reply to: [Top Authors] Not showing in sidebarYou mean it goes missing in the admin? As in the appearance->widgets page?
Forum: Plugins
In reply to: [Top Authors] Not showing in sidebarIs it possible that there are no authors to show with your current settings?
Forum: Reviews
In reply to: [Pile Gallery] Yay!Hi Anastasia,
I won’t be able to update this this week and probably not next week either. If you drop me a line via the contact form on my website I’ll send you the pro version ??
Daniel
Forum: Plugins
In reply to: [Top Authors] Customising Gravatar etc.Hi muyilleum,
Not really, you’ll need to use the placeholders (see the help in the widget or the plugin page) coupled with your own HTML and CSS. For the screenshot I used something like this:
<li> <a href='%posts_url'>%gravatar_80%</a> <div class='social'> <a href='%meta_facebook' class='fa fa-facebook'></a> <a href='%meta_twitter' class='fa fa-twitter'></a> </div> </li>
The rest is CSS and also the use of Font Awesome (https://fontawesome.io/). I’ll see if I can write a post about this on a website soon ??
Daniel