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 :)
zzboba
tagDiv Member

Thanks Bettina and Calin — a full update is on our project list for sure, we already set up a sandbox copy. But it’ll take some time since we’ve developed quite some custom templates, styles and functions.

Thankfully though the Tagdiv composer deactivation didn’t happen again.

zzboba
tagDiv Member

Hello,
our site is running on WP 5.4.9 (kind of stuck there for now since 5.5 broke the pagination) and theme is on 9.2.2 I think. Same problem as OP, theme is a higly customized child which doesn’t work properly since Newspaper changed the file structure that much — yes, both not up to date, but isn’t it strange that the TagDiv Composer deactivated itself twice nearly on identical times on two completely different website?

Regarding the update: I just read the instructions for child theme on the TagDiv website, where it says that all content now gets in “wp-content\plugins\td-standard-pack\Newspaper\”. This can’t be, or can it?
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks,
Jan

zzboba
tagDiv Member

I came to this forum because of the same issue!! TagDiv Composer deactivated itself on our website last night, and just recently for the second time. What is happening?

zzboba
tagDiv Member

Was looking for a solution here — having the same problem. Just an (infinite) “loading” animation where I added/changed something. System status is fine.

zzboba
tagDiv Member

Additional question — if it’s not a leftover of the speed booster, where in the theme files is defined what CSS/JS files etc are loaded in the header or in the footer, so that I can modify it manually?

zzboba
tagDiv Member

tagDiv team helped me via Email, topic is solved. Thanks!!

If anyone encounters the same problem, put this in your custom CSS

.page .td-main-content-wrap {
overflow: hidden;
}

zzboba
tagDiv Member

No problem, I figured it out in the meantime. Maybe it’s of interest to anyone with the same problem: I added this to td_smart_list.php and call it in smart_list_8 (where I need it).

protected function callback_only_on_last_page() {

$current_page = $this->get_current_page($this->list_items);
$total_pages = count($this->list_items[‘list_items’]);

if ($current_page == $total_pages) {
// last page
$buffy .= do_shortcode(‘[SOMESHORTCODE]’);
}
else {
// not last page
$buffy .= ”;
}

return $buffy;

}

zzboba
tagDiv Member

Oh thanks, yes this is about the same problem basically.

But I’ve got another question since this will probably help me to display the text generated by the shortcode inside the article, but as I see it on any page of the smart list.

Is there any chance to find out that I’m on e.g. page 3 or the last page and just then display the shortcode? Is there any parameter where the current page number is stored?

I found out that it wpbooster/td_smart_list.php the $total_items_number is calculated, any chance to use it here like “if current page number = total_items_number then do shortcode”? (I only want to have this one).

BTW, I really appreciate the speedy support by Tagdiv. This theme is so great, and the support as well.

zzboba
tagDiv Member

Thank you very much!

zzboba
tagDiv Member

Thanks, is there the possibility of a private mail or hidden information — since the website is still in development I don’t want to post it in public.

zzboba
tagDiv Member

Sorry, chiming in here, since I want to change the quotation in bbpress, the blue centered blockquote doesn’t look right in a forum. I can alter the font size etc in the theme panel, but not that the text is centered and blue.

zzboba
tagDiv Member

Thank you a lot. This theme has the best and fasted support I’ve ever experienced.

zzboba
tagDiv Member

Thanks for your reply. Can you give me a hint in which .php file the review system is coded? Thanks!

Viewing 13 posts - 1 through 13 (of 13 total)