apexpredator
Forum Replies Created
-
We have Fluent Forms. Can we automatically import new Fluent Form submissions into Mail Mint and add a category according to the form that was submitted?
We are looking to create a post template we can adjust across the entire website at any time, without adjusting every page. I don’t think a child theme can do that?
We want to maintain the or edit some of the links and have it update every page. I do not see this option for global templates in Kadence, unless I am missing it?
Forum: Plugins
In reply to: [LiteSpeed Cache] Version 3.5.2 Update: Crashed Our Header/FooterAfter a few days of testing, it seems like the issue was related to an update to our theme. Thank you so much for helping us troubleshoot this issue. We are glad it was not an issue with LiteSpeed as it has really helped our site speed.
Forum: Plugins
In reply to: [LiteSpeed Cache] Version 3.5.2 Update: Crashed Our Header/Footer1. That’s the strange thing. Nothing changes when we disable LSCWP.
2. We only have two plugins installed as this is a site we were building to move our main site. We will have to check them.It seems like the updated corrupted our site files.
Forum: Plugins
In reply to: [LiteSpeed Cache] Version 3.5.2 Update: Crashed Our Header/FooterThat also did not work. I do not understand what happened. We cannot find the issue.
Forum: Plugins
In reply to: [LiteSpeed Cache] Version 3.5.2 Update: Crashed Our Header/FooterWe turned off CSS & JS Minify, CSS & JS Combine and purged all and we are still experiencing the same issue. Did we miss something?
Forum: Networking WordPress
In reply to: Can’t Login to My Second Website (Multisite)Does anyone have suggestions on how to fix this code or a link to a tutorial on installing multisite? Everything I have tried has not worked.
Forum: Networking WordPress
In reply to: Can’t Login to My Second Website (Multisite)I login to https://www.main.com/wp-login.php and when I click the second site dashboard, it kicks me to https://www.secondsite.com/wp-login.php.
I think the cookie_domain is not set up properly:
I do not have anything listed in my wp-config file and my sunrise.php is listed below:
sunrise.php
<?php
if ( !defined( ‘SUNRISE_LOADED’ ) )
define( ‘SUNRISE_LOADED’, 1 );if ( defined( ‘COOKIE_DOMAIN’ ) ) {
die( ‘The constant “COOKIE_DOMAIN” is defined (probably in wp-config.php). Please remove or comment out that define() line.’ );
}$wpdb->dmtable = $wpdb->base_prefix . ‘domain_mapping’;
$dm_domain = $_SERVER[ ‘HTTP_HOST’ ];if( ( $nowww = preg_replace( ‘|^www\.|’, ”, $dm_domain ) ) != $dm_domain )
$where = $wpdb->prepare( ‘domain IN (%s,%s)’, $dm_domain, $nowww );
else
$where = $wpdb->prepare( ‘domain = %s’, $dm_domain );$wpdb->suppress_errors();
$domain_mapping_id = $wpdb->get_var( “SELECT blog_id FROM {$wpdb->dmtable} WHERE {$where} ORDER BY CHAR_LENGTH(domain) DESC LIMIT 1” );
$wpdb->suppress_errors( false );
if( $domain_mapping_id ) {
$current_blog = $wpdb->get_row(“SELECT * FROM {$wpdb->blogs} WHERE blog_id = ‘$domain_mapping_id’ LIMIT 1”);
$current_blog->domain = $dm_domain;
$current_blog->path = ‘/’;
$blog_id = $domain_mapping_id;
$site_id = $current_blog->site_id;define( ‘COOKIE_DOMAIN’, $dm_domain );
$current_site = $wpdb->get_row( “SELECT * from {$wpdb->site} WHERE id = ‘{$current_blog->site_id}’ LIMIT 0,1” );
$current_site->blog_id = $wpdb->get_var( “SELECT blog_id FROM {$wpdb->blogs} WHERE domain='{$current_site->domain}’ AND path='{$current_site->path}'” );
if ( function_exists( ‘get_site_option’ ) )
$current_site->site_name = get_site_option( ‘site_name’ );
elseif ( function_exists( ‘get_current_site_name’ ) )
$current_site = get_current_site_name( $current_site );define( ‘DOMAIN_MAPPING’, 1 );
}- This reply was modified 6 years, 6 months ago by apexpredator.
Forum: Networking WordPress
In reply to: Can’t Login to My Second Website (Multisite)It will ask me to login again. then I get this message: ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.
I feel like I need some custom code in the wp-config file to fix this?
Forum: Networking WordPress
In reply to: Can’t Login to My Second Website (Multisite)Here is what I have setup:
1. Domain Mapping: 1,3,4
2. Domains: Site ID: 3 Primary: Not Checked Domain: https://www.secondsite.com/
3. Second Site Domain Name Server: Hosting package Namer Server Details
4. Second Site Domain DNS: A record changed to Hosting Package IP AddressForum: Networking WordPress
In reply to: Can’t Login to My Second Website (Multisite)My initial challenge was trying to handle multiple SSL certs. I first tried to setup multisite with no plugin and couldn’t get the domains to point to the new sites (secondsite.mainsite.com) properly.
What I could really use is this:
– one main site (SSL)
– The second site (points to one page with new domain https://www.secondsite.com)
– The third site (points to one page with new domain https://www.thirdsite.com)my challenge is everything I have tried does not allow me to access the second or third site dashboard. I can only access the dashboard if I do not point the new domain to it. I am missing something, so I have been trying to find a tutorial to help me properly set this up with or without a plugin.
Forum: Networking WordPress
In reply to: Can’t Login to My Second Website (Multisite)Thank you so much for the reply. I have been struggling with this for months and gave up for a while. I tried a few different options and ended up using the WordPress MU Domain Mapping plugin.
What I really need to do is setup a few sites with just one page. I could set up a new page and forward the domain to take over the URL (i.e mainsite.com/page to secondsite.com).
I am open to anything. I just would like to get this fixed and have gone through a few old tutorials with no luck. I have tried not using a plugin and that didn’t work. I currently have a shared hosting package with no dedicated IP address.
Any suggestions or tutorials on how to set this up would be greatly appreciated.
Forum: Networking WordPress
In reply to: Can’t Login to My Second Website (Multisite)If anyone has any suggestions or a link to a better guide to install and setup multisite, I would greatly appreciate it. This was just a standard install, so I am not sure what I am doing wrong. I would be willing to start over if it can fix this issue.
Forum: Fixing WordPress
In reply to: Domain Mapping without a Plugin & SSLCan anyone help with this issue? I have had my sites not working for weeks and could use some help.
Forum: Everything else WordPress
In reply to: Hot To Duplicate www.ads-software.com Plugin PagesIs there anyone I can hire to help us build the first portal?