I’ve updated the theme and turned off the backups, it resulted in a 40 btye savings. Thats not much.
I don’t have that option to stop the backups.
https://drive.google.com/file/d/13mbZaqUENZj-feCqjprxXu3PJuMSF6ZI/view?usp=sharing
Here is what is in my td_011_settings
A lot of this is css
https://www.cttowns.com/td_011_settings/wp_options.txt
I also have the same problem. There appears to be a whole lot of CSS info that could be loaded a different way.
Mostly trial and error. I setup a separate dev site to try things out.
We had to do a lot of customization to connect to our subscription system.
I took a look at your site. It looks pretty good.
A Suggestion, Move your videos to Youtube or Vimeo. They will play better than hosting them yourself.
Update to the Vimeo thumbnail issue.
After publishing the post, the poster has to click update a second time to get the thumbnail to appear.
I turned the debugging of and I can save posts, but the Vimeo thumbnail fix does not work.
It is still not generating a thumbnail.
Another fail, when updating a post I get the following error.
Notice: Undefined property: stdClass::$thumbnail_url in /home/devrepam/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_video_support.php on line 440
This is probably connected the the Vimeo problem you had. I was testing this feature. I had previously reported that the vimeo thumbnail did not work.
The only way to fix this was to delete the plugin from the server.
I took a quick look at the plugin your using. It is seriously out of date and I would recommend that you use something else.
I suggest creating a custom RSS feed that has the info you want in it and find a way to submit that to discord. There are plenty of examples. https://duckduckgo.com/?q=post+items+to+discord+via+rss&ia=web
Also, check out https://zapier.com/apps/discord/integrations/rss/25366/post-new-rss-items-to-discord-channels.
Depending on how busy your site it, the free version should suffice.
Back to the original question, yes you could grab the subtitle there, but there is more work to do and you would need to get additional documentation from discord.
I reported this bug a month ago.
I’ve had excellent success with the cozmoslabs products. They have good support and the price is reasonable. Woocommerce is another option.
I had a similar problem where I was submitting content via and xml feed to another site.
You are going to have to modify the plugin.
Where the plugin calls for the title you will have to do the following.
In the post loop add
$td_mod_single = new td_module_single($post);
$td_mod_single->td_post_theme_settings[‘td_subtitle’]; //this is your subtitle variable.
How long do these take to fix?
Is there something I can do now?
I tested the featured using youtube. It works on youtube fine. Only on vimeo it does not work.
All that is set correctly.
it previously used to work.


I’ve deactivated all plugins except tagdiv plugins and the classic editor plugin.
this feature used to work until the latest update.
I have a different membership plugin custom built.
I fixed it by making changing the filter priority to 1.
It used to be add_filter( ‘the_content’, ‘ra_filter_content’,10 );
Changed to
add_filter( ‘the_content’, ‘ra_filter_content’,1 );
don’t know why it works, but it does.
Where does the data generate from. Who creates the data?
My system is Overkill. My settings are 4x the recommended with 2 dedicated servers one for http and a separate DB server.
Anyway I deleted everything on the page and started over and it is working.
I did notice that the in the General tab on a bock editor, the excerpt length does not work on the flex block. I adjusted using the functions file to change the default excerpt length on the front page.
I finally found the problem.
when using tagdiv editor, if you name a snippet with an apostrophe it saves it in the DB as \’ each time you save it ads another \ till you end up with hundreds of \\\\\ ending with \’
The programmers may want to check for that in future releases.
Did you ever find the answer to the source of this data
We want to make sure it is accurate.
Update. copied the taxonomy.php from the td-standard plugin directory to the Themes/Newspaper directory.
Problem solved.
I deleted then Re-installed the newspaper theme.
I’m getting getting better results, I get the excerpt now, but it is not showing the taxonomy.php template. It is showing the archives.php template.
