jambog82
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Bypassing 404 pagesIf you request the invoicing app’s entry file directly, WP should not even be involved, as the WP rewrite is only invoked when there is no matching file or directory on the server.
Even when I type https://www.mydomain.com/clients/index.php I still get a 404 error. I’m not even sure how to be sure my php app is installed correctly. Even if it wasn’t I would think I would get a php error instead of a 404 error.
I found a similar wordpress plugin to the client app I am using, so I may end up purchasing a premium version of that to use instead. Still would like to understand why I’m getting the 404 error though :/.
Forum: Developing with WordPress
In reply to: Bypassing 404 pagesThis doesn’t seem to work. With this plugin I am basically redirecting https://www.mydomain.com/clients to https://www.mydomian.com/clients… the same URL. When I try to do this with redirection, or any other 404 plugin, it says the redirection URL can’t be the same. I don’t think a plugin will work for what I need. I will either have to modify .htaccess or modify 404.php somehow, I just don’t know how exactly.
Forum: Plugins
In reply to: [Head, Footer and Post Injections] Blank space at top of pageThis is example of html I entered:
<meta name=”keywords” content=”Keword 1, Keyword 2, Keyword 3″>
I did finally get the problem fixed with CSS by modifying the amount of padding in the page-container div.
Thanks for the plugin.
Forum: Plugins
In reply to: [Calculated Fields Form] Round up field to nearest 500thAwesome! It worked perfectly. Thank You! I am going to go leave your plugin a stellar review. It is an excellent plugin to have!
Forum: Plugins
In reply to: [Print-O-Matic] Adding text next to iconI’ve checked “Reply and mark as resolved” let’s see if it works.
Forum: Plugins
In reply to: [Print-O-Matic] Adding text next to iconOkay, it works great and now I feel silly. It was working all along, but I have my icon to float right. It was putting the title on the left side of the page and I didn’t even see it over there. duh. fixed using CSS
.printomatictext {
float: right;
}Thanks for all your help! great plugin.
Forum: Plugins
In reply to: [Print-O-Matic] Adding text next to iconI can’t this or the alt attribute to work. I don’t think it is my short code. [print-me do_not_print=”.noprint”] works fine for me, but not title or alt. I’ve looked at my text to make sure no formatting was going on to prevent the shortcode from working. Any suggestions? Thanks.
Forum: Plugins
In reply to: [Print-O-Matic] Adding text next to iconThanks very much. I overlooked it in the documentation.EDIT: I can’t this or the alt attribute to work. I don’t think it is my short code. [print-me do_not_print=”.noprint”] works fine for me, but not title or alt. I’ve looked at my text to make sure no formatting was going on to prevent the shortcode from working. Any suggestions? Thanks.
Forum: Everything else WordPress
In reply to: Login security and HTTPSThank you. Very helpful and informative.
Forum: Everything else WordPress
In reply to: Login security and HTTPSThank you. I will try using 2FA. Without HTTPS are my credentials only vulnerable for the second it takes to log in? Or could they still be compromised during the entire time I am logged in?
Also, there’s no way one could obtain my SQL database password or cPanel password (which has HTTPS log in) should they be able to get into my wordpress site, right?
Forum: Plugins
In reply to: [Tabulate] End Users SearchOpps, just seen this post asking same question: https://www.ads-software.com/support/topic/user-frontend-filter?replies=3
Hope to see this feature soon. Great plug-in. Thanks.
Forum: Fixing WordPress
In reply to: adding HTML referneces to a wordpress pageThat did the trick. Thanks!