danielmark
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite Subdirectory “mapping” to subdomainI am using subdirectory multisite wordpress, I need advice, I want to make one of subsite to map to subdomain of my site the safe way,
there are not enough tutorial but many options:
1. The most tutorial I can understand https://florianbrinkmann.com/en/wordpress-multisite-mix-of-subdomains-and-subdirectories-3446/ but its applicable if my multisite is subdomain based, I can convert it to subdomain multisite thought but I think there is a simpler way and prefer my site to subdirectory based
2. Using wp multi site plugin https://www.ads-software.com/plugins/wordpress-mu-domain-mapping/ but its deprecated
3. Using redirect
What I am currently to do is creating subdomain, and redirect my subdirectory using redirect cpanel feature but the subdomain url show error 404 https://imgur.com/0ZQ7LpJ
- This reply was modified 3 years, 3 months ago by danielmark.
Forum: Fixing WordPress
In reply to: Multisite cant change URL and missing WordPress Address (URL)Noted, Thank you for the help @gappiah
- This reply was modified 3 years, 4 months ago by danielmark.
I fix this, For myself, the problem from litecache it self, I delete dvanced-cache.php, (not rename it) that generated and then enable litecache again in cpanel, let it generate the php again and it worked, I must know to do same thing again just to make sure.
By the way, thank you for the help
The social now worked very well, the sum to fix the problem is
body.social{ display: block; } body.social div.top-header{ width: 100%!important; }
adding css in child theme style.css work
and for prevent dark theme this css work
#nsl-notices-fallback p{ color: #28303d !important; }
Thank a lot for looking this up
I also edit advanced-cache.php to advanced.php.old
I implemented your suggestion, and it is actually work, Thank you, about notification font color got overridden, I think it’s because the dark theme feature (moon icon in the Topbar), the plugin style seem not persistent with dynamic change or perhaps the theme problem again. Since dark theme only overwritten white and black color, Is there a way to change the color of the text? I cant inspect element because how fast is notification hiding
Noted, but it didnt break any page except social account page where link and unlink feature automatically added by plugin, and this social accounts page only exist if this plugin enabled,
What the issue it might be?
Sorry for the late reply.
It is okay if I add double rewriteengine# BEGIN litespeed noabort RewriteEngine On RewriteRule .* - [E=noabort:1] # END litespeed noabort # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Fixing WordPress
In reply to: Fix domain always get redirected to subdomainI found the error, it due to different nameserver between hosting and Cloudflare. I contacted the hosting provider to fix it. And now works as charm as before. Thanks, Denavi for keeping with me.
Forum: Fixing WordPress
In reply to: Fix domain always get redirected to subdomainIt seems the problem, not from either Yoast or the theme, I already uninstalled both. Maybe I need to add some code? in htaccess or where? So far I know, whenever I access https//domain.com it got redirected to https//subdomain.domain.com in any phone (already clear the cookie repeatedly)
Forum: Fixing WordPress
In reply to: Fix domain always get redirected to subdomainNo problem, here the list, I am using Jannah theme
Elfsight Google Maps CC
Wordfence free
Jannah extension
Jannah switcher
layer slider
Premium SEO pack – WordPress Plugin
Re-add text underline and justify
Yoast SEO Premium
Taqyeem – Buttons Addon
Wp rocket
Maintenance
Wordpress Pinterest AutomaticDeleted already
Swift Performance Lite
Premium Seo PackForum: Fixing WordPress
In reply to: Fix domain always get redirected to subdomainStill same already switching to default theme in both of site, disable all plugin too and my htaccess code seems clean
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
- This reply was modified 6 years, 4 months ago by danielmark.