vynnus
Forum Replies Created
-
samething here
https://alejandra.com.brForum: Plugins
In reply to: [Jock On Air Now (JOAN)] Issue with 4.7.5Anybody having the same issue?
Forum: Plugins
In reply to: [Jock On Air Now (JOAN)] Issue with 4.7.5also, I can’t add any show anymore.
I keep having the message:“The show can’t start before it ends. Check your times.”
Even tough the timezone is correct and wordpress is set to 24 hour format.
that’s weird
now I’m able to comment tooI’ll mark it as resolved.
but the error happens on this URL:
http://paranaibamaximus.com.br/wp-comments-post.phpForum: Plugins
In reply to: [Jock On Air Now (JOAN)] Too much CPU request (admin-ajax.php)@ganddser I’m not a programmer.
Just a person from the hosting contacted me.
It was sugested to disable the plugin until the code’s fixed.
After I did it the CPU usage dropped drastically.Also I hired a freelancer to improve the plugin in such a way to allow display the programming schedule for more than one radio stations.
In my country is common for the radio company to have both AM and FM.
If you’re interested I can contribute sending my version to you.
Just let me know.
some similar happened to me
after I have updated WP to 4.7.1 i don’t see the play button anymore in the front-end
the playlist is there, however clicking on each item doesn’t play nothingCheck it on paranaibamaximus.com.br
never mind, it was my cache plugin
sorryForum: Plugins
In reply to: [WP News and Scrolling Widgets] Template options not available inside NewsYes, I managed it.
Thank you.Forum: Themes and Templates
In reply to: [Hueman] Display featured image in single postSorry, I think this is the right question:
Where do I enable that right side box to appear in my CPT allowing me to choose between the post formats?
Forum: Themes and Templates
In reply to: [Hueman] Display featured image in single post@bdbrown I’m using a custom post type and I can’t see the Post Formats from inside of it.
However I know that I have to go inside the file init-meta-boxes.php and set for example:
‘pages’ => array( ‘post’ ),
to
‘pages’ => array( ‘post’,’movies’ ),So it will enable that post format inside my custom post type.
But inside the file init-meta-boxes.php is missing the code for image and other post formats. I only see these ones:$post_format_audio = array( …
$post_format_gallery = array( …
$post_format_chat = array( …
$post_format_link = array( …
$post_format_quote = array( …
$post_format_video = array( …May you provide the full code?
Forum: Plugins
In reply to: [WP News and Scrolling Widgets] Isn't possible to use native WP Posts?By the way, this is the plugin I was loooking for:
https://wordpress.org/support/plugin/category-to-custom-post-typeIt will move all posts, categories and tags to inside your plugin.
I think you will boost your sales from now on 🙂
Thanks for the support!
Forum: Plugins
In reply to: [WP News and Scrolling Widgets] Isn't possible to use native WP Posts?I took a look on it.
It looks too much complicated.
Is it so hard that I can’t do it manually inside Phpmyadmin?Just show me how to do it, please.
What columns and tables do I have to change?Forum: Plugins
In reply to: [WP News and Scrolling Widgets] Isn't possible to use native WP Posts?I did it from inside of phpmyamdin.
It dis not change anything.
Nor the posts went to News section or they showed in front-end.
Would you guide me on this?
This is the only issue that is avoiding me to buy the plugins.Forum: Themes and Templates
In reply to: [Hueman] Columns shortcode not workingfine, thanks!
Forum: Themes and Templates
In reply to: [Hueman] Columns shortcode not workingTt worked, thank you very much @denzel Chia!