CreativeWP
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] No archiving one form (I want this)So I got 5 forms, one would be financial info. That one I do NOT want to store on the database. Can that be possible?
Forum: Plugins
In reply to: [Contact Form DB] No archiving one form (I want this)Thank you, but I mean, I want other things to be archived, but ONE. It will be sending financial information, sensitive data. That one I do not want a record, is that possible?
Forum: Plugins
In reply to: [IntenseDebate Comments] CSS for the this plugin is missing!Any help? Once I sign up on this program as moderator, the whole css is gone for this program. Nothing to see. It looks broken.
Forum: Plugins
In reply to: [Theme My Login] Login button on top rrrI did get it working, with the code below. BUT, the order is wrong,
We got: Home | About | Logout | Profile
What I wanted: Home | About | Profile | Logout
Is there a way to change that order? The Logout and Profile are not part of the menu on the WP menu, they are generated by this code:
add_filter( 'wp_nav_menu_items', 'my_nav_menu_profile_link' ); function my_nav_menu_profile_link($menu) { if (!is_user_logged_in()) return $menu; else $current_user = wp_get_current_user(); $user=$current_user->user_login ; $profilelink = '<li><a href="' . bp_loggedin_user_domain( '/dashboard' ) . '">' . __('Profile') . '</a></li>'; $menu = $menu . $profilelink; return $menu; }
Forum: Plugins
In reply to: [BadgeOS] "Send eligible earned badges to Credly"So, is there any solution? I have the same problem.
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] FLV video no displayingAh, we are using this player though. I took over this project. Does it look right, or we are using it wrong?
Thanks,
Forum: Fixing WordPress
In reply to: Single Timer (clock) for Login membersIeejosepho, you are right, but that is what they wanted. ??
I could not thinking of the word tally. Thank you,
It shows no error at all. Just does not save for real. It shows as if it did save, then I came back and it is not saved.
I save, then I walk away, then later on it shows as no lightbox saved!
Forum: Plugins
In reply to: [Cart66 Lite :: WordPress Ecommerce] 15 buttons on the main shopping cart,bump?
Forum: Plugins
In reply to: [Crafty Social Buttons] Counter on Social Networks do not displayThank you, thank you. What I did, is just to download version 1.0.2 (svn) of your plugging and does the trick. It was working just fine before. Unless I should know something coming up with these social networks!?
Thank you,
Forum: Plugins
In reply to: [Crafty Social Buttons] Counter on Social Networks do not displayThank you for answering, I think the problem is actually Woocommerce. Every time I install it, it makes the server go high, and it uses ajax to call some process. Then your buttons now are called in ajax which them over kills the server. ??
Once I updated to the new buttons, the numbers of processors when from 1 to 9, then my website became super sluggish. Terrible, and sad.
Forum: Plugins
In reply to: [Crafty Social Buttons] Counter on Social Networks do not displayI took this off:
function my_deregister_heartbeat() { global $pagenow; if ( 'post.php' != $pagenow && 'post-new.php' != $pagenow ) { wp_deregister_script('heartbeat'); wp_register_script('heartbeat', false); } } add_action( 'admin_enqueue_scripts', 'my_deregister_heartbeat' );
Now Ajax on my site is taxing the website! Any help?
Forum: Plugins
In reply to: [Crafty Social Buttons] Counter on Social Networks do not displayMy bad, I added deregister_heartbeat and this was making it impossible to work. Sorry,
Forum: Plugins
In reply to: [Crafty Social Buttons] Counter on Social Networks do not displayThis is the main error I am getting for each of the buttons counters.
Warning The request got a 4XX, 5XX response or couldn’t be loaded