Search Results for 'page template'

Results from the Forum
Calin
tagDiv Staff

Hi,
If you want to set different profile pages, then you can use cloud templates, for the global users set a global author template and for the few users with different author page, set theme individual -> https://i.imgur.com/FD7p81r.png
I think that to make a custom signup form will be better to use an extra plugin, you can try some of those:
7 Best WordPress User Registration Plugins (Compared) – 2022
I hope this will help you!

Manha Com
Participant
CTA - topic
#0

Hello. I have a doubt. Is there a way to insert the content of another page on my site built with TD Composer via shortcode? I want to put below various TD Composer templates a call to action that will change every week. I know that I can save an element and then insert it. But for when I want to modify it, do I have to do it in each template?

Anamaria
tagDiv Staff

Hello,

To create a sidebar please check this article https://forum.tagdiv.com/sidebars-tutorial/
Also, for example, to have different sidebars in every category, you need to have a different template for each category.
If you want the same style of your categories, then you can duplicate a template/layout for every category to have a different template, make the specific changes and assign it to that category.
Check this topic: https://forum.tagdiv.com/topic/different-logo-in-categorypage/ ;

Thank you!

Bettina
tagDiv Staff

Hello @affnads!

I’ve checked your website and the menu seems to work well.
Please make sure you have the same single post template assigned for all your posts.
https://forum.tagdiv.com/cloud-library-templates/
https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/

Thank you!

lgjerlgjer
Participant
#0

How do I associate a default The Events Calendar event view (!) with a specific page TagDiv template not default page TagDiv template?

ionutm
tagDiv Member

Hello Anamaria,

Thank for your solution. I was able to change the order of columns but only on pages built from scratch (just like in your video) not on a post template downloaded from cloud, I guess there are some limitations there.

Regards,
I

Bettina
tagDiv Staff

Hello!

I’ve checked your website and it seems to work well, also the breadcrumbs works well. I can see only the link of some subcategory leads you to a 404 error page template(Internacional) which you should take a look. Please delete the cache and try again.

Thank you!

Chillipicks
Participant
#0

Hello and many thanks for helping me with this one:

I updated my test site to WordPress 5.9 and Newspaper 11.4.1 (required plugins are updated as well).

In posts that use an adjusted custom single post cloud template the font size does not equal anymore the one set in the theme panel when block typography is set to 32 in the editor – typography 32 is the default running on my live website that is still WP5.8 and Newspaper 11.3.1.

If I’m in editing mode for a post and change typography to either 15 or even 50, the post font is displayed correctly in preview.

https://drive.google.com/file/d/1-jEb1bkVmXx2rJs5jbtKnrAZXVhhbUZC/view?usp=sharing

Do I need to adjust any settings? Cache has been cleared after the updates.

Many thanks again
Britta

dhsg
tagDiv Member

Ahhh so what you seem to be telling me is that I cannot use or import Travel Guides because it does not have a Homepage, I see.

May I ask is there any intention to soon provide a home page for it? (its a nice template)..or if there is no intention, then my best bet would be to simply choose another template. Thanks for your advice…

Bettina
tagDiv Staff

Hello!

You can import the homepage of travel pro and travel blog only. Yes, you can have the 2 pages from different demos. Make sure the demo has a cloud template.

Thank you!

Bettina
tagDiv Staff

Hello @willianangelomn!

This is a 404 template for 404 error pages: https://forum.tagdiv.com/cloud-library-templates/

Thank you!

Bettina
tagDiv Staff

Hello @michaeldef !

This plugin is not a tested plugin with our theme and you can not add a sidebar to a page which is from other plugin.

For cloud templates, you can add the sidebar from tagdiv Composer. Steps:
1. Add 1 row
2. Split into 2 columns( 2/3 + 1/3 )
3. You can add whatever element you want into the second column and consider it a sidebar.
If you need a different sidebar on each category, then you should have different templates for your categories or to duplicate the template of your category each time. Check this topic: https://forum.tagdiv.com/topic/different-logo-in-categorypage/ ; Here I explained step by step how you can duplicate a template.

Thank you!

CLS350
Participant
#0

Hello TagDiv team.
I have a strange problem as the title said. I have a hidden Raw Html Block inside the homepage and I cannot find it anymore with TagDiv Composer. I tried to delete every block from the homepage, but is still there. The hidden code is still there, I can find it into view source.
The code is:

</style><div class=”wpb_wrapper”><div class=”wpb_wrapper td_block_wrap vc_raw_html tdi_84 “><div class=”td-fix-index”>
(Hidden script)
</div></div><div class=”td_block_wrap tdb_loop_2 tdi_85 td-h-effect-up-shadow td_with_ajax_pagination td-pb-border-top td_block_template_2 tdb-category-loop-posts” data-td-block-uid=”tdi_85″ >
<style>

fcgllc
Participant
#0

Hi,

I am wondering if this is a bug in the td-cloud-library plugin, or if there is a setting to change this.

When accessing a monthly date archive (e.g. /2022/02), the correct posts show up, and the page <title> tag shows the correct month (February). However, the heading shows the previous month (example screenshot).

I think this is because wp-content/plugins/td-cloud-library/state/date/tdb_state_date.php first gets a timestamp for 12:00am February 1 in the UTC±00:00 timezone. Then wp_date() on this line

$this->current_month = ucfirst( wp_date( 'F', $timestamp ) );

uses the timezone set in the WP settings, which for us is several hours prior. This then makes the month name show up as January. To fix it, I added one line and changed the above line like this:


$zone = new DateTimeZone('UTC');
$this->current_month = ucfirst( wp_date( 'F', $timestamp, $zone) );

But we’d rather not change the plugin code. Is there a way to change the month name without doing this, or is this a bug that can be addressed?

Thanks!

ionutm
Participant
#0

Hello,
I have a single post page (adjusted based on one of td templates) with 1 row and 3 columns. The middle column represents the main content, and I want it in focus when the page is viewed via mobile devices.

How do I adjust the layout for the mobile responsive page so that column 2 is displayed before column 1 (but only for mobile)?

I’ve tried layout and overwriting auto order of columns, but I must be doing something wrong because I’m not getting results.

Best,
I

florentin
Participant
#0

I’m working for a very large news site, which I can’t interrupt, so I chose the solution to make a copy on another domain, in order to modify its first page template. The problem is that it would take several hours to transfer it back completely. Couldn’t just save and load the new page template after I finish it?
I mention that I tried to work directly on the site using preview from time to time, although it’s scary, but at some point the changes are not saved. That’s why I chose the solution of a draft.

FrasL
Participant
#0

Hi,

As per the topic title, while the ALT attribute is present in the media library it’s not being applied to images in the above cases mentioned in the title.

This also appears to be a problem with re-sized images for the homepage and category post lists pages resized images.

Also, background and logo are not setting explicit width and height, which google insights doesn’t seem happy with.

This is coming from Bings webmaster tools and the googles page speed insights with various degrees of warning levels.

SEO tools are also popping up a warning due to this, is it going to be possible to get this added/fixed for the theme? It would be good for the templates SEO.

Thanks

Anamaria
tagDiv Staff

Hello,

The Standard Pack plugin is an old one with old features with default templates. We do not recommend it anymore. We encourage you to use the cloud templates.
Documentation here:
https://forum.tagdiv.com/cloud-library-templates/
https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
https://forum.tagdiv.com/cloud-library-category-templates/

Thank you!

Bettina
tagDiv Staff

Hello @lusips9!

These old templates/styles are default templates. For more customizations, we recommend to use cloud/PRO templates in order to have the possibility to edit them with the TagDiv Composer which contains a lot of functions and features, please check our tutorial here: https://forum.tagdiv.com/tagdiv-composer-tutorial/

Documentation here:
https://forum.tagdiv.com/cloud-library-templates/
https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
https://forum.tagdiv.com/cloud-library-category-templates/

Check also our video tutorials here: https://www.youtube.com/c/tagdivThemes/videos and more theme documentation on the left side: https://forum.tagdiv.com/newspaper-theme-documentation/
You can import a cloud template or if you’ll like some sections from a demo, than you can find that section in the Cloud Templates or you can do it from scratch also by importing a blank template: https://www.youtube.com/watch?v=SoGQ0d5kIBg
You can place a sidebar very easy using our builder the tagdiv Composer plugin.
For example, you can add the sidebar from tagdiv Composer. Steps:
1. Add 1 row
2. Split into 2 columns( 2/3 + 1/3 )
3. You can add whatever element you want into the second column and consider it a sidebar.
Take a look here in this video for example where I build 6 columns: https://www.screencast.com/t/mZ2c5XamTFN

Thank you!

Calin
tagDiv Staff

Hi kimstipguide,
I think that this is a misunderstanding!
This -> https://kimstipguide.com/wp-content/uploads/2022/02/2022-02-08-100.jpg is a post not a page.
Now the Google Adsense Auto Ads code need to be set only once in one place in the theme and will be display randomly in the website. The place is this one -> https://i.imgur.com/ZacGf3j.png and most important the code need to place only once.
After an inspection on one post I see that on this post the auto ad was set 6 times -> https://i.imgur.com/rqqrC9j.png so only one of those will apply and this look to be after the footer -> https://i.imgur.com/gh8RuT4.png
Please remove the Google Adsense Auto Ads code from all places and let it only in the theme panel, here -> https://i.imgur.com/ZacGf3j.png
Also, all the 3 demos from your examples are pro demos, this means that all are made the same and only the layout is different, therefore if the code will work on one of them, then will work on all of them if there are no interference and if the code is display correctly. The only problem that I can see it is one of the singe post templates is broken, in this case the one from the newspaper_classic_pro, what you can do is to import a different single post template from the cloud and set it as global.
In case that you did all those above steps and the problem persist, then please contact us via email at contact@tagdiv.com and please provide wp-admin access. Include the link of this topic and make sure that you have a full backup.
Thank you for your understanding!

Anamaria
tagDiv Staff

Hi,

AMP is faster and works better only with the Mobile Theme plugin. If you’ll use the Mobile theme plugin, then you can not edit the pages with tagDiv Composer.
You have only some settings for this layout, which you can find in Theme panel -> Mobile Theme. It the same thing for the AMP plugin too.
Also, you can check our documentation here:
-> https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/ please set the AMP like in our guide.
-> https://forum.tagdiv.com/the-mobile-theme/
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY

Thank you!

Demir
Participant
#0

Hello,

We want to arrange the header image of the headline content on the homepage so that it covers the entire page. Just like in this demo template.

We couldn’t find how to do this. Can you guide us on this?

Thanks in advance for your interest and help.
Best regards!

Bettina
tagDiv Staff

Hello @Minoumax1967!

For more customizations, we recommend to use cloud/PRO templates in order to have the possibility to edit them with the TagDiv Composer which contains a lot of functions and features, please check our tutorial here: https://forum.tagdiv.com/tagdiv-composer-tutorial/

Documentation here:
https://forum.tagdiv.com/cloud-library-templates/
https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
https://forum.tagdiv.com/cloud-library-category-templates/

Check also our video tutorials here: https://www.youtube.com/c/tagdivThemes/videos and more theme documentation on the left side: https://forum.tagdiv.com/newspaper-theme-documentation/
You can import a cloud template or if you’ll like some sections from a demo, than you can find that section in the Cloud Templates or you can do it from scratch also by importing a blank template: https://www.youtube.com/watch?v=SoGQ0d5kIBg

Check this topic too, it could help you: https://forum.tagdiv.com/topic/how-do-i-add-a-patreon-social-link/

You can add the icons using the element called social icons and there you can add the new link for your LinkedIn.

Thank you!

Calin
tagDiv Staff

Hi,
The WPBakery Page Builder plugin is and Bundled Plugin in our theme not a standalone plugin, please check the envato documentation for those plugins
https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins therefore using a different version then the one provided by us is possible to not work.
Also, please notice that if you choose to use WPBakery Page Builder you need to use standard templates and not cloud templates. With cloud templates can appear layout issues, therefore you need to use only one of those templates: WPBakery Page Builder or tagDiv Cloud Library.
Thank you for your understanding!

Calin
tagDiv Staff

Hi kpknjige,
This error can appear from more situations, we made a guide for most of the frequent -> https://forum.tagdiv.com/tagdiv-composer-not-working/

If the “Error at zones: 6(models) : 5(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)”
is only on one specific page, then please use the revisions https://www.wpbeginner.com/beginners-guide/complete-guide-to-wordpress-post-revisions/ because it is possible that the problem to be from the last changed from that page/ cloud template.
If the problem is still persisting, please contact us via email at contact@tagdiv.com, please make sure that you have a full backup for your website and that you provide wp-admin and cPanel access and include the link of this topic to identify you.
Thank you!

Viewing 25 results - 5,376 through 5,400 (of 18,570 total)