mymjf
Forum Replies Created
-
Yup just realized. Thanks for the help.
Is there a way to roll back to the 3.8.2 version temporarily. I was just thinking of copying the folder from a site I havent upgradede but I don’t think that will work.
B/R martha
Most if not all are up to date as done by the hosting provider.
WordPress: 5.5.1
Web Server: Apache
PHP: 7.2.33
MySQL: 10.3.23Forum: Plugins
In reply to: [Meow Gallery] Meow gallery Doesn’t show in GutenbergHello,
Thanks for replying. Yes, I did search in Gutenberg blocks and did not see it. I watched your video and it was supposed to show in common blocks next to the regular gallery.
While I was testing I discovered that I needed to turn off the CDN setting for that page; not sure why it was breaking but I offload images to Cloudfront and apparently the gallery doesn’t like using Cloudfront.
I did end up testing Meow gallery but had found one that lets me configure any number of columns. I also had a 2nd issue with Meow gallery not showing if I listed ids out of order in a way I wanted them to show.
B/r Martha
Yes, it’s fixed. Thanks.
Hello Phil,
Thanks for replying. I’ve done the standard testing with CSS/JS and reached out to the WPRocket support. It seems that WPRocket configured CDN is what is affecting the gallery. WHat I can’t figure out is why. I’ve used WPRocket for a while on this site with images via CDN and it works fine. It even works good with the Gutenberg gallery but that doesn’t have any control on image size, effects and lazyload etc.
So I’m kinda stuck because the FooGallery doesnt’ seem to play nice with the WProcket CDN config. Have you any suggestions to try?
Thanks. Martha
Hello. I re-wrote the description in the SEO description field and the ampersand went away. I migrated my site from squarespace to wordpress recently and squarespace does some unusual formating using a lot of <p class=”” style=”white-space: pre-wrap;”> on everything. I’ve been slowly removing it where required. Most of the time it doesn’t matter. I’m wondering if re-writing the description affected whatever I was seeing in the W3 check or cleaned up any formatting from squarespace. This is not my background but I still have some errors I don’t understand. You can check the feed here> https://designedbliss.com/feed. I still have a namespace issue that NU checker sees and I still can’t get Zapier to read the feed. I contacted Zapier but they said it wasn’t their issue. Thanks Martha.
I’ve tested with the shortcode
[hupso title=”Some title” url=”https://website.com/product/”%5D where i added a custom title (not the default page title) and a custom url (not the default page url). So this works for everything but pinterest link which does not work and uses the default title and url. How can I fix this since pinterest is my main way to advertise?
Thanks.
Forum: Plugins
In reply to: [WP Show Posts] Title size in ShowPosts not changed by Title settingsI’ve actually made some progress but still can’t get my wp show post titles list the correct font size. However i did manage to make my title size changes on the overall wp show post config using this
.wp-show-posts .wp-show-posts-entry-title
{
font-size: 20px;
line-height: 1.3em;
margin: 0;
}body .wp-show-posts .wp-show-posts-entry-title a {
font-size: 20px;
margin: 0px;
padding: 0px;
}Forum: Plugins
In reply to: [WP Show Posts] wp show posts button hover colorjust got it working with this
/* wp show post button color */
a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
display: inline-block;
padding: 8px 15px;
border: 2px solid #980000;
border-radius: 3px;
color: #980000;
font-size: 0.8em;
text-decoration: none;
}a.wp-show-posts-read-more:hover {
box-shadow: 0 0 0 transparent;
display: inline-block;
padding: 8px 15px;
border: 2px solid #656f91;
background: #656f91;
border-radius: 3px;
color: #ffffff;
font-size: 0.8em;
text-decoration: none;
}not countries per se, but you can easily block those offenders.
go to logs > invalid logins , this filters only on ip addresses that are attempting to access your site
you’ll see the lockout ips.
then go to Settings > Banned Users
Check the “Enable HackRepair.com’s blacklist feature”
Check the “Enable Ban Lists”
Under Banned Hosts, add those ips or ip rangesYou would eliminate a ton of this traffic by using a plugin that changes your standard wp login url from the https://www.yourdomain.com/wp-admin to https://www.yourdomain.com/whatever-you-what-to-call-it
There are several good ones out there. Just google for “rename wp login plugin” or “rename wp login alternative” and pick one. Good luck
Not sure about the db, but you can change in Permalinks.
If you go into cpanel, rename the ithemes security folder found in the plugins, that should temporariy disable ithemes. Then log in. Reenable ithemes and go to the Settings>General>Permalinks. There should be something for the login url there I believe. Good Luck.