I’m trying to use a sitewide notification, and several plugins can display beautifully on desktop but not on mobile. I thought perhaps Parabola (which I’ve been using for eons, bought way back) was too old to handle the hook so I tried Bravada, but it did not display on mobile either. However Twenty Twenty Four displays the message on mobile, so it’s not an issue of faulty plugins. Can anyone help me to get this visible on mobile? Thanks!
Hi, I have the SEPTERA THEME V1.5.1. I have the menu with I created with Elementor, Block Editor, & Classic Editor. The pc desktop version menu tabs look correct. The preview of the mobile version looks correct with the hamburger (three lines) drop down. However, when I bring up the website on my Android phone, the hamburger is missing and there is a big “X” covering it. It’s on all pages on my cell phone, so don’t think it’s a plug in issue. Is there a way I can fix this, so it will show the hamburger button on the cell phone? Thanks!!
Hello, I hope someone can help me, my site is not responsive. I use Nirvana Child Theme and the plugin Custom Sidebars. And on the mobile view (smaller than800px) the sidebars should move at the end, but this doesn’t work.
Thanks for your reactions.
Hi everyone, I’ve encountered similar issues with emojis not rendering correctly in animations. One workaround I’ve found is to use HTML entities for the emojis instead of the actual emoji characters. For example, you can replace the heart emoji with ❤
in your title. It’s not a perfect solution, but it might help as a temporary fix until the bug in the animation tool is resolved. Hope this helps!
I have paid for a subscription and submitted a Support Ticket 6 days ago and nobody has replied. It seems there is no way to get hold of anyone here.
Thanks for the update, had the same issue on client website..
BTW which CSS plugin do You use.. I ask You this because CSS keeps reverting back to old settings whenever there are updates…?
Website: joss.si
Recently all the headings (h1, h2, h3, h4 etc) on the site seem to be underlined, and my client is pretty sure they weren’t before (could this have happened in a recent update).
I’ve tried to remove them using Additional CSS (both with and without !important) and it’s not worked.
/* Remove text decoration from all headers with !important */
h1, h2, h3, h4, h5, h6 {
text-decoration: none !important;
}
Any ideas how to fix this?
Thank you in advance!
Demo Content to be precise. I want all the demo content I saw on Bravada plus to be applied to my page. Its the whole reason I bought it.
I had the same issue and it’s easily solved with a CSS media query. Add this to the custom CSS panel in the theme customiser.
————————————-
@media screen and (max-width: 650px)
#lp-text-one {
padding-top: 50px;
}
———————————–
Note that if you change the order of the text boxes on your landing page you’ll need to change the HTML id that you target with the above code so that the correct tex area is modified.
Hello, and thanks for your time replying to my post.
Maybe you’re talking about another theme or about an older version…, because “fl-landing-container” or “fl-landing-block” do not appear to exist… The blocks container seems to be “lp-blocks-inside”, if I’m not mistaken.
Anyway, if that CSS code is applied to “lp-blocks-inside”, it breaks the mobile version, causes the blocks to appear streched side by side on mobile.
Thanks anyway…
We are both in the same situation, and I bet there are many others who rely on these themes for clients.
To just drop the ball like this after being a customer for so many years is absolutely disgusting.
I am yet to find an alternative I am happy with, and that’s a massive issue as we move through new technologies as the day will come when the sites stop working. Likewise, I’m not a PHP dev, so I have no idea how to fix the issues we are already starting to have 🙁
I hope you can find a solution
Steve
Sadly not, our previous emails directly to Cryout, and our messages on here have all been ignored 🙁
I am now being forced to look for new Themes for my clients.
Hi Zed — Sorry, just to close the loop on this one, I visited that page several times and I just couldn’t follow it. Then I returned some bare-bones troubleshooting and realized that everything I posted above is working just fine. That color I used, #eedddd, looks “processed/filtered” just because that’s the way this color looks. I tried with many other colors and everything works as expected. So, others may be able to use the code above to customize their pagination buttons as they see fit.
Thanks. I believe that the CSS added to the customiser is not applied to the backend, but only to the frontend.
Either way, I’ve resolved this by creating a plugin, and adding the CSS to the backend via the plugin.
Hi Steve,
Thanks for the message. Lack of support has been a huge concern for me in 2023 as I’ve really grown to love Fluida Plus over the years and I would MUCH prefer to not switch away if that’s at all possible. You are right though, Priority Support should be treated as such.
I’ve been trying to give Zed the benefit of the doubt. Historically, Zed has always been fast to reply and fix bugs. I did get a reply from him maybe one month ago where he addressed being aware of some incompatibilities with the latest WordPress release and he stated he has been working on fixing it. I sent a follow-up email though because I never saw any theme updates and that follow-up email went unanswered.
I have no information beyond that. I’m really hoping the theme was not abandoned because I’ve dedicated years to customizing and building a website off of Zed’s theme templates. I’m just hoping maybe something came up that required his attention and that he will soon return. That’s my hope, anyway.
Rocky
Hi Rocky,
looks like we are in the same boat, no replies to emails anymore, no replies to posts on the forums.
We pay an annual fee for updates and support, but we are not getting any of this.
Sadly, after many years supporting Zed, it looks like we have to find a new provider for our themes 🙁
Carrie, I found a workaround to make that text go away.
Go into Appearance, Customize, then when in the Customizer, go to Post Information, Meta Information, and uncheck the box for Display Comments.
Disabling that option will make the itemprop=”discussionURL” text go away, but it also takes away the count of how many comments are on each post. If you can live with losing that number, you can get rid of the text that is showing up now.
Hopefully someone fixes this as this is almost certainly only the beginning of more defects that will show up as WordPress is updated, but these themes are not.
The other issue with this theme, is it’s pulling info to the Landing Page from the MACHINES PAGE for example, but for some reason it is making all the text centred, but on the MACHINES PAGE it is justified and looks exactly how we want it to look, can this also be changed?
Thanks
I am experiencing the same problem after going to 6.3. It only shows on my Search Results page. I tried changing from 3×3 to 2×2 and it was still there. I am using Septera Plus. My site is:
https://mikeeckman.com
Website: mikeeckman.com
Solved!!!
A friend discovered that there is a bug in the theme’s translation files. A value is not accepted (% 1 $ dpx). PHP 7.4 still forgave the error, but 8.1 no longer allowed it in our opinion. He recompiled the .mo and .po files and I overwrote the existing ones.
So the theme really works on PHP 8.1 as well.
This is line 284:
‘description’ => sprintf(__(‘Only drag [Cryout Column] widgets here. Recommended size for uploaded images: %1$dpx (width) x %2$dpx (height). Go to the Tempera Settings page >> Presentation Page Settings >> Columns to edit sizes and more.’,’tempera’ ), $temperas[‘tempera_colimagewidth’],$temperas[‘tempera_colimageheight’]),
A friend of mine tried Tempera in a test WP server. He cannot activate the theme, same error(PHP 8.1 and apache).
So it is a compatibility issue after all?
Please help, this is a school’s homepage, the will need it in august.
Or is there a way to migrate a newer theme of yours?
@ Zed – Hello
I just re open this old discussion because it’s now time to move to Tempera. I modified the plugin provided to show the featured images just below the title. It works great but, the post information (creator – Date/time) appear below the image, is there a way for this to be just below the title ? I’d like to have The Title – Post Info – Featured image like here -> https://ibb.co/Yh9gtK2
One more point : If you show a Post category list, the featured image appears twice – seems WP core show it, and then your plugin shows it again, any way to fix this ? Exemple here -> https://ibb.co/yytQ74N
And last, does Tempera is ok for php 8.2 and do you know how much time it’ll be maintain ?
Thanks a lot for what you do / explain.
Lighty.
Bonjour, est ce que le problème est réglé parce que L’option des titres de page/catégorie ne fonctionne toujours pas.
Website: tanieres.com
ZedCryout Creations mastermind
Hi,
That functionality is not available in either of the theme’s editions, but should be achievable with CSS.
Can you include a link to your site and the URL for the alternative logo?
ZedCryout Creations mastermind
Hi,
Could you include a link to your site for me to see what you’re trying to achieve?
ZedCryout Creations mastermind
Hi,
The theme’s layout is configurable in the settings page. This layout applies throughout the site (except the presentation page feature, when that is used).
ZedCryout Creations mastermind
Hi,
That effect is usually obtained with JavaScript libraries that have expanded on one another and share similar names: fancybox, lightbox, colorbox. There are multiple WordPress plugins that implement them for WordPress sites.
Animation happen when triggered (on click/hover, other user interaction) so the animations/popup themselves add no extra drag on the performance of the site. However, the scripts/resources needed to add the effects need to be loaded on the site, and depending on the solution chosen they may be lighter or heavier on the site.
ZedCryout Creations mastermind
@deKay, your issue is different and looks to be caused by the theme failing to retrieve in-content images to use a featured images from your posts.
This happens because the function checking for such images is told by WordPress that the posts have images attached (inserted in) to them when in fact they don’t appear to (maybe they had them in the past?).
We’ll add some extra logic checks in the next update to not trust WordPress’ returned data blindly and to avoid this condition.
ZedCryout Creations mastermind
Testing out the site with just WordPress and the theme, without any active plugins, with all caching cleared (and browser force refreshed) is the standard course of action after any major change such as updating PHP (or moving the site, or even updating WordPress) if malfunctions occur.
If the bare site doesn’t work, reverting to one of the default Twenty themes would be a good additional step.
If that still fails, next would be digging through the server error logs to identify where the fault lies.
When a functional state is eventually reached, then extra extensions and functionality can be gradually re-enabled until something fails again or everything is restored.