- NewsmagtagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- NewsmagHow to update a plugin
- NewsmagRequirements for Newsmag
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBlock settings tutorial
- NewsmagPage Menu
- NewsmagCustom ad spots
- NewsmagSmart sidebar
- NewsmagVideo playlist
- NewsmagPage templates
How can I calculate the correct image dimensions for the header, footer and full width rows?
I would like to use background images but they are not coming out well at all. It is hard to estimate the what the image height to width ratio should be and I am worried on different screen sizes/devices it will be all wrong. Not sure how to get the background image settings correct in TD-Composer.
Any guidance on this?
Thanks,
Killian
Hey there,
If I want to re-design some pages of the site on another (development) server [with a duplicate installation of my site] is there a way to export the page or at least the visual composer layout and then import it into my live site?
Thanks
Killian
Hello Catalin,
Thank you for your reply. I know you can’t change shop background color in option theme. I just ask for the CSS code, because i don’t know to use it, not a lot…. I try to find with browser inspector but it’s like alien language for me.
For background shop i got this code:
body class=” archive post-type-archive post-type-archive-product logged-in admin-bar woocommerce woocommerce-page global-block-template-1 td-black wpb-js-composer js-comp-ver-4.12.1 vc_responsive td-animation-stack-type1 td-full-layout customize-support td-js-loaded body-td-affix”
on styles part:
.td-black
background-color: #1a1a1a;
color: #eee;
/*
What i have to copy on Newspaper CSS customize? Change “black” by “white”?
A little help ll be appreciate. Thank you!
Hello johnfelipe,
Unfortunately, I have inspected your backend page but I saw that I do not have any access to your panel and plugins section. It seems that the TD Composer works as expected, without any problems. Regarding on WPBakery Visual Composer, please notice that regard is not theme’s related and as I have explained you above, the multi-site has not been tested with our theme and also, we cannot provide support for this, sorry! For more information about this, please check here -> https://blog.visualcomposer.io/what-is-wordpress-multisite-explained/
Thanks.
Hello,
There are some problems with the td-composer plugin in combination with a composerized WordPress (http://composer.rarst.net/). The following code:
$parse_uri = explode( 'wp-content', $_SERVER['SCRIPT_FILENAME'] );
require_once( $parse_uri[0] . 'wp-load.php' );
in
wp-content/plugins/td-composer/includes/wpeditor.php creates warnings (wp-load file not found) and the visual editor doesn’t open.
It’s better to use ABSPATH since that will always work:
https://developer.wordpress.org/reference/classes/wp_filesystem_base/abspath/
Hi,
I’ve created the site and it works fine on laptops and phones and have managed to troubleshoot everything with browsing through the forum which is great, however I can’t find a solution to my problem.
My problem is that on tablets – you can see images here
https://drive.google.com/open?id=1yzK4vIdcgSZtcehp-tzzIlERNsAH1tgO
1. The sidebar is cut off (no matter whether portrait or landscape)
2. The images on my pages/posts are also cut off (portrait and landscape)
I have used the widgetised sidebar and visual composer on all pages and then I’ve used the td composer to edit the image sizes so they appear correct, which they do on laptops and phone, just not on tablets. Please help.
If you’re using an outdated TagDiv themes like Newspaper or Newsmag and you suspect that your website might be infected, you can verify through our free SiteCheck scanner. Update the themes to patch the vulnerability, then inspect your blog for suspicious users. We also advise that you test your settings, change your passwords, and scan your server for any backdoors that may have been left behind.
Also, worth checking the changelog for each new version of Newsmag to check what has been patched, including any security fix.
Much like updating WordPress to fix security flaw in core WP code.
But, check your site with the Securi free scanner, and that way you will know you’re okay 🙂
CHANGELOG:
Version 4.2 – November 17, 2017
misc: Visual Composer plugin updated to the latest version
misc: Compatibility with WordPress 4.9
fix: Weather forecast
Version 4.1 – November 1st, 2017
misc: Visual Composer plugin updated to the latest version
misc: Revolution Slider plugin updated to the latest version
fix: Weather widget
fix: XSS Security issue
fix: Background click ad
Version 4.0 – July 13th, 2017
new: Challenging you to be more creative and productive, we’ve added the first page builder ever created for blogs, news and magazine websites. Newsmag 4 brings you tagDiv Composer – a lighter, faster and more efficient way to build your site. Ready to be used right on the frontend, easier than ever, seeing every change instantly.
new: Live frontend LESS and CSS editor. This allows you to quickly add CSS or LESS quick to any page of your site
new: News Magazine demo
new: Clear Voice demo
new: Sound Square demo
new: Buttons that are available in the format menu
The list of modified files
Version 3.3.1 – January 26th, 2017
fix: We modified the login modal window code to only appear on the page when front page login is enabled. This makes sure that some versions of Chrome browser will not mark the site as “Not Secure”.
Hi,
Thank you for your appreciations, the tagDiv composer is meant to allow you to create pages easily, achieving many possible designs.
The functions that are called for each module are declared in the general td-module file
– https://www.screencast.com/t/PrqlX29O9t
I believe that is what you are asking.
Thanks
Thank you – I solved the Problem. I had to map it in TD-Composer.
Thank you
I found the bug, (and it is a bug!)
I tackled the problem with renewed determination and got results. I’m looking more fondly on TD Composer this morning.
The bug occurred because I was testing a column text block to see if custom css could prevent the padding of a text block title but not the text below it.
While the text padding moves the text away from a border (good), the ‘me-too’ header padding leaves an unsightly white strip beside the colored background of the header (bad). I need to make it clear that Custom CSS was empty while creating (and re-creating endlessly) this bug.
So . . .
Home Page Layout:
• Full width row with banner image
• 2/3:1/3 row with ‘td-ss-row’ added class to make the 1/3 row sticky.
• inner row 1/2:1/2 .
• several blocks in each of the two columns, a mix of column text and raw html blocks
At the bottom of the left hand column (as it turns out bug will work at any place up or down the column) I put a default column text block. I changed the title to ‘Test Title Adjust” but I was happy with the default text (it was only a test, after all!)
-
so I did not change it
. I gave the block an all-around border and padded it left and right in order to create the unsightly header I was hoping to correct.
It saved fine the first time in TD Composer and displayed correctly in the page. However, TD composer did not append a [/vc_column_text] shortcode to close this block with its default text.
When I next open then save this page in TD Composer (without doing anything else), it is apparently confused by the [vc_column_text beginning. . . .] but no [/vc_column_text] shortcode to close the block.
Its response to the confusion is rather strange! At the head of the second column, it adds a second pair of quote marks like so: [vc_column_inner width=”1/2”] becomes [vc_column_inner width=””1/2””]. This breaks the layout, placing a full width second column under the ½ width first column. (repeat visits to TD Composer seem to sprinkle pairs of quotes in places down the second column, but I haven’t really explored that.)
Removing the extra quote marks around the column width restores the layout (only momentarily, if the padded default text box does not have new text added to trigger the adding of [/vc_column_text].)
Demand that users change the text? Otherwise don’t create the box? Alert box them if they don’t? Add the closing shortcode anyway?
So, continuing on, it seems, I’m still playing with the column text block title that I’m trying to ‘unpad’. I can get every title including standalone titles to ‘unpad’ by using custom css ‘.block-title{ margin-left: -4px}’ but that leaves all the standalone titles jutting left and looking unsightly. Any ideas on how I can identify only those titles within a text box?
Thanks for the offer of the refund, but I’m perfectly happy with Newspaper and TD Composer (much better than Visual Composer) for the photo magazine blog for which I bought the theme and for which it is licensed.
I’ve been taking a liberal interpretation of localhost usage to try the theme out for a client looking to port a much more text-based DNN website to WordPress (which will, if and when it sees the light of day, require a new purchase/license.) This is the project I’m not so sure about, but finding the bug has certainly improved my mood!
Regards,
Alan
please help us to solve this problem, thank you
Hello ayoub00113,
Most likely, you are using VC Composer or Td Composer to create your About Us page. Unfortunately, the mobile theme does not recognize any page builder shortcodes and does not exist any such an option that allows you to create your own homepage which displayed only for mobile. The mobile homepage has a default layout, according to our documentation here -> https://forum.tagdiv.com/the-mobile-theme/
Hope this helps!
Thanks for your understanding!
I was going through the elements in the td composer thingy but cant really find anything to make this
https://imgur.com/a/rXvJO
(about us page)
what kind of element (or block can be used to create this)
Just tried to downgrade WordPress to the 4.8.4 version and everything started working ok. TD Composer works just perfect and I can access all the tabs in the Theme Panel.
Same problem here. When I try to edit my website’s front page with the TD Composer it just keeps loading and I can’t change anything.
Also can’t access to the Theme Panel. It loads the first option, Header, but when I try to access another tab a # appears on the url but nothing happens. I erased all the caches, deactivated all plugins, reinstalled the necessary plugins, even made a fresh install of the theme and the child theme and it keeps failing.
Don’t know if it’s related.
Hi,
I’m having a problem with td composer plugin: when i try to edit an element of my homepage the plugin doesn’t load and save anymore. On the browser’s console appear this:
tdcJobManager.addJob
js_files_for_wp_admin.min.js:26:33
tdcJobManager.addJob - Error callback - textStatus: error errorThrown: Not Found
js_files_for_wp_admin.min.js:24:109
{…}
columns: 3
jobId: 0
postId: "54674"
replyHtml: ""
shortcode: "[td_block_big_grid_6 category_id=\"8\"]"
__proto__: Object { … }
js_files_for_wp_admin.min.js:24:109
tdcJobManager.addJob - ERROR: 404 not found
I dont’t know what is going on. I already tried to remove and re-install the composer plugin and the template (version 8.5.1), i also repaired the database with the wordpress’s official function. Can you please help me?
P.S: the website works fine, it stops to work only when i try to edit a page.
Website: https://gamesquare.it/
Thank you in advance.
Hello justingrau,
Make sure that your system status is according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/ All the blocks and modules have to be editable from page builder (TD Composer). Try to edit the page via TD Composer according to the above documentation and check the results. Should work as expected.
Thanks for the message!
Hello?
Your Plugin (td-composer.zip) was be virut:
Please view: https://www.virustotal.com/#/file/4b8a5de9cf8640bf6972c32142a82d043c4cbf4be379f9aa41f31bc3ec8a9f69/detection
Hi,
It seems there is an issue in the backend, the raw HTML element cannot be selected. The functionality should be that by clicking on the elements, the embed code of the map would be visible.
I have added this issue on our list and it will be fixed as soon as possible. In the meantime please enter this code in Theme panel->Custom CSS code section
.tdc-theme-Newspaper .vc_raw_html iframe {
pointer-events: none;
}
This will make the HTML element clickable in the composer, and allow you too change the Google map embed code
– https://www.screencast.com/t/6CaprWNI
– http://www.wpbeginner.com/wp-tutorials/how-to-add-google-maps-in-wordpress/
– https://en.support.wordpress.com/google-maps/
Please note in the demo the iframe width is set to 100%
– https://www.screencast.com/t/qGbhrQl7
Sorry for any inconvenience created by the situation.
Thank you!
Today I decided to update Newspaper from version 6.5 to 8.5 and I started replacing the pages created with Visual Composer with new pages created with Tagdiv Composer.
In the beginning the Tagdiv Composer was working fine, but after a few hours it stopped working. When I click on “Edit with TD Composer” then a blank page opens and there is a spinning icon showing that something is loading. Unfortunately it keeps loading for ever and I can’t use your composer anymore.
Please let me know what to do.
I need to use TD composer in a Post Type. It’s possible?
I figured it out, HOWEVER, the Textual Editor option only became available after I added fields manually via the Edit with TD Composer. In my mind this is a problem you need to address.
Thanks.
I have updated the whole theme manually, by deleting the old theme and uploading the new one. I did the same thing with js_composer, td-social-counter and td-speed-booster. And of course I haven’t changed any css code.
I am interested in what would happen with newspaper theme when Gutenberg will arrive in WordPress. What are you going to do, because as far as I know from the information around, Gutenberg will eliminate shortcuts and it will change WordPress as we know today. Most theme, shortcuts, plugins would probably not work. What about your themes, your td-composer?
Somehow there was a conflict and as a result my td-composer (tagDiv Composer) keeps getting deleted. Not exactly sure what was causing this conflict, but my tagDiv Composer has been intact for a few hours now.
Now the error I am getting is under the Theme Panel > Ads
I clicked the arrow down for “Header ad” and got the error below:
Error: “ReferenceError: tdWpAdminPanelBoxNonce is not defined”
show_content_panel ….. newspaper/js/td_wp_admin.min.js:40:282
td_panel_box/< ….. newspaper/js/td_wp_admin.min.js:38:480
-
This reply was modified 8 years by
videomaker.