- NewspapertagDiv Composer Tutorial
- 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
- NewspaperCustom Post Type Support
- NewspaperCloud Library Templates
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperHeader Builder
- NewspapertagDiv Cloud Library Plugin
- NewspaperAd Box Element and Ads Overview
Hi!
The layout of my AMP pages changed significantly since the new update. I do not want to use the mobile theme, since I want to have the responsive layout of my pages and homepage as created with TD composer. I just want my AMP pages to look as they did before.
Before the update, the AMP page layout was perfectly in line with my theme. Now, it is an ugly coloured bar in top with a standard WordPress AMP theme that is not in line with my website design at all. For example, see https://www.streamwijzer.nl/bohemian-rhapsody-netflix/amp/
Also, the web pages with AMP in the new layout are not tracked by Google Analytics anymore, also after inserting the GA tracking code in the correct form in the AMP plugin. I inserted it in two ways, both with the filled in correct GA ID.
{
“vars”: {
“gtag_id”: “UA-xxxxxxxxx-1”,
“config”: {
“UA-xxxxxxxxx-1”: {
“groups”: “default”
}
}
}
}
and
{
“vars”: {
“account”: “UA-xxxxxxxxx-1”
},
“triggers”: {
“trackPageview”: {
“on”: “visible”,
“request”: “pageview”
}
}
}
Thank you for your help in advance,
Kind regards,
Siebren
Check this post: https://10bestgear.com/golf/balls/best-golf-balls-for-beginners/
Does Newspaper mobile theme & AMP support TD Composer.
I want to switch from VC Composer to TD Composer, but when I activate VC, then TD will automatically Deactive, if I activate VC then the situation will still happen, only it will be slower when I activate the VC . What should I do ?
Hi,
Please check in Newspaper>Plugin and try to update from there and activate the tagDiv Composer ->https://www.screencast.com/t/7fIaCUkzht
How to install and update plugins ->https://tagdiv.com/how-to-install-plugins-and-update-plugins/
If there is still a problem, please go in wp-content > plugins and make sure that the td-composer is delete from there and after that try to install it!
If there is still a problem please let me know!
Thank you for your understanding!
Hi! Thank you for your answer. My problem is not solved yet though.
Regarding the following point:
– Homepage / other pages layout mobile theme: all pages show no content anymore (on mobile) after updating and using the mobile theme plugin. Severe issue which causes the fact that I’m not able to use the mobile theme plugin now.
I wonder this: the mobile editor is very limited. Is there no possibility to copy the exact layout that I had before for all these pages and use that on mobile? I do not simply want text on those pages, I want the mobile layout that I had before the update which was created with the TD composer. That looked good, just text and ‘latest articles’ does not.
Moreover, the menu button does not work when I click on it in the mobile pages, also when information is inserted in the mobile editor. When you click on it, nothing happens. How can this be?
Kind regards,
Siebren
Hi Tagdiv Team,
I want to change the logo postion of my website from left to right
I have tried with TD composer but it seems that has no control for Header screenshot ( http://prntscr.com/mubz0s )
I will appreciate your help if you can guide me on this
Hello Guys,
I just purchased the theme, and i’m getting this error when trying tagDiv-compose:
Refused to display ‘https://sub.domain.com/?page_id=79&td_action=tdc_edit&post_id=79&tdbTemplateType=page’ in a frame because it set ‘X-Frame-Options’ to ‘deny’.
Could you help me please ?
keep getting this error when trying to install new composer, i deleted the old newspaper 9. all other plugins installed except composer, keep getting Destination folder already exists. /wpcom-152524644/wp-content/plugins/td-composer/
Plugin installation failed.
Hi,
I add a “Text with Header” element via tdComposer.
I have created a shortcode [foobar] in functions.php of the child theme.
I add [foobar] in the text field and the content of the shortcode shows just fine.
I save the page using tdComposer.
When I try to edit the page agin with tdComposer I get the following error:
Errors at columns: 2(models) : 8(dom). The model does not match the content
Help, please?
I’m using NewsPaper 9.1.
When entering a shortcode into a Column Text element manually the shortcode executes and renders perfectly when the page is loaded… 🙂
However, when the same shortcode is added to the same Column Text programatically it does not execute and instead only echoes the shortcode back to the screen.
In the code below, when the variable “trendingstock” is sent to an alert box to test it’s contents, it can be seen to contain a string of the exact shortcode previously entered manually that works fine. However, when added to the column text programatically it only displays an echo of the shortcode.
function ShowChart($attr){
$trendingstock = $attr;
alert(“The function has been passed the shortcode string: ” +$trendingstock );
$(‘.trendingstockchart’).html ($trendingstock);
}
In the code above, ‘.trendingstockchart’ is the class I assigned to the column text in TD Composer. The only output on the page is an echo of the string contents within the column text, no execution of the shortcode it represents.
Thanks,
Gary
Hi,
You can try to add the shortcodes of them inside the Text with Title element in the Widgets section area to display the Newsletter and Slide Element. The shortcodes of them might be found here -> https://www.screencast.com/t/5ZP10ItONj Use the TD Composer on a test page, configure your Newsletter and then, edit that page with the Classic Editor (Edit page not with TD Composer), take the generated code and add it inside your Sidebar from Widgets section area, inside a Text with Title element, like this -> https://www.screencast.com/t/R8ElZEk1Evg Also, please notice that he Slide element exists through the list of available elements for Widgets.
Hope this helps and ket us know how it goes!
Thanks for oyur understanding!
I’ve tried install through two method. And All the results are the same
When I purchased this theme. I’ve downloaded, I’ve never changed anything
Please help me solve this problem
Parse error: syntax error, unexpected ‘[‘, expecting ‘)’ in /home/selfstud/public_html/wp-content/plugins/td-composer/includes/tdc_util.php on line 610
Hi,
By default the hover colors of those elements will be the theme accent color set in the theme panel.
Setting an accent color for the block will set a hover color of your choosing for the title, read more and load more buttons, but it seems there is a design problem with the button – http://prntscr.com/mtj6eq also the hover color should apply on hover, not by default.
I could give you a code to fix it so that the accent color set in the composer applies properly – http://prntscr.com/mtjerc
.td_module_17 .meta-info-container .td-read-more a{
background-color: transparent!important;
}
If maybe you use the module 17 in for example a category page post loop, I can give you a code to color those elements, chnage the colors as you want
.td_module_17 .meta-info-container .td-read-more a{
background-color: transparent!important;
}
.td_module_wrap:hover .entry-title a {
color: yellow;
}
.td-load-more-wrap a:hover {
background-color: yellow;
border-color: yellow;
}
.td_module_17 .td-read-more a:hover {
color: yellow;
}
Let me know if you need help. I will add this issue with the read more button on our list and it will be fixed.
Thanks
Hi,
I’m using a custom footer page, designed using TD composer, and its selected under footer page settings. However, it shows only half on the website. It does not fully show the footer.
Hi,
For some reason both “Text with Title” or “Column text” blocks don’t load the text from the wp editor. In fact there’s no save option on the wp editor window, so I’m not sure it’s suppose to add automatically when I close the wp editor.
Repro steps.
1. Add “Text with Title”
2. Click “Edit content”; I see the wp editor.
3. Type the text and I close.
4. The text block is not updated.
Hi – is there an option to allow TD composer to be used on Posts?
or is there a 3rd party plugin builder i can use that doesn’t duplicate the page content on the post
i’ve tried Beaver builder, Elementor and they work fine except they duplicate the post so i see the post again underneath Author related posts
any ideas?
Please help me with this problem
Parse error: syntax error, unexpected ‘[‘, expecting ‘)’ in /home/selfstud/public_html/wp-content/plugins/td-composer/includes/tdc_util.php on line 610
my web site all have this problem too : https://self-study-english.com/
Hi guys,
I would like to set up a row using TD Composer to show as two columns on desktop and tablet landscape, but switch to a stacked single column on tablet portrait (exactly like it does for mobiles).
Is this possible to do from the composer?
Many thanks,
stuart
Calin
Thanks for the detailed reply. However, in my TD composer panel the options to change font and font size are blanked out. There is no ability to change them, although fonts can easily be changed from the font options in the Theme panel. I will send you screenshots, and login details for this proble,, as well as for the other one I have raised.
Hi,
Please notice that our demo has been created with TD Composer and for the right Sidebar, has been used the Flex Block 1, like this -> https://www.screencast.com/t/m2L8UkY4m So, if you want to include that element inside the Default Sidebar, you need to Go to the Widgets section and add there the shortcode for that element, Flex Block 1 (for example). -> https://www.screencast.com/t/Nu6sDUpDE8fJ You can try to add this code in that section and check how it goes -> https://pastebin.com/1midLncY For creating this code, you need to use the TD Composer, set up this Flex Block and then, edit it in Text mode and take the code inside your sidebar section. I suggest another alternative in this case, which is more simple and quick. You need to create your desired Single Template from your Cloud Template where you can use the TD Composer and add create and set up your sidebar from there, using this tool. Please check the Cloud Library from here -> https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Hope this helps and let us know how it goes!
I look forward to helping you!
Thanks.
Hi,
Yes, you need to add this code to the original style.css of your theme. Regarding on TD Composer, all the code which you have added from it will overwrite the default style.css, for example -> https://www.screencast.com/t/AbUlMOnG7
Thanks for your understnading!
Hi,
The font family and font size can be change with tagDiv Composer
-> https://www.screencast.com/t/gcrbOkPQq
-> https://www.screencast.com/t/jbvLBIxyCVaE
And for color you’ll need to use a custom css in order to change the color only on those blocks -> https://www.screencast.com/t/lC6s2QuwRD4z
.td-load-more-wrap a {
color: red;
}
.td_ajax_load_more {
border: 1px solid blue;
}
.td-subcat-filter .td-subcat-list a {
color: green;
}
Thank you!
I found how can I do it. It is possible to do it with “Edit with TD Composer”.
Hi, all of a sudden I can’t edit old Column Text blocks or create new ones. I can put in anything else but not that.
I checked for conflicts with all plugins, reinstalled the theme, reinstalled TD Composer by both uploading the zip and even replacing the entire folder. I also had my host restore a full backup from a week ago just in case, but nothing.