Hi jakubz,
The thing is that you add a new type of tags ‘skladnik’, and this is not recognize by the theme, if you want to use the extra tags you need to add these in the posts templates too, for example for post template 1 -> https://i.imgur.com/2qqFenz.png -> wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php also the code for get_the_tags() is set on this file -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/UzM3RYi.png
Hope this will help you!
Thank you!
come mai nel TD COMPOSER non c’è il covid-19 statistic counter e table? Inoltre perché non mi fa modificare la pagina direttamente quando è aperta chiedendomi sempre la registrazione al wp-admin? Per modificare la pagina dal lato amministratore devo farlo da “tutte le pagine” e non direttamente quando è aperta
Hi, I created a new single post template with a sticky sidebar. Within the sidebar I want to display some data from the post e.g. selected categories and some data from custom fields. How can I add this dynamic data (which is different for each single post) in my template?
I saw the raw css and raw html block in the td composer but I couldn’t find a way to select dynamic content.
thanks in advance
hi..
i forgot..i mean, the footer edit template icon is not available on the dashboard..so it’s hard to editing footer with classic editor..not only that, the frontend editor(td composer) does not appear..
…
-
This reply was modified 6 years by
yudi budiman.
When click on tagDiv composer getting bellow error, please solve it Asap…
This page isn’t workingstage.useraccessreview.com didn’t send any data.
ERR_EMPTY_RESPONSE
Hi,
So if i understand correctly you want to display the custom post types in blocks, is if so then you can do it by editing the page with tagDiv Composer and set in filter tab the taxonomy id.
Here is a similar topic -> https://forum.tagdiv.com/topic/custom-taxonomy-posts-view-on-category-filter-td-composer/
Thank you!
Dear Calin, the stick-option wasn’t enabled. Is there another way to remove that effect? If I do nothing I get really bad ranking problems… I have created the sidebar with the td-composer and used a template for it. In the themepanel there is only activated default sidebar.
Greetings Kathrin
-
This reply was modified 6 years by
Topfgartenwelt.
Hi,
If you do not want to make other changes, only the accent color for menu, then the easy way is to use a custom css -> https://i.imgur.com/rtVBqNT.png
.td-blog-baby .td-header-style-11 .sf-menu > .current-menu-item > a, .td-blog-baby .td-header-style-11 .sf-menu > li > a:hover {
color: red;
}
The code need to be set in theme panel> custom code> custom css.
Also if you want you can use a cloud header from tagDiv Cloud Library, this can be edited with tagDiv Composer and you can achieve almost everything.
Thank you!
I have accessed my website Famedsuperstarnation.com, there seems to be an issue with one of the plugin.
Please access to file manager and try disabling plugin ‘td-composer’ from control panel.
The website I’m refering to is Famedsuperstarnation.com, also I was trying to register the theme is we this problem happened.
I find the problem only when editing the existing homepage I had built using Composer. I’m able to open the header and category page templates just fine. But for the home page, when I click “Edit with TD Composer” in goes into the above loop.
Please advise. I’ve worked on the page quite a bit.
thanks
Any edits to my frontpage have stopped saving. Modifying existing elements, or adding new elements….. I will hit save on left TD Composer Sidebar, it’ll spin, and the green “Content Successfully Saved” tag shows in top right. I can close out of it, and immediately go to view, or back into edit….. and nothing has saved.
Edits have worked for the first 10-15 minutes each morning, and then suddenly stop sticking.
No outside plugins activated. Memory set to 256MB. Edits on any other page are fine. Just the frontpage is behaving this way. PLEASE help!
Hi,
That is because using the mobile theme plugin is like using another theme but only for mobile version, therefore the settings from responsive version will no longer apply to mobile theme. Some times fore these plugins you need to set a code in functions.php if this is working in the same way, then you can set it on this path wp-content/plugins/td-composer/mobile/functions.php
Unfortunately, the Ultimate Member – reCAPTCHA plugin has not been tested with our theme and therefore, we cannot say for sure if it will work or not as expected with the theme, sorry! Also, we cannot provide support for untested plugins.
Thank you!
Hi,
I am able to use the TagDiv Composer for every other page except for the “Front Page”. When trying to use the td composer the screen shows a tiny sliver of its top menu and then a blank loading circle. The console is also showing this error.
Uncaught SyntaxError: Unexpected identifier
Uncaught TypeError: Cannot read property ‘headerTemplateId’ of undefined
at js_files_for_wrapper.min.js?ver=75663779ceaca21efa8b6f639056c3fd:39
at js_files_for_wrapper.min.js?ver=75663779ceaca21efa8b6f639056c3fd:40
Any insight on this would be greatly appreciated.
Hi
I tried copying the code into both functions.php, but on both occasions it caused the site to crash with a fatal error, so I had to remove it again
Fatal error: Cannot redeclare add_custom_recaptcha_forms() (previously declared in /www1/acd/www.kentnews.online/web/wp-content/themes/Newspaper/functions.php:442) in /www1/acd/www.kentnews.online/web/wp-content/plugins/td-composer/legacy/Newspaper/functions.php on line 96
There has been a critical error on your website.
I have installed the cov-19 theme and it works nicely with the single post template which can be edited in the TD composer.
But when I add a custom post type, the posts are narrower than the rest of the theme and and I cannot expand the width because the template used for custom post types cannot be edited in the composer.
Is there any solution for this so the custom post types can have the same width as the rest of the theme?
Hi chicky365,
Our theme has more functions.php file please make sue that you set the code in these files:
-> wp-content/plugins/td-standard-pack/Newspaper/functions.php
-> wp-content/plugins/td-composer/legacy/Newspaper/functions.php
Also you can set this file in a child theme -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Hope this will help you!
Thank you!
Hi,
When I’m on TD Composer, I can see that all font atributes are set to default (just like it also is on theme panel > fonts), and on the preview the text looks just like it should, but when an actual post uses that template, the line height clearly is lower. Why is that? How can I make sure that the text will look exactly like default?
Thanks
Hello
my wordpress crashes why trying to install td-composer plugin in Newspaper theme.
Parse error: syntax error, unexpected ‘.’, expecting ‘)’ in /home4/egeruennamdi/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global.php on line 415
Please direct me on how to fix it
Hi orionlabs,
Indeed the JUSTIFY style is not add in elements from tagDiv Composer. What you can do is to add an extra class -> https://i.imgur.com/cyMtD7p.png adn use this custom css for that class -> https://i.imgur.com/LAwux7i.png all blocks that will have this extra class will display the text justify and there will be no problems when you’ll update the theme.
The css need to be set in theme panel> custom code> custom css.
Hope this will help you!
Thank you for your understanding!
Hi,
I created a page, but I’m having a hard time figuring out how to add a sidebar just like I did for the single post template.
Bellow I attached a image. I’m trying to get that same sidebar on the right, to show on the page to the left.
I tried adding the widget sidebar in TD composer, but nothing changes and I can’t add the sidebar content mannualy. Any help?
Thanks
HI!
TEMPORARILY I AM SOLVING IN THIS WAY (IN EVERY TD-BLOCK_X_.PHP: td-composer / legacy / Newspaper / includes / shortcodes * @meta_horiz_align_right * /
. $ unique_block_class .td-module-meta-info {
text-align: justify;
}
DOING THIS I SHOULD CUSTOMIZE THE CODE WITH EVERY UPDATE OF THE PLUGIN. IT’S RIGHT? IS THERE A MORE FUNCTIONAL SOLUTION?
THANK YOU VERY MUCH
Hi I just bought the template to have my website (https://callofduty.ie/) to look like https://demo.tagdiv.com/newsmag_scandal/
I imported demo and content but it doesn’t look the same. My main issue is I wanted the titles of the articles in the big grid to have an orange block behind the title, where the yellow one is but the options I can find in TD composer (Black bottom, tint, gradient, simple colours etc.) don’t match up with the demo.
Thanks
Hi, I’m getting Internal Server Error when I’m trying to use td composer. I have also reinstalled td composer plugin and also I have restarted the server but still I’m facing the issue.The website is hosted on AWS. Please help me.
Thanks