gdisalvo
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Redirects to wp-adminUSE plugin NAV-MENU-ROLES
This should give you the option to filter by ADMIN or SUBSCRIBER
You could also try a function in your function.php file that can redirect if not admin level
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TablePress with JQUERYYes Tobias,
Thank you for the response. I will look at the
tablepress_table_output filter hook from the class-render.php file.
to see if it can be incorporated into the JQUERY MOBILE HTML page. This page will RENDER the UL LI Listing in JQUERY mobile format. I just needed the server to serve it up as a SQL data fetch and I can list it out.If this allows me to access your tablepress data without doing JSON to explode it then you gave me the answer.
Thanks,
GForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TablePress with JQUERYSorry – just as FYI. I am looking at
class TablePress_Table_Model extends TablePress_Modelto see if there is a way I can use your class object directly to access the data and create a quick UL LI listing directly with custom PHP.
Forum: Plugins
In reply to: [Swim Team] Terms of UseHi Mike,
No, I found the option under the WP option and changed it to point to a new HTML page. Now the page opens as normal. In the page I pass parameters and this works too. After the parameters are read and saved, I close the window for the user. No problem here. Still in testing mode under XAMPP.
The second question was on the contextualize help. seems you started to implement but it gets to confusing for users. I wanted to use more help features for registration area for the upcoming season. Is there way to add this into your plugin without going to theme functions. Since they starting using Jquery, the entire admin section has come to a crawl. I wish the think about performance when placing all this jquery nice to have into the framework.
Forum: Plugins
In reply to: [Swim Team] Terms of UseHi Mike,
I found it under the WP options. I did not have the right definition. I went to swimteam.include and saw the value. This made it easier to find.
But I will leave this open to see what your answer is for the help context if there is anything new.
Forum: Plugins
In reply to: [Postie] 1.5.17 ReleasedHi Wayne,
No Just need the link to see your changes to validate if I can do a manual replace of all folders except the main function that I changed in POSTIE. I wanted to keep that intact and not replaced it with the upgrade function in WP.
I upgrades all except my changes and I am OK. I will mark this resolved.
Thanks.Forum: Fixing WordPress
In reply to: All blogs wp-login.php redirecting to localhostYes, 1and1.com is making changes. And Yes, they do not contact anyone that they are working on it so we do not go crazy. I called them and they said they should be done soon.
As soon as I told them I had wordpress installed. I found that I could not get into the backend using login.
Now I have to wait for a 24 to 48 hour period to see if they fix it or I will have to call. Otherwise I may end up doing a work around with a rename or something.
If someone else has an update, I would be glad to hear back.
Forum: Plugins
In reply to: [SimpleModal Contact Form (SMCF)] contact box opens in a scrollable boxUSe this in the CSS for your Child.
/* Container */
#smcf-container {
width:450px;
height:450px;
}Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Found Issue On Export and IMPORTHi Tobias,
No Issues as I can import simple excel. And I can do the HTML, But I use NOTEPAD++ to fix the missing TAG.
Otherwise, I have confidence in the tool.
Where can I send the two files without pasting here ?
Thanks,
Forum: Plugins
In reply to: [Postie] Postie playing with Subscribe2Liz,
Here is old post with code if needed.
https://www.ads-software.com/support/topic/hook-for-subscribe2?replies=6
Forum: Plugins
In reply to: [Postie] 1.5.17 ReleasedHello Wayne,
I saved changes to the main class PostiePostModifiers
under function PostEmailThis was delivering an email to all subscribers. Did you change anything in this function class? Can I copy the old class on the new class without issue?
See old post:
https://www.ads-software.com/support/topic/hook-for-subscribe2?replies=6Forum: Plugins
In reply to: [Postie] Postie playing with Subscribe2Liz,
I have postie and SUBSCRIBE2 working. I posted answer in past support thread. I will try to find it and repost it here.
Problem is that you will need to monitor changes because upgrades to postie will wipe out these modifications you make.
I am asking Wayne for a way to create a special hook to this new functionality on/off. If he can place a check box on the options of postie and create the IF statement in the code to use or not use, we can have it all in future upgrades.
if you get this working let me know, I would like to take a look at it – Thanks.
Forum: Plugins
In reply to: [Swim Team] A little Help or FavorHi Mike,
This issue is resolved. We had an issue with memory, plugins, and code but now all is right.
See other solution help that assist in this resolution.
Thanks
Forum: Plugins
In reply to: [Swim Team] Import Events from Team ManagerHi Mike,
This is resolved. Thanks for the help getting the events to be loaded.
Also the age groups ranges you opened helps Adding and allowing age groups of ZERO for a MIN and A MAX helps with these event files coming from other organizations.Great plugin and works great!