The option you mentioned, where the content doesn’t load at all, would definitely be appreciated.
For the moment, we will use the “save element” option.
Thank you for the reply!
Hi,
It has now been three months since the testing of the update was started. We’d like to check in and ask whether there are any new developments regarding this issue. Is there already a timeline for when the implementation is expected to take place?
Hi Bettina,
is there any news about the issue?
Hey Bettina,
we’re getting closer =)
Our issue comes right after you set up the search exactly how you just showed us.
In tagdiv composer it is working just fine! But just like you set it up in your screenshot: once you actually try the search, the result page will use the default search template`s header and not the configured header from the CPT Search Template.
Does that work in your configuration?
If you like I could provide you credentials to look into our page. To get a better understanding. We would need to communicate through e-mail though.
Just set it up on an entirely new site. Also without any childtheme or any other custom code.
Still behaves the same way.
The result page of the CPT search CloudTemplate always applies the header that is meant for the global regular search.
Hey,
yes, in the composer it works perfect. But in the frontend search it does not apply the correct header.
The issue only applies with the search cloud templates for CPTs.
We also dont have any caching active on the site.
Hey Bettina,
yes the search is displaying the post type indicated by me.
BUT: It is not assigning the correct header template to the correct search template.
This is how it should look like:
Search Template Global: Header 1
Search Template CPT: Header 2
But it does this:
Search Template Global: Header 1
Search Template CPT: Header 1
Even though the Search Template CPT in TagDiv Composer displays the correct header template.
There was an update today to version 12.7.1, but it does not resolve the licensing issue. When can we expect a fix?
Is there any solution in sight yet? We currently have around 30 editors who are unable to work on pages due to this bug.
Granting them admin rights is not an option for us, so a hotfix would be highly appreciated as soon as possible.
We already did this but the problem is still there.
I’ll proceed as suggested since there’s no other option, but I’d like to ask—Is this a known issue, and are there plans to address it in a future update?
It has nothing to do with plugins, as we have the same element on other pages where it works correctly. I found a way to make it function, but the bug remains. When I set the offset to 1 instead of 0, the Flexblock displays different articles rather than repeatedly showing the same ones.
Alright thank you! I guess we gotta create a workaround then.
Maybe you guys could add it to the future update lists? It would be really helpful to have that field in the Single Post Template available as well =)
Cheers
https://managementkompass.info/wp-content/uploads/2024/06/Screenshot-2024-06-04-153445.png
Hey, thanks for your response! Basically in every row that has a column-text field over a row with a background image.
I fixed it by giving it a z-index of 1200 and it only started doing that after I installed the new release.
Hey, we did it ourselves:
Previous Code:
$excerpt = '<div class="td-excerpt">';
$excerpt .= $this->get_excerpt($excerpt_length);
$excerpt .= '</div>';
Working Code:
$excerpt = '<div class="td-excerpt">';
$excerpt .= 'href . '" title="' . $this->title . '">';
$excerpt .= $this->get_excerpt($excerpt_length);
$excerpt .= '';
$excerpt .= '</div>';
Maybe you could forward that to the devs and add it as an option – it works great!
Thanks =)
Hey,
is there a way to request the feature? It really seems to be expected by a lot of users, as heatmaps show.
Thank you!
We are currently using 8.0.30
Hi Bettina, this is unfortunately not the mobile site. This is just the responsive version of our site.
https://www.finance-magazin.de/startseite-mobile-version/
https://prnt.sc/b8a8w1pbYTjS here you can see the display that should be visible in the mobile version.
Thank you
Hi Bettina,
this is the link to the mobile page: https://www.finance-magazin.de/startseite-mobile-version/
Hi Bettina, I just tested to deactivate our Molungui Authorship Plugin.
It seems that the issue is caused through it. If I deactivate Molungui the field does not work anymore. Strangely the other fields work though just fine.
Is there another Multiple Author Plugin that you recommend using?
Hey Bettina,
thank you for your help!
I am using the Cloud Template: “Author templates blank”.
The issue appears with the block “Author name”.
Here are the settings:
Title Tag: H1-Default
Line width: 0
Line height: 2
Line space: 50
Line alignment: 40
Line position: 40
Horizontal align: left
Title color: empty
Line color: empty
Title background: empty
Title background space: 5px 16px
Title text: default
Extra class: none
Css: all default;
Hi Bettina,
we are having the same problem. Let’s say, we designed a single post template and want to share some related posts on the side of the post. Often times, it displays the same post that you are reading at the moment. The offset is not really working here either, as the offset feature is set to lets say “2” – then you could still read exactly that post in the moment. Is there any way to actually exclude the same post, that you are reading in the moment from the teaser section in the sidebar or below?
Thank you!
Hi,
here are the two screenshots of the menu working fine and then in the other its broken:
https://prnt.sc/17oa8at
https://prnt.sc/17oa96t
Thank you!
-
This reply was modified 5 years by
FBM.
Hi there,
Here are the Settings in Themepanel:
https://prnt.sc/16pt4xs
Settings in the Flex 1 Element:
https://prnt.sc/16pta45
How the Flex 1 Element displays it: (Set to 150 letters, shos 287)
https://prnt.sc/16ptb5y
Set to even only 10 letters: shows no change:
https://prnt.sc/16pthkl
Here is where we input our excerpt:
https://prnt.sc/16ptiza
We have the following issue:
If we dont use the textexcerpt box from WordPress the letter count is correct in the excerpt. But then we wont be able to use the “subtitle”-Element in our Articles. Therefore we are in the need that also the flex-Elements force the excerpt to 150 letters- no matter if there is a manual textexcerpt.
Thanks!
-
This reply was modified 5 years by
FBM.
Thanks for your help.
I have a similar problem with the header now.
I adapted the header-style-10.php and added it to the child theme under parts/header.
However, the menu is no longer displayed.
If I insert the updated header-style-10.php e.g. for testing under td-standard-pack/Newspaper/parts/header, everything looks correct.
Do I have to add more header files to the child theme? I have also tried to insert the header.php in the child them already. But that did not help.