Search Results for 'composer'

Results from the Forum
Calin
tagDiv Staff

Hi,

Please edit the cloud header with tagDiv Composer, click on the row from header and check in css tag the background image and color like this -> http://prntscr.com/pwako9 after that make sure that you clear the cache.

Thank you!

Calin
tagDiv Staff

Hi,

A mega menu will display all post from categories, you can check more about mega menu in our documentation from here -> https://forum.tagdiv.com/mega-menu/
Also you can choose a different menu that you want to display on mobile, if you are using the mobile theme plugin you can set the menu for mobile from here -> http://prntscr.com/pwa9hl or from here -> http://prntscr.com/pwa9rj . If you are using the responsive version you’ll need to use the tagDiv Composer edit the header and set the menu for mobile -> http://prntscr.com/pwaael

Thank you!

Vlad S
tagDiv Staff

Hello !

The easiest way would be to select your ROW Layout to have sidebar and add the elements from tagdiv Composer as you can see here: https://www.screencast.com/t/iM3LicT6

Thank you !

Vlad S
tagDiv Staff

Hello !

You will have to edit the header using the tagDiv Composer, select the Sticky Mobile Menu and remove all the content from it: https://www.screencast.com/t/tgQTMVi76R9

Thank you !

galbeatrix
tagDiv Member

I managed to install the Cloud plugin after updating the theme to the current version, but now the tagDiv composer is not working. Help please! https://mymirror.hu/

Vlad S
tagDiv Staff

Hello !

That can be edited using the tagDiv Composer as you can see it here: https://www.screencast.com/t/ZwqY7NyreKw

Thank you !

Vlad S
tagDiv Staff

Hello !

That can be edited using the tagDiv Composer as you can see it here: https://www.screencast.com/t/ZwqY7NyreKw

Thank you !

leonidas89
Participant
#0

Hi,

I’m fairy new at this, I was able to design the home page with the Div composer, but I am not sure how to do the same for the article page.

Please have mercy on me, I’m very new at website development.

Thanks

Calin
tagDiv Staff

Hi,

The login popup can be found in two files in our theme, one is for classic mode and one is for cloud.
Standard -> wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php
Cloud -> wp-content/plugins/td-cloud-library/parts/tdb-login-modal.php
If you want to change only the text from popup you can translate it from theme panel -> http://prntscr.com/pw93rt

Thank you!

Calin
tagDiv Staff

Hi,

The sidebar can be made using tag Div Composer, edit the page or template, click on the row and choose a layout -> http://prntscr.com/pw8wwp after that set the elements that you want to show in that column, if you want you can use widgets too, just set the widget sidebar -> http://prntscr.com/pw8xj8

Thank you!

Vlad S
tagDiv Staff

Hello !

That can be adjusted using the tagDiv Composer and some css coding. Please contact us via email at contact@tagdiv.com and provide the following:

– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you

Our team will take a look !

Thank you !

Vlad S
tagDiv Staff

Hello !

Unfortunately there is no direct option for dark mode but you can achieve that by customizing your Newspaper Theme using the tagDiv Composer.

Thank you !

fhabhian
Participant
#0

Hello
The tagdivcomposer does not work for me, when I go to edit, move or add something in my home, it does not allow me and throws the following error

_getDestinationModel Error: Model id of the container destination not in data! Current state has involved an issue. You could try an UNDO operation (CTRL + Z / CTRL + SHIFT + Z)

I don’t know what I should do and I need to make modifications please help.

Thanks

LKennedy
tagDiv Member

Never mind, I activated TD Composer and all is working again.

sabriku
tagDiv Member

I suspect you read what I had written. I am talking about completely different situation here. I am not interested in deactivating Google Fonts, or choosing different fonts in tagDiv Composer. In fact I have been using your themes for many years, and become very experienced. What I say is that, you are linking many times for the same Google font. For instance, if I choose to use Open Sans in two or three different blocks, every block code has a <link rel=””> tag linking to Google Fonts library. I think this is about bad design. Only one <link rel=””> for every used Google font should be enough.

For more info, I can send you a web page link for reference. I don’t want to share it here on public.

Regards. 🙂

jansena
tagDiv Member

Hi, sorry my mistake… took the wrong screenshot:
See here the two single templates: https://snipboard.io/LTpFxU.jpg

But in the post setting there are three singles templates: https://snipboard.io/3JFUYo.jpg
Where can I change the default template with tagdiv composer?

Calin
tagDiv Staff

Hi,

Please 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.
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme/tested plugins, also if you are using child theme, clear all cache and try again.
When tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/

Let me know the results!
Thank you!

bangokokesports
Participant
#0

Hi,

Today, I just faced the problem where after the next content is loaded with infinite load feature, the page seem to be bugged and don’t shown any content.
Desktop:https://ibb.co/0B9QF5q
Mobild:https://ibb.co/QHMN3bs

Also, after updating the latest version of theme, I can’t edit the template with TD composer at all (page turn white).
https://ibb.co/19MBpts

You can try visiting any content of bangkokesports.com to experience the bug.

Vlad S
tagDiv Staff

Hi,

The theme comes with two preset default fonts, Open Sans and Roboto. You can find more information about the themes fonts here – https://forum.tagdiv.com/font-customization/ if you do not want to use the google fonts please deactivate it from theme panel -> http://prntscr.com/pt2lhg also please notice that there are no settings in our theme that allow you to change all the font family style.
Also there are elements set with tagDiv Composer that can have set individual fonts -> http://prntscr.com/pt2mo1

Thank you for your understanding!

Thomas
tagDiv Member

Hello Vlad

Like I wrote previously:
– wp_content/plugins/td-composer/legacy/Newspaper/parts/logged.php

I change and it didn’t change the link. ?

I Just check and the line is the same than in the mobile version.

<?php
//get current logd in user data
global $current_user;

echo '
	<div class="td-logged-wrap">
		<div class="td-menu-avatar"><div class="td-avatar-container">' .	get_avatar($current_user->ID, 80) .	'</div></div>
		<div class="td-menu-username"><a href="https://www.virtualmagie.com/profil">' . $current_user->display_name . '</a></div>
		<div class="td-menu-logout"><a href="' . wp_logout_url(home_url( '/' )) . '">' . __td('Logout', TD_THEME_NAME) . '</a></div>
	</div>

On mobile it works but not on computer.

Any idea why?

  • This reply was modified 6 years by Thomas.
Calin
tagDiv Staff

Hi,

Please deactivate and remove the tagDiv Composer plugin and reinstall it aging from Newspaper > Plugins -> http://prntscr.com/pvu1zl
If there is still a problem, please provide some more details and some screenshots!

Thank you!

AleKrealine
tagDiv Member

Hi there, thanks. I have to change the header not only for one page, but for the entire site. How can I do with tagDIV composer?

Thanks

Calin
tagDiv Staff

Hi,

In order to set a slider, you’ll need to edit the page with tagDiv Composer and add the slide or revolution slider -> http://prntscr.com/pvs5ay
How to install Revolution Slider v5 -> https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
Import Revolution Sliders on demos -> https://forum.tagdiv.com/import-revolution-sliders-on-demos/

Thank you!

Vlad S
tagDiv Staff

Hello !

In order to make the site full width you have to select every row of your page using the tagDiv Composer and then set the stretch mode you want like here : https://www.screencast.com/t/BkWwdHh6

In order to make the post page full width you will have to add a single post template and then edit it. Check more about how to have single post template here: https://tagdiv.com/customize-articles-with-single-post-templates/ And for the header you can do it here: https://www.screencast.com/t/xf56tQN0.

These are the ways you can increase your page width from theme options. Anything above this will require custom code.

If you are using a background color / image this will cause the boxed layout.

Let me know if this helped you !

Thank you !

Calin
tagDiv Staff

Hi,

You need to edit the single post template using the tagDiv Composer, click on the content row and set some margin top like this -> http://prntscr.com/pvryye adjust it for other devices too -> http://prntscr.com/pvrz9x

Let me know the results!
Thank you!

Viewing 25 results - 25,951 through 25,975 (of 52,922 total)