Search Results for 'page template'

Results from the Forum
Calin
tagDiv Staff

Hi,

Please check our documentation for footer -> https://forum.tagdiv.com/footer-templates/
If you want you can create a footer page and set it in footer.
Or you can use custom css to change the height of the current template you have set -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

If you need help with this please provide a link were I can inspect your footer, in this way I will be able to provide you the right custom css.

Thank you.

rakeshbarwar
Participant
#0

I had added the following code to fuctions.php and also tried code snippets plugin
function show_last_modified_date( $content ) {
$original_time = get_the_time('U');
$modified_time = get_the_modified_time('U');
if ($modified_time >= $original_time + 86400) {
$updated_time = get_the_modified_time('h:i a');
$updated_day = get_the_modified_time('F jS, Y');
$modified_content .= '<p class="last-modified">This post was most recently updated on '. $updated_day . '</p>';
}
$modified_content .= $content;
return $modified_content;
}
add_filter( 'the_content', 'show_last_modified_date' );

but instead of showing “last updated date” on post templete; it shows last updated date on the very top of all the pages and posts.
Is there any way to display “last modified date” only on “single post template 15” below the published date(see in image).
https://lastdna.com/elephants-without-tusks/
single post templete 15
here I want last modified

Calin
tagDiv Staff

Hi,

Please replace the code with this one
if (!in_the_loop() && (is_page_template('page-pagebuilder-latest.php') || $is_smart_list || is_page() ) ) {

Also please set the settings in Yoast SEO to default
https://www.screencast.com/t/ICTTaeOep5

Hope this will help you.
Thanks.

Simion C.
tagDiv Staff

Hi,

The predefined footer templates have a maximum of 3 columns indeed. However with the tagDiv composer you can create a page (with rows split in 4 columns as needed) and set that as footer page
https://www.screencast.com/t/FRAwyDMTIfa
There are footer pages created by us for demos, these can be imported through the cloud library plugin
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Here you can find them all, preview and even edit them to see how they are made
https://affiliate.tagdiv.com/#/load/Footers

Thanks

Thakksy
tagDiv Member

It’s just when I implement this element the image depending on the post looks all fuzzy and the height is way too high. I used the following post as a test so you can see:

https://www.cruisehive.com/cruise-tips-from-insiders-you-should-definitely-take-note-of/9435

I’ve tried changing the image dimensions but just looks odd. Maybe there is another css code to make the image extend to the left of the page? That code is from your Single Post Template 36. Would also like all featured images across all posts to be the same dimension but don’t want a height more than 550 as the content will be too far down.

Any help would be great, cheers.

tonejarvis
Participant
#0

I’ve created a page with the author widget but it shows them as list in a column. Is there another template to show them in rows?

Calin
tagDiv Staff

Hi,

In order to change that background color you need to edit the page/template with tagDiv Composer -> https://www.screencast.com/t/QqdCn9Wj
You need to set the background color to the row ( for each row ).

Hope this will help you.
Thanks.

Simion C.
tagDiv Staff

I will gladly help you but I don’t quite understand where exactly these widgets you are referring to have to be displayed.

Under the header would be in the page content. Edit the page with the tagDiv composer and use a widget sidebar element. Widgets can be used in the page content or where the composer can be used, by a widget sidebar element
http://prntscr.com/m4f4zj
So you can create widget sidebars and display them in pages and cloud templates. Create as many as you want
https://forum.tagdiv.com/sidebars-tutorial/

dj001
Participant
#0

Hello,

I just bought the theme and when i deleted all the articles that camed with the theme the site shows me some errors. For example in the bottom of the page shows this :

wp_booster error:
td_api_base::mark_used_on_page : a component with the ID: tdm_sub_footer_template_1 is not set.
/home2/phonrogd/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
Display backtrace
wp_booster error:
td_api_base::get_key : a component with the ID: tdm_sub_footer_template_1 Key: file is not set.
/home2/phonrogd/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
Display backtrace
wp_booster error:
The path of the template id: tdm_sub_footer_template_1 not found.
/home2/phonrogd/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
Display backtrace

Why? and what can i do to fix it?

Calin
tagDiv Staff

Hi,

Please notice that the AMP template will only work on pages that do not use any page builder. Only pages that are created using the standard tiny mce editor will be valid AMP pages.
Also there can be some plugins conflicts, you can deactivate all non theme plugins clear all cache, and re-save the permalinks -> https://www.screencast.com/t/UjUehBBCJ4

Thank you.

Simion C.
tagDiv Staff

If not in the page, maybe you want to enter the widgets in the header itself? You would have to edit the header template file you are using and try to insert them there below the menu code
https://www.screencast.com/t/4fUf38Nl9
But this will most likely require some additional CSS since widgets are not supposed to be displayed in the header.

Simion C.
tagDiv Staff

Hi,

There are two page builders provided with the theme, the tagDiv composer which is the main page builder and we recommend using it to build pages and cloud templates, and the WPBakery page builder (former Visual composer)
https://forum.tagdiv.com/tagdiv-composer-tutorial/
To have access to the cloud library templates, the cloud library plugin has to be active
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

The revolution slider is included in the theme package, you can use it fully and there is no need to activate it in any way (bundled version). Please ignore/close the activation messages coming from the plugin.
There are demo sliders made by us in the package which can be imported, but you can create your own sliders as well
https://forum.tagdiv.com/import-revolution-sliders-on-demos/

The WPBakery, mobile theme and revolution slider plugins are present in the theme plugins panel but can’t be installed from there, only manually.

Please let me know if you have more questions, or you need help with something.
Thanks

serina
tagDiv Member

Hi Catalin,

I’m having the exact some issue. I would like to know how to change the category header box for category page style 8. I currently am only seeing a grey box and would like to replace it with an image just like

https://forum.tagdiv.com/wp-content/uploads/2015/05/2015-06-15_16-45-08.png

from page
https://forum.tagdiv.com/category-templates/

Any help would be greatly appreciated.

  • This reply was modified 7 years by serina.
Calin
tagDiv Staff

Hi,

I think that you are referring to something like Page Builder + Overlay Menu -> https://forum.tagdiv.com/page-templates-2/

Or you can use custom css in hide the header, and set a menu in top header.
https://www.screencast.com/t/hrhO3jQ3Iv
.td-banner-wrap-full, .td-header-menu-wrap-full{
display : none;
}

Set the code in Newspaper>theme panel>Custom code>Custom css
Set menu to header
https://www.screencast.com/t/eMtn7Chzm3

Thank you.

Simion C.
tagDiv Staff

Hi,

In pages or cloud templates you can add everything you want from the composer list of elements, anywhere in the page content. Add the elements you want below the header menu if that is where you want them to appear. If I misunderstand please correct me.

Thanks

Calin
tagDiv Staff

Hi,

If I understand correctly you have some blocks that repeat on each page at the bottom of it.
Is possible tat you have set the Page Builder + Latest Articles + Pagination, please check our documentation about Page templates from here -> https://forum.tagdiv.com/page-templates-2/
For a better answer please provide a link were I can inspect the problem.

Thank you.

antreas20197
Participant
Sidebars - topic
#0

Hello, I want to add ads banners on the sidebar of the template in my page. However, when I enable sidebars and add an ad banner to the sidebar is not showing. My site is website

montsy2186
Participant
#0

Hello all!

I am building a site using the Newspaper template and I’m trying to utilize one of the Category Templates from the Cloud library. For some reason when I view the category template all of the block elements from my homepage design appear on the page below the template content. I cannot figure out what is causing this issue. Can anyone help?

pascalyan
Participant
#0

My website pages each have a different image as a backgrounds for the header menus. Unfortunately after an update, one of the header menus (on my about page) reverted back to a regular black header menu without an image. The image in question is now under the header menu and separated from the menu by a white block. How can I have the image back into the header menu background? I think it’s a custom page template that can be changed in the pages section of wordpress. All my pages that have the picture and menu merged, when I look to see what template it is, it shows as a blank field (I’m thinking it’s missing the template that was originally with the theme nature love) the other standard template picks are either default template or slider revolution. Also when I edit those specific pages in tagdiv, I always get a save error mentioning invalid page template. All other pages I create uses “default template” and has no saving error which is nice but the thing is I don’t want to use the default black header. I want to use the same template as the one that came with the theme but it just seems to be gone.

Reiter2309
Participant
#0

Hello, the Smartlists work differently in the cloud templates than in the standard template. I use the swipe smartlists 1 and it always works like a slider. In the created cloud template the page is completely reloaded when i click “next”. Is it a bug or a feature?

Simion C.
tagDiv Staff

I will try to explain it better. Instagram can be added either directly in the composer, then it can be edited by editing the page/cloud template with the tagDiv composer and setting the ID you want
https://www.screencast.com/t/euSfsoKW

Or it can be added as a widget in sidebars, then it can be edited in Appearance->Widgets
https://www.screencast.com/t/3AUtzjTE5Z

Either way it is possible to set your desired ID. Installing a demo, for example this one
https://demo.tagdiv.com/newspaper_lifestyle/
Will import the Instagram element and the social counter configured with demo data. You can configure them with your own data
https://forum.tagdiv.com/instagram-widget/
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/

Let me know if you need more help.

Simion C.
tagDiv Staff

Hi,

The latest articles section has it’s own settings, it cannot be edited in the composer. This section of posts is displayed at the bottom of the page when the latest articles page template is selected for the respective page
https://forum.tagdiv.com/page-templates-2/
It can also have a sidebar of it’s own, in your case it contains the “most popular” and “recent posts” widgets.

Note that currently there are some issues with the settings for this latest section, they do not appear as they should when the template is selected
https://www.screencast.com/t/zdNNUdwt5hr
What you could try for the moment if you use the Gutenberg editor, is to (while the latest articles template is selected) click a few times on these tabs
https://www.screencast.com/t/uokjR19n9
Or choose the default page template instead of the latest articles template. We are sorry for this inconvenience, it will be taken care of as quickly as possible and the theme will be updated.

Thanks

Wayne_5d
Participant
#0

Hi All,
Sorry for the basic question, how do i change the colour of a page based on the Pagebuilder + page title template?
I tested out the black demo and it changes it to a dark grey but I can not see where that is set.

just started building
ourWeather.info

Thanks
Wayne

Calin
tagDiv Staff

Hi,

In order to achieve that you’ll need to set the Page templates Page Builder + Overlay
Menu -> https://forum.tagdiv.com/page-templates-2/ and set a here at the beginning of page.

Thank you.

  • This reply was modified 7 years by Calin.
Simion C.
tagDiv Staff

Hi,

Once installed the tagDiv composer can be used to build pages and templates (templates will require the cloud library plugin as well). All that is needed to use in on a page is to edit the page with it, the composer sidebar will appear
https://www.screencast.com/t/PGyQNvZmP
https://www.screencast.com/t/uchgqqXRLj

What exactly is happening in your case when you try to edit a page with the composer? Is the Add element sidebar missing? Please let us know.

Thanks

Viewing 25 results - 12,951 through 12,975 (of 18,570 total)