Notifications
Clear all

[Closed] Kadence theme and wpForo 2

8 Posts
3 Users
1 Likes
453 Views
dimalifragis
Posts: 2572
Topic starter
(@dimalifragis)
Famed Member
Joined: 4 years ago

Can someone from the support help me on this:

https://wordpress.org/support/topic/crash-after-udpate/

It seems wpForo 2 breaks compatibility with some theme or plugins, until now we have found 4.

If you use Kadence and wpForo2, and try to access the PAGE OF THE FORUM (the one with the shortcode), using /?page=pagenumber (and not the slug) it crashes hard.

I would like to add that my permalinks are NOT set for page number but for %postname% (before the custom option). I have no idea how they found the page number and trying to access it from various sources and IPs.

Thanks

Topic Tags
7 Replies
dimalifragis
Posts: 2572
Topic starter
(@dimalifragis)
Famed Member
Joined: 4 years ago

I have tried to replicate this with an other theme Neve and the default WP theme twenty twenty two and it shows just an empty page but no critical error (!).

So i guess this is a wpForo 2 issue and not a themes issue.

Tutrix
Posts: 1267
(@tutrix)
Noble Member
Joined: 4 years ago
Posted by: @dimalifragis

I have no idea how they found the page number

 the page number is in the source code

the problem exists here btw. also > https://wpforo.com/?p=12228

and also affects the 1.9.x. versions on my testserver

1 Reply
dimalifragis
(@dimalifragis)
Joined: 4 years ago

Famed Member
Posts: 2572

@tutrix 

 

Yeah. Because of this:

 

<link rel='shortlink' href='https://wpforo.com/?p=12228' />

 

What creates the above? WP ? wpForo ?

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

@dimalifragis and @dimalifragis,

Please read this: https://wpforo.com/community/postid/25165/

3 Replies
dimalifragis
(@dimalifragis)
Joined: 4 years ago

Famed Member
Posts: 2572
Posted by: @robert

@dimalifragis and @dimalifragis,

Please read this: https://wpforo.com/community/postid/25165/

Why read that? I don't use anything like that.

Maybe you should read the whole topic, since it happens in YOUR site also.

Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10503

@dimalifragis,

There is no relation to wpForo. This is WP core or the active theme data and can be easily removed using the following hooks:

remove_action('wp_head', 'wp_shortlink_wp_head');
remove_action('wp_head', 'adjacent_posts_rel_link_wp_head');
dimalifragis
(@dimalifragis)
Joined: 4 years ago

Famed Member
Posts: 2572

@robert Sorry but i don't follow.

You seem to reply with different versions each time.

At first i was told not to use permalinks with page numbers (but i never did).

Now you say something i don't understand.

This code 

<link rel='shortlink' href='https://wpforo.com/?p=*******' />

was even at your wforo page here and not in any other page. no?

NOW it seems that you have removed it.