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

I’ve updated the theme and turned off the backups, it resulted in a 40 btye savings. Thats not much.

republicanamerican
tagDiv Member
republicanamerican
tagDiv Member

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

republicanamerican
tagDiv Member

I also have the same problem. There appears to be a whole lot of CSS info that could be loaded a different way.

republicanamerican
tagDiv Member

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.

republicanamerican
tagDiv Member

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.

republicanamerican
tagDiv Member

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.

republicanamerican
tagDiv Member

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.

republicanamerican
tagDiv Member

The only way to fix this was to delete the plugin from the server.

republicanamerican
tagDiv Member

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.

republicanamerican
tagDiv Member

I reported this bug a month ago.

republicanamerican
tagDiv Member

I’ve had excellent success with the cozmoslabs products. They have good support and the price is reasonable. Woocommerce is another option.

republicanamerican
tagDiv Member

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.

republicanamerican
tagDiv Member

How long do these take to fix?
Is there something I can do now?

republicanamerican
tagDiv Member

I tested the featured using youtube. It works on youtube fine. Only on vimeo it does not work.

republicanamerican
tagDiv Member

All that is set correctly.
it previously used to work.

Featured Video 1
Featured Video 2

republicanamerican
tagDiv Member

I’ve deactivated all plugins except tagdiv plugins and the classic editor plugin.
this feature used to work until the latest update.

https://dev.rep-am.com/category/videos/

republicanamerican
tagDiv Member

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.

republicanamerican
tagDiv Member

Where does the data generate from. Who creates the data?

republicanamerican
tagDiv Member

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.

republicanamerican
tagDiv Member

Steve, did you find a solution for adding parler?

republicanamerican
tagDiv Member

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.

republicanamerican
tagDiv Member

Did you ever find the answer to the source of this data
We want to make sure it is accurate.

republicanamerican
tagDiv Member

Update. copied the taxonomy.php from the td-standard plugin directory to the Themes/Newspaper directory.
Problem solved.

republicanamerican
tagDiv Member

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.

Viewing 25 posts - 1 through 25 (of 30 total)