vhormazabal
Forum Replies Created
-
Thanks!
Found the issue, a corrupted file (the header), all working fine now
Forum: Plugins
In reply to: [SearchIQ - The Search Solution] Post Type MissingThanks
The main post type in Events Manager, Events, is missing.
The weird thing is that Locations works but not Events (posts and pages work too), I tried unistalling and installing again, still not working.Forum: Plugins
In reply to: Frontend registration and profileUmm maybe is the code, the correct code is:
<?php if(function_exists(‘UserSidebarPanel’)) { UserSidebarPanel(); } ?>
Your quotations marks are incorrectsGood luck¡
Forum: Plugins
In reply to: Frontend registration and profileI put the following code into the sidebar.php like he said on that page for the User Sidebar Panel, but it wouldn’t work. I uploaded the files to the right directory and everything, so I’m assuming this code here isn’t working. Any help appreciated!
Do you activated the plugin in the Plugin Page?
Your WP version work with this plugin?Sometimes the plugin combinations cause some strange behaviours.. try activate and desactivate the others plugins
Good luck¡
Forum: Everything else WordPress
In reply to: options-permalink problemshi:
Are you sure that do you have Mode Rewrite in your server?
Are you sure that the .htaccess have the right CHOMD?Forum: Plugins
In reply to: Is there a WP Poll problem?lilypetals:
Umm I think that the best method is vote by Username, but in this case only your users will be vote 🙁
By Ip you have the shared Ip problem, by cookie, the people can delete the cookies (but if your visitors are using IE, is probably that never delete the cookies)depend the kind of visitors do you haveGood Luck¡
Forum: Fixing WordPress
In reply to: User defined font sizesHi:
You can use a plugin like this or use a javascript in the header or even a php script for fontsize change (you can add PHP Code Snippets in the templates with this plugin )
Good luckForum: Plugins
In reply to: Frontend registration and profileIm trying to find a way for new users to register through the frontend of the site
for Login you can use the User Sidebar Panel
You can try this plugin for your custom registration:
Themed Login Plugin
And about the dashboard, you can hide this with the Hide Dashboard Plugin or modify the dashboard with x-DashboardRemember never modify directly the WP core (register, login, etc are CORE archives)
Good luck
Forum: Fixing WordPress
In reply to: Sub pages shown in menuConditionals tags
You can play with this, and show only parent subpages, dont need a plugin but need a custom sidebarForum: Plugins
In reply to: Is there a WP Poll problem?- Clear the Polls Logs
- Change the Logging Method (in Poll Optiions) to logged by cookie or by Username (if you have users)
The primary config use Ip like logging method, one vote for IP.
Good luck ¡¡
PD: I used this plugin (a lot) with no problems