luckdragon
Forum Replies Created
-
I’m having the same issue, I created the site flawlessly in non-multisite, but when I converted to multisite, it won’t let me edit the pages giving me a 403 error when trying to access wp-json/elementor/v1/globals
it works if I set permalinks to plain, but that is a real pain if I have to do that every time I want to make a change to a page, it also makes any search engine links unavailable while I’m editing a single page on the site.
Forum: Hacks
In reply to: Redirect all posts to new domain (but not JPG files)why not just do a .htaccess redirect on the server?
like:
RewriteCond %{REQUEST_URI} !\.(gif|jpe?g|png)$
RewriteRule (.*) https://www.whatever.com/ [L,QSA]Forum: Hacks
In reply to: Is it possible to build a second, and customized widget page?you could also just create a footer area to place widgets and then let people place them in the footer area via the widgets section.. if you want to have widgets for the footer area, just be sure to name them something like “footer copyright” so that people will see that they are designed for the footer area.
Forum: Hacks
In reply to: How to a hide plugin from specific usernames?this isn’t for whether or not a plugin gets used, it’s for whether or not other admins have access to the plugin settings and the like via the administration area
Forum: Plugins
In reply to: [Plugin: Mad Libs] Suggestionsstrange, I didn’t get anything from the form at all..
Forum: Fixing WordPress
In reply to: wp_mail "wordpress" overrideright, however the wp_mail_from and wp_mail_from_name override all emails, I don’t know how to pass the “from” information to them so that they can determine whether it’s set or not
Forum: Fixing WordPress
In reply to: Custom login page and redirectiontry profile builder, it allows you to create not only a custom login page, but a custom profile page as well (all done via the front end, rather than sending the user to the wp-admin side for things like profile and login) it has availalble plugins for it that do custom redirection (on login, on logout, etc…)
https://www.ads-software.com/extend/plugins/profile-builder/
Forum: Fixing WordPress
In reply to: How do i get my all the contents back?are they listed in the admin area under pages/posts?
if not, it sounds like it flushed the database, which would mean that the only way to get the content back would be to restore the data from a backup (hopefully your hosting company does backups)
as I said, create a page template, with the query you want and the loop, calling the fields you need
Forum: Hacks
In reply to: Weird Activation Issuedone, just never heard of having <? causing it to display php code rather than interpreting it..
Forum: Fixing WordPress
In reply to: Title questionnot unless the title is array, but that might explain why “in the loop” is coming up true.
https://www.luckdragon.com fill out the contact form, I’ll email you and see if I can help better that way (or through aim or msn or skype or something)..
but that way we don’t give our contact info out here ??
Forum: Plugins
In reply to: [Plugin: Mad Libs] Suggestionsgoto luckdragon.com and fill out the contact form, I’ll email it to you.. the site you were looking at is a development site, so it’s not active yet
Forum: Fixing WordPress
In reply to: Title questionback ??
Forum: Fixing WordPress
In reply to: Title questionI have to run real quick, will be gone for about 45 minutes
Forum: Fixing WordPress
In reply to: Title questionno, how about this:
instead of $mycount, use $bigtitle
$bigtitle++; if ($_SESSION['kw'] && in_the_loop()) $title .= ' '.$_SESSION['kw']." ".$bigtitle;