Title: ScriptsTown's Replies - page 7 | WordPress.org

---

# ScriptsTown

  [  ](https://wordpress.org/support/users/scriptstown/)

 *   [Profile](https://wordpress.org/support/users/scriptstown/)
 *   [Topics Started](https://wordpress.org/support/users/scriptstown/topics/)
 *   [Replies Created](https://wordpress.org/support/users/scriptstown/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/scriptstown/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/scriptstown/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/scriptstown/engagements/)
 *   [Favorites](https://wordpress.org/support/users/scriptstown/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 91 through 105 (of 146 total)

[←](https://wordpress.org/support/users/scriptstown/replies/page/6/?output_format=md)
[1](https://wordpress.org/support/users/scriptstown/replies/?output_format=md) [2](https://wordpress.org/support/users/scriptstown/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/scriptstown/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/scriptstown/replies/page/6/?output_format=md)
7 [8](https://wordpress.org/support/users/scriptstown/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/scriptstown/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/scriptstown/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/scriptstown/replies/page/8/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Security Captcha] Code change suggestion for V3](https://wordpress.org/support/topic/code-change-suggestion-for-v3/)
 *  Plugin Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/code-change-suggestion-for-v3/#post-15496881)
 * Hi,
 * We have improved our code in the new version so it will generate the token on
   user action instead of page load.
 * You can update the plugin to version 1.3.6.
 * Thanks for your suggestion!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook] Caching question](https://wordpress.org/support/topic/caching-question-3/)
 *  Theme Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/caching-question-3/#post-15405834)
 * Hi,
 * The theme doesn’t handle caching. The caching functionality belongs to plugin
   territory.
 * It could also be due to browser caching on your web server (Apache, Nginx, etc)
   itself.
 * There is a support forum for general questions related to WordPress (not specific
   to the theme):
    [https://wordpress.org/support/forums/](https://wordpress.org/support/forums/)
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook] Exclude category from loop](https://wordpress.org/support/topic/exclude-category-from-loop-3/)
 *  Theme Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/exclude-category-from-loop-3/#post-15393377)
 * Hi,
 * You can recreate the first loop using “wp_get_post_categories” and its options.
   In this case, it’s “exclude_tree”.
 * Here’s the [new code](https://github.com/scriptstown/custom-child-themes/blob/main/23-02-2022/exclude-categories/content-single.php)
   for content-single.php where category ID “5” and its children are excluded from
   the loop.
 * You can check more options that you can use in “wp_get_post_categories”:
    [https://developer.wordpress.org/reference/classes/wp_term_query/__construct/](https://developer.wordpress.org/reference/classes/wp_term_query/__construct/)
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook] Categories](https://wordpress.org/support/topic/categories-320/)
 *  Theme Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/categories-320/#post-15307564)
 * You can use this CSS in Customize > Additional CSS:
 *     ```
       @media screen and (min-width: 768px) {
       	.primary-menu-search .primary-menu-search-toggle {
       		display: none;
       	}
   
       	.primary-navbar .primary-navbar-wrap .primary-menu-search .search-form-wrap {
       		position: static;
       		display: flex;
       	}
   
       	.primary-navbar .primary-navbar-wrap .primary-menu-search .search-form::before {
       		content: none;
       	}
       }
       ```
   
 * Also, if you have a different support request, it’s better if you create a separate
   thread for it.
 * Thanks!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Login Security Captcha] on 2 sites works, on 2 sites not.](https://wordpress.org/support/topic/on-2-sites-works-on-2-sites-not/)
 *  Plugin Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/on-2-sites-works-on-2-sites-not/#post-15306349)
 * Hi,
 * The plugin should work properly on a fresh WordPress install. If you are facing
   an issue when saving settings, then it could be caused by a different plugin.
   Could you deactivate other plugins one at a time to see if that solves the issue?
   Also, you can try checking the WordPress debug log to know the exact cause of
   the error.
 * Thanks!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Social Icons Sticky] I can’t find where to configure the links](https://wordpress.org/support/topic/i-cant-find-where-to-configure-the-links/)
 *  Plugin Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/i-cant-find-where-to-configure-the-links/#post-15305939)
 * Hi,
 * This plugin allows visitors to share your website post/page URLs using their 
   social media accounts. It comes with social share buttons where people share 
   your website on different social media platforms.
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook] Categories](https://wordpress.org/support/topic/categories-320/)
 *  Theme Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/categories-320/#post-15305569)
 * We have a contact form and an email on our site where you can reach out to us
   regarding the premium theme.
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook] Categories](https://wordpress.org/support/topic/categories-320/)
 *  Theme Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/categories-320/#post-15304863)
 * It was set to show post excerpts for the search page.
 * I have changed this behvaviour in the child theme. You can re-download from the
   previous link and upload.
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook] Categories](https://wordpress.org/support/topic/categories-320/)
 *  Theme Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/categories-320/#post-15302778)
 * No, but you can use this [dark mode plugin](https://wordpress.org/plugins/wp-dark-mode/)
   to get the same functionality.
 * For any more questions related to the premium theme, you can reach out to us 
   using our contact form on our official website.
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook] Categories](https://wordpress.org/support/topic/categories-320/)
 *  Theme Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/categories-320/#post-15300813)
 * Hi,
 * It’s possible to do such changes using a simple child theme of PressBook by modifying:
 * index.php
    template-parts > content.php template-parts > content-single.php
 * Here’s the [child theme](https://github.com/scriptstown/custom-child-themes/blob/main/pressbook-child-1.zip)
   with the changes that you can download and upload the zip file to your WordPress
   > “Appearance” > “Themes” > “Add New” > “Upload Theme”.
 * Then, you can activate the theme.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Security Captcha] Can’t find Login Security under Settings menu to configure the plugin.](https://wordpress.org/support/topic/cant-find-login-security-under-settings-menu-to-configure-the-plugin/)
 *  Plugin Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/cant-find-login-security-under-settings-menu-to-configure-the-plugin/#post-15300630)
 * Hi,
 * Are you able to see setting fields in those tabs like “Enable Captcha”, “Captcha
   Settings”, etc?
 * If not, then it could be due to an error on the page that might be thrown by 
   a different plugin or theme. You can disable your site plugins one at a time 
   to see if that fixes it or you can test our plugin on any other WordPress install.
 * Also, you can contact us through our site if you are not able to fix this.
 * You can check how those settings should look in [screenshots of the plugin](https://wordpress.org/plugins/login-security-recaptcha/#screenshots).
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook] Long cropped “Featured Image” appears w/Category](https://wordpress.org/support/topic/long-cropped-featured-image-appears-w-category/)
 *  Theme Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/long-cropped-featured-image-appears-w-category/#post-15281533)
 * Hi [@dplivingston](https://wordpress.org/support/users/dplivingston/),
 * It is showing full content instead of just a summary in the posts list. You can
   change this behavior from:
 * “Appearance” > “Customize” > “Blog Options” > “Blog Archive Content” to “Summary”
 * Or if you want to show full content in the posts list, then you can set:
 * “Blog Archive Post Layout (Large-Screen Devices)” to “Thumbnail-Content – Rows”
 * This will make the featured image appear in a separate row instead of side by
   side.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Security Captcha] Settings return to captcha V2 even when it was selected V3](https://wordpress.org/support/topic/settings-return-to-captcha-v2-even-when-it-was-selected-v3/)
 *  Plugin Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/settings-return-to-captcha-v2-even-when-it-was-selected-v3/#post-15163113)
 * Hi,
 * You will have to provide v3 or v2 settings (Site Key and Secret Key) in “Captcha
   Settings” depending upon what you plan to use in “Enable Captcha”.
 * Here, the radio buttons (“Google reCAPTCHA Version 2” and “Google reCAPTCHA Version
   3”) in “Captcha Settings” are just there so you can provide the site and secret
   keys for both versions.
 * Then, you can simply select v3 or v2 when you check “Enable at Login Form”. This
   selected option is the one that actually gets saved and applied.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Social Icons Sticky] This plugin doesn’t work with AMP](https://wordpress.org/support/topic/this-plugin-doesnt-work-with-amp-2/)
 *  Plugin Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/this-plugin-doesnt-work-with-amp-2/#post-15047591)
 * Hi,
 * The click functionality is handled using JavaScript so it will not work in AMP-
   enabled pages.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Security Captcha] ReCaptcha V3 not showed](https://wordpress.org/support/topic/recaptcha-v3-not-showed/)
 *  Plugin Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/recaptcha-v3-not-showed/#post-14971065)
 * In your comment form, the token is generated and it is also getting verified 
   by the plugin. It’s just the badge that is not showing up on the comment page
   for some other reason. I will let you know if I could find out the reason for
   the same. It could be due to conflict with some other plugin.
 * Thank you!

Viewing 15 replies - 91 through 105 (of 146 total)

[←](https://wordpress.org/support/users/scriptstown/replies/page/6/?output_format=md)
[1](https://wordpress.org/support/users/scriptstown/replies/?output_format=md) [2](https://wordpress.org/support/users/scriptstown/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/scriptstown/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/scriptstown/replies/page/6/?output_format=md)
7 [8](https://wordpress.org/support/users/scriptstown/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/scriptstown/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/scriptstown/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/scriptstown/replies/page/8/?output_format=md)