dersax
Forum Replies Created
-
Forum: Plugins
In reply to: [Main Category As Subdomain] Some Images and Social Icons Not Loadingedit your css
anything images that don’t use absolute path like (…/../image.png)
change into real url like “https://yourdomain.com/wp-content/tefsdf/image.png”open wp-config.php and put this code
define('COOKIE_DOMAIN', '.yourdomain.com' );
make sure put dot(.) in front of yourdomain.com
Add it above ‘/* That’s all, stop editing! Happy blogging. */’if your users can’t login into admin area
please tell them to clear cookie first in their browsersForum: Plugins
In reply to: [Main Category As Subdomain] post 404had you set up the wildcard?
see.. https://type-anything.vega-baja.esForum: Plugins
In reply to: [Main Category As Subdomain] wp_link_pages not working with this pluginIt’s working on my side
Please tell me the error sirForum: Plugins
In reply to: [Main Category As Subdomain] subdomain as a page not postPages don’t have categories
so it can’t be doneForum: Plugins
In reply to: [Main Category As Subdomain] Preserving query string parameters on redirectyou just need to filter the post link with that parameters
add_filter( 'post_link', 'to_post_link' , 10, 2 ); function to_post_link( $post_link , $post ) { return $post_link . '?v=1&c=2'; }
for my knowledge, it’s impossible
you can’t do that, it doesn’t allowed in wp core
but i might be wrong, look at wp-includes/query.php,Forum: Plugins
In reply to: [Main Category As Subdomain] Subdomain in internal linksFor now you have to do it manually in post
if it’s about SEO, don’t worry, it will redirect with HTTP response status code 301Forum: Plugins
In reply to: [Main Category As Subdomain] Subdomain for child categoriesHave you tried child categories = change all to sudomain
Everything below main category will be converted into subdomain
Forum: Plugins
In reply to: [Main Category As Subdomain] stop working after changing a theme ?i don’t own avada theme, maybe there some function interrupted the plugin. But is it working on default theme like twentytwelve?
Forum: Plugins
In reply to: [Main Category As Subdomain] stop working after changing a theme ?Is subdomain still working on that theme? I mean the url has changed or not?
It should be no relation between you change the theme and the wilcard message
Forum: Plugins
In reply to: [Main Category As Subdomain] Works with Woocommerce categoriesright now it doesn’t support WooCommerce
Forum: Plugins
In reply to: [Main Category As Subdomain] Duplicate page with subdomainit redirected to hxxp://news.fashionforwarddaily.com/trade-news/garment-factory-safety-is-improving-states-nrf (it’s what you want righ)
But you are right, i saw many repeating main category on your homepage. can you send me screenshot about your subdomain settings, permalink settings, and the last posts of your “news category” (/wp-admin/edit.php). Also do you have any plugin which maybe can change the url??
Forum: Plugins
In reply to: [Main Category As Subdomain] Duplicate page with subdomainI wasn’t seeing any 404 error in your website
Make sure post only has one child category (the main category must not be selected)