ronthai
Forum Replies Created
-
Forum: Plugins
In reply to: [A to Z Category Listing] "A to Z Category Listing" and LocalizationHi,
I just installed 1.1 and it ruines my header menu. I saw in the forum an update solved this, but not for me I guess.
Probably because I use PixoPiont Menu Plugin which reads its own css, which is located in a weird place wp-content/uploads/pixopoint_menu.cssIs there any way for me to get around this.
Thank you and regards, Ron
did you ever got this done or at least a blank page.
I even tried for popup, but that is also not accepted.
Like this it is only good for links inside the blog, but not outside since viewers are leaving the blogRegards, Ron
Forum: Plugins
In reply to: [Ad Buttons] Does not show for activateI can not add plugins via the plugin panel, because I use plugin askapache-password-protect.4.6.6, which is a great plugin for all security and for me has priority over all other plugins.
For some reason it blocks the panel for upload, probably one of the security features
I do not know why that is, so I must use FTP for installing new plugins.But also in my book plugins, that do not comfore to standarisation are not worth using anyway. For every plugin there are always other substitutes that do function correctly
Just update your plugins manual by FTP upload and problems solved
Just updated it and yes the draft pages are gone in the list.
Thanks, Ron
Sorry change it
Got 1 more issue with wp search suggest.
It also suggests draft pages.
How do we solve this?Regards, Ron
This got solved thanks to the develloper of WP-Search-Suggest plugin.
Add this to your theme’s function.php<?php
function wpuf_fix() {
if ( defined(‘DOING_AJAX’) AND DOING_AJAX ) {
remove_action( ‘admin_init’, ‘wpuf_restrict_admin_access’, 10 );
}
}
add_action( ‘admin_init’, ‘wpuf_fix’, 9 );?>
Forum: Plugins
In reply to: [WP Admin Menu] [Plugin: WP Admin Menu] menu layout for frontend ?Hi,
I know you designed the admin menu mostly for the front side of wordpress blogs, but could you in the next update have it as an option. I really prefer working with the admin menu in the backend over the original side menu, but prefer not to have it on the webpage/blog/frontend.
Thank you and regards, Ron
Forum: Fixing WordPress
In reply to: Add category problemI have the same problem, new categories only show after a refresh.
Not really a problem, but not the way it should be.
I have nothing like the above in my functions.php
Any more idea’s suggestionsThanks, Ron
Forum: Plugins
In reply to: [WP-dTree] Can not get to widget settingsNevermind, sorry but I found collapsing links plugin and work just the way I need and want. Like I said it is only for the SEO that I want a list of all my pages and with collapsing links, I just set the links and I am done.
Thank you for you trouble.
Regards, Ron
Forum: Plugins
In reply to: [WP-dTree] Can not get to widget settingsOk, I hit the save button and now I can get in the widget setting. Not that it helps must, because whatever I select nothing changes.
In the exclude text box I type in a page to excluse and after saving, it just disappers out of the exclude text box, so the page is not excluded.I began with a clean install of the plugin version 4.2
Firefox4.0.1 and javascript of courseThanks Konstantin,
That did the job. It took me 3 tries, but that is just because I am a total novice with php.
First I just pasted it on top of the theme functions.php, which just put the whole code as text (yes, stupid me)
Second I pasted it in an excisting <?php … ?> which stop giving the error, but all search suggestions had only 1 suggestion and that was -1, yes -1 whatever, where ever that comes from.
Third try, I pasted it in its OWN <?php … ?> part/field, whatever it is called and that did the job. I even tried it on my laptop as a final test, since the laptop does not know me as an admin and has no cache what so ever on it for the website with the plugin.
It works perfect now.As far as I can tell it does not touches anything from wp-user-frontend, it seems to be working as it should.
Rating 5 stars and told it works with 3.12
Thank you and regards, Ron
Forum: Plugins
In reply to: [Download Manager] save and upload buttons do not workadmin login and folders are writable. worked fine with older version, problems started with 2.04 and not solved in 2.05
Forum: Plugins
In reply to: [Upload Widget] Allows ALL files incl. exeThere is not much to explain. I type in the allowed files, basicly only pictures file like *.jpg,*.png, and so on.
It did work for a few days and then suddenly all files where allowed and no settings where changed in the widget. I never touched any code.
So if somebody went to select, a popup browser from their computer showup and normally it just shows the pictures file also at the bottom no additional options. Well it just changed, and all files where visible and uploadable.
That is all I can say, so I of course stop using it (to dangerous).
I even deleted it and re-installed , but same results.
I now use FTP-upload, towards a special folder, which is unreachable for everybody after upload only me on my private server. The folder is outside of any domain. Only my direct ftp access can access it.Regards, Ron