Search Results for 'composer'

Results from the Forum
moi_rajky
tagDiv Member

I’m in the same situation. Trying to migrate from Visual Composer to TagDiv Composer but I can’t do that without my custom modules and blocks.

+1

NP Comm
Participant
#0

Hello,

I have quite a few custom blocks/modules/header/footer/topbars setup currently via a plugin. They display and are able to be used perfectly in Visual Composer. When I try to make a new page with the TD Composer though, none of the blocks are visible/able to be selected from the add elements section. Is this by design? Are there updates that need to be made to the TD Composer still? If I was able to select my custom blocks I could move away from Visual Composer. Please Advise! Thanks!

kiev_walking
tagDiv Member

I see this topic and try:
– disable tagdiv composer (strange, but thing which i did in VC after that come broken! like tabs container)
– delete all custome code from theme
– clear cache.
I think, problem in intergration of tagdiv composer in theme, after which all goes in bugs.

moi_rajky
Participant
#0

Dear team

I have a problem with saving a page using the TagDiv Composer. When I open a blank new page in the Composer, do some changes and hit save, the Save button never stops loading. When I check the console, I see the Save button calling the following URL: https://te2.malazachadzka.sk/wp-json/td-composer/save_post?uuid=54536bd1-923b-f9ad-9ed0-f658750eb48a , but the response is a 404 (or 500) with a rest message:
{
"code": "rest_no_route",
"message": "No route was found matching
the URL and request method",
"data":
{
"status": 404
}

}

This is very strange, because calling https://te2.malazachadzka.sk/wp-json/td-composer/ returns a proper reply, listing all methods, including save_post.

I would like to make sure that the Save button works properly before I migrate from Visual Composer to your new shiny great TagDiv composer.

I’m using Newspaper theme version 8.1 with a child theme. Happy to provide a temporary admin account to my site over email if needed.

Many thanks for your help!

Kind regards
Matej

unnanego
Participant
#0

Hi!
https://holographica.space/ – I made a row under header by editing the page with TD composer. I copied the code and entered it as header ad with header style 6, but then there’s red background UNDER the row. Is it possible to add the row to header without adding background below it?

mitsus
tagDiv Member

Hi,
I disabled all extra plugins…I tried to create a new blank page with TagDiv Composer….but i see the same problem.
Please see attachment (Plugins disabled/Enabled)

My plugins list

  • This reply was modified 9 years by mitsus.
Simion C.
tagDiv Staff

Hi,

Try as a test to deactivate all plugins except theme plugins, and clear any installed caching. Then create a new page and try to edit it with the tagDiv composer.
Do not try to edit pages previously created with Visual composer.
Please let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

There seems to be a huge padding set on the video element
https://www.screencast.com/t/dDXt5cvp8iwi
You could try as a quick fix a code like this
https://www.screencast.com/t/IDC6dQsiLZZ
Enter it in Theme panel->Custom CSS and check if it works. If you have caching installed, clear it after entering the code

.fluid-width-video-wrapper {
padding-top: 392px!important;
}

Visual composer can be used for posts, but this is not recommended. It should be only used on pages
https://forum.tagdiv.com/how-to-use-visual-composer/
The tagDiv composer is a front-end page editor and can be used for pages only
https://forum.tagdiv.com/tagdiv-composer-tutorial/
In future updates more options and elements will be added to this editor exclusively, not for Visual composer.

Thanks

gabriel-2
tagDiv Member

Hi Simion.
You are a legend:)
It was the problem for me as well.
I deactivated tagDiv composer and all works fine.
Thank you very much.

DaveS
tagDiv Member

I’ve come out with a solution for the 404 page, even not perfect, because both sections have to use the same menu (and I in fact use 2 different for my needs). Anyway, it seems that I can’t solve the issue myself in a clean way and without a plugin, so I had to installed a wordpress plugin (404page – your smart custom 404 error page), which now handles the 404 page for the magazine and for the shop(woocommerce) section. It uses the same 404 page (custom built using visual composer) for both sections of the site.

Unfortunately there’s an issue with displaying of the products, which are part of its design. You can see here: bit.ly/2wjOiIH
The page contains 1 row which includes a text block and products.

Can you help me to fix this?

jtnkkm
tagDiv Member

But I can create posts with the Visual Composer too, no? Just not tagdiv

jtnkkm
tagDiv Member

Hey, I just noticed something. Tagdiv and visual composer only work on Pages, not on Posts. So how do I create posts, then?

DaveS
tagDiv Member

I can’t disable the sidebar in the theme panel Shop home page + Shop Archives (that you showed above) as I will lose the place for widgets on Shop Archives(product category, product tag) pages.
As I mentioned, my shop home page (domain.com/магазин/) is made using visual composer (the same way you suggested). But when I enable a design with sidebar from the theme panel, the sidebar appears on all Shop Archives and on the Shop home page (even made custom made as a page) too ( bit.ly/2g27B2E ).

Thanks

mitsus
Participant
#0

Hi,
I cannot be able to edit an page using TagDiv Composer. When I click on the button (into page modify section) it start a black page with loader…but dosn’t show anything.
How can I solve?
I’ve chaged all php.ini and wp-config paramenters as you suggest.

Simion C.
tagDiv Staff

Hi,

The website is custom made by the design team. I cannot provide you with the styling that is used for it, if that is what you are asking. You can inspect it if you want to see in detail how it is made, with the browser inspector
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Please note that more elements and options will be added to the tagDiv composer in future updates, something similar to the design of the post template you mention could be implemented as well. I could not say for sure however.

Thanks

Bogdan B.
tagDiv Staff

Hi,

I’m not sure how you are implementing your videos but it;s enough to simply paste the youtube video url in the post content. You do not need any plugin for this.
please note that the divi builder is not tested with our theme so please do not use any other page builder besides visual composer or the tagdiv composer (not both at the same time)

Thank you!

Simion C.
tagDiv Staff

Hi,

There are items that are affected when both editors are active. Each editor has it’s own functionality for some elements, and this could create problems on the front-end. If you used Visual composer to build your website, deactivate the tagDiv composer for the moment.
The transition to the tagDiv composer is meant to be as easy as possible, and they do share some similarities to make this happen.
Please note that the new page editor may not have at the moment elements that are available or specific to Visual composer. More will be added in future updates however.

Thanks

Bogdan B.
tagDiv Staff

Then you should simply disable the woocommerce sidebar from here: https://www.screencast.com/t/zFyBSCExMI but you will not be able to do so only for the shop exclusively.
An elegant solution I can see here is to create a custom shop page in visual composer or tagdiv composer (whichever you prefer) and then set it as the shop page like so: https://www.screencast.com/t/JiDdzGYt

Thank you!

dobrock
tagDiv Member

Hi Simion,

That was also an issue of using tagDiv and Visual Composer together.
Problem solved, thank you.

Demir
Participant
#0

Hi,

I want to use a grid in the “inner column” of a page on my site.
It does not work when I create a grid with tagDiv Composer, it is empty.
But when I put the same grid on the “full column”, it works fine.

Can not I use a grid in inner column?

Thank you so much in advanced.
Regards.

Simion C.
tagDiv Staff

Hi,

Maybe this is a misunderstanding. The pages that need to be recreated are pages created with Visual composer. If you had any previous pages like that, these will have to be recreated.
If you installed a demo, you do not have to make any modification to the pages. Simply install the demo and customize it further or begin adding your own content if you installed it with content (logos, categories, menus etc)
Here is a tutorial about block settings that is very useful
https://forum.tagdiv.com/block-settings-tutorial/
Please let us know if you have any further questions or need help at any point.

Thanks

kaibehrmann
tagDiv Member

Hey Simion,

thanks a lot for your reply. I’ll try that. On the other hand I guess that means that I have to disable the VisualComposer if I want to use the tagDiv composer, right?

Best regards,

Kai

Simion C.
tagDiv Staff

Hi,

There are many ways in which you could improve the design. Using the tagDiv composer you can achieve many layouts, you just need to have some inspiration or create unique designs
https://forum.tagdiv.com/tagdiv-composer-tutorial/
These are all the blocks that are available with the composer (use selection on the right)
https://demo.tagdiv.com/newspaper/block-1/
These are all the Big grids and Full big grids, each with many styles available
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/full-big-grid-1/
The rows and blocks can have background colors or images, the columns as well
https://www.screencast.com/t/A9ZriAPyjtWv
Use the theme color settings to add some color to the website
https://forum.tagdiv.com/theme-colors-introduction/
If there is no setting for what you need, create your own custom code and use in in the theme panel
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Here you can see some showcases of other websites, each with their own
http://tagdiv.com/newspaper-showcase/

Thanks

Bogdan B.
tagDiv Staff

Hello,

Please try not to use visual composer on post: https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/
Visual composer was never tested on posts and if used so, it could create layout issues.

Thank you!

Viewing 25 results - 38,326 through 38,350 (of 52,922 total)