Nazar Serdyuk
Forum Replies Created
-
I might have found the solution: Enabling Products in Permissions -> Settings -> Core -> Filtered Post Types
Is it possible to add extra colors in the color filter besides these: Blue, Green, Grey, Orange, Red?
Thanks. It’s working now. I just haven’t added any field groups initially. Is it possible to match search button colors to my theme button colors somehow?
Forum: Fixing WordPress
In reply to: How to allow comments on the home pageI found a solution: in the appearance -> home page custom home page must be turned off, static homepage must be enabled and a regular page setted up as a home page with comments allowed
Forum: Networking WordPress
In reply to: Multisite subdomains – page doesn't existI have the same issue. Unfortunately your solution didn’t work for me. I have deleted all unnecessary subdomains but stil fail to access new pages: https://s7.postimg.org/bx6q0rtrv/image.png
Forum: Networking WordPress
In reply to: Fail to login to dashbord -> just reloads the login pageFailed to set up a subdirectory network but it has worked out with subdomain network. This article has helped me: https://www.elegantthemes.com/blog/resources/the-complete-guide-to-creating-a-wordpress-multisite-installation
Forum: Networking WordPress
In reply to: Fail to login to dashbord -> just reloads the login pageI tried all possible methods and they don’t work
Here is what I have added to wp-config
/* Multisite */
define( ‘WP_ALLOW_MULTISITE’, true );
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘nazarserdyuk.com’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);Here is what I have in .htaccess
# BEGIN WPSuperCache
# END WPSuperCache# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
</IfModule># END WordPress
Help me please if you can
Forum: Networking WordPress
In reply to: Fail to login to dashbord -> just reloads the login pageactually I have captured the problem more precisely: as soon as after installing wordpress multisite I add the following lines to wp-config.php
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘wpsingle.net’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);I immediately get the problem with login
Forum: Networking WordPress
In reply to: WordPress Multisite problem with displaying created sitesI choosed to reinstall wordpress and proceed with steps in manual again.
When I go to Tools->Network Setup I got this message:
“Because your install is not new, the sites in your WordPress network must use sub-domains. The main site in a sub-directory install will need to use a modified permalink structure, potentially breaking existing links.”
How could this be possible if I just installed wordpress? I want to use sub-directories in my wordpress multisite network
Forum: Networking WordPress
In reply to: WordPress Multisite problem with displaying created sitesI copied manually files from /public_html folder to /public_html/usa,
/public_html/fra/, /public_html/ukr, /public_html/rusIt seem to work for sies https://rus.nazarserdyuk.com/ and https://fra.nazarserdyuk.com/ but for sites https://usa.nazarserdyuk.com/ and https://ukr.nazarserdyuk.com/ it does not work they redirect for some reason to https://nazarserdyuk.com even that in redirection settings it is setted not redirected
Forum: Plugins
In reply to: [Appointment Calendar] Plugin stopped working on my siteImportant update: Plugin is actually working if I place it on the empty page (only 2nd issue appears)
Here it is:
https://nazarserdyuk.com/order/Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Failed to autopost to blogger pageThank you it works!
Forum: Fixing WordPress
In reply to: How to remove unwanted border around white images?Excellent! Thank you
Forum: Fixing WordPress
In reply to: How to remove unwanted border around white images?I did exactly as you said via Custom CSS Manager but unfortunately it does not work
See here: https://s28.postimg.org/b8jv2zdh9/image.png
My homepage, no effect: https://nazarserdyuk.com/
Ok! Thank you for the plugin, I hope you will continue to update it