Is there a plan regarding this issue?Possibly, is it this add-on specifically you're referring to?
https://xenforo.com/community/resources/xencustomize-news-publisher-home-page-portal-cms.9522/
is there any progress on this issue, I wonder?
Is there a plan regarding this issue?Possibly, is it this add-on specifically you're referring to?
https://xenforo.com/community/resources/xencustomize-news-publisher-home-page-portal-cms.9522/
I spent time on it for either this addon or another, but it's not very straightforward unfortunately. I'll have to leave it for the future when I have extra time.is there any progress on this issue, I wonder?
XF\CssRenderException: Error rendering template public:extra.less: ParseError: missing closing `}` in public:extra.less on line 4790, column 26 (on or near line 4790) src/XF/CssRenderException.php:89
Tarafından: Bilinmeyen hesap 22.02.2025 08:45'de
Yığın izleme
4787 | padding-left: 40px;
4788 | }
4789 |
*4790*| .wutime-lgv-notice-title {
4791 | font-size: 1.2em;
4792 | color: hsl(var(--xf-errorColor));
4793 | font-weight: 700;
------------
#0 src/XF/CssRenderer.php(435)...
That's a drag. Let me see if I can find something regarding why this is happening. It shouldn't be, and doesn't on anyone else's sites or setups.this error persists, but it does not always give it. I didn't understand the source.
FWIW, I have checked this up and down and can't see how that's happening in the example he posted. Definitely not happening here.That's a drag. Let me see if I can find something regarding why this is happening. It shouldn't be, and doesn't on anyone else's sites or setups.
Honestly, I think it's a bug in XF 2.3.6 because I can see the replacement adding an extra } sometimes, even though it doesn't exist.FWIW, I have checked this up and down and can't see how that's happening in the example he posted. Definitely not happening here.
@hakyanglerthis error persists, but it does not always give it. I didn't understand the source.
Me too. Only thing I can deduce is either you've customized the CSS in the Style Properties for the addon, or, the .less previous to this add-ons injection has an issue.yes, I'm sure, but I'll look at these again. Actually, it's not a big deal, I was just wondering why.
I was using 8 and 10 for ages because I wanted some Ad Revenue and exposure. But not sure about everyone else, but in the last couple of years as revenue, especially adsense, has completely fallen off a cliff.What number of page views are most people setting it at?
I dropped AdSense (and all ads) completely in 2019 and went 100% funded by user upgrades and it has been so much more successful in terms of revenue. Then again I also offer exclusive content via user upgrades so that helps too.adsense, has completely fallen off a cliff.
If you can send me the exact code replacement I'll make the update. I just call the default XF command to popup the registration form.Speaking of which I noticed that the forced register notice doesn't show up on @Painbaker 's paid registration addon register page. Any way to add?
It might be an update @Painbaker would need to make. The issue is when one has run out of free guest views the notice that your guest views have run out doesn't show up on the registration page when the paid registration addon is installed.If you can send me the exact code replacement I'll make the update. I just call the default XF command to popup the registration form.
Too many requests to support too many other add-ons. I've decided it's swimming upstream.
Oh, I see, it's probably the fact that add-on uses a custom registration page. If so, you just need to do a template modification and add the following at the top of the custom registration page (or above the purchase options):It might be an update @Painbaker would need to make. The issue is when one has run out of free guest views the notice that your guest views have run out doesn't show up on the registration page when the paid registration addon is installed.
<xf:if is="$xf.options.wutime_lgv and $xf.visitor.user_id === 0">
<xf:include template="public:wutime_lgv_controller_page_container"/>
</xf:if>
I'd have to check with @Painbaker to see if that's okayMaybe it's not as simple as I thought then. I'm willing to invest 30 minutes on my end to tinker if you send me the addon so I can install locally.
We use essential cookies to make this site work, and optional cookies to enhance your experience.