Search Results for 'page template'

Results from the Forum
Leopart
tagDiv Member

Hi Simon,
thats my Problem, how i add them without using the TDComposer.
I dont really know how to add a class to a class, correctly described?

I need to add the three Classes tdc-row stretch_row_1400 td-stretch-content
to .veranstalter, its the class of the Parent Template
https://knopfstadt.de/veranstalter/musicclub/

I don’t want it with the page id, because i want it for childpages , so i need to use the .veranstalter class and its .tdc-row, right?

How? is it possible with css or less? SO i don’t need to modify the Plugin templates?

Regards

miguel_dimase
tagDiv Member

Perfect, that worked. Thank you.
So, a fix to consider: the active, out-of-the-box blog page template (M15) must be boxed/selected/marked after installing the theme. This lack was the origin of my problem, because I couldn’t know which template to choose in the categories to look the same as the blog page.

Thanks again, Simion.

brue
tagDiv Member

Thanks on reply.

Is it possible to use pagination as for Category template? To have classic numbering pagination (normal pagination in theme panel), but to show articles only with certain tag, not category based list?

I mean, i ve used blocks only cause i haven’t seen page template for tags similar to the category template. Can it be done without blocks, on custom page?

Simion C.
tagDiv Staff

Hi,

The empty page template does not display the entire header, there would be no menu to hide there with a code, or make visible. You can use a hero element but there will be no header with the empty template.

Maybe the menu overlay template is what you are looking for
https://www.screencast.com/t/yqg7JXgbl
A demo using that page templatehttps://demo.tagdiv.com/newspaper_spa/

Thanks

Simion C.
tagDiv Staff

Hi,

The empty page template was officially added in theme update 8.5. So in your version it is not available. You should consider to update, see here how many new additions and fixes were made since 8.1 to 8.8.2
https://themeforest.net/item/newspaper/5489609
Check the Changelog at the bottom of the page. This is an update guide if you consider updating
https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

dk
tagDiv Member

Hi,

The code you mentioned works only on the default template but not on page builder + empty page. Is there any way by which I could make the hero image full screen and my menu transparent?
If possible please suggest a way

Thanks,
DK

itmehedi
tagDiv Member

@Catalin I didn’t understand and didn’t find similarity of the solution. I want to show date for my PAGES(Not POSTS). So, I need to edit and add date functionality for the pages(page template). After that I can add/edit those code to show “modified date”. Isn’t or I am missing anything here?

So, without implementing publish page date code how can i add “last modified date” code?

adamc88
Participant
#0

Hey I’m wondering if it’s possible to change block title’s image background color or completely remove it. For instance, the crafts theme by default uses the yellow smudge for each block title background on the homepage and sidebar titles. Can this be changed?

stevemanes
Participant
#0

When I try to share a post via the Facebook share button, the preview actually has teaser text for another post (my “About” page text). A View Source shows that <meta property=”og:description” content=”XX”> is set with the correct description text:


<meta property="og:image" content="http://xxxx.com/wp-content/uploads/2018/07/bmw-plant.jpg" />
<!-- This site is optimized with the Yoast SEO plugin v7.8 - https://yoast.com/wordpress/plugins/seo/ -->
<!-- Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [SEO - Search Appearance] menu and set up a template. -->
<link rel="canonical" href="http://stoophang.com/bmw-and-tesla-to-build-new-plants-in-china/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="BMW and Tesla to build new plants in China | Stoophang" />
<meta property="og:description" content="BMW announced this week that it will be building two new plants in China and downsizing its US plant in Spartanburg, SC. Currently, the South Carolina plant focuses on BMW’s mainstream SUV production which it exports to 140 countries. According to the Munich-based BMW, the company needs to do this to avoid the 40% tariff …" />
<meta property="og:url" content="http://xxxx.com/bmw-and-tesla-to-build-new-plants-in-china/" />
<meta property="og:site_name" content="XXXX" />

ale
Participant
#0

hello,
I have version 8.1 and need the “empty page template” to make a page without header and footer, how can I import that template?
thanks a lot!
alejandro

Leopart
Participant
#0

Hi,
i want to stretch a Page without using the tdComposer, is it possible?.

I am using the Plugin, https://calendarize.it, with their Template configuration i can set the Default Page for “Organizer”, so the Content is Generate by the Plugin itself.
Changes doesnt matter if i use the tdCOmposer.
So can you help me to stretch the Page with CSS?

I’m not a pro, but i take closer look and thought about i need to add these three Classes to my Page “Organzier”
tdc-row stretch_row_1400 td-stretch-content

I’Ve test it with the Chrome Developer Tool and add these Classes to this line:
<div class"td-container tdc-content-wrap">.....
and it works, but i don’t know which kind of Technique i need to use for adding this on specified Pages, is it possible?

Can you help me there?

And another Question, the Conent is strechted when i use the td Composer, but how i stretch the Header with Logo und Menue also?

mirko
Participant
#0

Hi,
after the last update of template i noticed that there is,

1) in every page a not closed tag “t>” in left up corner
and

2) the color of button “contatti” is become black and not white like it was

3) also the page https://www.ravennawebtv.it/contatti/ has a background and i dont want it
how to fix this pls?
thank you

Sijpkens
tagDiv Member

Hi,
I would like to place an icon (or simple “>”) next to title links on the homepage. This icon should link to an external url. I can code the icon and post specific url, but where in the code should I place it? I tried td_block_template_11.php, but with no result. I am using that block 11 for https://international-agriculture.com/.
Can you guide me?
Regards,

Victor

Simion C.
tagDiv Staff

Hi,

The menu would be hidden along with the whole header if you use an empty page template for example
https://www.screencast.com/t/P1iyBJoZMPT
But that will remove the footer as well. Such a dedicated setting does not exist at the moment. I believe there are plans to add more design and functionality settings for the theme headers, in future updates.

I could give you a code, check if it works. It applies only on the homepage and it should remove the menu when not sticky
https://www.screencast.com/t/zhljPzQFJQNl
And display it when sticky – https://www.screencast.com/t/tQBvtwnW

Give it a try, enter it in Theme panel custom CSS section

.home .td-header-menu-wrap {
display: none;
}
.home .td-header-menu-wrap.td-affix {
display: block;
}

Thanks

Simion C.
tagDiv Staff

Hi,

1. There must a module selected, for you it is module 15 from what I can see
https://www.screencast.com/t/EifsPOsIve
If you want to keep using a blog homepage and change the module, you can do it there. Change the module and the blog homepage should reflect the changes. Maybe clear your cache if there are no changes, to refresh the page.

2. If you want the same in your category page, select the same module. Each category template can has a module section option as in the screenshots I provided above. Select module 15 for the same result. Also if you don’t want a category page top grid, disable it like in this example
https://www.screencast.com/t/xWwvLvmwEQ8D

3. You can keep using a blog homepage, there will be no problem.

4. Module 15 shows the whole content of a post. This is different from module 18 you use for that category page
Module 15 – https://demo.tagdiv.com/newspaper/category/module-15-layout/
Module 18 – https://demo.tagdiv.com/newspaper/category/module-18-layout/
So if you want the same result for the category page, modify it accordingly.
Module 15 does not require a featured image, it shows the whole content of a post, module 18 needs a featured image to create a thumbnail
https://www.screencast.com/t/FtQpH8on
The images are shown in your homepage are not thumbnails, they are images in the post content. Almost all other modules require a featured image to be set for the post.

5. Please change the category page module to module 15 for the same results. Module 15 will show the whole post content as I mentioned above. There are different settings for the blog page and category pages, not a global module selection. Sorry if this is an inconvenience.

6. I don’t know what you are referring to, provide more details about it. What cloning is that exactly?

Thanks

gioga
tagDiv Member

No I haven’t received an error message or anything. The page keeps loading and loading and nothing happens. The template seems to be created but when I try to edit it, the same thing. Loading and loading without being actually able to access it.

Never had an issue before. I am using the A2 hosting the Turbo hosting plan.

  • This reply was modified 8 years by gioga.
n.lazzati
Participant
#0

Hi,
i’m adding a subsciption form at the bottom of every article. I already edit di single page article via loop-single.php, but i can’t add the same form at the end of the smart list page. Where i can found the loop file of the smartlist template?

Thanks

Simion C.
tagDiv Staff

Hi,

We recommend the tagDiv composer as the page builder. Also as of late, it can also be used to design post templates, category templates, author templates, etc
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Of course you can choose to use WPBakery, we will provide updates for the plugin.

As a note you should consider, future updates of the theme will contain new features or options that may not be possible without the tagDiv composer.

Other users may share their opinions in the matter, what they use and why.

Thanks

miguel_dimase
tagDiv Member

Thanks for your answer, Simion:

1) In Theme panel->Template settings->Blog and post template, there is NO template selected (it’s a pitty that this editor doesn’t allow to attach images directly), but there is no module “boxed” (as in your image it’s the M18). In adddition, NO module type (Mx) seems to correspond with the way the default Newspaper blog page displays the articles. SO, I couldn’t select “the same” module/template as the blog page anyway.

2) I don’t want to change the way the blog page shows the posts by selecting a different Mx module AND by selecting later the same module in the categories, EVEN IF the categories showed the same as the blog page then, BECAUSE I REPEAT MY ORIGINAL NEED: that my categories show THE SAME WAY THE PAGE BLOG SHOWS NOW, which seems to correspond to no module the users can reach, as far I can see… If, on the other hand, I am wrong, please tell me which is the module that corresponds to the blog page as shown NOW (“out of the box” Newspaper). By the way, it’s not the M18 module boxed in your image (although I assume that you used that one just as an example, becasue it’s nothing like the way the blog page looks “out of the box” AND because the categories do not look like the blog page when I change them to the M18 module…).

3) Thanks for your additional suggestion, but I currently don’t want/need a static homepage.

4) With respect to the placeholder images shown now in the category pages, I repeat what I said preemptively in my previous comment: if the solution is establishing a feature image for every post and, on top of that, establishing the proper size of its miniatures relative to the module chosen, I don’t want / I can’t do that now. I just want/need that the category pages show/behave IDENTICAL to the blog page, where images are shown perfectly! By the way, that should be the DEFAULT category look/behaviour in ANY theme: if nothing is touched, they should look/behave as the main page/loop but with fewer (only its) posts!

5) Saying it, again, in other words: my category pages should look as mere FILTERS of the blog page, showing just the proper/latest/all/whatever CATEGORY articles, but in exactly the same way/look/style/design as the out-of-the-box Newspaper blog page looks now, in which case there would be no need to establish feature images (which it’s my main goal), because I DID NOT established any of them in the posts that are currently displayed pefectly in the blog page which it’s using their main images just fine, as it was in my old theme!

6) Of course there is A way of doing this in ANY theme, but I just didn’t buy a theme to begin to work in something like this right from the beginning touching/cloning PHPs, etc. What is the BEST way of doing this in Newspaper?

Thanks again, Simion.

Simply_Graphic
Participant
#0

Hi,

I am getting the following error – have deleted all plugs, tried to reinstall.

I even deleted the plugin and installed Visual Composer to replace the TG Builder – still same issue.

wp_booster error:
td_api_base::mark_used_on_page : a component with the ID: tdm_sub_footer_template_1 is not set.
/home/simplsps/public_html/fezzan_libya_media/wp-content/themes/Newspaper/includes/wp_booster/td_api.php

wp_booster error:
td_api_base::get_key : a component with the ID: tdm_sub_footer_template_1 Key: file is not set.
/home/simplsps/public_html/fezzan_libya_media/wp-content/themes/Newspaper/includes/wp_booster/td_api.php

wp_booster error:
The path of the template id: tdm_sub_footer_template_1 not found.
/home/simplsps/public_html/fezzan_libya_media/wp-content/themes/Newspaper/includes/wp_booster/td_api.php

I have contacted contact@tagdiv.com and provided details.

Thank you!

Simply Graphic

gioga
Participant
#0

Amazing work with the templates, there’s just an issue, in most of the single post templates, I am unable to see the Create Template button. Not sure what is going on, probably the page isn’t long enough, I cannot see the Create Template button. Is there a fix for this? https://www.screencast.com/t/6ip91MB5 VS https://www.screencast.com/t/OsQJ2K82Ted
Thanks!

Simion C.
tagDiv Staff

Hi,

You are currently using the default WordPress blog homepage, from what I can see. The blog page will display the latest articles, the module used to display the posts can be selected in Theme panel->Template settings->Blog and post template
https://www.screencast.com/t/OoWyH0DML

The category page module can be selected per category. Search for the category you want and select the module. Example
https://www.screencast.com/t/xhS6lPJixuw
https://www.screencast.com/t/42kM8xih4

There are many modules to choose from, pick the ones you like.

You can also create a static page with the tagDiv composer, set that as homepage
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/block-settings-tutorial/

If the posts have no featured image set, a default placeholder will be displayed
https://forum.tagdiv.com/featured-image-or-video/

Let us know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

The default footer templates have a maximum of 3 columns. To achieve a 4 column layout you will have to create a page with the elements you want and also the layout you want. The tagDiv composer allows a 4 column split. Then set that page as footer page
https://www.screencast.com/t/7zxKdeNoA8aS
Example of some demos that use footer pages
https://demo.tagdiv.com/newspaper_showcase/
https://demo.tagdiv.com/newspaper_law_firm/
https://demo.tagdiv.com/newspaper_dentist/

Thanks

4ng3lus
Participant
#0

Hi!
I’ve Newsmag 4.4, on wp 4.9.7 with plugin called “Multipage plugin” (v1.3.7). It creates a pagination with nice summary for splitting post, but in Newsmag (only in Newsmag, no in other templates that i tried) review box goes on every post’s subpage. With other templates it goes only in the last subpage, and this is right! In addition of this, Newsmag shows also a standard pagination (1,2,3) for subpages created by multipage, but this is needless because there is Multipage’s Summary for this!
You have any easy solution for this?
Thank you!

miguel_dimase
Participant
#0

I’ve just purchased the theme, migrating posts from a previous theme.
The main page (blog/loop) shows the posts with its main image and excerpt text as the previous theme. The posts never got a feature image established.
However, the same articles showed in a category page look different and with an image placeholder instead. I can’t find a way to establish the SAME template, that is to say, the site wide template to show the categories, as is custom with many theme: as mere filters of posts!

If the solution is establishing a feature image for every post and, on top of that, establishing the proper size of its miniatures relative to the module chosen, I don’t want / I can’t do that now.

I just want/need that category pages be treated an look as the main page, like most themes do!
Why the default look/option for them isn’t the site wide template??

The main page: http://migueldimase.com/

A category page: http://migueldimase.com/educacion

Viewing 25 results - 13,776 through 13,800 (of 18,570 total)