Search Results for 'composer'

Results from the Forum
lbaddhan
tagDiv Member

Hello Support,

Thanks for adding support for legacy files edit in child theme. But, still there are some files that we cannot edit eg td-composer/legacy/common/wp_booster/ files

We have customized many files from this folder in our child theme when the files were in theme folders to match our designs. Could you please also add support for the files from wp_booster folder so we can customize it via child theme.

Looking forward for your reply !

Thanks.

Vlad S
tagDiv Staff

Hello !

Edit the page using the tagDiv composer. Add ROW elements and define the layout of that: https://www.screencast.com/t/agO2ls6wIxw7 ; https://www.screencast.com/t/m4JjhutH

Thank you !

Calin
tagDiv Staff

Hi,

Yes, you can modify the single.php file from wp-content/plugins/td-composer/mobile/single.php but this changes will be lost when you’ll make a theme update.
-> http://prntscr.com/ombev5

Thank you for your understanding!

Simion C.
tagDiv Staff

Hi,

For the homepage you can choose a static page, or the default WordPress blog page (your latest posts)
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
The blog page doesn’t have many settings, it will be a list of the posts you have published sorted by latest.

The logo will always lead to the website homepage when clicked. The homepage you set in the WordPress reading settings. You can also add the homepage in the menu, as on our demo
https://demo.tagdiv.com/newspaper/

1/2. I don’t quite understand what you want to do with those pages. Create as many pages as you want with the elements you want in them, there is no limit.
The post page option in the WordPress reading settings won’t be used by the theme
https://prnt.sc/omb6d1 as there is not need for it. With the composer you can build any page and configure it to display the desired content, and add it to the menu if needed.

Let me know.
Thanks

Simion C.
tagDiv Staff

You could use a cloud post template, then the above will also work. Cloud post templates can be designed with the composerhttps://cloud.tagdiv.com/#/load/Single
So you could do what I suggested above in a cloud post template – https://prnt.sc/omb1rr

Or as I mentioned, if you just want to remove some widgets from the current post sidebar you have set, for mobile, I can provide a code for it. But I will need a link to where I can see the sidebar, and details about what you want removed on mobile from the sidebar widgets. Let me know.

Calin
tagDiv Staff

Hi,

For mobile theme you’ll need to make those settings in wp-content/plugins/td-composer/mobile/header.php hoe this will help you!
We made a note for this requirement, hope this will be include in coming updates!

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Please notice that the “Latest Articles” is part of page template and this can be change only in the theme core; a better idea would be to use the Default template and set a posts loop element ( this is an element “Latest Articles”) with tagDiv Composer where you want in the page.
http://prntscr.com/omb1fz

Thank you!

Simion C.
tagDiv Staff

Hi,

That was an important update for the theme. There were changes to the file structure, as most of the theme files were moved in the composer plugin. Now the tagDiv composer has to be active at all times in order to maintain the same functionality. There won’t even be a theme panel without the composer active.

All the theme panel settings, custom codes, ad codes entered in the theme panel are saved in the database of the website, they will be there after updating.

We recommend where possible to test the update from older theme versions (pre 9.7) to the latest version, in a development environment, like a copy of the website. This way it is safer, to see what happens and identify possible issues. There are duplicator plugins that can create a copy of the website.

If you use a child theme, this will have to be remade using the child theme provided in the latest theme package
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Please let us know if you have more questions.
Thanks

Vlad S
tagDiv Staff

Hello !

You can edit them using the tagDiv Composer as you can see here: https://www.screencast.com/t/BjWdJId3T7VK

Thank you !

shazza
Participant
#0

I’ve read your info here: https://forum.tagdiv.com/topic/important-new-update-newspaper-9-7/ This does not seem to address our problem because we used the Envato plugin to update the theme to v9.8 and we had the tagDiv Composer and other plugins already activated and they remained so after the update.

However, when we update we lose all the settings we had that styled the theme previous to update. The logo settings, accent color etc etc are all gone.

The only way I can get them back is to restore the backup made prior to updating.

We obviously want to keep the theme updated for security purposes but this problem has to be resolved in order to do so.

Please help.

AlekseyK
tagDiv Member

I think I can edit this file? td-composer/mobile/single.php

LG
tagDiv Member

Hi Calin,

Thanks for getting back to me. So, this can only be done via tagDiv Composer, is that correct?

I have some pages built using the standard WP Blocks Editor, presumably I can target those pages and simply hide the elements using the following code, or would this cause problems?


.tdc-header-wrap {
  display: none;
}
.td-crumb-container {
  display: none;
}
.td-page-header {
  display: none;
}

Many thanks!

techieoriname
Participant
#0

Please how do I move latest articles to the top when using the pagebuilder + latest articles + paginator template on a page. the td composer comes first before the latest articles, but I want it the other way around am using the Newspaper theme.
Thanks

abdulwahab
tagDiv Member

It still doesn’t work, when I disabled the overlay option, it gives the same output which is a white background on other pages, when I tried adding a background to the specific page by editing through TD composer, the background gets effected on the homepage which is initially. Please, how can add a background image to pages without affecting the overlay on the homepage?

Calin
tagDiv Staff

Hi,

All pages have set padding top 48px , what you can do is to edit those pages using tagDiv Composer and set a margin top “-48” -> https://www.screencast.com/t/jobzSZkhFRk

Thank you!

Calin
tagDiv Staff

Hi,

Yes, you can use custom css but the search input search box should be change from theme panel https://i.imgur.com/bJo5kqD.png or from tagDiv Composer.
I do not quite understand, please provide some more details and a link where I can check this search.

Thank you!

debashisd
Participant
#0

I am using the dark theme. I have tried the Tagdiv composer to change the input text colour for the search box. Nothing happening – its white on white. I have even tried suing the Google search box widget – same issue. Please help urgently.

Many thanks.

DD

Simion C.
tagDiv Staff

Hi,

Maybe there is a solution. Is the sidebar in a page or post? The composer has an option to hide specific elements, entire rows and columns as well.

So for example, in a page I set two widget sidebar elements – https://prnt.sc/olyipu Configure one with the content you want to display on desktop, and the other one for mobile.

Then hide the one that has to appear on mobile, for desktop – https://prnt.sc/olyk0q
Hide the one that has to appear on desktop, for mobile – https://prnt.sc/olykbq
This would be a solution, as there will be one sidebar for desktop and a different one for mobile.

Or maybe, if you want to use the same sidebar and only remove some elements for it on mobile, it can be done with CSS. A code can be created that will remove specific widgets from the sidebar on mobile.

Let me know.
Thanks

Calin
tagDiv Staff

Hi,

In order to achieve that page of contact, you’ll need to make a new page and edit it using tagDiv Composer, set a hero image and column text-> http://prntscr.com/olyhcr then set the contact form 7 code -> http://prntscr.com/olyh30 , new you can edit the hero image and the row for column text -> http://prntscr.com/olyka2 set on that row the padding and on top set with “-” to move up the contact

Hope this will help you!
Thank you!

Vlad S
tagDiv Staff

Hello !

The easiest way is to create a page from 0, edit it using the tagDiv composer. Add ROW elements and define the layout of that: https://www.screencast.com/t/agO2ls6wIxw7 ; https://www.screencast.com/t/m4JjhutH

Thank you !

Vlad S
tagDiv Staff

Hello !

You are using a single post template. You will have to edit your template using your TagDiv Composer as you can see here: https://www.screencast.com/t/rLS6ookxIij7

Thank you !

ArisaAvena
Participant
#0

Hi!
I’ve updated Newspaper theme and plugins and I noticed the menu bar doesn’t look like it supposed to.
Before the update it was a black bar with logo and menu and above the big grid, now, on the main paige, it’s ON the big grid and the background of the menu is transparent. Because of that menu is totally illegible.
I’ve checked the Theme panel and the settings are okay. I can’t change it even with the Composer.
Please help.
Site: https://popbookownik.pl/

akshem
tagDiv Member

Hi,

Thanks for your reply.

I used the following plugin – https://wordpress.org/plugins/health-check/

and disabled all the plugins and enabled them one by one…the issue was not there. As soon as the theme and the two theme plugins(tagDIv composer and cloud library) become active the issue is observed.

Simion C.
tagDiv Staff

Hi,

1. Please check these guides – https://www.wpbeginner.com/beginners-guide/how-to-add-new-users-and-authors-to-your-wordpress-blog/
https://www.wpbeginner.com/plugins/how-to-add-an-authors-photo-in-wordpress/

2. The theme provides 17 block header styles – https://demo.tagdiv.com/newspaper/block-header-1/
You can choose one in general in the theme panel – https://prnt.sc/olve2b
Also there are options per block/element in the composerhttps://prnt.sc/olvera
The setting in the composer will override the setting in the theme panel. So for example if I set in the theme panel block header style 2 – https://prnt.sc/olvfhy and a different one in the composer for specific blocks/elements, the one from the composer will apply
https://prnt.sc/olvg0h

3. Those are different things, the settings that the composer has for the single image element can’t be used for images inside the post content if that is what you mean. If I misunderstand let me know.

4. Can’t say which plugin to use exactly, most membership plugins offer content restriction as far as I know. try some free plugins if possible, and check how they work and if they have the options you require – https://justlearnwp.com/most-popular-best-free-wordpress-membership-plugins/

5. That would be up to the membership plugin, if it has a content restriction it must have options to remove the restriction based on an action. If it can do it based on an user having paid the subscription, then it is possible.

The sign in/join allows users to log in the website. The theme ads a modal window as design – https://prnt.sc/olvr8t but the functionality is the same as the default WordPress login screen – https://prnt.sc/olvruf
Membership plugins may have their own login that maybe has to be used.

Thanks

Calin
tagDiv Staff

Hi,

Unfortunately the mobile theme do not have yet option to can customize it in this way, what you can do is to use a single post template from tagDiv Cloud Library, edit it with tagDiv Composer and set the comments and ad box where you want, after that set the single post template on posts and use the option from mobile theme to show the responsive version -> http://prntscr.com/oh6r2s you can check more details about mobile theme in our documentation -> https://forum.tagdiv.com/the-mobile-theme/

Hope this will help you!
Thank you!

Viewing 25 results - 27,501 through 27,525 (of 52,922 total)