Title: ScriptsTown's Replies - page 3 | 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 - 31 through 45 (of 146 total)

[←](https://wordpress.org/support/users/scriptstown/replies/page/2/?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 [4](https://wordpress.org/support/users/scriptstown/replies/page/4/?output_format=md)…
[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/4/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook Green] Sidebar shoelws underneath only](https://wordpress.org/support/topic/sidebar-shoelws-underneath-only/)
 *  Theme Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/sidebar-shoelws-underneath-only/#post-16946372)
 * For double sidebars, you can use the following CSS code below.
 * In this code **1100px** is the screen-width, you can values like 1000px or 1200px(
   increase or decrease it).
 *     ```wp-block-code
       @media screen and (min-width: 1100px) {
       	body.double-sidebar .pb-content-sidebar {
       		flex-wrap: nowrap;
       	}
   
       	body.double-sidebar .pb-content-sidebar::after {
       		content: none;
       	}
   
       	body.double-sidebar .c-sidebar-left {
       		order: -1;
       		margin-left: 0;
       		margin-right: 25px;
       	}
   
       	body.double-sidebar .c-sidebar-right {
       		order: 1;
       		margin-left: 25px;
       		margin-right: 0;
       	}
   
       	body.double-sidebar .c-sidebar {
       		min-width: 260px;
       	}
   
       	body.double-sidebar .site-main {
       		padding-left: 29px;
       		padding-right: 29px;
       	}
   
       	body.double-sidebar .entry-content .alignfull,
       	body.double-sidebar .entry-content .alignwide {
       		margin-left: -30px;
       		width: calc(100% + 60px);
       		max-width: calc(100% + 60px);
       	}
       }
       ```
   
 * For just one sidebar to appear, it will require significant CSS to do that.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook Green] Site tag line colour](https://wordpress.org/support/topic/site-tag-line-colour/)
 *  Theme Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/site-tag-line-colour/#post-16946327)
 * Hi [@fixing2022](https://wordpress.org/support/users/fixing2022/),
 * You can change site tagline color from “Appearance” > “Customize” > **“Colors”**
   > **“Tagline Color”**.
 * Or, you can use CSS to change it:
 *     ```wp-block-code
       .site-tagline { color: #000000; }
       ```
   
 * Also, you can change its font size from “Appearance” > “Customize” > **“Site 
   Identity”**.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook Green] Sidebar shoelws underneath only](https://wordpress.org/support/topic/sidebar-shoelws-underneath-only/)
 *  Theme Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/sidebar-shoelws-underneath-only/#post-16940696)
 * Hi,
 * For double sidebars layout, the breakpoint is less than 1280px screen width when
   it gets to the bottom of the main content and for single sidebar, it is less 
   than 1024px screen width.
 * You would need CSS to change it but then it would shrink the main content too
   much for small screens.
 * For you second question, if you mean for header block, then you can use max-width
   on the columns so it won’t expand too much (Appearance > Customize > Additional
   CSS):
 *     ```wp-block-code
       .header-block-1 .pb-pattern-cols {max-width: 1100px;margin: 0 auto;}
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook Grid Blogs] Breadcrumbs structured data issues detected](https://wordpress.org/support/topic/breadcrumbs-structured-data-issues-detected/)
 *  Theme Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/breadcrumbs-structured-data-issues-detected/#post-16924337)
 * [@enoswp](https://wordpress.org/support/users/enoswp/) It can be due to SEO plugins
   like Yoast SEO. It is not due to the theme.
 * To solve such issues, for example, if you use the Yoast SEO plugin, then you 
   can refer to their [solution](https://yoast.com/help/google-search-console-breadcrumb-schema-report/#h-errors-causes-and-solutions)
   for this specific issue.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Login Security Captcha] Please confirm you are not a robot](https://wordpress.org/support/topic/please-confirm-you-are-not-a-robot-3/)
 *  Plugin Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/please-confirm-you-are-not-a-robot-3/#post-16847581)
 * Hi,
 * Make sure you set the correct domain for creating the site key and secret key
   in Cloudflare Turnstile dashboard. You can check this [guide](https://scriptstown.com/how-to-get-site-and-secret-key-for-cloudflare-turnstile/)
   on how to create them. For Widget Type, you can start by setting it to “Managed”.
 * After getting the keys, set them in the plugin settings: “Captcha Settings” >“
   Cloudflare Turnstile”. Also, you can check the “Error Logs”.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Security Captcha] Compatibility with 2FA](https://wordpress.org/support/topic/compatibility-with-2fa/)
 *  Plugin Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/compatibility-with-2fa/#post-16841666)
 * You already translated some strings years ago. Few new strings were added in 
   updates. You can check here:
 * [https://translate.wordpress.org/projects/wp-plugins/login-security-recaptcha/](https://translate.wordpress.org/projects/wp-plugins/login-security-recaptcha/)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Security Captcha] Compatibility with 2FA](https://wordpress.org/support/topic/compatibility-with-2fa/)
 *  Plugin Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/compatibility-with-2fa/#post-16841629)
 * We have solved this issue by adding a new option in version 1.5.5.
 * You can update the plugin to version 1.5.5. After, go to “Captcha Settings” >“
   Google reCAPTCHA Version 3” and **uncheck** “Generate Token on Form Submission”,
   then save the settings.
 * This will generate reCAPTCHA token on page load and would solve the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Security Captcha] Compatibility with 2FA](https://wordpress.org/support/topic/compatibility-with-2fa/)
 *  Plugin Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/compatibility-with-2fa/#post-16841433)
 * Hi [@guillermo77](https://wordpress.org/support/users/guillermo77/),
 * For reCAPTCHA v3, we only generate a token when a user submits the form (action)
   because as per their developer guide:
 * “reCAPTCHA tokens expire after two minutes. If you’re protecting an action with
   reCAPTCHA, make sure to call execute when the user takes the action rather than
   on page load.”
 * We can also generate it on page reload that would make it compatible with 2FA
   for reCAPTCHA v3 but that option is currently not available. We may add this 
   option in future updates.
 * In the meantime, you can use “Cloudflare Turnstile” which would work perfectly
   with the 2FA plugin.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Security Captcha] What is the more strong score in reCAPTCHA v3](https://wordpress.org/support/topic/what-is-the-more-strong-score-in-recaptcha-v3/)
 *  Plugin Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/what-is-the-more-strong-score-in-recaptcha-v3/#post-16838810)
 * Hello [@guillermo77](https://wordpress.org/support/users/guillermo77/),
 * 0.7 is better interaction score.
 * “Captcha Settings” is simply used for specifying Site Key and Secret Key for 
   reCAPTCHA v2, v3, and Cloudflare Turnstile. Once you set the keys, then you can
   use any of the captcha in forms under “Enable Captcha”.
 * Those radio buttons in “Captcha Settings” are like tabs. The keys are saved separately
   for each captcha type.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form Query] Issue with Contact form 7 form tags](https://wordpress.org/support/topic/issue-with-contact-form-7-form-tags/)
 *  Plugin Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [3 years ago](https://wordpress.org/support/topic/issue-with-contact-form-7-form-tags/#post-16818144)
 * Hi [@divya96](https://wordpress.org/support/users/divya96/),
 * This is support forum for “Contact Form Query” plugin.
 * The support forum for “Contact Form 7” plugin is [https://wordpress.org/support/plugin/contact-form-7/](https://wordpress.org/support/plugin/contact-form-7/)
 * Thanks!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[PressBook News Dark] homepage bug](https://wordpress.org/support/topic/homepage-bug/)
 *  Theme Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [3 years ago](https://wordpress.org/support/topic/homepage-bug/#post-16773296)
 * Hi [@aleandroct](https://wordpress.org/support/users/aleandroct/),
 * You can edit the page and set its “Template” to “Page with sidebar”.
 * This option is available in the page editor screen (on the right side).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook News] How to Edit Category Page](https://wordpress.org/support/topic/how-to-edit-category-page-3/)
 *  Theme Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [3 years ago](https://wordpress.org/support/topic/how-to-edit-category-page-3/#post-16754251)
 * It’s in the parent theme “wp-content/themes/pressbook/index.php”.
 * You can copy all content inside of “index.php”, create a new file “category.php”
   and paste it into this new file.
 * Category page fallbacks to “index.php” if the “category.php” file doesn’t exist.
    -  This reply was modified 3 years ago by [ScriptsTown](https://wordpress.org/support/users/scriptstown/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook Grid Blogs] Sidebar issue by activity stream](https://wordpress.org/support/topic/sidebar-issue-by-activity-stream/)
 *  Theme Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/sidebar-issue-by-activity-stream/#post-16700255)
 * The FitVids plugin I mentioned above, it comes with a custom selector settings
   in **“Appearance”** > **“FitVids”** – **“FitVids Custom Selector”**. In this 
   field, you can input:
 *     ```wp-block-code
       iframe[src*='youtube']
       ```
   
 * So, this should affect only the Youtube videos.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook Grid Blogs] Sidebar issue by activity stream](https://wordpress.org/support/topic/sidebar-issue-by-activity-stream/)
 *  Theme Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/sidebar-issue-by-activity-stream/#post-16697898)
 * Your other site’s theme is using a library named “Fitvids” to handle this.
 * You can try [this plugin](https://wordpress.org/plugins/fitvids-for-wordpress/).
   This would serve the same purpose.
 * We do not include Fitvids library in the theme as WordPress block editor also
   handles this video resizing for smaller devices.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook Grid Blogs] Sidebar issue by activity stream](https://wordpress.org/support/topic/sidebar-issue-by-activity-stream/)
 *  Theme Author [ScriptsTown](https://wordpress.org/support/users/scriptstown/)
 * (@scriptstown)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/sidebar-issue-by-activity-stream/#post-16697873)
 * Are you using classic editor?
 * This issue is related to the iframe that you input directly. The theme or plugin
   can’t solve this really. I recommend you to use a “Youtube” block in the block
   editor and input the video URL.
 * In the block editor, there is a “Youtube” block that can embed a Youtube video
   that would support resizing for smaller devices.
 * You can read this [similar thread](https://wordpress.org/support/topic/eliminate-black-bars-on-embeded-youtube-video/).

Viewing 15 replies - 31 through 45 (of 146 total)

[←](https://wordpress.org/support/users/scriptstown/replies/page/2/?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 [4](https://wordpress.org/support/users/scriptstown/replies/page/4/?output_format=md)…
[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/4/?output_format=md)