Hi Mark Gilbert,
There is no need to download any Gutenberg plugin, you need to use the one provide by WordPress, just make sure that you are using the latest version of theme and WordPress, also please note that if you are using WP Bakery is not recommended to use tagDiv Cloud Library, you need to choose one of them.
If the problem persist, 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>’;
});
Or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you for your understanding!
Hi,
This will work for the files set in wp-content\plugins\td-composer\legacy\Newspaper too just make sure that you set the file path or you copy all the file that are required for the one you want to edit.
Thank you!
Hello,
I want to make some modification in some of the theme files and from what I can see some of the files I need to modify are under wp-content/plugins/td-composer. I am using a child theme and from the documentation I can see that I can override files that are in the wp-content/plugins/td-standard-pack in my child theme. The files I want to change however are not in this path. For example I want to change the login – registration modal and add a new field.
How I would go about doing that in my child theme in order for my code not to be broken in future updates ? Any suggestions?
Thanks
In the Google Search Console I always get the serious mistake that the webfont should be visible during the loading. Affected is the following webfont:
wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.woff?9
It should be solved be adding “font-display: swap” or “<link rel=”preload”>”
What should I do? Do you have any solution?
Greetings Kathrin
I installed the newspaper theme successfully but when i tried to install the plugins suddenly this messaged apeared and now can’t access the wp-admin dashboard also to fix the error or remove the theme please if you can help me out.i’m posting the error message here only:
Fatal error: Uncaught Error: Call to undefined function register_block_type() in /home3/wak2bo0agtb2/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php:2920 Stack trace: #0 /home3/wak2bo0agtb2/public_html/wp-includes/class-wp-hook.php(286): {closure}(”) #1 /home3/wak2bo0agtb2/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #2 /home3/wak2bo0agtb2/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /home3/wak2bo0agtb2/public_html/wp-settings.php(450): do_action(‘init’) #4 /home3/wak2bo0agtb2/public_html/wp-config.php(79): require_once(‘/home3/wak2bo0a…’) #5 /home3/wak2bo0agtb2/public_html/wp-load.php(37): require_once(‘/home3/wak2bo0a…’) #6 /home3/wak2bo0agtb2/public_html/wp-admin/admin.php(31): require_once(‘/home3/wak2bo0a…’) #7 /home3/wak2bo0agtb2/public_html/wp-admin/index.php(10): require_once(‘/home3/wak2bo0a…’) #8 {main} thrown in /home3/wak2bo0agtb2/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php on line 2920
Everything I created with TDC on my home page shows as Content. I created the static category article pages before installing the Newspaper theme, so those were created with the default WP post composer. The Newspaper theme added the Big Grids to those pages automatically and they can not be edited with TDC and do not show up in the WP Post editor.
This page, https://adventuresofetoimos.com/explorations-2-to-5-day-trips/ shows the issue. Everything from the photo with the horse up is WP editor and below that is what Newspaper added automatically.
Hi @vlad-s,
I already provided my system status here: https://prnt.sc/sv22ga
Accomplished all the system requirements to develop the website with Newspaper theme. Also, there is no conflict with any plugin, I already checked by deactivating all the plugins but no fix. There is only TD Composer plugin actuated.
Please check it ASAP to provide a good guide to fix this issue.
Thanks
hi! i’m having some difficulty with posts. for some reason TD Composer is not appearing in either my standard demo posts that came with the theme, or any of the new posts i’ve created. it only allows me to “edit template.” i don’t want to create a new template every single time. i’ve created a single template post to use and would like to just copy that post each time. any advice would be greatly appreciated.
Another update: Once i deactivate tagDiv Composer the error gone, yet i lose all the design so probably the error on class “td_style” as it is mentioned on the front page as Fatal Error, please i need a quick solution guys!
Hi, There is something wrong with TD composer homepage editing.
I applied ‘News magazine’demo, and there is ‘latest articles’ block above footer.
but that ‘latest articles’ block is positioned out of <content zone>. so I can’t edit that block in TD composer.
next is a code bottom line of my homepage.
I’m almost outlander at website and coding, please answer in details. Thanks.
[vc_row full_width="stretch_row_content td-stretch-content"][vc_column][td_block_big_grid_fl_4 td_grid_style="td-grid-style-6" category_id="" sort="random_posts"][/vc_column][/vc_row][vc_row el_class="td-ss-row"][vc_column width="2/3" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifX0="][/vc_column][vc_column width="1/3" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifX0="][/vc_column][/vc_row][vc_row][vc_column tdc_css="eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifX0="][/vc_column][/vc_row][/tdc_zone]
To customize and add the favicon in no-thumb (no feature image), I ask where can I update the “no-thumb” images?
Only update all images in theme folder “/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/”?
Is there no other way ???
-
This reply was modified 6 years by
rvicerqveira.
-
This reply was modified 6 years by
rvicerqveira.
Hello,
I need to modify the following file in order to add a new checkbox for my users to check upon registration
wp-content\plugins\td-composer\legacy\Newspaper\parts\header\td-login-modal.php
All my modifications to the parent theme I have done on the child theme. In the following article
https://forum.tagdiv.com/the-child-theme-support-tutorial/ you say that all of the theme functionality was moved to the tagDiv Standard Pack, the root theme folder is wp-content\plugins\td-standard-pack\Newspaper and if I want to do any modification I should copy the modified file to my child theme with the correct path. But the file I want to modify its not in the td-standard-pack. How I should go about it? Any suggestion would greatly appreciated.
Regargs
I’m using the TD Composer and trying to add a “Text with title” element. After I add that element, I click on “Edit Content” and a WP Editor window pops up, but it just keeps spinning and never loads, so I cant actually add any text. I’ve tried on different browsers and computers with no luck.
Hi there,
I am receiving the Internal Server Error https://prnt.sc/sv1zt4 when clicking on any page using td composer, how I’ll manage my pages if we see this error, I have updated to the latest version of the Newspaper theme but still, this occurs.
My website is: https://dailymixx.in/
Please check my system status to resolve this if everything is fine: https://prnt.sc/sv22ga
I need an asap solution so I can build a website shortly and the reason why it’s throwing this error to prevent it in the future.
Thanks
Hi
I have added the Social Counter in my page and pasted in my social media icons. They all work except instagram. If you look at my webpage:
you will find that when you hover over the instagram icon, it adds a # to the end of the url – but that does not exist in the TD Composer. This is only on your social counter — the social media icons on top of the page that is setup in Theme Panel works fine.
We are using Tag Div Composer, we need the category classes within the post loop so we can add some CSS based in the category, right now the only classes each post in the post loop have are “td_module_2 td_module_wrap td-animation-stack” is there a way to have the categories as CSS classes like a standard post loop? Site is https://www.staging1.geospatialworld.net/
I designed my home page using the TD Composer and now all of my static pages are showing all of these at the bottom under my designs. How can I remove these Big Grids from my static pages?
Thank you Calin
However, as i mentioned in my previous post i realise that the footer needs to be edited using the TD composer but can’t seem to be able to change colours. in the footer panel there is no style tab so you seem to have to change the background gradient. however, when i changed that and saved the change it made no difference.
Can you point out where on TD composer i need to make the change of colour for the footer?
many thanks
James
Hi,
If the problem persist, 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>';
});
If you are using a child theme, make sure that it is set as in our guide from here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you!
Hi,
So you are using child theme and you have set the blog as homepage, for this is possible to be need to make some changes in theme files in wp-content/plugins/td-composer/legacy/Newspaper/index.php -> https://prnt.sc/q5jvtz
Thank you!
Hello !
For standard templates you go here: wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php
For cloud library templates you will have to go here: wp-content/plugins/td-cloud-library/shortcodes/single
Thank you !
Hi,
This can be done only if you make these changes in the mobile files -> D:\xampp\htdocs\Newspaper\wp-content\plugins\td-composer\mobile\single.php this is the code for featured image -> https://i.imgur.com/CJ0BPk3.png you can set the post content above it like this -> https://i.imgur.com/zYiLtNP.png
Hope this will help you!
Thank you!
Thanks for the response. I actually had read the docs showing the how to deal with non adsense ads.
Sometimes in WP there is more that way to do something which confuses the novice.
Here’s what I am seeing: https://imgur.com/a/mTxWF0d
I uploaded my ad into Media and it displays fine when I select it in the TD Composer control box. I enter the destination URL in the box circled and this causes a 404 because it goes to mysite.com/destinationsite.com instead of destinationsite.com. I I don’t see use of this box documented anywhere in the tutorials. In the Theme Panel control documentation there is discussion of pasting custom divs but the examples don’t contain a destination for the user’s click. They only contain a url of the media to display. But if I use TD Composer I have already accomplished this. Why would I even need to be in the Theme Panel?? Please help unconfuse me. Thank you.
Hi,
Please note that we try to answer to as meany topics we can (support hours (GMT+2) are from Monday to Friday: 8:00 AM – 17:00 PM also we had a day off https://i.imgur.com/rpUAb5G.png), we start from the oldest to newest.
As I can see you are using the mobile theme plugin. The only way to remove this it is to make some changes in mobile theme files -> wp-content/plugins/td-composer/mobile/single.php -> https://i.imgur.com/F6cSjwj.png
Thank you for your understanding!
Hi smaralind,
If the problem persist, 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>';
});
If you are using a child theme, make sure that it is set as in our guide from here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you!