- 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
Hi,
When I try to edit a page with TD Composer, the system hangs and I can’t edit.
If updated WordPress and I’m using Newspaper 9.8.
Is this a known issue? Any suggestions?
Thanks,
Joe
Hi,
1. Please try this custom css for h2 -> https://i.imgur.com/UzPF0es.png
.td_smart_list_6 h2 .td-sml-current-item-title {
font-size: 27px;
line-height: 38px;
letter-spacing: -0.02em;
}
Set the code in theme panel > custom code> custom css.
Also if you want to have the same size for all h you select for smart list, just remove the h2 from the code.
2. These are the most recommended size for ads per devices:
mobile : 300px X 250px
iPad : 336px X 280px
desktop: 728px X 90px
You can check more in this guide https://support.google.com/admanager/answer/1100453?hl=en
3. This is the way that the smart list was create -> https://i.imgur.com/T3XZ0mJ.png -> https://forum.tagdiv.com/newsmag-smart-lists/ the only way to achieve the smart list in the way you want is to make some change in theme files -> wp-content/plugins/td-composer/legacy/Newsmag/includes/smart_lists/td_smart_list_6.php
-> https://i.imgur.com/7gQYOfJ.png -> https://i.imgur.com/FYzq7Vp.png -> https://i.imgur.com/OQ70nY2.png
hope this will help you!
Thank you!
Hi,
The folder with flex locks elements is on this file path wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_1.php
Hope this will help you!
Thank you!
Hi nitesh9291, what version for theme are you using? if is Newspaper X, then it can be find use the path that I provided above -> wp-content/plugins/td-composer/legacy/Newspaper/functions.php
Or if you want we can make this for you, just send us an email at contact@tagdiv.com and provide admin login and we’ll set the code for you.
Thank you!
Hello !
This will be custom work related, you will have to look for the price table element code and see if this will work.
The file you need should be right here: wp-content\plugins\td-composer\td-multi-purpose\styles\tds_pricing
There are 3 files, each one is associated with the pricing table style that you are using.
I hope this was helpful !
Thank you !
Hi V3N0M, this will not be so easy to do it since the changes from theme files are overwrite when you’ll update the theme, only the element that can be set in a child theme can be keep.
The standard file that is responsible for author box it is wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/YiHzguY.png
Thank you!
Hi republicanamerican,
There is on the forum an old solution for how to add an social media -> https://forum.tagdiv.com/topic/how-to-add-xing-as-a-social-network/ the problem is that now the these has changed and the steps are no longer like in the link, now the td_social_icons.php file is on this path wp-content/plugins/td-composer/legacy/common/wp_booster/td_social_icons.php
Thank you!
Dear support team!
Yesterday I’ve faced with the same issue – when I click on Edit text element – I see a lot of jQuery warnings for td-composer and Edit Window is freezing.
Screenshot – https://prnt.sc/uiiucs
Video – https://drive.google.com/file/d/1c687Ju-c7EbtA47Wbb1xyge-l_J8kT4R/view?usp=sharing
I tried to do like before:
Security plugin iTheme Security was disabled – can’t help,
jQuery Migrate Helper was enabled – can’t help, after that disabled.
I’ve sent access to the site -could you explain – what’s wrong?
Hi,
I think that you are referring to a similar small editor -> https://i.imgur.com/WK2rE82.png
In the most of the cases this problem can be fixed by adding an extra code, please set this code in functions.php -> wp-content/plugins/td-composer/legacy/Newspaper/functions.php
add_action('admin_head',function() {
echo '<style>.td-gutenberg-editor .editor-styles-wrapper .wp-block {max-width:726px;}</style>';
});
Let me know the results!
Thank you!
Hi Calin,
The post is OK. but the page is not working. especially for the page edit with TD composer.
Hi,
I am new on this theme. Right Click is not working in td composer….
Hi maltardesigns,
Unfortunately for the moment I do not know an estimate time for the next update, sorry!
There is an old topic about how to do it manual in theme code, but I do not know if this is still working and the option is only for classic blocks that can be find on this path -> wp-content/plugins/td-standard-pack/Newspaper/includes/modules-> https://forum.tagdiv.com/topic/how-to-show-postviews-instead-og-commentcount-on-frontpage/
If you want to apply a filter/sort you can do it using tagDiv Composer -> https://i.imgur.com/ohLGGAI.png -> https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!
Hi,
I’d like to have an idea (like 10days, 4weeks, 2 months) of the next release because of all the pbs encountered with the js bugs that are present in the 10.3.6.1 version.
Please provide real info (without engagment of course) so that we can deal with our clients and make them wait until the release.
Please don’t tell me that you are waiting from the developers that they will end their current devs. ASK THEM.
Thanks in advance.
ps : Just make a quick search about TD Composer in the forum to list all the pbs. We need info.
Hi,
So if I understand correctly you want to use the social media to can login on your website via modal popup.
Until now we do not tested any plugins for this, we’ve seen this option to some users, but we do not know if these were set custom or using some plugins.
The file that is responsible for login modal on pro template (websites that are using cloud templates) is this one -> wp-content/plugins/td-cloud-library/parts/tdb-login-modal.php and for default templates is this one -> wp-content/plugins/td-composer/legacy/Newspaper/parts/register.php
The changes need to be made on these files to can display the social media for login, unfortunately I do not know the right steps for this, sorry!
Thank you for your understanding!
Hi,
Please try like this:
Go in Plugins > plugin editor -> https://i.imgur.com/JMZumUj.png select the tagDiv Cloud Library and go in shortcodes > common and click on tdb_breadcrumbs.php -> https://i.imgur.com/iwhVarl.png after that go on line 200 and set “/*” (this element will comment the code lines) and on line 217 close the comment using “*/” -> https://i.imgur.com/39F5jcu.png after that save the settings and check the breadcrumbs you have set using tagDiv Composer on pages.
Hope this will help you!
Thank you!
When i try to edit my homepage using the TagDiv Composer option the page freezes and i have to close out of the browser window to continue.
I then receive an error message email that reads:
An error of type E_ERROR was caused in line 491 of the file /home1/footbbt6/public_html/wp-content/plugins/td-composer/includes/templates/frontend.tpl.php. Error message: Allowed memory size of 268435456 bytes exhausted (tried to allocate 28385280 bytes)
How do i resolve this ?
Hello, A few minutes ago I had this error, which caused a total site crash, I had to uninstall td-composer and reinstall it.
AH01071: Got error ‘PHP message: PHP Warning: getimagesize(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /var/www/dib.com.ar/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792PHP message: PHP Warning: getimagesize(https://dib.com.ar/wp-content/uploads/2020/01/logo.png): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /var/www/dib.com.ar/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792PHP message: PHP Warning: getimagesize(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /var/www/dib.com.ar/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792PHP message: PHP Warning: getimagesize(https://dib.com.ar/wp-content/uploads/2020/01/logo.png): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /var/www/dib.com.ar/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792PHP message: PHP Warning: require_once(/var/www/dib.com.ar/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_ad_box.php): failed to open stream: No such file or directory in /var/www/dib.com.ar/public_html/wp-includes/template.php on line 730PHP message: PHP Fatal error: require_once(): Failed opening required ‘/var/www/dib.com.ar/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_ad_box.php’ (include_path=’.:/usr/share/php’) in /var/www/dib.com.ar/public_html/wp-includes/template.php on line 730′, referer: http://elfuertediario.com.ar/cuarentena-en-la-provincia-de-buenos-aires-en-que-fase-esta-cada-municipio/
It seemed strange to me, it is that the same thing happened to me in 3 different sites at the same time on the same server. In total I have 4 sites on this server, the error only happened on 3.
Hi,
I’m using tag div composer to create a series of new pages for our websites. A problem I’ve encountered – for which I need some help…
When I select an element (for example Hero or a single image, inline image, etc.) and want to replace the standard image in the template, I get an error message…. which states ‘Render failed – no image selected’.
I’ve followed the following procedure:
Open new page
Go to edit with TD composer
Add element (Does not matter which element; see above)
Remove standard picture
Click on the picture icon to upload a new picture from the gallery
Select picture from the gallery
Save page
Then an error message appears – “Render failed – no image selected”
I’ve also tried with URL; but both options failed.
I’m not sure why this process does not work anymore – until yesterday moring it worked without any problems. It stopped working on Monday afternoon.
Can someone help me?
Thanks.
Hi,
Is look that the problem is in them files for the wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_18.php this code is still static -> https://i.imgur.com/gblC8zc.png as a quick fix replace the code from this file wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_18.php with the code from here -> https://pastebin.com/VAcvLxb8 also make sure that you adjust the height for the block header -> https://i.imgur.com/WaHaphh.png
Hope this will help you!
Thank you!
Hi SJB, you are editing the loop from the theme files and you need to edit the one from plugin files from wp-content/plugins/td-composer/legacy/Newspaper/loop.php -> https://i.imgur.com/TFBqVZo.png you can get there from here too:
-> https://i.imgur.com/bxcv2yk.png -> https://i.imgur.com/XuIUOdG.png
Hope this will help you better!
Let me know the results!
Not working neither. and even more, i have now something strange with picture block, not showing anymore editable on td composer, and picture size get small now. so as i can not edit or find anymore block to edit these pictures, they have to stay there, smal. Please help to fix these bugs since update
here is link to see result. I finally deleted it with code,. but now, adding an inline image block, i have error message Invalid data Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z) when replacing image from template with mine. hat a mess since update seroulsly….
https://madeincrete.com/olive-oil-and-wine-tasting-tour/
-
This reply was modified 5 years by
Pierre Graff.
Hi shikharagrl,
Yes, there is a quick fix for this problem:
Add a fix in theme files, for this you need to go on wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js and replace the jQuery(window).load(function () { from line 234 -> https://i.imgur.com/agaEJWA.png with jQuery(window).on("load", function () { -> https://i.imgur.com/zBFX5Ye.png also you need to do the same on this file wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js but since this file is minify you can replace the code inside it with this one ->https://pastebin.com/YTiYVfU4
These warnings will be fix for the coming updates!
Let me know the results!
Thank you!
Hi,
The most easier it will be to use the responsive version, then the custom taxonomies will be display without problems.
If you want to use the mobile theme plugins and you are using a custom post type as in our guide from here, then it will be display on mobile theme too, if is a special CPT and you need to edit some files to can display it, for mobile theme plugin you need to do it in this folder -> wp-content/plugins/td-composer/mobile
Thank you!
Greetings! We have migrated our website from Server A to Server Z. You can see us running on Server A here: https://catholicsun.org and on thew new Server Z here: https://thecatholicsun.wpengine.com/
We get a critical WordPress error when we activate tagDiv Standard Pack plugin . I am pasting the error below:
PHP Fatal error: require_once(): Failed opening required ‘td_social_icons.php’ (include_path=’.:/usr/share/php’) in /nas/content/live/thecatholicsun/wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php on line 43
Fatal error: require_once(): Failed opening required ‘td_social_icons.php’ (include_path=’.:/usr/share/php’) in /nas/content/live/thecatholicsun/wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php on line 43
Based on these errors it seems that the php file td_social_icons cannot be opened by the plugin but is needed for functionality.
the tagDiv composer started working through this process, but I am getting two errors on jquery. the errors are mentioned below.
Installed jQuery Migrate Helper and through it, The Tagdiv composer worked but it is showing these theme errors.
jQuery Migrate Helper — Warnings encountered
This page generated the following warnings:
https://digitalmafiatalkies.com/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js: jQuery.fn.load() is deprecated
https://digitalmafiatalkies.com/wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js: jQuery.fn.load() is deprecated
Please make sure you are using the latest version of all of your plugins, and your theme. If you are, you may want to ask the developers of the code mentioned in the warnings for an update.