No search results were found in Documentation!
Hi,
Here is talking about pre-defined footer templates which can be changed from Theme panel. Read our documentation from here -> https://forum.tagdiv.com/footer-templates/ The popular category section from Footer is just a simple block which is sorted by Popular Category. As a hint, you can try using the footer template style 5 which allows you to add any block you want from the Widgets section.
Thanks for your understanding!
First – I’ve looked at another thread here on the forum about Amp logo issues. I tried all suggested, make logo smaller and bigger and nothing works
Please advise how to fix
Second problem
This for example: The URL gets changed with the “Amp” added on the end. https://brandinginasia.com/2019-is-the-year-of-data/amp/
Take that link and put it on a desktop browser and it redirects to this old post here:
https://brandinginasia.com/amplifi-dentsu-brown/
Why does it do that?
Third problem:
This Amp page on mobile https://brandinginasia.com/2019-is-the-year-of-data/amp/ has a completely different layout than I have designed with cloud templates.
The footer is different, there is no sidebar to scroll to, the headline is different, categories, everything.
I have disabled the plugin until can get some help on these several problems.
Thanks!
Hi,
This footer is made custom, if you want you can make a footer page with tagDiv Composer and set it in footer.
-> https://forum.tagdiv.com/footer-templates/
Or import one from tagDiv Cloud Library
https://www.screencast.com/t/wDspcWGq5n8
https://www.screencast.com/t/aNhIMWq8Oztq
Thank you.
-
This reply was modified 7 years by
Calin.
Hi,
I have some problems with WPML.
I have solved with them the problem with the footer which wasn’t translated.
I have now a problems with cloud templates. I use them for the blog posts. If you go here https://blog.lovemaremma.com/it/visitare-la-maremma-toscana/ you can see that the sidebar it is not translated in italian. I have activated the WPML tranlsation also on cloud templates, but I can modify them in italian because the theme return an error (2 models).
How can I do that?
Thank you.
Hi,
Please check the Footer templates section from our documentation -> https://forum.tagdiv.com/newsmag-footer-templates-2/
Thanks for your understanding!
I can make it bigger but it will overlap the menu items
– https://www.screencast.com/t/dmJ1sfpI
The reserved space for the logo in this header style is 190px only, the rest will be used by the menu items, from the total width of the container.
Maybe if you stretch the header elements first – https://www.screencast.com/t/54Kf7kK4QO
That will create the space for a larger logo without interfering with the menu items.
Try to use the stretch settings and then use this code (you can modify the values used)
– https://pastebin.com/SZdn3ptN
I should mention that we are working on a header builder, it will be released in coming updates. Maybe something like this will be possible without using any code, I can’t say at the moment.
For the footer you can use a footer template with a full row, not split in columns. For example style 4
– https://forum.tagdiv.com/footer-templates/
Then you can use a much larger logo, it will not be limited as it is now
– https://www.screencast.com/t/3RMnqymt7
I formally had my header and footer set to be stretched so it covered full width of the screen. I now wish to narrow the screen to see inframe ad space.
I have gone into theme panels, templates, force full width, and set all settings to “No Stretch” but still the header and footer are stretched to full width of the site.
I managed to fix the blocks within TagDiv composer.
Any advice on next steps ?
Hello bayarshahab,
First of all, you should read our documentation from here -> https://forum.tagdiv.com/footer-templates/ All the Footer section can be changed from here -> https://www.screencast.com/t/TjKHgulWfts
Thanks for your understanding!
That is the footer, these are the templates that you can choose from
– https://forum.tagdiv.com/footer-templates/
Some templates contain predefined content, others are blank and they will only display the widgets you want.
An alternative is to use footer pages – https://www.screencast.com/t/OWKc1UCVDoRd
Basically create a page and display it in the footer. You can also import footer pages with the cloud library plugin
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Here you can preview and even edit the available footer pages designed by us
– https://affiliate.tagdiv.com/#/load/Footers
Hi,
If I understand correctly you want to don’t have on the page the title of page, if is so you need to change the page template ( documentation -> https://forum.tagdiv.com/page-templates-2/ )
For creating a page with out header and footer change the page template on Pagebuilder+ Empty page, after you create the page change back.
Thank you for your understanding.
Hi,
Sorry please remove the above css if you paste it in custom css.
I’ve try your footer logo ( https://www.screencast.com/t/yWKx0EqEE ) on my website and it works ( https://www.screencast.com/t/zbccdV295bI ), unfortunately all I can do for you is to provide a css that need to be please in wp-content>plugins>td-amp>templates>style.php (example https://www.screencast.com/t/vIUHFAbD6uRH )
.td-footer-component-wrap .td-footer-logo amp-img,
.td-footer-component-wrap .td-footer-logo img{
max-width: 272px;
max-height: 90px;
}
Sorry for the inconvenience.
Thank you for your understanding.
Hi,
It look like you have paste the footer content in page/post content.
Please read this documentation about Footer template: https://forum.tagdiv.com/footer-templates/
Thank you.
Hi,
In order to do that you can set a page in footer ( https://www.screencast.com/t/9DJq7mH4X ) or you can use cloud template ( please check this documentation from here. ) , you can build/edit the templates from cloud after your wish.
Then just set the footer page you make.
Thanks.
Am I understanding this correctly that the cloud library of templates, I can deploy any type of page template to my theme…and basically “mix and match” page elements from one theme to another?
for example: I like the footer of “Say What” but I like the front page of “Raw and Wild”?
(of course I know I could just build these with TD composer from scratch, but aint nobody got time for that).
Hey Catalin,
thanks for your reply. Im AWARE that these are 2 different things. And as i wrote its working for me. The only thing i want from you guys is a php code snipped which i can put into my new page-template to show the author box + item scope meta tags on the page w that template.
I dont care if its not pefect codewise or if i cant use your backand funktions on that particular page-template that i have copy+pasted from the post-template-7. it looks as i want it on the front end and google can flawlessly read it – enough for me.
What i dont want is to build or check other templates whith editior … it would just take me hours to get a result thats allready there in your post-template-7.
<?php
/* Template Name: Page+Mainimage */
locate_template('includes/wp_booster/td_single_template_vars.php', true);
get_header();
global $loop_sidebar_position, $td_sidebar_position, $post;
$td_mod_single = new td_module_single($post);
$td_post_featured_image = td_util::get_featured_image_src($post->ID, 'full');
if (!empty($td_post_featured_image)) {
td_js_buffer::add_to_footer(
'jQuery(window).ready(function() {' . "\r\n" .
'(function(){' . "\r\n" .
'var td_backstr_item = new tdBackstr.item();' . "\r\n" .
'td_backstr_item.wrapper_image_jquery_obj = jQuery( "#td-full-screen-header-image" );' . "\r\n" .
'td_backstr_item.image_jquery_obj = td_backstr_item.wrapper_image_jquery_obj.find( \'img:first\' );' . "\r\n" .
'tdBackstr.add_item( td_backstr_item );' . "\r\n" .
"jQuery('.td-read-down a').click(function(event){" . "\r\n" .
"event.preventDefault();" . "\r\n" .
"var header_wrap = jQuery( '.td-full-screen-header-image-wrap:first' )" . "\r\n" .
"if ( 1 === header_wrap.length ) {" . "\r\n" .
"tdUtil.scrollToPosition(header_wrap.height() + header_wrap.offset().top, 1200);" . "\r\n" .
"}" . "\r\n" .
"});" . "\r\n" .
'})();' . "\r\n" .
'});'
);
}
?>
<article id="post-<?php echo $td_mod_single->post->ID;?>" class="<?php echo join(' ', get_post_class('td-post-template-7'));?> td-container-wrap" <?php echo $td_mod_single->get_item_scope();?>>
<div class="td-full-screen-header-image-wrap">
<div class="td-container td-post-header">
<div class="td-crumb-container"><?php echo td_page_generator::get_single_breadcrumbs($td_mod_single->title); ?></div>
<div class="td-post-header-holder">
<div class="td-parallax-header">
<header class="td-post-title">
<?php echo $td_mod_single->get_category(); ?>
<?php echo $td_mod_single->get_title();?>
<?php if (!empty($td_mod_single->td_post_theme_settings['td_subtitle'])) { ?>
<p class="td-post-sub-title"><?php echo $td_mod_single->td_post_theme_settings['td_subtitle']; ?></p>
<?php } ?>
<div class="td-module-meta-info">
<?php echo $td_mod_single->get_author();?>
<?php echo the_modified_date('j. F Y', '<div class="the-modified-date" itemprop="dateModified">Update: ','</div>'); ?>
<?php echo $td_mod_single->get_views();?>
<?php echo $td_mod_single->get_comments();?>
</div>
</header>
<div class="td-read-down"><i class="td-icon-read-down"></i></div>
</div>
</div>
</div>
<div id="td-full-screen-header-image" class="td-image-gradient-style7">
">
</div>
</div>
<div class="td-container">
<div class="td-pb-row">
<?php
//the default template
switch ($loop_sidebar_position) {
default:
?>
<div class="td-pb-span8 td-main-content" role="main">
<div class="td-ss-main-content">
<?php
locate_template('loop-single-7.php', true);
comments_template('', true);
?>
<footer>
<?php echo $td_mod_single->get_post_pagination();?>
<?php echo $td_mod_single->get_review();?>
<div class="td-post-source-tags">
<?php echo $td_mod_single->get_source_and_via();?>
<?php echo $td_mod_single->get_the_tags();?>
</div>
----------------------------------- this part does not get displayed :I ----------------------
<?php echo $td_mod_single->get_social_sharing_bottom();?>
<?php echo $td_mod_single->get_next_prev_posts();?>
<?php echo $td_mod_single->get_author_box();?>
<?php echo $td_mod_single->get_item_scope_meta();?>
----------------------------------- this part does not get displayed :I ----------------------
</footer>
</div>
</div>
<div class="td-pb-span4 td-main-sidebar" role="complementary">
<div class="td-ss-main-sidebar">
<?php get_sidebar(); ?>
</div>
</div>
<?php
break;
case 'sidebar_left':
?>
<div class="td-pb-span8 td-main-content <?php echo $td_sidebar_position; ?>-content" role="main">
<div class="td-ss-main-content">
<?php
locate_template('loop-single-7.php', true);
comments_template('', true);
?>
</div>
</div>
<div class="td-pb-span4 td-main-sidebar" role="complementary">
<div class="td-ss-main-sidebar">
<?php get_sidebar(); ?>
</div>
</div>
<?php
break;
case 'no_sidebar':
?>
<div class="td-pb-span12 td-main-content" role="main">
<div class="td-ss-main-content">
<?php
locate_template('loop-single-7.php', true);
comments_template('', true);
?>
</div>
</div>
<?php
break;
}
?>
</div> <!-- /.td-pb-row -->
</div> <!-- /.td-container -->
</article> <!-- /.post -->
<?php
get_footer();
Hi,
In the footer you can either choose from the predefined footer templates
– https://forum.tagdiv.com/footer-templates/
Some have predefined content (your widgets will appear below this content) others are empty and will display only your widgets.
Or create a page containing the elements you want, then place it as a footer page
– https://www.screencast.com/t/cEKzmEhcs
In this case you can simply design a page with the tagDiv composer and set it as mentioned.
Note that through the cloud library plugin you also have access to footer page templates
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
– https://www.screencast.com/t/hfsfoH5bE
These templates can also be customized by you in the composer if needed.
Thanks
Hi garya,
If you like to change the footer template go in Newspaper > Theme panel > Footer expand Footer setting and choose a style or a footer page ( https://www.screencast.com/t/GNutmYRH8N ), also you can use cloud templates to set footer or to create a footer ( https://www.screencast.com/t/6wdfx3cVU ).
Or if all you wish is to change name you can use translation, in order to acces it go in Newspaper > Theme panel > Translations and expand translation , search the title you want to rename ( https://www.screencast.com/t/6wdfx3cVU )
Thank you for your understanding.
Hello legalmediacompany,
Please keep in mind that Editor Picks is just a simple block 7 set up by default for the footer template. Also, this block is sorted by featured, as you can see here -> https://www.screencast.com/t/rbLWnDJz If you want to have other elements and change the sort order of these blocks you should change the footer template to style 5 and use any widget you want because it is customizable or also, another alternative, in this case, would be to try using the Footer Page where you can create your own custom footer template.
For more information about footer templates, please check the following topic from here -> https://forum.tagdiv.com/footer-templates/
Thanks for your understanding!
Hi,
If you refer to something like this http://preview.codecanyon.net/item/wordpress-automatic-plugin/full_screen_preview/1904470?_ga=2.158722682.1526625271.1537429787-1933785142.1537429787 then yes, our theme have global and individual header and footer style and template .
You can take a look at this documentation : https://forum.tagdiv.com/footer-templates/
Also you can get or create a template from cloud template https://www.screencast.com/t/gycG1N5fl
Thank you.
Hi,
1) The articles listed under Author, Search, Tags, Archives, Category templates are all considered as duplicate content for search engines?
2) If on a same page I have the same article at two different places (e.g. once in the side bar and once in the footer), is this also considered as duplicate content?
Thank you for your help
Hi,
1. The excerpt is quite bet tricky, you’ll need to be very careful in which module you make changes and in which module you’ll aspect to appear changes ( if you will change in module 1, just in that module will appear the changes ), also please read this topic https://forum.tagdiv.com/topic/chinese-excerpts-do-not-work/ .
2. If I understand correctly, you want to make some change in footer section… if you don’t want to use a demo or a template from cloud template, you can make a page ( create a new page, and build it how you desired ), after that in Newspaper> Theme panel > Footer > Footer Settings you will find footer page, from there you can set the page you just created; please read this documentation for footer template https://forum.tagdiv.com/footer-templates/ .
Thank you.
Hi,
1. You can use Visual composer, or the tagDiv composer. We recommend the tagDiv composer however. Our front-end builder has a considerable amount of options, elements, multi-purpose features etc.
Also in combination with the Cloud library plugin it can be used to design/import beautiful templates (for post pages, category pages etc)
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
All of these are not possible with Visual composer in the theme.
2. Could be the most common mistake, maybe you are not uploading the image in full size. For example as a footer background
– https://www.screencast.com/t/IXxn8rfOkA
– https://www.screencast.com/t/L5jPISPd
3. Can’t say about social login, I have no information about the status or progress made in this matter. At some point it may be available.
Please let us know of you have more questions.
Thanks
Hello suraj1kc,
Those footer templates are custom made -> https://forum.tagdiv.com/footer-templates/ and all of these can be customized only through the code. Another alternative for you would be to use a Footer Page functionality. You should create a simple page and then set ut it as Footer Page from here -> https://www.screencast.com/t/VqdvPs7ePyv Using this functionality, notice that page can be created with TD Composer and the good part is that you can customize each element as you wish.
Hope this helps!
Thanks for your understanding!
Hi chucnguyen,
Style 5 is a templates of newspaper theme, (here is all the theme templates https://forum.tagdiv.com/footer-templates/ ,
unfortunately there is with max 3 columns ).
If you want to customize your footer you need to create a page and set it as your footer page
( Newspaper > Theme panel > Footer > Footer settings) .
In order to create a footer page I make you same examples https://www.screencast.com/t/G21yTg7MvP7 open the tagdiv composer
https://www.screencast.com/t/lQMR9Uhz , after opens the tagdiv Composer hover with mouse the empty column and
click on row https://www.screencast.com/t/lQMR9Uhz. After you add all info you want on your footer page save it and set it from
Newspaper > Theme panel > Footer > Footer settings as your footer page ( https://www.screencast.com/t/BpOS70RLTL ).
Or you can use cloud Templates were you can find in section footer new templates for your desire, or you can create/customize
new templates for footer or other section .
Thank you.
Hi,
That demo uses a footer page. That means that a page is displayed in the footer instead of a predefined template
– https://www.screencast.com/t/O4V5f1gJ0AXr
Now, if you want to keep using a page in the footer but with different content, edit the page and make the modifications you want
– https://www.screencast.com/t/j8SpgEVGm
Or remove the page in question, then the post templates will apply
– https://www.screencast.com/t/3bwnVM7iuHr9
There are 14 predefined footer templates – https://forum.tagdiv.com/footer-templates/
Through the cloud library there are 24 footer pages designed by us (you can modify these as well)
– https://www.screencast.com/t/V6NeJq4W3h
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Thanks