Search Results for 'composer'

Results from the Forum
Anamaria
tagDiv Staff

Hello,

Please edit the logo with tagdiv Composer, select the logo and go into the tab SVG and delete the code.
Also, if you add logo image or logo text make sure that are set to show ->
https://imgur.com/ve11Fwt

Thank you!

Anamaria
tagDiv Staff

Hello,

You have added in the post two Single Post Content elements, so the content is displayed twice, please remove one Single Post Content you can delete it with right-click.

Thank you!

Bettina
tagDiv Staff

Hello!

Please execute these steps:
1. deactivate TagDiv Composer
2. uninstall (delete) TagDiv Composer
3. clear cache (if a cache plugin is present).
4. install TagDiv Composer
5. activate TagDiv Composer
6. clear cache (if a cache plugin is present).

Let me know the results!

Thank you!

Arielgb
tagDiv Member

> Make sure the Composer saved your changes and apply them on the frontend.

We are not able to replace the image using the editor. If we place the HTML code directly, it works properly.

> Make a test and deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it, clear all cache and try again.

We only had WP Super Cache, we disabled it and the error persists.
We also tried temporarily disabling Cloudflare but no luck as well.

Bettina
tagDiv Staff

Hello!

Make sure the Composer saved your changes and apply them on the frontend.
Make a test and deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it, clear all cache and try again.

Let me know the results!

Thank you!

Arielgb
Participant
#0

Since yesterday we tried to insert images or change any of a “Single background image” block or other blocks that take images from the media library and do not take them

Stexs
Participant
#0

Hello,
It seems there is a compatibility issue that doesn’t permit to interscroller banner to work. The class .td-fix-index automatically add by td-composer plugin blocks the z scroll. The site is http://www.tennisfever.it
Please, could you check and fix the problem?
Thanks

Bettina
tagDiv Staff

Hello Aurélien!

Go to Pages -> Add new, set a title, edit it with the TagDiv Composer from Gutenberg: https://prnt.sc/Y9y__bTu479c and there you can add the elements you need from Composer or import a page layout/block/section form here: https://prnt.sc/3NmJ02vABptc

Thank you!

ribhusingh
Participant
#0

Hi, I am trying to integrate a Mailchimp signup form to my website through a modal popup.

Here’s what I did:

1. Created and published a page importing one of the templates from TagDiv library
2. Edit my homepage with TagDiv composer, go to an empty element and drag the Modal widget.

Now I am stuck — I cannot get the white space out. I want it displayed like a regular popup when I enter the page id without any white space or modal ‘Modal title’. Kindly check the screenshot for reference: https://ibb.co/4TmgjsV

Thank you.

Anamaria
tagDiv Staff

Hi,

This is a video about how to change the fonts => https://www.youtube.com/watch?v=rbkYVyj1__Q also, you can use global font from Manager(Website Manager) -> Global fonts -> https://i.imgur.com/iY0bh4Y.png You need to edit with tagDiv Composer, select the menu -> https://i.imgur.com/5aLmN2O.png

Thank you!

prvchs
Participant
#0

Hello,

I’m using the Newspaper Theme and recently updated to v12.3. When creating pages, I had been using DivTag Composer to build out a page. Usually after some changes, I would hit the save button and all changes would only appear on that page. Since I updated to 12.3, I’ve noticed TagDiv Composer (v3.9) now gives me multiple save options. Rather than just a static save button, now it’s a save button with four options: Save All, Save Header, Save Content and Save Footer.

When hitting “Save All” – there are pieces of content that I had solely added to just that one page. But it’s showing on ALL pages….not just one custom page. I’ve never had this happen before.

Usually when creating a new Page, it would show the header (but not editable) and footer (also not editable). Sandwiched between those two would be one empty row container which I would add content to. Now when I start a new page, it shows FOUR empty rows and anything I add and save, magically appears across the boards in every page on our site.

I’ve tried to go back to previous versions of Newspaper, but this new way of saving content isn’t working for me. What has changed?

Bettina
tagDiv Staff

Hello @KC !

You can make a child theme for mobile theme in order to customize it. The files for the Mobile theme can be found here: wp-content/plugins/td-composer/mobile/
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thank you!

Anamaria
tagDiv Staff

Hello,

Please go to this path td-composer/legacy/common/wp_booster/td_exchange.php and add this code -> https://i.imgur.com/4anEAqj.png
// try using the new API
if ( $api_response['success'] === false ) {
$api_url = 'https://api.apilayer.com/exchangerates_data/latest?apikey=' . $exchange_data['api_key'];
$json_api_response = td_remote_http::get_page($api_url, __CLASS__);
$api_response = @json_decode($json_api_response, true);
}

Hope this help you!

Thank you!

Anamaria
tagDiv Staff

Hello,

I saw that you use elements that need to be edited with tagDiv Composer, and for other elements, you need to do the changes in Theme Panel.
This is a video about how to change the fonts => https://www.youtube.com/watch?v=rbkYVyj1__Q also, you can use global font from Manager(Website Manager) -> Global fonts -> https://i.imgur.com/iY0bh4Y.png
Also, you can find the font in Theme Panel -> Theme Fonts -> https://i.imgur.com/P55zoeT.png

Thank you!

Anamaria
tagDiv Staff

Hello,

You can edit with tagDiv Composer, scroll to the menu, select the menu, and assign a new menu for that section -> https://i.imgur.com/H46RHVs.png

Thank you!

camilaalves_jetss
tagDiv Member

Hi, Im trying to edit the Menu Modal popup are and change the site logo as well as edit the social buttons but I cant find the way to edit this area via tag div composer. Could you please let me know where and how can i edit this site logo from Modal Pop Up and social media from Modal popup – https://www.screencast.com/t/7KzpQpe9TbV

pedromoliv
Participant
#0

1. I’m using Advanced Ajax Page Loader, some plugin that allows me to load all page content without reloading the window. Everything works properly, expect that when I switch to some other page I have to trigger image loading and other tagdiv js again. Is there a simple way to trigger it when some user clicks a new page?

2. Other question. I’ve made many changes to some files.
> plugins/td-cloud-library/shortcodes/single/tdb_single_author.php
> plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_button.php
> plugins/td-composer/legacy/Newspaper/header.php
> plugins/td-composer/legacy/Newspaper/footer.php

how to make it part of my child theme? is that possible?

KC
Participant
#0

Hi,

Understand there are ready child theme folder for the root theme folder is td-standard-pack plugin folder. May I know is it possible to create child theme for the mobile theme which the root theme folder is td-composer/mobile?

Thanks.

qingyemoyu
Participant
#0

I select some block elements from the tagDiv Cloud Library and add them to the page. How to reorder the block elements in the page

hadharm
tagDiv Member

Solved. I edit other pages sharing the same header and I make it show back from there.

Also there is an easy way to hide header. There is an option known as no header and no footer inside website manager settings of tagdiv composer. I didn’t notice it earlier before. Now all the problem is solved.

Thanks for your time. Really appreaciate.

Bettina
tagDiv Staff

Hello!

The file is located in “td-composer/legacy/Newspaper/includes/modules/td_module_flex_1.php” and the link is at line 169 and you can apply target blank.

Thank you!

harris
tagDiv Member

Hi,

Thank you for your suggestions, I’ve tried your suggestion but still, nothing works. There’s also an error when I try to inspect the console, the error is

Uncaught DOMException: Failed to execute ‘atob’ on ‘Window’: The string to be decoded is not correctly encoded.

and it says that td-composer plugin is what caused the error.

Anamaria
tagDiv Staff

Hello,

In most cases, this problem occurs because you have the latest version of WordPress with an older version of the theme.
Please use the last version of WordPress 6.1.1 with the last theme version Newspaper 12.3 (if you have a theme version older, then tagDiv Composer does not work) and check to see if the problem persists.
If you need to make an update, before please make a full backup to all files and the database, in case something goes wrong. => https://forum.tagdiv.com/how-to-update-the-theme-2/
Here you can find information about the changes that have occurred in each update over time https://tagdiv.com/newspaper/
I recommend that you update the theme manually https://forum.tagdiv.com/how-to-update-the-theme-2/ via FTP/cPanel/File Manager, also if possible disable extra plugins during the theme update to avoid any problems that may arise and make sure that you have activated the tagDiv Standard pack plugin to keep the website’s look. You can try to update the theme on a staging website.
After you update the theme, you need to update the theme plugins too.
In the worst cases, the settings in the theme panel may be lost (there have been isolated cases), in these cases, after the theme plugins that were previously used are activated, you will have to use a backup for the theme panel -> https://forum.tagdiv.com/import-export-theme-settings/
Also, make sure that all the settings are like in our requirements, please follow the guide carefully: https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Also, if the problem persists please check if you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using a child theme or cache plugin, deactivate them, clear all cache (also from your browser) and try again.

Let me know the results!

Thank you!

Bettina
tagDiv Staff

Hello @insumedical!

Please check the steps from here: https://forum.tagdiv.com/topic/unable-to-edit-text-with-title/ and also other possible issue as here: https://forum.tagdiv.com/topic/403-error-on-tagdiv-composer-when-trying-to-use-wp-editor-wpedito-php/
Please check your .htaccess file: https://www.screencast.com/t/MJ78SDZr4Gl -> https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Please execute these steps:
1. disable TagDiv Composer
2. uninstall(delete) TagDiv Composer
3. install TagDiv Composer
4. activate TagDiv Composer

Hope that helps you!

Thank you!

harris
Participant
#0

Hi,

I’ve been facing this issue where I can’t edit the tagdiv composer. I’ve tried to update the theme but still not working.

Thanks in advance

Viewing 25 results - 7,751 through 7,775 (of 52,922 total)