pbseo
Forum Replies Created
-
Hi Rui
The plugin is already active but I now see it missing again.
This is the issue I am facing
Please advise
Thanks
Forum: Plugins
In reply to: [Simple Google reCAPTCHA] Disabled ReCAPTCHA Still Unable To LoginThe error went away on its own after sometime. Matter is resolved
Forum: Plugins
In reply to: [Contact Form 7] Sender Name Stays at EasyWPThe From email field is as : [your-name] <[email protected]>
Forum: Networking WordPress
In reply to: List of sites not appearing under "My Sites"Issue resolved.
The problem appeared to be related to the role of the user assigned to each of those multisites.
Once I edited and used the admin user as the admin for all the multisites, they showed up under “My Sites” (since I was logged in with that admin account only)
Forum: Networking WordPress
In reply to: sub-domain multisites return a 404 errorOkay the subdomains are up and running now.
Seemed like it was a DNS propagation issue
Thanks ??
Forum: Networking WordPress
In reply to: sub-domain multisites return a 404 errorI just checked with a random sub-domain – acme.domain.com and it is resolving to the correct IP address
Could it be a DNS propagation issue? I had set up WP multisite earlier on our dedicated server and it worked fine
Forum: Networking WordPress
In reply to: sub-domain multisites return a 404 errorOkay – they are dumb. They kept insisting me that I should create actual sub-domains from the control panel and only then it would work
So I guess at this point, I am left all by myself to solve this with the help of you guys ??
Forum: Networking WordPress
In reply to: sub-domain multisites return a 404 errorThanks for your response Jan. How do I check it?
What do I say to my host?
Forum: Themes and Templates
In reply to: Page 2 showing up on homepage itselfHere is the content of the navigation.php file
<?php global $SMTheme; ?> <?php if (!$SMTheme->get( 'layout', 'dpagination' )) { ?> <div class='pagination classic'> <?php global $wp_query; $big = 999999999; echo paginate_links( array( 'base' => str_replace( $big, '%#%', get_pagenum_link( $big ) ), 'format' => '?paged=%#%', 'current' => max( 1, get_query_var('paged') ), 'total' => $wp_query->max_num_pages ) ); ?> </div> <?php } else { $currentpage=max( 1, get_query_var('paged') ); if ($wp_query->max_num_pages > $currentpage) { ?> <div class='pagination'> <a class="nextpage" alt='<?php echo ($currentpage+1) ?>' href='<?php echo get_pagenum_link($currentpage+1) ?>'><?php echo $SMTheme->_( 'nextpage' ); ?></a> </div> <?php } }?>
Forum: Themes and Templates
In reply to: Need to remove HOME link from TravelWP themeThanks for your prompt response Andrew
Let me mention my objective here so that you all can help better
I would like to put up a static page on the site as the homepage, but don’t want to have any reference of that “extra” page anywhere on the pages or the posts menu. I was thinking I could disable the default home page, create a new HOME, put up the content on that page and make it static
Forum: Fixing WordPress
In reply to: Please help – MySQL error after loginFound out the problem. It was a plugin that was causing this.
Thanks for your help Hall, much appreciated ??
Forum: Themes and Templates
In reply to: Editing HOME Link URL on TwentyTenanyone?