nobita
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [raindrops] Unable to see Pics in PostsI don’t think a theme changes configuration values on a regular basis.
This happens when Customizing / Advanced / Reset Theme Settings is set to Yes.
Thank you.
Forum: Themes and Templates
In reply to: [raindrops] Unable to see Pics in Postsreally need this to work with both excerpt and picture.
Excerpt textarea can contain HTML. Here is a simple example.
<p>A stenciled & die cut mini slimline Halloween card. Easy to make & change up the colors or use a colored designer paper for the background. So many ways to customize the look</p> <img src="https://picsum.photos/seed/picsum/300/200" />
Thank you.
Forum: Themes and Templates
In reply to: [raindrops] Unable to see Pics in Poststhe “Julie” image signature at the end of each post. We can’t find a way to make it smaller.
I will explain the easiest way
It looks like you’re using the classic editor, so here’s how to do it using the classic editor.
Change the post editor to text mode.
Below is the source for the relevant part.
<a > <img decoding="async" loading="lazy" class="alignleft wp-image-12715" src="https://thewritestuff.justwritedesigns.com/wp-content/uploads/2013/05/Julie2-sig.png" alt="" width="48" height="18" data-pagespeed-url-hash="2211596643" onload="pagespeed.CriticalImages.checkImageForCriticality(this);"> </a>
Add size1of5 class to img element
<a > <img decoding="async" loading="lazy" class="alignleft size1of5 wp-image-12715" src="https://thewritestuff.justwritedesigns.com/wp-content/uploads/2013/05/Julie2-sig.png" alt="" width="48" height="18" data-pagespeed-url-hash="2211596643" onload="pagespeed.CriticalImages.checkImageForCriticality(this);"> </a>
There are the following types of classes for size adjustment.
size1of1 size1of2 size1of3 size2of3 size1of4 size3of4 size1of5 size2of5 size3of5 size4of5
Thank you
- This reply was modified 1 year, 2 months ago by nobita.
Forum: Themes and Templates
In reply to: [raindrops] Unable to see Pics in PostsIt still only show Excerpt. I did choose “show content”.?I did choose “show content”.?
In a post titled ‘Halloween Greetings’,
The excerpt is ‘A stenciled & die cut mini slimline Halloween card. Easy to make & change up the colors or use a colored designer paper for the background. So many ways to customize the look.’This excerpt string is different from the string displayed when you open the post page.
This is just a guess, but…
Did you write a special summary sentence in the exccerpt when editing the post?
In the Raindrops theme, if a summary text is set in excerpt, that summary text will be displayed with priority even if full text display is set.Could you check it out?
Thank you.
Forum: Themes and Templates
In reply to: [raindrops] Unable to see Pics in PostsThe last version of the Raindrops theme (1.600) was released 10 months ago.
supports WordPress 6.1, PHP8
I’m tested With WordPress 6.3.1 + PHP8,
The image was displayed normally, and the single post content was not displayed as excerpt.PHP 8.2 I don’t have a test environment ready at hand, so I don’t know.
Thank you
Forum: Themes and Templates
In reply to: [raindrops] Main menu on topHi @cubmanky
Sorry for the late reply
Please create child theme
Add a header.php file with the following content to your child theme
https://gist.github.com/tenman/b9600778fee221a042d962a9efc3805d
Thank you.
- This reply was modified 1 year, 4 months ago by nobita.
Forum: Themes and Templates
In reply to: [raindrops] How to Put Header Image in RaindropsHi @todga
sorry for the late reply
Admin bar / cusotmize / Header Media /
Header Image. Add Header Image click
Set your image.
Publish.
Thank you.
Sorry about the late reply
It’s not an exact fix, but on my smart phone, if I stop the display for mobile pages, it seems that it can be displayed.
I will write the method, so please try it.
Dashboard / Appearance / theme file editor
Click Theme Functions
https://www.tenman.info/wp3/emulsion/files/2023/04/image-9.png
if ( ! defined( 'ABSPATH' ) ) { exit; } do_action( 'raindrops_before' );
Change below
Just add the function raindrops_mobile_meta()
if ( ! defined( 'ABSPATH' ) ) { exit; } function raindrops_mobile_meta(){ return; } do_action( 'raindrops_before' );
If you do not change it correctly, your site will not be viewable.
Please work carefully.Please let me know if it fails.
Thank you.
I got the ‘Cannot access offset of type string on string’ error.
Plugin: Are you using the latest version of WordPress Gallery Plugin – NextGEN Gallery?
If you’re using the latest plugins, you might want to ask the plugin support as well.
https://www.ads-software.com/support/plugin/nextgen-gallery/
Feels like an error related to PHP8.
On my smart phone, when I display it in PC mode, it was possible to display it.
WordPress 6.2 doesn’t seem to fully support PHP8, so I’m not sure what the problem is.
https://make.www.ads-software.com/core/handbook/references/php-compatibility-and-wordpress-versions/
Thank you.
Sorry for the late reply
I tried accessing it with my smart phone, but it seems that I can access it.
https://www.tenman.info/wp3/emulsion/files/2023/04/Screenshot_2023-04-12-16-48-28.jpg
Thank you
Forum: Themes and Templates
In reply to: [raindrops] Error on the page with PHP 8.0It was good.
Thank you.
Forum: Themes and Templates
In reply to: [raindrops] Error on the page with PHP 8.0Sad news, I tested with PHP8 in combination with your installed WordPress version.
The website could not be displayed due to a WordPress Core error.
It’s difficult to address with a theme.If you want PHP8, you need to update to WordPress6.1.1.
PHP8 + WordPress6.1.1 + Raindrops Theme worked.
Thank you.
- This reply was modified 1 year, 10 months ago by nobita.
Forum: Themes and Templates
In reply to: [raindrops] Error on the page with PHP 8.0The error appears on the home page. I change to PHP 8.0 and estherramos.com no longer loads.
When using PHP8.0 in combination with the Raindrops theme, the entire website will not be rendered unusable.
It’s most likely caused by a plugin. Deactivate any plugins you are currently using.So check if the site can be displayed.
If the website can be displayed, please activate the deactivated plugins one by one and check if the website cannot be displayed when the plugin is activated.Thank you.
Note:Deactivating the plugin alone is not guaranteed to make your website viewable, but try it as a first step.
I’m thinking of next steps if this doesn’t work.
By the way, you need to know exactly what caused your website to go down.
For that, I need to edit wp-config.php.Is it possible to edit it?- This reply was modified 1 year, 10 months ago by nobita.
Forum: Plugins
In reply to: [Gutenberg] The plugin demo page seems to be brokenSorry, there was a problem with the database settings, and it was a problem that 4B emoji (bye bye emoji) could not be loaded.
It wasn’t a plugin issue.Thank you.
Forum: Themes and Templates
In reply to: [raindrops] Error on the page with PHP 8.0Hi @estherramos
First, there are some things you should know about WordPress 6.1 and PHP version compatibility.
https://make.www.ads-software.com/core/handbook/references/php-compatibility-and-wordpress-versions/
WordPress 6.1 does not officially support PHP8.0 and is in beta support.
I myself experienced a core program crash with PHP8.0.If it’s a theme problem, I’ll look into how to fix it. Can you tell me what error message you get when you open which page?
You can find out which PHP version your WordPress users are using at the link below.
https://www.ads-software.com/about/stats/#php_versions
The number of users using PHP8.0 is increasing, but it is still around 10%, and most are using 7.4.
I didn’t know that using PHP7.4 would incur extra maintenance costs. that’s a big problemI am waiting for you to send me the error message and the page where it occurred.
Thank you.