FaithJava
Forum Replies Created
-
Forum: Plugins
In reply to: [Schemeable Sliding Panel] Error messageWhat do you think I should do now? After that error message appears, I refresh by typing ‘https://localhost/wordpress2/wp-admin/plugins.php’ on my URL and reactivate it, it activated but not working properly, I guess the CSS is having issue. Please let me know what to do.
Thanks
Forum: Plugins
In reply to: [Schemeable Sliding Panel] Error messageThats exactly what I did, after I thought it might be plugin conflict, I decide to use clean WordPress 3.4.2, to my surprise still having the same error
Forum: Plugins
In reply to: [Schemeable Sliding Panel] Error messageThanks for your quick response, the wordpress version is 3.4.2
Forum: Plugins
In reply to: [Ad Injection] [Plugin: Ad Injection] Shortcode for ads?okay, thanks.
Good work Julio, its cool, have check it out nice one.
CheersJulio, for me it serve the purpose but anyway will check out your update though.
Cheers
Hello everyone, as regard the issue above, have fix it in a simple way and I would like to share it with you all.
1- Add ‘Register’ Menu on your Header or anywhere you want to put it, you might have error after refreshing, don’t worry.2- Go to the plugin directory of your ‘baw-login-logout-menu’ folder and open ‘bawllm.php’ with any editor of your choice.
3- Now go to line 38 of the bawllm.php
4- Change this line of code:
case ‘#bawregister#’ : if( is_user_logged_in() ) $item = null; else $item->url = site_url( ‘wp-login.php?action=register’, ‘login’ );4b- Change the above code and replace it with this:
case ‘#bawregister#’ : if( is_user_logged_in() ) $item->url = site_url(); else $item->url = site_url( ‘wp-login.php?action=register’, ‘login’ );That will fix it perfectly.
Cheers
Kudos to the creator of this plugin.
Forum: Plugins
In reply to: [Ad Injection] [Plugin: Ad Injection] Shortcode for ads?Thank you rml, but what I need is a short code to place my ad at the very top above the website Header because Ad Injection only place top advert at the top of your post not header, please how can I place my top ad above my header? Will be looking forward to hear from you soon.
Thanks once again.Forum: Plugins
In reply to: [Ad Injection] [Plugin: Ad Injection] Shortcode for ads?Thanks, I will check do that and get back to you.
Forum: Plugins
In reply to: [Ad Injection] [Plugin: Ad Injection] Shortcode for ads?Can’t find the shortcode, can you be specific please?