Notifications
Clear all

Few problems with cross posting

10 Posts
3 Users
4 Likes
2,440 Views
Posts: 259
Customer
Topic starter
(@percysgrowroom)
Member
Joined: 5 years ago

Hi, there are some problems im having with cross blog posting. 

1: When the post crosses over, it doesn't cross the tags over with it

2: After a certain amount of text, H3 headers stop working and appear a normal text

3: Anytime i edit the post from the forum side, it stops the posts being crossed over. So I cant edit them to add tags and fix corrections. 

Is this fixable? The way the posts cross over are not perfect, and can look very messy once crossed over to the forum, they need to be tidied and they need to have tags added, but i cant do this without loosing the crossover settings. 

 

9 Replies
Astghik
Posts: 5872
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago
Posted by: @percysgrowroom

1: When the post crosses over, it doesn't cross the tags over with it

I'm really sorry, but tags cannot be cross-posted.

2: After a certain amount of text, H3 headers stop working and appear a normal text

Please provide some example URL

3: Anytime i edit the post from the forum side, it stops the posts being crossed over. So I cant edit them to add tags and fix corrections. 

There are the following two options you should disable:

  • Topic Editing Information
  • Post Editing Information

The options are located in the Dashboard > Forums > Settings > Topics & Posts admin page.

Reply
1 Reply
(@usernamemi)
Joined: 6 years ago

Estimable Member
Posts: 70
Posted by: @astghik
Posted by: @percysgrowroom

1: When the post crosses over, it doesn't cross the tags over with it

I'm really sorry, but tags cannot be cross-posted.

Hi, is this normal ? I believe it deserves an explication.

Reply
Posts: 259
Customer
Topic starter
(@percysgrowroom)
Member
Joined: 5 years ago

I have done that, the tags seem to work, i don't know, its strange.... any way

here is the example of the headers changing: 

https://percysgrowroom.com/forum/the-basics-of-growing-weed/flushing-a-cannabis-plant/

As you get further down the post the h3 header do know show as heading any more. 

Some of the tags are now working on the posts i edited, and they still cross back to front end posts so that working 🙂 Must have been an error i made some were?

It is an extra long post, maybe that causing the issues? 

Reply
1 Reply
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5872

@percysgrowroom,

As you get further down the post the h3 header do know show as heading any more. 

This is just a CSS conflict.

Please add the following CSS code in Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea.

#wpforo-wrap h2 {
  font-size: 30px !important;
}

#wpforo-wrap h3 {
  font-size: 24px !important;
}

Please don't forget to delete all caches before checking. 

Some of the tags are now working on the posts i edited, and they still cross back to front end posts so that working  Must have been an error i made some were?

It is an extra long post, maybe that causing the issues? 

Don't follow you. Please try to explain in other words. 

Reply
Posts: 259
Customer
Topic starter
(@percysgrowroom)
Member
Joined: 5 years ago

That code kind of worked, but the title is coming up bold, is that fixable?

Posted by: @astghik

Don't follow you

I added tags to that post i linked there, and it stopped being cross posted. I looked at some previous posts that were cross posted, that i had editing tags onto, and they seemed to work, so the issue with the tags only seems to be with this post. 

But I think It is resolved now so that all good. 

Reply
Astghik
Posts: 5872
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago
Posted by: @percysgrowroom

That code kind of worked, but the title is coming up bold, is that fixable?

sure it is. Just put the following CSS code in "Custom CSS code" textarea as well:

#wpforo-wrap h2#wpforo-wrap h3 {  
font-weight: normal !important;
}
Reply
Page 1 / 2
Share:
Scroll to top