crz
Forum Replies Created
-
It works. You’re a hero!
Thank you for your prompt reply!Forum: Plugins
In reply to: [ReCaptcha Integration for WordPress] Error "the captcha didn't verify"I had the same problem with the “error captcha didn’t verify”.
I just tried your brance preventing double verification and it worked for me.
THank you!
Forum: Plugins
In reply to: [Event Organiser] Replace event URL with custom field value?Hi Stephen
Is there anyway to do that without altering the plugin files. Any way to add a function to the theme?If not, can you, please, point me in the right direction as to what plugin file(s) should I alter?
Kind regards,
MihaiForum: Plugins
In reply to: [Event Organiser] [eo_fullcalendar] keeps loading, no calendar displayedStephen,
The theme developer has fixed the issue. The full calendar is displaying just fine now.
Just wanted to let you know that so we can marked this as resolved.
Kind regards,
MihaiForum: Plugins
In reply to: [Event Organiser] [eo_fullcalendar] keeps loading, no calendar displayedStephen,
Again, thank you for your time. I really appreciate it.
Indeed, I tried talking to the theme developer first.
I tried adding a function to functions.php according to the codex:
<?php function your_function() { echo '<p>This is inserted at the bottom</p>'; } add_action('wp_footer', 'your_function'); ?>
and that worked. I could see that at the bottom of the page.
Anyway, thank you for your help, your answers pointed me in a direction to say the list. Now I’ll wait for theme developer’s reply.
KInd regards,
MihaiForum: Plugins
In reply to: [Event Organiser] [eo_fullcalendar] keeps loading, no calendar displayedThank you, Stephen, for your reply.
I thought of that, but I can see wp_footer() in footer.php (it’s not commented out or anything).
I also tried enqueueing a script to the wp_footer, but without success. Any ideas?
I guess the functions.php has something to do it. Can’t figure it out.
Kind regards,
MihaiForum: Plugins
In reply to: [RJ Quickcharts] RJ Quickcharts for distinctive authors?I’m not that skilled with ajax etc..
I’m going to feed some data from custom fields into the shortcode of another plugin that creates charts..
Thank you Randy, I appreciate your time!
Kind regards,
Mihai
Forum: Plugins
In reply to: [RJ Quickcharts] RJ Quickcharts for distinctive authors?Hi Randy,
Thanks for the quick reply..
It would have been great to use CPT.
Let me describe my situation.
There’s this site, where the owner gives online classes.. and after each week his students must entered some values, datasets on which a graph will be based.
Each student will have its own graph. The graph will be displayed in a personal/individual page for each student
Also would be great if they could edit the data from frontend (site owner doesn’t want his students to view any glimpse of the wp dashboard).
I was considering other solutions but trying to use CPT and plugin “WP User Frontend”.
Any way i could edit a RJ Quickchart from front end ?
Kind regards,
MihaiForum: Plugins
In reply to: [Gravity Forms + Custom Post Types] Multiselect valuesI was having a similar problem and I found this:
Please read the answer given by the user: webaware
Direct link:Forum: Fixing WordPress
In reply to: Malware inserted into index.phpFor those of you that are getting the main index.php file infected over and over again, try looking in wp-content folder or in wp-content/uploads folder for other .php files than the simple index.php (these index.php files are used to hide the contents of the folders when someone tries to access yoursite.com/wp-content/uploads/ folder in the browser.
I found a doc.php file and on another site a lib.php file that was the guilty bastard. As soon as i removed that the main index.php from the root of the wordpress installation folder stopped getting infected again.
After removing that file you should also change passwords (ftp/mysql/ wordpress admin).
Hope that helps you.
Forum: Plugins
In reply to: Tabbed Widgets picky with 2.8?Looking forward for an update on this one ??
Regards.
Forum: Plugins
In reply to: Add the wp-forecast into a post/page?Thank you
Forum: Themes and Templates
In reply to: Template is Missing – Child ThemeI’ve come across this topic when got myself into a similar situation.
I’d like to mention another thing for others that might search for a fix./*
Theme Name: Rock
Theme URI: https://www.rockul.info
Description: A magazine-style theme for WordPress
Version: 3.0
Author: pffmihai
Author URI: https://www.pffmihai.com
Template: mimbo
[…]
*/
When adding the Template thingie into the style’s commented header make sure you write the name of the parent template considering the case sensitive issue.
In my case Template: Mimbo (notice the capital M) gave me the error “template or stylesheet missing” because the parent theme folder was in lowercase.Forum: Plugins
In reply to: Comments on the SMF BridgeI’m interested in this as well.
Does it work with WP 2.6?Forum: Installing WordPress
In reply to: Upgrade 2.0.2 to 2.0.5?Thanks a lot guys!
I had no problems at all. ??