- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- NewspaperCredit System
- NewspaperCreate a frontend submission form
- NewspaperHow to Use the Tabbed Content shortcode
- NewspaperCreate a form contact page
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperSocial Sharing
- NewspaperSingle Post Shortcodes
- NewspaperInfinite Loading for Single Posts
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperHow to Add a Logo in Newspaper
For the Category Siblings element in TD Composer, how can I display only subcategories for the selected category? And, if the category has no subcategories, then nothing should be displayed.
Hello!
I use this theme very actively and observe and analyze it very closely. I hope these points do not get ignored and find someplace in your checklist. If possible, please have someone from your development staff have a look at this. I’d be grateful. Also, this would make more sense to them. Some of the points that I want to make are—
1.) On news websites that write about the entertainment industry like celebrities, movies, TV, etc, you will see there are multiple types of taxonomy in the same place. What I mean by that is we normally put tags at the end of the content and it only displays one type of taxonomy that is tags or categories, but on some entertainment news websites a new taxonomy is sometimes created, for example, “People” or “Celebrities” to display names of celebrities at the end of content along with tags in the same line. Suppose, you write an article about the top five action movies and you have created a non-hierarchical custom taxonomy called “Movies“. And you put the names of the movies mentioned in that article into the “Movies” taxonomies and use “top movies” as a tag. But now you cannot display both of these taxonomies at the end of the article in a single line using a single shortcode. You have to place two shortcodes in two lines(it looks messy). To get a clearer understanding, you can see at the end of this article, there are quick links. You can see by hovering the mouse over them on the desktop that “Chelsea” is put into the “Team” taxonomy and “Jules Koundé” is put into the “Player” taxonomy. You’ll see the URL in the corner upon hovering. They are all different taxonomies but display in one line as a single element. With the Newspaper theme, it’s not possible. I know it sounds too complicated but I have a suggestion regarding the workaround. I write it below:
a.) The shortcode named “Single Post Taxonomy” can allow multiple comma-separated values for the “Taxonomy” field so that all the taxonomies can be displayed in one place. A new field named “Taxonomy Type” with values “hierarchical,” “non-hierarchical,” and “Both” can also be created for more ease and better UX. I say this because the hierarchical taxonomy shortcode like the one for the categories does not allow background color, border, padding, etc. for the additional text as the shortcode for tags does. This new shortcode after the update can be named something like “Single Post Taxonomies” or “Single Post Multiple Taxonomies”
—————————————————————————————————————
2.) A feature to display all the posts in a custom post type would be fantastic. A way to design custom post-type archives using cloud library templates and TD Composer. For example, I am using this Web Stories plugin by Google. It’s used to create Instagram-like stories on your website and shows in Google Discover and Search. But I cannot customize the archive page for my stories because it is a custom post type.
3.) I loved the new update. Especially, for its support for custom taxonomies, post types, and fields. One can easily create an archive template for the custom taxonomy but these templates still have very limited support for the custom fields. I’ll try to explain with an example. A tag has a “Name” field for the name of the tag, a “Slug” field for the URL, and a “Description” field for the explanation, which are all default fields. Suppose, I create a new taxonomy called “Celebrities” and I put “Justin Bieber“, “Lady Gaga“, “Tom Cruise“, “Kevin Hart“, and “Beyonce“, in the “Name” field. Now I want to add a custom field “Occupation” in the “Celebrity” taxonomy to explain the profession of the celebrity like “Singer“, “Actor“, “Comedian“, etc. In the Newspaper theme, there is no option to display this custom field information on the archive page of the custom taxonomy. Posts can display custom field information but archive pages cannot. A website called Screenrant has created a “Game of Thrones” tag. But the archive page for this tag displays a lot of information like Cast, Rating, Directors, etc., which are all custom fields. Have a look.
4.) There should also be a feature to show related posts based on custom taxonomies. There is an option to show posts based on categories and tags but no option for custom taxonomies. Suppose, I have written a post about Michael Jackson and I am using a custom taxonomy called “Celebrity” and “Michael Jackson” as a custom taxonomy tag. It would be great if it shows related posts with “Michael Jackson” used as a tag. You can say this can be done with default tags. But in tags, there is a lot of stuff, like topics, celebrities, and other keywords. A custom taxonomy provides more organization to content and it can make related posts more relevant if they show accordingly.
5.) There are three options(screenshot) in a post template to show taxonomies. a.) Single Post Categories, b.) Single Post Tags, and c.) Single Post Taxonomies. I experienced inconsistencies in the sizing convention of these elements meaning they look different with the same paddings.
For example, take a look at this screenshot.
6.) From three of the taxonomy shortcodes that I mentioned in the above point, one of them is Single Post Taxonomy(screenshot) which I only found in the latest update. I realized that it can be used to display any type of custom taxonomy. But it has the same sizing issue. It follows the “Single Post Category” shortcode’s styling. It even shows the same data fields like Tags Order, Tags Limit, and Additional Text. The only difference is you can put any taxonomy in the “Taxonomy field.” Please tell the developers to make the sizing more consistent for similar elements.
I have some more points that I’ll share tomorrow in the same post. For now, this is all. If you want more details on these points, please don’t hesitate.
Thanks.
Hello!
1. It is a custom design, so you need to access wp-content\plugins\td-composer\legacy\Newspaper\includes\demos\history_pro\demo_style.php and change the yellow color.
2. The font size can be changed from the TagDiv Composer, first column from here: https://prnt.sc/iJpJM4gjA-W-
Thank you!
To demonstrate this, I have created a new sample post. And this post is using default post template that I created through cloud library using tagdiv composer. You will see when I try to edit the post template, it opens with the new post that I created, not dummy data.
Edit: Please also note that when I click on “view” instead of “edit template with td composer”, it opens with dummy data. After that I can click green edit button from the top bar and it opens in TD Composer with dummy data.
Please see this video.
-
This reply was modified 4 years by
Prateek.
Hello!
Please check the steps from here: https://forum.tagdiv.com/topic/problem-with-the-update-in-td-composer/
Hope that helps you!
Thank you!
This is a bug in the Newspaper theme.
./public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_slide.php
...
if ( $this->td_query->have_posts() and $this->td_query->found_posts > 1 ) {
...
The slider will not show any posts if only (one) post is available. The above code should have the (>) changed to (>=). Below is what the code should be:
...
if ( $this->td_query->have_posts() and $this->td_query->found_posts >= 1 ) {
...
Hi, Bettina.
I have a very simple post template for defaul category(news). The template is set as global and when I click on “Edit With TD Composer” which shows after hovering over three dots next to the template name, it displays the latest post in TD Composer.
All the changes made do get applied to the post template, no complaints about that(apart from one mentioned in my previous reply). But it does not display dummy data. Maybe it’s an issue only I am facing. Can you try this on your system?
Dear team i am getting this error. Can you please help to resolve?
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 450891776 bytes) in /home/webxcom/domainnamecom/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php on line 2482
Hey there,
is there a way to add the modal pop up from the td composer to a post content?
More specifically, is it possible to make it so, that when a reader of a post clicks on a word that is turned into a link a pop up modal opens? For example showing more information regarding the word the person clicked.
Thank you!
Hi everyone,
i don’t understand why when i set a background color, from the theme panel or from a .css file, my settings are overwritten by td-legacy-main.css. In this way is impossible to set anything.
Hi, my web http://www.edoktor.hr has constant issues considering tagdiv composer and most of the time web is unreaceable.
What should I do
we spent 3 months working on it and can’t make it work
When it works load time is 20 sec which is disaster..
everything is optimised. images that we put are about 50 kb, dont know where is the problem.
This theme is so slow and I dont know why is it not working.
Please help me
ERRORS –
tagDiv Cloud Library
Deaktiviraj | Nastavi
Access a huge collection of pre-made templates you can import on your website and customize on the frontend using the tagDiv Composer plugin.
Inačica 2.2 | built on 11.04.2022 7:46 | Autor: tagDiv | Posjeti web-stranicu dodatka
Ovaj dodatak se nije ispravno učitao i stoga je pauziran tijekom režima oporavka.
Greška vrste E_COMPILE_ERROR je prouzročena u retku 10 datoteke /home/jupiterm/public_html/edoktor.hr/wp-content/plugins/td-cloud-library/includes/tdb_functions.php. Poruka greške: require_once(): Failed opening required ‘/home/jupiterm/public_html/edoktor.hr/wp-content/plugins/td-cloud-library/includes/tdb_config.php’ (include_path=’.:/opt/alt/php74/usr/share/pear’)
Odaberi tagDiv Opt-In Builder
tagDiv Opt-In Builder
Deaktiviraj | Nastavi
Generate leads and increase conversion rates with opt-in content lockers and subscription lists. tagDiv Opt-In Builder helps you easily create content lockers, subscribing lists (membership) and gives your visitors a compelling reason to enter their email address (opt-in) to unlock your content.
Inačica 1.3 | Autor: tagDiv | Prikaži detalje
Ovaj dodatak se nije ispravno učitao i stoga je pauziran tijekom režima oporavka.
Greška vrste E_ERROR je prouzročena u retku 1234 datoteke /home/jupiterm/public_html/edoktor.hr/wp-content/plugins/td-subscription/includes/td_subscription.php. Poruka greške: Uncaught Error: Class ‘td_util’ not found in /home/jupiterm/public_html/edoktor.hr/wp-content/plugins/td-subscription/includes/td_subscription.php:1234 Stack trace: #0 /home/jupiterm/public_html/edoktor.hr/wp-includes/class-wp-hook.php(307): td_subscription::{closure}(‘locked’, 7446) #1 /home/jupiterm/public_html/edoktor.hr/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(”, Array) #2 /home/jupiterm/public_html/edoktor.hr/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #3 /home/jupiterm/public_html/edoktor.hr/wp-admin/includes/class-wp-posts-list-table.php(1350): do_action(‘manage_post_pos…’, ‘locked’, 7446) #4 /home/jupiterm/public_html/edoktor.hr/wp-admin/includes/class-wp-list-table.php(1450): WP_Posts_List_Table->column_default(Object(WP_Post), ‘locked’) #5 /home/jupiterm/public_html/edoktor.hr/wp-admin/includes/class-wp-posts-list-table.php(1384): WP_List_Table->single_row_columns(Object(WP_Post)) #6 /home/jupiterm/public_html/edoktor.hr/wp-admin/includes/class-wp-posts-list-table.php
I have updated the theme and the td-composer make a problem and it won’t open or updates and the website is down, need to fix asap
Hello, so I’ve installed WP Rocket with the Newspaper theme.
I’ve noticed that if I activate “Delay Javascript Execution” many bugs appear. The main is that I have to tap twice on the hamburger mobile menu icon, or even any link on the page.
To avoid this, I have to scroll the page, or some activity which then allows a mobile user to tap the icon just upon one tap.
I’ve this in the JS Exclusion box of Wp Rocket but it’s not working.
====
/wp-includes/js/jquery/jquery.min.js
/wp-includes/js/jquery/jquery-migrate.min.js
/td-cloud-library/assets/js/js_files_for_front.min.js
/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray
====
Is there any other JS script I can add above so that WP Rocket doesn’t force my users to tap twice to click on a link? Also it’s more prevalent on Iphones and mobile browser like Safari, Chrome apps. Please advise. Thanks!
When i Put cf7 shortcode like this [contact-form-7 id=”6450″ title=”Call for articles”] in your td composer it doesnot work
Hi Bettina, sorry for the delay. I have not received an email informing you of your response to my topic.
When the user requests a password reset, WordPress sends them an email with a link to change their password. One of the texts in the email is only appearing in english.
I did a search and found that this text comes from the file:
/wp-content/plugins/td-composer/legacy/common/wp_booster/td_login.php
$message .= __( ‘If this was a mistake, just ignore this email and nothing will happen.’ ) . “\r\n\r\n”;
Only this message is not being replaced by the language configured in wordpress. The other messages are ok, so every time I update my Newspaper I need to open the td_login.php file and translate that line.
I believe this problem is occurring with all Newspaper users.
See in the example screen, one of the lines in english.
I attempted to find my previous post with the same title but it doesn’t appear to be archived, so… here we go again.
I am using a child-theme of Newspaper
I do not have any alterations to the theme. I use the child theme merely as a good practices measure.
Newspaper theme is set to auto update.
Every time a new version updates the tag-div plugins uninstall and a majority of previous set settings in the theme panel revert to the defaults, such as logos, template thumbnail sizes, choice of headers, and more that I cannot remember but, I’ll make a list as I now have to once again go into the theme panel and change them.
Also I have to reactivate the theme with my purchase code every update as well.
I find this highly annoying, time-consuming and generally a pain in the ass.
Here is a printout of the WPeMatico status report of the current setup, including server information, plug-ins, etc…
### Begin Debug Info ###
— Server Environment
Hosting Provider: DBH: localhost, SRV: wildsage.us
WebServer Info: Apache
MySQL Version: 5.6.41
PHP Version: 7.4.29
Disk Total Space: 1.48 TB
Disk Free Space: 1.25 TB
— Required Apache Mods
Mod Rewrite: Enabled
Mod Mime: Enabled
Mod Deflate: Disabled
— PHP Environment
Post Max Size: 260M
Max Input Vars: 3000
PHP Time Limit: 300
PHP Memory Limit: 512 MB
Allow URL fopen: On
ini_set: On
Disabled Functions:
Display Errors: On (1)
error_reporting levels: E_ERROR, E_WARNING, E_PARSE, , E_CORE_ERROR, E_CORE_WARNING, E_COMPILE_ERROR, , E_USER_ERROR, E_USER_WARNING, , , E_RECOVERABLE_ERROR, , ,
— PHP Extensions
cURL (php.net/curl): 7.81.0
ZipArchive: Enabled
DOMDocument: Enabled
GD Library: Enabled
XML (php.net/xml): Enabled, and sane
PCRE (php.net/pcre): Enabled
Zlib (php.net/zlib): Enabled
php.net/mbstring: Enabled
iconv (php.net/iconv): Enabled
OpenSSL(php.net/openssl):Enabled
MCrypt (php.net/mcrypt): Disabled
— Session Configuration
Session: Enabled
Session Name: SSESS6f380fa6739ae0d497146b3199b96450
Cookie Path: /
Save Path: /var/cpanel/php/sessions/ea-php74
Use Cookies: On
Use Only Cookies: On
— WordPress Environment
— User Browser
Platform: Windows
Browser Name: Chrome
Browser Version: 101.0.4951.64
User Agent String: Mozilla/5.0 (Windows NT 10.0; Wi
n64; x64) AppleWebKit/537.36 (KH
TML, like Gecko) Chrome/101.0.49
51.64 Safari/537.36
Home URL: https://wildsage.us
Site URL: https://wildsage.us
Version: 5.9.3
Multisite: No
Admin Email: admin@webdoghosting.net
Current User Email: sage_rebel@wildsage.us
— WordPress Configuration
Language WPLANG: en_US
Language Setting: Default
Permalink Structure: /index.php/%year%/%monthnum%/%day%/%postname%/
Active Theme: WildSage 10.3.1651792370
Show On Front: page
Page On Front: Home (#80241)
Page For Posts: Unset
Remote Get: wp_remote_get() works
Remote Post: wp_remote_post() works
Table Prefix: Length: 3 Status: Acceptable
Memory Limit: 256 MB
WP Max Upload Size: 260 MB
Registered Post Stati: publish, future, draft, pending, private, trash, auto-draft, inherit, request-pending, request-confirmed, request-failed, request-completed, acf-disabled, spam, dp-rewrite-republish
FileSystem Method: direct
WP_DEBUG: Disabled
WP_DEBUG_LOG: Disabled
WP_DEBUG_DISPLAY: Enabled
DISABLE_WP_CRON: Not set
WP_CRON_LOCK_TIMEOUT: 60
ALTERNATE_WP_CRON: Not set
— Campaigns Infos
Total campaigns: 32
Campaign ID: 80461
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 3
Last Run: May 12, 2022 8:46 am
Next Run: May 13, 2022 8:45 am
Campaign ID: 96784
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 1
Last Run: May 12, 2022 8:46 am
Next Run: May 13, 2022 8:45 am
Campaign ID: 84995
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 1
Last Run: May 12, 2022 1:21 pm
Next Run: May 12, 2022 3:20 pm
Campaign ID: 83318
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 1
Last Run: May 12, 2022 3:11 pm
Next Run: May 12, 2022 4:10 pm
Campaign ID: 84232
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 2
Last Run: May 12, 2022 3:11 pm
Next Run: May 12, 2022 5:10 pm
Campaign ID: 88833
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 1
Last Run: May 12, 2022 2:11 pm
Next Run: May 12, 2022 4:10 pm
Campaign ID: 96675
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 1
Last Run: May 12, 2022 1:26 pm
Next Run: May 12, 2022 5:25 pm
Campaign ID: 106278
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 2
Last Run: May 12, 2022 3:01 pm
Next Run: May 12, 2022 8:00 pm
Campaign ID: 107979
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 1
Last Run: May 12, 2022 11:01 am
Next Run: May 12, 2022 4:00 pm
Campaign ID: 108047
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 2
Last Run: May 12, 2022 3:01 pm
Next Run: May 12, 2022 8:00 pm
Campaign ID: 108050
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 1
Last Run: May 12, 2022 11:21 am
Next Run: May 12, 2022 3:20 pm
Campaign ID: 108058
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 2
Last Run: May 12, 2022 3:01 pm
Next Run: May 12, 2022 8:00 pm
Campaign ID: 67142
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 1
Last Run: May 12, 2022 12:31 pm
Next Run: May 12, 2022 4:30 pm
Campaign ID: 68432
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 3
Max items: 1
Last Run: May 12, 2022 5:26 am
Next Run: May 13, 2022 5:25 am
Campaign ID: 83826
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 1
Last Run: May 12, 2022 2:36 pm
Next Run: May 12, 2022 4:35 pm
Campaign ID: 108933
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 1
Last Run: May 12, 2022 2:36 pm
Next Run: May 12, 2022 4:35 pm
Campaign ID: 52644
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 1
Last Run: May 8, 2022 2:26 pm
Next Run: May 13, 2022 2:25 pm
Campaign ID: 57034
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 1
Last Run: May 10, 2022 3:26 am
Next Run: May 17, 2022 3:25 am
Campaign ID: 108957
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 1
Last Run: May 12, 2022 2:26 pm
Next Run: May 13, 2022 2:25 pm
Campaign ID: 10902
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 3
Max items: 1
Last Run: May 12, 2022 4:11 am
Next Run: May 12, 2022 4:10 pm
Campaign ID: 76442
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 2
Last Run: May 12, 2022 12:56 pm
Next Run: May 12, 2022 3:55 pm
Campaign ID: 76443
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 2
Last Run: May 12, 2022 1:41 pm
Next Run: May 12, 2022 4:40 pm
Campaign ID: 18506
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 1
Last Run: May 3, 2022 3:11 am
Next Run: May 17, 2022 3:10 am
Campaign ID: 4098
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 2
Max items: 1
Last Run: May 12, 2022 9:51 am
Next Run: May 12, 2022 3:50 pm
Campaign ID: 17201
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 1
Last Run: May 12, 2022 7:51 am
Next Run: May 12, 2022 7:50 pm
Campaign ID: 19273
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 1
Last Run: May 12, 2022 4:36 am
Next Run: May 12, 2022 3:35 pm
Campaign ID: 489
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 3
Max items: 1
Last Run: May 12, 2022 12:11 pm
Next Run: May 12, 2022 5:10 pm
Campaign ID: 72425
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 2
Max items: 1
Last Run: May 11, 2022 5:01 pm
Next Run: May 12, 2022 5:00 pm
Campaign ID: 72426
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 1
Last Run: May 11, 2022 5:06 pm
Next Run: May 12, 2022 5:05 pm
Campaign ID: 72427
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 2
Max items: 1
Last Run: May 12, 2022 6:51 am
Next Run: May 12, 2022 6:50 pm
Campaign ID: 94736
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 1
Max items: 2
Last Run: May 12, 2022 4:51 am
Next Run: May 12, 2022 4:50 pm
Campaign ID: 105759
Campaign type: feed
Publish as: post
Campaign Status: publish
Number of feeds: 3
Max items: 1
Last Run: May 11, 2022 8:41 pm
Next Run: May 14, 2022 2:40 am
— WPeMatico Configuration
Version: 2.6.15
mailmethod: mail
mailsndemail: noreply@wildsage.us
mailsndname: WPeMatico Log
disabledashboard:
roles_widget: Array
(
[administrator] => administrator
[editor] => editor
[author] => author
)
dontruncron:
enable_alternate_wp_cron:
disablewpcron:
set_cron_code:
cron_code:
logexternalcron:
disable_credits: 1
disablecheckfeeds:
enabledelhash: 1
enableseelog: 1
enablerewrite: 1
enableword2cats: 1
customupload: 1
imgattach: 1
imgcache: 1
fifu:
gralnolinkimg:
image_srcset:
audio_attach: 1
audio_cache: 1
gralnolink_audio:
customupload_audios: 1
audio_allowed_ext: mp3,m4a,m4b,aac,ra,ram,wav,ogg,oga,flac,mid,midi,wma,wax,mka
video_attach: 1
video_cache: 1
gralnolink_video: 1
customupload_videos: 1
video_allowed_ext: asf,asx,wmv,wmx,wm,avi,divx,flv,mov,qt,mpeg,mpg,mpe,mp4,m4v,ogv,webm,mkv,3gp,3gpp,3g2,3gp2
images_allowed_ext: jpg,jpeg,jpe,gif,png,bmp,tiff,tif,webp,ico,heic
featuredimg:
rmfeaturedimg:
force_mysimplepie:
set_stupidly_fast:
simplepie_strip_htmltags: 1
simplepie_strip_attributes: 1
strip_htmltags: base,blink,body,doctype,font,form,frame,frameset,html,input,marquee,meta,noscript,object,param,script,style,phoenix-ad-outstream
strip_htmlattr: bgsound,class,expr,id,style,onclick,onerror,onfinish,onmouseover,onmouseout,onfocus,onblur,lowsrc,dynsrc
woutfilter:
campaign_timeout: 300
throttle: 4
allowduplicates:
allowduptitle:
allowduphash:
jumpduplicates:
disableccf:
add_extra_duplicate_filter_meta_source: 1
nonstatic: 1
emptytrashbutton: 1
cpt_trashbutton: Array
(
[post] => 1
[page] => 1
[attachment] => 1
[customize_changeset] => 1
[oembed_cache] => 1
[user_request] => 1
[wp_block] => 1
[wp_template] => 1
[wp_template_part] => 1
[wp_global_styles] => 1
[wp_navigation] => 1
[jb_store_css] => 1
[acf-field-group] => 1
[acf-field] => 1
[wpematico] => 1
[make-me-feed] => 1
)
campaign_in_postslist: 1
column_campaign_pos: 2
disable_metaboxes_wpematico_posts:
disable_categories_description: 1
enable_xml_upload: 1
entity_decode_html: 1
disable_extensions_feed_page:
overwrite_audio: rename
clean_audios_urls: 1
rss_audio: 1
rss_audio_enclosure: 1
rss_audio_ifno: 1
strip_all_audios:
enable_audio_rename:
audio_rename: {slug}
audio_upload_ranges:
audio_upload_range_mb: 5
overwrite_video: rename
clean_videos_urls: 1
rss_video: 1
rss_video_enclosure: 1
rss_video_ifno: 1
strip_all_videos:
enable_video_rename:
video_rename: {slug}
video_upload_ranges: 1
video_upload_range_mb: 4
— WPeMatico Full Content Configuration
Version: 2.4
License Status: valid
License Expiration: 2023-02-09
— WPeMatico PROFESSIONAL Configuration
Version: 2.14
enablekwordf: 1
enablewcf:
enablecustomtitle: 1
enablefullcontent:
enableauthorxfeed:
enableimportfeed:
enablemultifeed: 1
enabletags: 1
all_badtags:
enablecfields: 1
enableimgfilter: 1
enableeximport: 1
enablepromenu: 1
enable_ramdom_words_rewrites:
end_of_the_line: 1
end_of_the_line_characters:
enable_custom_feed_tags: 1
enable_filter_per_author:
enable_word_to_taxonomy: 1
License Status: valid
License Expiration: 2023-02-09
— Must-Use Plugins (1)
Health Check Troubleshooting Mode: 1.7.2
— WordPress Active Plugins (38)
Native PHP Sessions for WordPress: 1.2.4
Advanced Custom Fields: 5.12.2
Autoremove Attachments: 1.3.1
Bulk Delete: 6.0.2
Child Theme Configurator: 2.5.9
Custom Post Type UI: 1.12.0
Yoast Duplicate Post: 4.4
Enable SVG, WebP, and ICO Upload: 1.0.1
Envato Market: 2.0.7
Everest Coming Soon Lite: 1.1.1
Featured Image from URL (FIFU) Premium: 5.6.3
Site Kit by Google: 1.74.0
Health Check & Troubleshooting: 1.4.5
Jetpack Boost: 1.4.2
Jetpack: 10.9
Really Simple SSL: 5.3.2
Regenerate Thumbnails: 3.1.5
Shortcodes Ultimate: 5.12.0
Easy Updates Manager: 9.0.12
tagDiv Cloud Library: 2.3 | built on 12.05.2022 9:11
tagDiv Composer: 3.4 | built on 12.05.2022 9:11
tagDiv Mobile Theme: 2.1 | built on 12.05.2022 9:11
tagDiv Social Counter: 5.1 | built on 12.05.2022 9:11
tagDiv Standard Pack: 1.5 | built on 12.05.2022 9:11
Envato Toolkit: 1.4
Unsplash: 1.0.1
UpdraftPlus – Backup/Restore: 1.22.12
Yoast SEO: 18.8
WP Crontrol: 1.12.1
WP-Optimize – Clean, Compress, Cache: 3.2.3
WPeCounter: 1.2
WPeMatico Custom Hooks: 1.2
WPeMatico: 2.6.15
WPeMatico Better Excerpts: 3.3.1
WPeMatico cats2tags: 2.3
WPeMatico Full Content: 2.4
Make Me Feed: 2.9
WPeMatico Professional: 2.14
— WordPress Inactive Plugins
— WordPress Cron Schedules
Next due: Schedule: Hook
May 12, 2022 10:21 pm: WPeMatico: wpematico_cron
May 12, 2022 10:22 pm: Every 5 minutes: jetpack_sync_full_cron
May 12, 2022 10:25 pm: Every 5 minutes: jetpack_sync_cron
May 12, 2022 10:30 pm: Once Hourly: jetpack_clean_nonces
May 12, 2022 10:34 pm: Once Hourly: wp_privacy_delete_old_export_files
May 13, 2022 12:20 am: Twice Daily: puc_cron_check_updates-fifu-premium
May 13, 2022 5:32 am: Twice Daily: td_instagram_cron_job
May 13, 2022 6:25 am: Sitemap Interval: jp_sitemap_cron_hook
May 13, 2022 6:28 am: Once Daily: wp_scheduled_auto_draft_delete
May 13, 2022 6:29 am: Once Daily: jetpack_v2_heartbeat
May 13, 2022 6:30 am: Once Daily: jp_purge_transients_cron
May 13, 2022 6:34 am: Twice Daily: wp_update_plugins
May 13, 2022 6:34 am: Twice Daily: wp_update_themes
May 13, 2022 6:34 am: Twice Daily: wp_version_check
May 13, 2022 6:35 am: Twice Daily: get_transient_features
May 13, 2022 6:35 am: Twice Daily: jetpack_waf_rules_update_cron
May 13, 2022 6:35 am: Twice Daily: googlesitekit_cron_update_remote_features
May 13, 2022 6:37 am: Twice Daily: wp_https_detection
May 13, 2022 12:49 pm: Once Daily: wpo_minify_purge_old_cache
May 13, 2022 12:49 pm: Once Daily: wpo_smush_clear_backup_images
May 13, 2022 1:01 pm: Once Daily: wpo_cron_event2
May 13, 2022 6:18 pm: Once Daily: recovery_mode_clean_expired_keys
May 13, 2022 6:34 pm: Once Daily: wp_scheduled_delete
May 13, 2022 6:34 pm: Once Daily: delete_expired_transients
May 13, 2022 6:35 pm: Once Daily: wpseo_permalink_structure_check
May 13, 2022 6:46 pm: Once Daily: wpseo-reindex
May 13, 2022 10:13 pm: Once Daily: tribe_common_log_cleanup
May 13, 2022 10:13 pm: Once Daily: tribe_daily_cron
May 15, 2022 6:01 am: Once Weekly: wpo_weekly_cron_tasks
May 16, 2022 10:59 pm: Once Weekly: wpseo_ryte_fetch
May 18, 2022 6:49 pm: Once Weekly: updraft_backup
May 18, 2022 6:49 pm: Once Weekly: updraft_backup_database
May 19, 2022 3:01 am: Once Weekly: health-check-scheduled-site-status-check
May 19, 2022 4:01 am: Once Weekly: wp_site_health_scheduled_check
— WordPress user Defined Constants
Array
(
[KB_IN_BYTES] => 1024
[MB_IN_BYTES] => 1048576
[GB_IN_BYTES] => 1073741824
[TB_IN_BYTES] => 1099511627776
[WP_MEMORY_LIMIT] => 256M
[WP_MAX_MEMORY_LIMIT] => 512M
[WP_CONTENT_DIR] => /home2/wildsage/public_html/wp-content
[WP_DEBUG] =>
[WP_DEBUG_DISPLAY] => 1
[WP_DEBUG_LOG] =>
[WP_CACHE] => 1
[SCRIPT_DEBUG] =>
[MEDIA_TRASH] =>
[SHORTINIT] =>
[MINUTE_IN_SECONDS] => 60
[HOUR_IN_SECONDS] => 3600
[DAY_IN_SECONDS] => 86400
[WEEK_IN_SECONDS] => 604800
[MONTH_IN_SECONDS] => 2592000
[YEAR_IN_SECONDS] => 31536000
[WP_CONTENT_URL] => https://wildsage.us/wp-content
[WP_PLUGIN_DIR] => /home2/wildsage/public_html/wp-content/plugins
[WP_PLUGIN_URL] => https://wildsage.us/wp-content/plugins
[PLUGINDIR] => wp-content/plugins
[WPMU_PLUGIN_DIR] => /home2/wildsage/public_html/wp-content/mu-plugins
[WPMU_PLUGIN_URL] => https://wildsage.us/wp-content/mu-plugins
[MUPLUGINDIR] => wp-content/mu-plugins
[FORCE_SSL_ADMIN] => 1
[FORCE_SSL_LOGIN] => undefined
[AUTOSAVE_INTERVAL] => 60
[EMPTY_TRASH_DAYS] => 30
[WP_POST_REVISIONS] => 1
[WP_CRON_LOCK_TIMEOUT] => 60
[TEMPLATEPATH] => /home2/wildsage/public_html/wp-content/themes/Newspaper
[STYLESHEETPATH] => /home2/wildsage/public_html/wp-content/themes/Newspaper-child
[WP_DEFAULT_THEME] => twentytwentytwo
[DISABLE_WP_CRON] => undefined
[ALTERNATE_WP_CRON] => undefined
[WPEMATICOHK_VER] => 1.2
[WPEMATICO_VERSION] => 2.6.15
[WPEMATICO_BASENAME] => wpematico/wpematico.php
[WPEMATICO_ROOTFILE] => /home2/wildsage/public_html/wp-content/plugins/wpematico/wpematico.php
[WPEMATICO_PLUGIN_URL] => https://wildsage.us/wp-content/plugins/wpematico/
[WPEMATICO_PLUGIN_DIR] => /home2/wildsage/public_html/wp-content/plugins/wpematico/
[WPEMATICO_CATS2TAGS_VERSION] => 2.3
[WPEMATICO_CATS2TAGS_STORE_URL] => https://etruel.com
[WPEMATICO_CATS2TAGS_ITEM_NAME] => WPeMatico cats2tags
[WPEMATICO_CATS2TAGS_ROOT_FILE] => /home2/wildsage/public_html/wp-content/plugins/wpematico_cats2tags/wpematico_cats2tags.php
[WPEMATICO_CATS2TAGS_PATH] => /home2/wildsage/public_html/wp-content/plugins/wpematico_cats2tags/
[WPEFULLCONTENT_REQ_WPEMATICO] => 2.6
[WPEMATICOPRO_VERSION] => 2.14
[WPEMATICOPRO_UPDATE_CAMPAIGNS] =>
[WPEMATICOHK_ROOT_FILE] => /home2/wildsage/public_html/wp-content/plugins/wpematico-custom-hooks/wpematico_custom-hooks.php
[WPEMATICOHK_DIR] => /home2/wildsage/public_html/wp-content/plugins/wpematico-custom-hooks/
[WPEMATICOHK_URL] => https://wildsage.us/wp-content/plugins/wpematico-custom-hooks/
[WPEMATICOHK_STORE_URL] => https://etruel.com
[WPEMATICOHK_ITEM_NAME] => wpematico-custom-hooks
[WPEM_ADMIN_DIR] => /home2/wildsage/public_html/wp-admin
)
### End Debug Info ###
When Better Messages plugin for WordPress is activated, Newspaper theme start throwing errors:
Fatal error: Uncaught Error: Call to undefined function bp_is_email_customizer() in /home/motoxplo/public_html/xnet.pm/wp-content/plugins/td-composer/td-composer.php:201 Stack trace: #0 /home/motoxplo/public_html/xnet.pm/wp-includes/class-wp-hook.php(307): tdc_template_include('/home/motoxplo/...') #1 /home/motoxplo/public_html/xnet.pm/wp-includes/plugin.php(189): WP_Hook->apply_filters('/home/motoxplo/...', Array) #2 /home/motoxplo/public_html/xnet.pm/wp-includes/template-loader.php(104): apply_filters('template_includ...', '/home/motoxplo/...') #3 /home/motoxplo/public_html/xnet.pm/wp-blog-header.php(19): require_once('/home/motoxplo/...') #4 /home/motoxplo/public_html/xnet.pm/index.php(17): require('/home/motoxplo/...') #5 {main} thrown in /home/motoxplo/public_html/xnet.pm/wp-content/plugins/td-composer/td-composer.php on line 201
There has been a critical error on this website.
If I deactivate this plugin, the theme works with no errors. Is there anything I can do to make Better Messages work with Newspaper theme?
I got this errors only with Newspaper theme, other themes works fine with this plugin.
Hi,
I’m sorry I didn’t attach the path to edit the text -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_module.php -> https://i.imgur.com/vDBHTYA.png
Thank you!
The new updates are hugely buggy. I had to downgrade from 11.4.3 to 11.4.2 because the menus on desktop were inaccessible. Update to this: the menus are inaccessible on 11.4.2 when logged in.
After downgrading, I can no longer access the admin panel from the homepage when logged in because if the location of the little buttons to create a mobile page and to ‘load templates’.
The recent update (maybe to 11.2 or so) broke the formatting for the posts loop of latest posts. The photos disappeared, and now it’s only 1 column even though 2 columns is set in the options. This issue is weird because it looks fine in TD Composer, but doesn’t work when it renders the page.
When can we expect the bugs to be taken care of?
Hello, I am getting fatal error on tag div composer
Error type E_COMPILE_ERROR je prouzročena in row 47 datoteke /home/jupiterm/public_html/edoktor.hr/wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php. Poruka greške: require_once(): Failed opening required ‘/home/jupiterm/public_html/edoktor.hr/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php’ (include_path=’.:/opt/alt/php74/usr/share/pear’)
What to do?
Hello,
To change the h4 you need to do it in the theme files wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php -> https://i.imgur.com/s5GYNid.png
Thank you!
TD Composer is disabled on my Posts Page. I tried following the link for the topic posted by Bettina but the link is defunct. Can someone tell me how to fix this?
Hi,
I had the NewsMag theme active. I tried to switch to the Newspaper theme and activating crashed my site:
Warning: require_once(legacy/Newspaper/functions.php): failed to open stream: No such file or directory in /mysite.com/public_html/wp-content/plugins/td-composer/td-composer.php on line 189
Fatal error: require_once(): Failed opening required ‘legacy/Newspaper/functions.php’ (include_path=’.:/opt/remi/php74/root/usr/share/pear:/opt/remi/php74/root/usr/share/php:/usr/share/pear:/usr/share/php’) in /mysite.com/public_html/wp-content/plugins/td-composer/td-composer.php on line 189
I can no longer access my website at all – this error msg shows everywhere…
We have built custom headers with TD Composer and they are working fine, however I just went to try to edit the Mobile header by going to Edit Header Template in TD Composer, then clicking on Manager and there used to have mobile header, sticky header, etc. Now it just shows Global Fonts, Global Colors and Settings. The option to edit the mobile and sticky headers are not there. Has this been moved to a different location?
Hi, thank you very much for your quick answer.
Unfortunately this problem happens on ALL the pages even if they were actually built using the TD Composer. This is the website https://www.noiristrutturiamo.it/.
I will surely sen you the login to wp-admin.
Thanks again.