ScriptsTown
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [PressBook Blog] Sidebar doesn’t workHi,
That is a page. You can edit that page and set its template to “Page with sidebar”.
You can find the “Template” select options in the sidebar area of the page editor screen. The following templates are available for pages:
Default template
Full width template
Large width template
Medium width template
Small width template
Page with sidebarThanks!
Forum: Themes and Templates
In reply to: [PressBook News] Не отображается заголовок в категорияхYou can change it from:
“Appearance” > “Customize” > “Posts Carousel” > “Related Posts Carousel” > “Related Posts Title”Forum: Themes and Templates
In reply to: [PressBook News] Не отображается заголовок в категорияхHello @advardss,
We have added new option: “Blog Options” > “Show Archive Page Title” in PressBook version 1.7.1.
This will show the category title and description in the archive pages.
So, you can update the parent theme “PressBook” to version 1.7.1.
Also, you can remove the CSS that I shared earlier.
Thanks!
Forum: Themes and Templates
In reply to: [PressBook News] Не отображается заголовок в категорияхHi,
You can use the following CSS (Appearance > Customize > Additional CSS) to show the category title. It is visible for screen readers only.
.category .page-title { position: static !important; height: auto; width: auto; overflow: auto; clip: auto; clip-path: none; margin-bottom: 1.5rem; }
Forum: Plugins
In reply to: [Dark Mode Toggle] Beyond terrifying!Hi,
Could you share the theme you are using with our plugin? It simply inverts the color scheme and does not modify the existing typography.
Thanks!
Forum: Plugins
In reply to: [Login Security Captcha] V3 not showing on my-account pageHi,
The plugin supports reCAPTCHA on WordPress standard forms that includes WordPress default login page.
The account page you mentioned is coming from WooCommerce. We have the pro version of this plugin that supports reCAPTCHA on the WooCommerce login, registration, and checkout pages. We have mentioned this on the plugin page.
Thanks!
Forum: Plugins
In reply to: [Dark Mode Toggle] Toggle on menuHi,
There is no shortcode to allow toggling the dark mode using a custom button. The plugin comes with a sticky toggle button that you can configure to some extent.
For the sticky button, you may use negative values for positions like -15 to make some part of the button off-screen. Also, you can control its width, height, font size and border radius. You can find these options in “Appearance” > “Dark Mode”.
I might release the custom button feature to toggle the dark mode in future updates.
Thanks!
Forum: Plugins
In reply to: [Login Security Captcha] ReCaptcha V3 not showedThe token is also generated with reCAPTCHA v3 and it also verifies the token. It’s just that the blue badge isn’t visible on your site with reCAPTCHA v3.
Forum: Plugins
In reply to: [Login Security Captcha] ReCaptcha V3 not showedHi,
I can confirm that the plugin does work on your site’s single post pages. It does generate the reCAPTCHA v3 token by clicking the “Submit Comment” button.
This means the reCAPTCHA v3 verification functionality works. It just doesn’t show the badge.
I’m not sure why the badge doesn’t show up. It might due to this JS error – jQuery(…).on is not a function. You have this console error on those single post pages.
This jQuery error is coming from Divi’s load more posts code (as there is no load more on the single posts page).
You can also try to set “Badge Position” in the plugin settings to “Bottom – Left” or “Bottom – Right”.
Thanks!
Forum: Plugins
In reply to: [Login Security Captcha] V2 InvisibleHi,
I may implement this in future updates as an option (can’t promise). The plugin currently supports reCAPTCHA V3 and V2 (“I’m not a robot” Checkbox).
Thanks!
Forum: Plugins
In reply to: [Dark Mode Toggle] Only One Minor GlitchThe dark mode plugin active on your site is not this one (Dark Mode Toggle). That’s a different plugin (WP Dark Mode).
Forum: Plugins
In reply to: [Dark Mode Toggle] Only One Minor GlitchHi,
Can you share a screenshot or your site page URL where this “search by” drop-down exists? Is it a part of the WooCommerce plugin or some other plugin?
I couldn’t find it in the Storefront theme.
Thanks!
Forum: Themes and Templates
In reply to: [PressBook Blog] Gutters too bigHi,
You have two sidebars active and the layout width depends on the number of sidebars (double sidebars).
Try removing all the widgets from the “Right Sidebar” in “Appearance” > “Widgets”. This will make only one sidebar active and the layout width will adjust itself for one sidebar.
You can temporarily install the “Classic Widgets” plugin to see if there is any widget in the right sidebar in case you can’t remove it using the block widgets interface.
Thanks!
Forum: Reviews
In reply to: [Dark Mode Toggle] It works… kind ofHi @nihonscope,
Thanks for the review.
I have fixed this in version 1.0.7. So, you can upgrade to version 1.0.7 to see if it works for you.
Forum: Plugins
In reply to: [Login Security Captcha] Code change suggestion for V3Thanks for pointing it out. I will fix that in the next update (very soon).