Plus, the social icons on this page do not appear in all browsers, some see Chinese letters others just weird icons which have nothing to do with the social network linked behind. There is something wrong. And we can’t find it. Everyone tells me its something in composer/Css whatever.
Its obviously NOT ok, the header isn’t the correct mobile one (mobile logo needs to be different e.g. like here: https://sherides.de/unsere-partner/). It shows burger, but no content in the menu, so no links. I CANT create a dedicated mobile version as I did via composer with all other pages. Usually I were able to create mobile page of the regular page, than I was able to adjust logo and add the top navigation to the burger menu. As you can see it’s NOT there. So WHY doesn’t it work with this page?
I want to publish the following youtube ids, but on the site only the last 2 videos are displayed.
hvhQAP5CMYM, dJ1UoJiEGPM, PZJNHpViRiE, 0hASdizEHUo, NkXx8uPs4p8, VAqAgR5Tne8, BwAZNWw8Hqk
Do you know why?
I clear the cache from wp and sucuri.
I deactivate and activate the td composer
But no luck…. 🙁
Thank you,
Stavros.
Hi,
The problem with composer can be from some extra plugins that were/are used, you can make a test using only tagDiv Composer and exiting should look and work normal.
I just checked the ueber uns page an now this seems to be ok -> https://i.imgur.com/EyG6X8U.png
About the pagespeed, this depends on more factors: server speed, if you are using CDN or not, the external resources loaded by your website like ads, fonts, tracking scripts like Facebook Pixel, Google Analytics, Twitter analytics, Hotjar and so on.
Internal factors: the number of elements on the page, image size, image formats, if you are using mobile optimized layouts, console errors.
If you want you can try our guide – https://forum.tagdiv.com/how-to-make-the-site-faster/ also there are many guide on this forum that can help.
Thank you!
Hello,
You can change the drop cap in the theme files. That code is set on this file -> wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config.php -> https://i.imgur.com/8EIH6Dd.png
Thank you!
Hi Vjcoil,
I do not think that you can remove a code in datbase.
That code is set on this file -> wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config.php you can remove the classes and those should no longer be display in the page source -> https://i.imgur.com/GhVg2U2.png but this will also remove the css from those elements. maybe there is a better way to find out why the Gtranslate plugin is in conflict with those elements.
Thank you!
Hello,
You can import a header template from tagdiv composer exactly like header style 3 -> https://cloud.tagdiv.com/header-template-3/ -> https://i.imgur.com/r2itIKe.png
Thank you!
Hello,
Please let me know where you tried to access cloud templates, from the frontend or backend (all templates).
Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit, if you’ll set it to 256M, and is still not working, please double it and check the rest of the settings from our guide -> https://forum.tagdiv.com/requirements-for-newspaper/ also make sure that you are using SSL and you have a good bandwidth, the one from our server is 1GB/s and the one that I use at home is 500MB/s, if you have low bandwidth, then you can access parts of the cloud, this can be done from the frontend, for example, if you are on a post -> https://i.imgur.com/4G74M7F.jpg or from tagDiv Composer -> https://i.imgur.com/2F6MhfI.png or from backend -> https://www.screencast.com/t/wekHmc7kJ8J
Thank you!
Hello,
I just checked and I didn’t see any ads on the page.
Usually, the ads are set in the element AD BOX, and you can remove it, edit with tagDiv Composer, select the Ad box element and with right-click you can delete it => https://www.screencast.com/t/2GfCVx9BCAw7 or with drag & drop place it into the deleting red zone from the bottom right of the page.
Thank you!
I don’t know what’s going on, but two pages I could fix. The “About Us” page still can’t be adjusted to a mobile version. Also the color adjustment option with color palette in composer comes and goes. page: sherides.de
Is it normal that with this theme you need to do many adjustments in terms of page speed. At the moment it’s horrible what Page Speed Insights show to us.
I created a few days ago mobile pages with adjusted elements and header/footer sections. As I wanted to create the last few pages (imprint, about us, …) it didn’t work anymore and I received an e-mail that tagdiv composer shows massive errors. I can’t find a dedicated description about the error. The only thing I experience that if I use tag div composer and want to create mobile pages, it basically just copies the page, names it e.g. home – mobile, but the regular page doesn’t refer to it as mobile page and the header/footer isn’t adjusted at it usually has been used to do. Also if I want to change e.g. overlay colors I can’t choose colors from a color palette as usual. It just shows an empty field.
Buenas noches,
Resulta que intentando editar una página en TagDivComposer, cuando intento cambiar alguna columna o algo se me queda congela y no me avanza la página. https://mdfutbol.com/
A mayores también quería comentar un error que también me pasa. Como se muestra en el vídeo en el momento en el que hago zoom se puede apreciar que no me deja deslizar hacia abajo y no entiendo el motivo.
Muchas gracias.
UPDATE: Problem could be temporarily solved by adding define('FS_METHOD', 'direct'); to wp-config.php
But its is just workaround as it forces WP to try only direct access to files and as soon as it tries to change something on disk, it will fail. Without asking for FTP access. So errors caused by composer are gone, but you cant update nor manipulate files. But at least it is definitive confirmation that there is something wrong in Composer module when using FTPEXT access.
And should be possible to replicate on hosting with PHP 8.0.13 using wp-config.php set to forceuse FTPEXT by adding following to wp-config.php
define(‘FS_METHOD’, ‘ftpext’);
define(‘FTP_BASE’, ‘/your/path/to/web/www’);
define(‘FTP_USER’, ‘user’);
define(‘FTP_PASS’, ‘pass’);
define(‘FTP_HOST’, ‘host’);
define(‘FTP_SSL’, false);
Hello Michael,
To change the font on block/post you can edit with tagDiv Composer -> https://prnt.sc/10grx77 , select the block/post and in Style, you can change the font => https://www.screencast.com/t/sUE7ug4UIAR5 also, after you can copy the style and paste it -> https://i.imgur.com/WCHxXlr.png
This is a video about how to change the fonts => https://www.youtube.com/watch?v=jQvA64uTLkI -> https://forum.tagdiv.com/font-customization/
Hope this helps you!
Thank you!
Did you find any solution to this? Posted same error few months ago here https://forum.tagdiv.com/topic/activating-td-composer-causes-500-internal-server-error/ without any working solution.
One symptom for this error is when WordPress is using FTPEXT access to files and PHP is 8+, probably doesnt show up on installations where it has direct access to files. Unfortunately my host doesnt provide direct access and I am stuck with error. Even tried to include FTPEXT credentials in wp-config.php to provide WP access without having to ask user for these, still no change. Probably just using FTPEXT causes this PHP8.
It shows even on clean install of WP+Newspaper on this config (PHP8 and FTPEXT). Thought that when I give it some time (posted about this problem about 5 months ago), it will be fixed with some update. Still doesnt.
Hi Caleb Wong,
This can be done with tagDiv Composer by selecting and deleting the row that is holding the elements -> https://prnt.sc/3tqNqaiWug6b -> https://i.imgur.com/u6hbcIY.png
I hope this will help you!
Thanks!
By the way, I found the font size can’t be changed in theme panel for Metropolitan theme. Can I confirm that I need to change the font size for post in tagDiv Composer?
Yours
Michael
Hi, thanks for quick reply.
We have enabled caching for mobile devices in WP Rocket plugin and yes we use mobile page templates that is included in Tag Div Cloud composer, but still we have inconvenience with loading mobile template on larger screens (as described in first massage).
Now we disable cache for mobile and its better now, but is there something that we can do to enable caching for mob? What do you recommend should we change caching plugin?
Best regards
Hello,
You can change the icon for the mobile menu -> https://i.imgur.com/fUAHdsn.png with tagDiv Composer, select the viewport on the phone.
Also, for the menu, you can set the icons that’s how it is in this demo -> https://demo.tagdiv.com/newspaper_magazine_pro/ -> https://forum.tagdiv.com/how-to-add-icons-in-menu/
Thank you!
Hello @zoldfulu!
For cloud templates, you should add the ads when you edit the post with TagDiv Composer in the element called ” Single Post Content ” in the tab ADS or you can use the element called “Ad box” from TagDiv Composer and there you need to add the ads. If you use auto ads, then they should be placed in the Theme Panel -> Analytics/Js Codes.
Thank you!
Hi festility,
The mobile layout can be edited using tagDiv Composer -> https://i.imgur.com/lEILE7y.png, select the mobile view port and adjust the elements that are no display what you need -> https://i.imgur.com/tnWhm6q.png -> https://forum.tagdiv.com/header-manager/
Thank you!
Hi zhangyesheng,
This topic where you wrote is related to the Newsmag and not Newspaper.
Also, I think that you have now set a cloud header. Please make a test and set a standard header and see if the error persist. Then edit the file wp-content/plugins/td-composer/td-multi-purpose/td-multi-purpose.php (duplicate an array and set the new social -> https://i.imgur.com/K59wol4.png), after that just set the css icons and style.
I hope this will help you!
Thank you!
Hello,
The text “Clear all filters” can be changed with tagDiv Composer -> https://i.imgur.com/xuCQNxt.png
Thank you!
Hello,
When I install the tagDiv Cloud Library plugin, I get the following error.
WordPress version 5.9.1
The theme used is version 11.4.1
Plugin used: tagDiv Composer (version 3.1 | built on 04.02.2022 12:38)
PHP version 7.4.12
Error details
===============
/home/bergama/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global.php dosyasının 679 satırında E_ERROR tipinde bir hata oluştu. Hata iletisi: Uncaught Error: Class ‘tdc_state’ not found in /home/bergama/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global.php:679
Stack trace:
#0 /home/bergama/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php(2445): td_global::td_generate_unique_id()
#1 /home/bergama/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php(336): td_util::error(‘/home/bergama/p…’, ‘td_api_base::ma…’)
#2 /home/bergama/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php(134): td_api_base::mark_used_on_page(‘tdc_state’)
#3 /home/bergama/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_autoload_classes.php(23): td_api_base::get_by_id(‘tdc_state’)
#4 [internal function]: td_autoload_classes->loading_classes(‘tdc_state’)
#5 /home/bergama/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global.php(679): spl_autoload_call(‘tdc_state’)
#6 /home/bergama/public_html/wp-content/plugins/td-compose
Hello! I can’t edit the pages of my site zonaburgas.bg with a tagdiv composer. It gives me this mistake -” Error at rows: 5(models) : 3(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z) ” What can I do?