acekin
Forum Replies Created
-
Thanks for the tip. I deleted the Jetpack related variables on the staging site. Since I am not fully versed in using phpMyAdmin I had to delete them one at a time. As I entered the search term, I saw 30+ lines, no matter how i selected them, one at a time or by clicking on Select all, when I chose to delete them there were far too many lines than 30+. So, I deleted each line separately by clicking on the Delete option. So far, the site is functioning OK. I will wait a day or so before I delete them on the live site.
In case you may want to know which ones are loading, I have a bigger screen capture. There are 36 Jetpack related variables.
Well, there are quite a few Jetpack variables left in the wp_options table. Take a look at the screen capture, this is from the site treated with the recommended Jetpack clearing plugin:
This one is from its clone and not treated with the plugin
They look identical to me. All the Jetpack variables that were on the staging site, appears on the live site which was cloned last week. The treatment of the staging site does not seem to have deleted any of them.
Are they necessary to stay even if Jetpack is not installed?
Oh, how nice! I will check the DB. I should be all set but I will report after checking the DB.
Back again! I installed the plugin by selecting the ZIP file but there is no interface for it nor does it show up among the plugins. Does it need Jetpack to be installed?
Oh, a plugin developed by your team is a much better alternative. Thank you, but the zip file contains only a PHP file. Do I add that as a plugin?
Is there one that will do the same for Akismet?
Thanks again
- This reply was modified 11 months, 1 week ago by acekin.
Forum: Fixing WordPress
In reply to: WP dashboar menu on front end displays on some pagesThat is interesting, I do not know how to read that output, I see in my case it reads colo=BOS. But, I recall from my site, if a site is behind Cloudflare it uses CF name servers. This one is using ns19.worldnic.com and ns20.worldnic.com which seem to belong to NetworkSolutions. I will double check with the site owner just to make sure. The mystery continues! Thank you for your suggestion.
Forum: Fixing WordPress
In reply to: WP dashboar menu on front end displays on some pagesThank you. Neither site is behind Cloudflare. My primary site, keptlight.com is and the staging site there testbed.keptlight.com may be implicitly behind, but the odd behavior does not happen there. The real domain, pawtuxetrangers.com had this problem before I did a site update on the staging site and it still continues. Maybe I will reinstall WordPress there.
I did not see any error logged either. One thing I did not do is to disable all the plugins, I was hoping for a fix outside that. But, definitely worth a try. Thanks again.
A couple of minutes after submitting my reply, I am back to edit and report that I deactivated all the plugins and the problem continued.
- This reply was modified 11 months, 2 weeks ago by acekin.
Forum: Fixing WordPress
In reply to: WP dashboar menu on front end displays on some pagesNo wonder my CSS rule does not work because an entire DIV is missing from those pages where the admin bar does not show up. The following outline is not there on those pages, and I have no idea why.
<div id="wpadminbar" class="nojq">
<div class="quicklinks" id="wp-toolbar" role="navigation" aria-label="Toolbar">
.
.
.
</div>
</div>Any ideas?
Forum: Fixing WordPress
In reply to: WP dashboar menu on front end displays on some pagesThank you again for your pointers. I think I have found the “problem”. There is a CSS rule that is missing from those pages:
@media only screen and (min-width: 960px) {
.admin-bar .site-header {
top: 32px;
}
}Even if I add this rule to the additional CSS in the Customize tab, and mark the rule as
top: 32px!important;
it does not register on those pages, I don’t even see it in the code. I will next try checking the health of the installation. And, you are right, the hosting environment is different. There is no option to make the site header not sticky, maybe I can add a CSS rule.- This reply was modified 11 months, 2 weeks ago by acekin.
Forum: Fixing WordPress
In reply to: WP dashboar menu on front end displays on some pagesThank you very much for your leads. I did try the first suggestion and opened it in a browser that did not access this site and saw the same problem. I will try the others. What surprises me is the fact that the content on the staging site works perfectly well, all pages display the dashboard menu bar at the top but the live site cloned from it behaves differently. As I said, the same problem existed before I updated the child theme. I will report how I do with the other suggestions. Thank you again.
Forum: Plugins
In reply to: [Firelight Lightbox] Lightbox does not work in Firefox on Galaxy S22 phoneI will add one more piece of information that may mean something to you. Although the lightobox does not work in Firefox mobile mode, if I request the desktop site, he lightbox works as expected. This I report only as a piece of information, no reply is necessary.
Forum: Plugins
In reply to: [Firelight Lightbox] Lightbox does not work in Firefox on Galaxy S22 phoneThank you for your kind offer. I may switch to Chrome on my phone and wait until you have a fix. I appreciate the offer.
Forum: Plugins
In reply to: [Firelight Lightbox] Lightbox does not work in Firefox on Galaxy S22 phoneI have tried all the options available in Firelight settings on my site. It was set to FancyBox V2. I tired the other options, except for the Pro, and they all fail to display the images in the lightbox. Maybe it is a Firefox oddity. I was mainly concerned that visitors using a similar platform might not see the pictures conveniently.
Forum: Plugins
In reply to: [Firelight Lightbox] Lightbox does not work in Firefox on Galaxy S22 phoneThank you for the quick reply. I tried the links in Firefox on my Samsung and only the last one, the Pro version displays the images in a lightbox. All the other links behave the same way and open the image in the browser window. I looked at the Firefox settings but could not see anything that could affect the display. If I set Firefox to display the desktop version of the page, the lightbox works.
Thanks again.