Tina
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: adding CSS class to an imageIf this helps, the css code that I’m trying to use is below. I am trying to tilt some images on my homepage for effect. And of course, they aren’t tilting yet because I need to indicate their status as “.image-1”, 2, etc…and cannot figure out WHERE to do this!
/* Image Tilt */ .image-1 {transform: rotate(-3deg); -ms-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -webkit-transform: rotate(-3deg);} .image-2 {transform: rotate(2deg); -ms-transform: rotate(2deg); -moz-transform: rotate(2deg); -webkit-transform: rotate(2deg);} .image-3 {transform: rotate(8deg); -ms-transform: rotate(8deg); -moz-transform: rotate(8deg); -webkit-transform: rotate(8deg);}
Forum: Developing with WordPress
In reply to: adding CSS class to an imageLooking at this article there used to be advanced image settings…but I do not see these anymore so I’m guessing they are gone?
https://wpsites.net/genesis-tutorials/css-class-styles-wp-images/
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] backup never endingUPDATE: the backup finally worked. But I feel like I still should figure out where the heck my website has the cron jobs set to be disabled? I still don’t know where that is. I would like to still sort that out if anyone knows how to find it when it’s not in the config file?
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] backup never endingI am pretty sure this isn’t the right way to do this…but for now I just added define(‘DISABLE_WP_CRON’, true); to my config file to try to get the jobs running and they do seem to finally be running…things are updating. But I still don’t know where that is actually coming from since it’s not in my config file…don’t know where else to look. I am thinking of just deleting the line once I’m done updating everything and see what happens…but if you have any ideas where to look to find that darn disable comment I’d love to hear any ideas.
Next I’ll again try backing up with updraftplus.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] backup never endingHere is the contents of my wp-cron file: https://pastebin.com/YsC09Cfh
I don’t know what I’m looking at so I am not sure how to fix this…I cannot figure out why my cron jobs are disabled.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] backup never endingSo now of course I am trying to figure out why all these cron jobs are disabled. Apparently DISABLE_WP_CRON is set somewhere but it’s not in my config file so I’m not sure where to find it…
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] backup never endingForum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] backup never endingTry this: https://pastebin.com/DMz0AJ1A
I just logged on again for the first time in a couple days and the backup was still going. So I stopped it and downloaded the log and pasted for you. I hope that helps. This is maddening!
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] backup never endingStill an issue:
Nevermind, I found out that the free Onelisting theme has this.
I am also having this constantly on all my websites. Just started a few months back. Never happened before. And now and then one of my sites will give the actual completed message. Why the change and why is this only here and there?
Dismiss works temporarily but then it’s back again the next time I log in. It’s not permanent. And I have ALWAYS had this issue for all the many years that I have used Updraftplus. Even on brand new sites with nothing yet on them. It isn’t a permanent dismiss and it’s friggin annoying. Nothing makes it go away permanently.
Forum: Fixing WordPress
In reply to: cover isn’t full widthSo I discovered that my theme is what is making the block not have the option of full width. When I set my theme to twenty twenty-three, the option for full width is there…but back to my theme OneListing, it’s gone. I will ask the developer about this.
Still not sure how to get the Chrome browser on mobile to display my images correctly.
Forum: Fixing WordPress
In reply to: cover isn’t full widthThank you so much for taking the time to help!
I have just tried the cover code and it didn’t do anything. ??
I’m also still having problems with the mobile version on Chrome. ??
Forum: Developing with WordPress
In reply to: How to tilt image angle?THANK YOU! I will play around with this! Very helpful!!