Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
hanakousuke
tagDiv Member

Hi,

I can’t select why?

https://fighters-spirits.com/magazine/wp-content/uploads/2026/02/スクリーンショット-2026-02-06-000723.jpg

Thanks

hanakousuke
tagDiv Member

Where edit?

https://fighters-spirits.com/magazine/wp-content/uploads/2026/02/スクリーンショット-2026-02-05-085722.jpg

https://fighters-spirits.com/magazine/wp-content/uploads/2026/02/スクリーンショット-2026-02-05-085742.jpg

https://fighters-spirits.com/magazine/wp-content/uploads/2026/02/スクリーンショット-2026-02-05-085804.jpg

hanakousuke
tagDiv Member

Where can I edit?
This is my first time using it so I don’t know.

https://fighters-spirits.com/magazine/wp-content/uploads/2026/01/スクリーンショット-2026-01-31-023815.jpg

hanakousuke
tagDiv Member

Hi,

Where can I change it?

Thank you

hanakousuke
tagDiv Member

The problem was solved.
Thank you very much.

hanakousuke
tagDiv Member

The problem was solved with the following code.

.td-post-sharing-classic{ display:none!important; }

Thank you!

hanakousuke
tagDiv Member

Hello Catalin,

The problem is not solved.
What else can be considered?

http://www.fighters-spirits.com/magazine/archives/4360

hanakousuke
tagDiv Member

Broken theme

The following themes are already installed, but there are missing themes.

It is written.

hanakousuke
tagDiv Member

Hello Catalin,

If you can

td_module_single_base.php

Can you give me this file?
There is a possibility that I am mistaking the file modification.

hanakousuke
tagDiv Member

Hello Catalin,

I am sorry many time.

> all the server caches
Is it server cache, proxy cache, browser cache, etc?

Should I correct the following file?

Wp-includes / cache.php
Wp-includes / SimplePie / Cache / Base.php
Wp-includes / SimplePie / Cache / DB.php
Wp-includes / SimplePie / Cache / File.php
Wp-includes / SimplePie / Cache / Memcache.php
Wp-includes / SimplePie / Cache / MySQL.php

Thanks!

hanakousuke
tagDiv Member

Thank you for your reply.
I want to hide the SNS button displayed by <div class = “vc_toggle_content”>.
It is CSS below.

<div class=’wp_social_bookmarking_light’>
<div class=”wsbl_twitter”>Tweet</div>
<div class=”wsbl_facebook_like”>
<div id=”fb-root”></div>
<p><fb:like href=”http://www.fighters-spirits.com/magazine/archives/3051&#8243; layout=”button_count” action=”like” width=”100″ share=”false” show_faces=”false” ></fb:like></div>
<div class=”wsbl_facebook_share”>
<div id=”fb-root”></div>
<p><fb:share-button href=”http://www.fighters-spirits.com/magazine/archives/3051&#8243; type=”button_count” ></fb:share-button></div>
<div class=”wsbl_hatena_button”> このエントリーをはてなブックマークに追加<script type=”text/javascript” src=”//b.hatena.ne.jp/js/bookmark_button.js” charset=”utf-8″ async=”async”></script></div>
<div class=”wsbl_line”>LINEで送る</div>
<div class=”wsbl_google_plus_one”><g:plusone size=”medium” annotation=”none” href=”http://www.fighters-spirits.com/magazine/archives/3051&#8243; ></g:plusone></div>
<div class=”wsbl_pocket”>Pocket<script type=”text/javascript”>!function(d,i){if(!d.getElementById(i)){var j=d.createElement(“script”);j.id=i;j.src=”https://widgets.getpocket.com/v1/j/btn.js?v=1&#8243;;var w=d.getElementById(i);d.body.appendChild(j);}}(document,”pocket-btn-js”);</script></div>
</div>
<p><br class=’wp_social_bookmarking_light_clear’ /></p>
</div>

Thanks!

hanakousuke
tagDiv Member

Hello,

And I’m sorry many times.

Is it right?

if ( $category->name != TD_FEATURED_CAT ) { //ignore the featured category name
//get the parent of this cat

//if we have a parent and the default category display is disabled show it first
if ( ! empty( $td_parent_cat_obj->name ) and td_util::get_option(‘tds_default_category_display’) != ‘true’) {

I deleted W3 Total Cache.
It is a cache plugin.

There is a test site and a production site on one server.
Is there any possibility that these are the causes?

http://www.fighters-spirits.com/magazine_test/archives/3135

http://www.fighters-spirits.com/magazine/archives/3135

I deleted the plugin the cache and its related folders.
Is there still a cache influence left?

Thanks!

hanakousuke
tagDiv Member

My server does not have a CDN by default.
Should I delete the CDN file created by wordpress?

Are the following cache incorrect?
http://fightersspirits.sakura.ne.jp/060.jpg
http://fightersspirits.sakura.ne.jp/060.jpg

Please teach me, if you know the file place.

hanakousuke
tagDiv Member

Hello,

I uploaded it below.

http://fightersspirits.sakura.ne.jp/059.jpg
http://fightersspirits.sakura.ne.jp/059.jpg

test site

However, the site will not change.
I am clearing the cache.

What is wrong?

Thanks!

hanakousuke
tagDiv Member

Hello,
I’m sorry many times.

Is this comment only?

http://fightersspirits.sakura.ne.jp/056.jpg
http://fightersspirits.sakura.ne.jp/056.jpg

The site does not change anything. The parent category is displayed.

test site

http://fightersspirits.sakura.ne.jp/058.jpg
http://fightersspirits.sakura.ne.jp/058.jpg

Or, should I delete all paren or parent?

http://fightersspirits.sakura.ne.jp/057.jpg
http://fightersspirits.sakura.ne.jp/057.jpg

Thanks!

hanakousuke
tagDiv Member

Hi!

Sorry for my lack of understanding.

To comments out.

parent
Is it?

paren
Is it?

The following is removing paren.

test site

} else {
// POST TYPE – here we work with categories
// NOTE: due to legacy, the theme also outputs the t of the first category if available
$categories = get_the_category( $this->post->ID );
if (!empty($categories)) {
foreach ( $categories as $category ) {
if ( $category->name != TD_FEATURED_CAT ) { //ignore the featured category name
//get the t of this cat
$td_t_cat_obj = get_category( $category->category_t );

//if we have a t and the default category display is disabled show it first
if ( ! empty( $td_t_cat_obj->name ) and td_util::get_option(‘tds_default_category_display’) != ‘true’) {
$tax_meta__color_t = td_util::get_category_option( $td_t_cat_obj->cat_ID, ‘tdc_color’ );//swich by RADU A, get_tax_meta($td_pt_cat_obj->cat_ID,’tdc_color’);
$tax_meta__hide_on_post_t = td_util::get_category_option( $td_t_cat_obj->cat_ID, ‘tdc_hide_on_post’ );//swich by RADU A, get_tax_meta($td_t_cat_obj->cat_ID,’tdc_hide_on_post’);
$terms_ui_array[ $td_t_cat_obj->name ] = array(
‘color’ => $tax_meta__color_t,
‘link’ => get_category_link( $td_t_cat_obj->cat_ID ),
‘hide_on_post’ => $tax_meta__hide_on_post_t
);
}

//show the category, only if we didn’t already showed the t
$tax_meta_color = td_util::get_category_option( $category->cat_ID, ‘tdc_color’ );//swich by RADU A, get_tax_meta($category->cat_ID,’tdc_color’);
$tax_meta__hide_on_post_t = td_util::get_category_option( $category->cat_ID, ‘tdc_hide_on_post’ );//swich by RADU A, get_tax_meta($category->cat_ID,’tdc_hide_on_post’);
$terms_ui_array[ $category->name ] = array(
‘color’ => $tax_meta_color,
‘link’ => get_category_link( $category->cat_ID ),
‘hide_on_post’ => $tax_meta__hide_on_post_t
);
}
}
}
}

Thanks!

hanakousuke
tagDiv Member

Now parent-child category is displayed.
Can this display only the subcategories?

Main Category: Gallery
Sub Category: Kickboxing

article

Thanks!

hanakousuke
tagDiv Member

Thank you!

Category Order and Taxonomy Terms Order showed that the display of categories could be rearranged.

Category

article

Sorting of subcategories in articles is not reflected.
Is it impossible for other plugins to designate this?
In that case, I will hide the subcategories and correspond.

Thanks!

hanakousuke
tagDiv Member

Hi!

Is there a way to specify how to sub-category tag?
Is there a rule in the way of arrangement?

Thanks!

hanakousuke
tagDiv Member

Hi,

The following was confirmed.
-tagDiv Composer active
Disorder appears in character display.

http://www.fighters-spirits.com/magazine_test/archives/2309

Head Cleaner
Reshape the contents of the <head> of the WordPress site and the footer area.

This caused the image not to be displayed.
Now it is deactivating.

Thank you!

hanakousuke
tagDiv Member

Hi,

Now it will display normally.
-Visual composer active
Is it due to competition between theme and plugin?

Thank you!

hanakousuke
tagDiv Member

Hi,

It was the setting below.

http://fightersspirits.sakura.ne.jp/045.jpg

http://fightersspirits.sakura.ne.jp/045.jpg

However, the display is error with the site.

http://www.fighters-spirits.com/magazine_test/archives/2309

The following are installed and enabled now right.

tagDiv Composer
tagDiv Mobile Theme
tagDiv Social Counter
tagDiv Speed Booster
WPBakery Visual Composer

The following capacity was large and installation was impossible.

Revolution Slider

Thank you!

hanakousuke
tagDiv Member

I replaced the test server with the production server.
And updated the theme.
So, tagDiv Composer is installed automatically.
Since the same problem occurred, I was tagDiv Composer invalidated.
Currently only images are not displayed in articles.
Popup Maker is not installed currently.

Test server Newspaper – Theme panel version: 8.0
http://www.fighters-spirits.com/magazine_test/archives/2309

Production server Newspaper – Theme panel version: 7.8.1
http://www.fighters-spirits.com/magazine/archives/2309

hanakousuke
tagDiv Member

The production server same page.
Characters and images are displayed correctly.

http://www.fighters-spirits.com/magazine/archives/2309

Thank you!

hanakousuke
tagDiv Member

Hi,

The following plugins were not included from the beginning.

tagDiv Composer
Revolution Slider
TagDiv Mobile Theme
TagDiv SpeedBooster

I think that the following was installed when updating the theme.

tagDiv Composer

When tagDiv Composer is invalidated, the character display is normal.
However, the image is not displayed.

http://www.fighters-spirits.com/magazine_test/archives/2309

The difference between the test server and the production server is whether the following plug-ins are not included.

Popup Maker

http://fightersspirits.sakura.ne.jp/043.jpg

http://fightersspirits.sakura.ne.jp/043.jpg

Version

Test server Newspaper – Theme panel version: 8.0

Production server Newspaper – Theme panel version: 7.8.1

Popup Maker is in the test server, but it is disabled.
All other plugin versions are the same.

The custom CSS is below. It is described on the test server and the production server.

.widget_nav_menu .sub-menu {
display:none;
}

.td-category-header .td-page-title { text-transform: capitalize; }

http://fightersspirits.sakura.ne.jp/044.jpg

http://fightersspirits.sakura.ne.jp/044.jpg

Viewing 25 posts - 1 through 25 (of 42 total)