Leo Caseiro
Forum Replies Created
-
Thanks for that!
Forum: Reviews
In reply to: [Custom Options Plus] Very helpful!Thanks
Forum: Reviews
In reply to: [Custom Options Plus] not optimized for wp 4.6.1Hi @zhgabor, thanks for your feedback.
I’m not sure what is the UI issues you have, as looks fine to me.
Could you please elaborate so I can make your improvements?
Thanks
Forum: Plugins
In reply to: [Custom Options Plus] array optionHi @robthirlby,
Thanks for using Custom Option Plus and for your issue.
The idea of
get_customs()is to have the same key for each value of your array.So you can read with:
<?php $users = get_customs('users'); ?>However, if you’d like to import from another resource or just set as a single item, you can use json and, you can read with
get_customandjson_decode, like so:JSON Example:
{"users": [{"firstname": "Leo", "lastname": "Caseiro"}, {"firstname": "Matt", "lastname": "Mullenweg"}, {"firstname": "Rob", "lastname": "Thirlby"}]}`Note: On my example, my key is
listTo get, use
json_decode();<?php $list = json_decode(get_custom('list')); print_r($list->users); ?>- This reply was modified 9 years, 5 months ago by Leo Caseiro.
- This reply was modified 9 years, 5 months ago by Leo Caseiro.
- This reply was modified 9 years, 5 months ago by Leo Caseiro.
- This reply was modified 9 years, 5 months ago by Leo Caseiro.
- This reply was modified 9 years, 5 months ago by Leo Caseiro.
- This reply was modified 9 years, 5 months ago by Leo Caseiro.
- This reply was modified 9 years, 5 months ago by Leo Caseiro.
I have the same issue. The CSS from /wp-content/plugins/wp-comment-fields/assets/css/bootstrap-grid.css?ver=4.6.1 is overriding all my style.
I had to revert to an older version of the plugin.
Hi, is there any news about this issue? Am I the only who needs this fix?
ThanksThank you for getting back to me.
At the moment I quick-fixed disabling the modal hardcoding the JS.
Hi @minhluc, thanks for answering that.
My tests were locally, it’s not on the web yet.
I’m using the plugin LearnPress – WordPress LMS.
For playlist, I’m using the WordPress native one with [playlist].To reproduce this issue, just follow these steps:
- Go to Learnpress -> Courses -> Add New Course
- Than, type “Sections” in the field: “Enter the section name and hit enter”
- Than, type “New Item Test” in the field: “Enter name of the new item here nad press Enter”
- After that, you’ll see that the “New Item Test” goes to your list, click the pencil icon(Edit)
- At the New Item Test page, add a playlist on your content. To do so, follow these intructions:
- Click the “Add Media” button:
- Than, on the left menu, choose “Create Video Playlist”
- Than, choose at least 1 video (I suggest you try 2 videos, but don’t need too)
- Finally, click the “Insert Video playlist” button
- You’ll see on your Admin, the playlist working nice, so Update/Publish your item/section
Than, if you buy this course on the webiste and click at the first Section(Sections), and try to watch the first Item(Item), you’ll see an empty playlist.
I believe, it’s something related with the call of the playlists on the file wp-playlist.js
- This reply was modified 9 years, 8 months ago by Leo Caseiro.
Forum: Reviews
In reply to: [Custom Options Plus] All that I needThanks!
Forum: Plugins
In reply to: [Custom Options Plus] Multisite CompatabilityTry use this plugin: https://ww.wp.xz.cn/plugins/proper-network-activation/
If you use this plugin and don’t active the Custom Options Plus as Network, it will work, The only is activate the plugin “again” for each blog you create.
Please, let me know if works for you. For me, it worked fine this way.
Forum: Plugins
In reply to: [Custom Options Plus] Multisite CompatabilityHi @joshjdr,
Sorry for the late reply. I was on vacation.
Honestly, I’ve never tried on Multisite, but I’ll check it and I back to you with a feedback.
I’d like to double check if you want to use as Network or or for the main website only?
Forum: Fixing WordPress
In reply to: Delay in Scheduled Posts?Are all your posts 20minutes later or only if you re-schedule them?
Do you know how to edit your theme and show the seconds also?
<p>Time posted: <?php the_time('Y-m-d H:i:s'); ?></p>When you check on the database MySQL, your posts are with the correct date?
Forum: Fixing WordPress
In reply to: Admin page is blankForum: Plugins
In reply to: [Simple Follow Me Social Buttons Widget] Sortable to order icons featureHi @lucymtc,
I tried to find the Plugin on github so I was going to do by myself, unfortunately I didn’t see. Do you have the core in any repository or just on WordPress SVN?I’ll write a review later.
Best Regards
Forum: Fixing WordPress
In reply to: Admin page is blankDabatase = MySQL
You can have access with your host provider. They might have a phpMyAdmin to access it.

