iridium21
Forum Replies Created
-
Hi Animesh, thank you for your reply.
The issues started with Jetpack Boost. I kept trying to run it, but keep getting this message: ‘Whoops, something went wrong. Failed to load Speed Scores. Timed out while waiting for speed-score.’
I uninstalled JP Boost. But boosting speed and optimizing my database is really my goal. I felt that Jetpack without Boost wasn’t really achieving that, so I installed a plugin called Hummingbird.
This seemed to be working, so to avoid overloading my dashboard with too many plugins I uninstalled Jetpack. Then my dashboard got stuck with that warning message.
Now, fortunately, a helpful JP support person has explained that my host needs to allowlist certain IP ranges for Boost to work. I have just now changed hosts (for a number of reasons) and am going to reinstall Jetpack.
Can I run Jetpack and Hummingbird simultaneously?
Best Regards
CecMany thanks for your reply, Michelle.
I have, just now, changed hosts, partly due to this issue and partly due to previous ones.
I’ll run Boost again to see what happens.
If the same problem crops up, I’ll try your solution.
Thanks again
CecForum: Themes and Templates
In reply to: [Virtue] How to create links from images?This works! I’m just a learner, and in hindsight some of my questions seem a bit dumb, so thanks for your patience Hannah.
Forum: Themes and Templates
In reply to: [Virtue] How to create links from images?Oh yes, there it is. Great! Thanks again, Hannah, you’re always helpful.
Would there be there any chance of creating links from inline images and gallery images?Forum: Themes and Templates
In reply to: [Virtue] Resizing columnsExcellent. Thanks Hannah.
Forum: Themes and Templates
In reply to: [Virtue] How to remove the “website” field in comments?Thanks Ben, and apologies for the late reply! Your suggestion was great and everything is now working exactly as I’d hoped. 🙂
Forum: Themes and Templates
In reply to: [Virtue] Is Virtue Theme PHP 7 Compatible?Thanks Hannah, I will do that.
Forum: Themes and Templates
In reply to: [Virtue] Flex Slider dots – how to hide them?Just marking this topic as “resolved”.
Forum: Themes and Templates
In reply to: [Virtue] Flex Slider dots – how to hide them?Many thanks, Hannah, it works like a CHARM! 🙂
Brilliant, thanks Thomas.
PS Tim, sorry this is a bit off the topic of this thread, but which WordPress theme would you recommend as the best one to complement MyBookTable?
Thank you Tim.
Hello PMPro Team, I’ve just updated to the latest version of your plug-in and tested it but the problem still remains.
Whenever anyone fills out an application for membership they get this message:
“Please complete all required fields.”
This happens even when they have filled out all required fields.
We have a backlog of people wanting membership… Can you please help?Here is a link to our site so that you can test it yourself if needed. http://www.werribeeparkheritageorchard.org.au/
Forum: Themes and Templates
In reply to: What theme is this based on?Thanks for replying RossMitchell, but ‘Dan Brown’ is the child theme.
I was looking for the parent theme, on which ‘Dan Brown’ is based. I know the parent theme is commercially available because I’ve seen it. Sanborn have simply tweaked the parent theme to create the child theme ‘Dan Brown’. It’s the parent parallax theme I’m seeking. Thanks anyway!Forum: Themes and Templates
In reply to: [Pilot Fish] Parallax image vanishes after Pilot Fish update!Aha, I’ve found the culprit and fixed it! Using the Simple Custom CSS module (free) I added an absolute path pointing to the home_banner.jpg that’s in the Pilot fish Child images folder. As follows:
/* Featured Content */
#featured {
background-attachment: fixed;
background-image: url(http://www.mywebsite.com/wp-content/themes/pilot-fish-child/images/home_banner.jpg);
background-repeat: no-repeat;
background-position: center top;
height: 380px;
display: block;
text-align: center;
}