Search Results for 'footer templates'

Results from the Forum
Skip
tagDiv Member

Thanks, Catalin –

I get that part. However I need a static front page, so have my site set up that way. Take a look at: http://www.utahsafehaven.com

If one would click on a selection from the top menu, I’ve been able to add additional ad blocks to the page the menu points to, as well as edit the bottom footer for another banner “ad.”

However, when one clicks on an individual post, those additional ads disappear. How to edit the post template to look like one of the menu “homepage” templates? Is that possible via the Visual Composer? Do I have to create a whole new template? If so, how to point the posts to that template?

In the meantime, where am I able to change the footer ad on the post template?

Thanks for your help. LOVE the theme!

DaneOLeary
tagDiv Member

Well that’s good to know, but now the problem that I’m having is that I want to use the very first footer template, the one that has three columns, but I need to modify some of the content in those templates (change “Contact us” to “Contact me”, etc). When I go into Widgets under Appearance, I see Footer 1, Footer 2, and Footer 3, but there’s nothing in them for me to modify.

Bogdan B.
tagDiv Staff

Hello and thank you for purchasing our theme and thank you for your kind words.

1- Please provide more details to how you want the top ad to be positioned. I assume you want it moved a bit to the right. You can use this css code for it:
.td-header-style-1 .td-header-sp-recs {
margin: 50px 0 9px 63px!important;
}

You can place the code in the theme panel->custom css box.

2- For the footer i see you have many widgets added in the footer 3 area: http://screencast.com/t/Qpg9Zx7pW
The first 2 footer styles from the theme panel come with predefined content that cannot be removed. You can use another footer style that has no demo content and then use the 3 footer widgets to add your own content. You can read more about footers in our documentation here: https://forum.tagdiv.com/footer-templates/

3- You can use this custom css code to adjust the width and height of the logo:

.td-header-style-1 .td-header-sp-logo {
width: 160px;
height: 120px;

The default header style will crop your logo for it to fit with the ad next to it. If you want the theme to display the logo exactly as the dimensions you upload, you will need to use a header style that supports ‘full logo’ : https://forum.tagdiv.com/header-styles/

4- You can add a hover effect with css as the theme has no option for it. Please use this code:
.footer-logo-wrap img:hover{
opacity:0.5;
}

Thank you!

Catalin
tagDiv Staff

Hello finanztip,

Unfortunately, we do not have a specific guide to “How to create custom template” because to achieve this are required more knowledge of hard-coding and also, custom work. I suggest you make use of a child theme if you want to have a custom template on your website because, on the next update, all the code will be overwritten. You should create a custom templates using API. More details about this way can find in our documentation, here: https://forum.tagdiv.com/the-theme-api/

In this section we will present the new theme API system which brings theme customization to a new level and allows users to modify or add new elements like single templates, smart lists, thumbs, modules, blocks, header styles, category templates, footer templates.

If you are not aware of steps which you should follow to achieve this, please consider hiring a freelancer/developer to do this thing for you, because we cannot provide custom work at the moment, sorry!

Hope this helps and let us know how it goes!

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please read the documentation: https://forum.tagdiv.com/footer-templates/
The first 2 footer styles come with predefined content which cannot be removed from the theme panel. You will have to use an empty footer style so you can add your own content to it from the widget area.
Thank you!

Catalin
tagDiv Staff

Hi andantesash,

If you want to increase the footer height, you have to increase the padding-top of the footer-wrapper. Please try the code below and place it in Theme panel->Custom Css area like this: http://screencast.com/t/nHmfznvS

.td-footer-wrapper {
padding-top: 90px;
}

Notice: You can adjust the padding-top value as you wish until achieve what you want!

The result you should see here: http://screencast.com/t/8yLcfAlxC7cH

For more information about footer style, please consult our documentation here: https://forum.tagdiv.com/footer-templates/

If is not what you mean, please provide more details!

Hope this helps!

Thank you!

Catalin
tagDiv Staff

Hi rayarasmussen,

I’ve checked your site and i saw that you are using footer style 1. This kind of footer style has as default this widgets “editor picks”,“popular posts” and “popular category”. I suggest to use another footer style, as footer style 5 and you can set it as you want. In Wp panel->appearance->widgets you can see Footer 1,2,3 and you can assign any widgets to the footer, like this: http://screencast.com/t/r4oTfqHCaOkm

For more information about footer settings, please consult our documentation here: https://forum.tagdiv.com/footer-templates/

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi marketingthechange,

Footer template style 1 has 3 columns, by default (Editor Picks/Popular Posts/Popular Category). If you want to add something else in your widgets area (Footer 1, 2, 3), their content will appear below these columns.
You can only hide/delete the name of these columns if you try the code below: http://screencast.com/t/FbwDKIhN

.td-footer-wrapper .block-title {
display: none;
}

If you want to have a custom footer, to customize it as you like, i will recommend you to use another footer template such as footer template style 5. http://screencast.com/t/ANXhKejShttp://screencast.com/t/NQPWAB7t

For more information about footer settings, please consult our documentation here: https://forum.tagdiv.com/footer-templates/

For your second request, please be more specific about what do you want to achieve and also, please provide more details about this, so I can be able to provide a more accurate answer.

Hope this helps!

Thank you!

Catalin
tagDiv Staff

Hi marketingthechange,

If you wish to control your footer code, you have to access the footer template style used, like this: http://screencast.com/t/bQxn0efhoM .

For more information about footer template, please consult our documentation here: https://forum.tagdiv.com/footer-templates/ .

For your second request, please consult this topic to solve the problem: https://forum.tagdiv.com/topic/add-a-link-to-the-sub-footer/

Hope this helps and let us know how it goes!

Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can ad a slider to your homepage using visual composer: http://screencast.com/t/6EuIgbAC
You can follow this tutorial to see how to use it: https://www.youtube.com/watch?v=ss-BEobegAw
The footer section cannot be edited as the footer style you chose comes with predefined content. You can select a different footer style that does not contain content. Anything other than the fisrt 2 styles: http://screencast.com/t/eeITZ1vjCr – then you can use the footer 1, footer2 and footer3 widgets to place content inside the footer: http://screencast.com/t/Y9GnTxgOtK0
You can read mkore about footers here: https://forum.tagdiv.com/footer-templates/
As for the sidebar widget, you can edit it from the widgets area. you will need to identify which sidebar is used and edit it’s settings (including title): http://screencast.com/t/illS57ji
I hope this helps
Thank you!

Catalin
tagDiv Staff

Hi rsdhull,

Our theme has 12 footer templates with various styles, like this: http://screencast.com/t/3WeGOA1xlCL .
As i can see in your website, you are using the footer style 4. For this Footer Template you can use a full width container logo that will be centered and this style has only one section and it uses the predefined content from the info content. This style use only Footer 1 as widget because it has only one section. If you want to allow the other widgets (Footer 2 and Footer 3), please use other footer styles – as like: 1,2,3,5,9 .

Hope this helps and let us how it goes!

Thanks!

Catalin
tagDiv Staff

Hi ibomax,

As i can see in your screenshot, you are using a footer template style 1 with these 3 columns, by default (Editor Picks/Popular Posts/Popular Category). You can only hide/delete the name of these columns if you try the code below: http://screencast.com/t/FbwDKIhN

.td-footer-wrapper .block-title {
display: none;
}

If you want to have a custom footer to customize it as you like, i will recommend you to use another footer template such as footer template style 5. http://screencast.com/t/ANXhKejShttp://screencast.com/t/NQPWAB7t

For more information about footer settings, please consult our documentation here: https://forum.tagdiv.com/footer-templates/

Thanks!

Catalin
tagDiv Staff

Hi Terrence,

This style of footer is used in our theme to create an custom footer. His style has only one section stretched on three columns.
To add more content in this footer you must to use Footer 1 and add it what kind of widget do you want to appear in this section. For example, for display Content, you can use widget ‘Text’ like this:
http://screencast.com/t/YmRyojBjnLhttp://screencast.com/t/xgfvnYV153

For more information, please consult our documentation here: https://forum.tagdiv.com/footer-templates/

Thanks.

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide your site URL so we can take a look and also more details what your are trying to do.
Here you can find more info about the footer templateshttps://forum.tagdiv.com/footer-templates/

Thanks!

Catalin
tagDiv Staff

Hi Twolle,

Our theme have 12 footer style templates with various customization. The content of footer template style 1, 2 is default and you cannot remove in the widgets area, only in back-end and this is not a easy task, why not recommend this. In order to remove popular categories you have to modify the core theme files like that: http://screencast.com/t/bMJ1VhoKs (exemple for footer template style 1)

I’ve suggest you to use footer template style 5 because is the same with footer style 1, without these columns and you can modify in widgets area (Footer 1, Footer 2, Footer 3) what do you want.
http://screencast.com/t/WRpfs4Wt6j
http://screencast.com/t/OFhh8hyqUm

If you want to customize footer you can read more on the topic here: https://forum.tagdiv.com/footer-templates/

Let us how it goes!

Thanks.

Catalin
tagDiv Staff

Hi rcallejonvillalobos,

Our theme have 12 footer style templates with various customization. For what i see in your screenshot, you use footer style 1. The content of this footer is default and you cannot remove in the widgets area, only in back-end and this is not a easy task, why not recommend this.
I’ve suggest you to use footer template style 5 because is the same with footer style 1, without these columns and you can modify in widgets area (Footer 1, Footer 2, Footer 3) what do you want.
http://screencast.com/t/WRpfs4Wt6j
http://screencast.com/t/OFhh8hyqUm

Thanks.

BrettLP
Participant
#0

Hi,

I just upgraded to Newspaper 6 today due the latest Visual Composer not working with Newspaper 4 (at least, it didn’t for me). Anyway, I’m trying to create a page template, however I’m having a few issues.

Effectively, the template that I created allowed was a standard page, but had a logo (Background image) at the top of the page content (underneath the header), with a menu underneath. The code for this on Newspaper 4 was:

get_header();

if (have_posts()) { ?>
    <?php while ( have_posts() ) : the_post(); ?>
        <div class="container td-page-wrap">
            <div class="row">
                <div class="span12"><strong><div id="wtog-logo"></div>								<div id="wtog-menu"><?php wp_nav_menu( array( 'theme_location' => 'wtog', 'container' => '')); ?>					</div>		</strong>	
                    <div class="td-grid-wrap">
                        <div class="container-fluid">												
                            <?php the_content(); ?>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    <?php endwhile; ?>
<?php } else {
    echo td_page_generator::no_posts();
}

get_footer();

All of the pagebuilder/visual composer content would show as normal below this ‘submenu’ (wtog-menu). What would be the best way to have the same shown in Newspaper 6? I noticed the code on the other existing templates are much more complex, so any help would be appreciated.

Bogdan B.
tagDiv Staff

Hello Junior,

1) There is a quick fix for that. Read this topic for a solution. https://forum.tagdiv.com/topic/footer-template-style-2-no-translated-tag/
2) You can change the header tag on block titles with another if you want, just keep in mind that you cannot change it for specific blocks. All block titles have a h4 heading. In order to modify the heading tag you need to edit the core files like so: http://screencast.com/t/WMzwMYxt
3) You can use a different footer style that does not have predefined content (style 9) and you can add your own custom content instead. You can place a block in footer 1, 2 or 3 widgets and filter the posts to all time popular. http://screencast.com/t/6UEdW1VWb
You can read more about footer styles here: https://forum.tagdiv.com/footer-templates/

Thank you!

Bogdan B.
tagDiv Staff

Hello Andy,

The footer in our demo is actually footer style 1. The default footer. http://screencast.com/t/A8aBeC42A
http://demo.tagdiv.com/newspaper/
You already have that one selected, but you added content to it in the footer widgets: http://screencast.com/t/pdo2EkLdt
The predefined content that comes with the footer styles cannot be removed from the theme panel.
There are footer styles that do not contain predefined content: https://forum.tagdiv.com/footer-templates/
If you want to customize your footer with block elements, you can test different block elements here: http://demo.tagdiv.com/newspaper/block-1/

Thank you!

Bogdan B.
tagDiv Staff

Hello Rhonda,

The demo footer section cannot be removed from widgets. In order to remove it you have to change the core theme files. But you can use a different footer style- http://screencast.com/t/u3OpsjXn89B – and add content to it from the footer widget boxes: http://screencast.com/t/dapZHIe42.
You can read more about footer templates in our documentation: https://forum.tagdiv.com/footer-templates/

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello Arafat,

I have checked your website and saw that you already removed the footer content. If you want to customize footer you can read more on the topic here: https://forum.tagdiv.com/footer-templates/
In order to remove popular categories you have to modify the core theme files :
http://screencast.com/t/JwUl43DJ

Thank you!

simchris
tagDiv Member

You can change the footer setup from the theme panel, and I believe it’s under the templates setting, if memory serves. (Might be wrong.)

Bogdan B.
tagDiv Staff

Hello ruslangr,

To do that you will have to modify the core files of the theme. You will find the file that needs to be modified here: http://screencast.com/t/tL5WDsYcvwPR
You have another option, to use a footer style that doesn’t contain demo content and add your own content in footer 1, 2 and 3 widget areas. https://forum.tagdiv.com/footer-templates/

Thank you

Bogdan B.
tagDiv Staff

Hello,

You have to be more specific and point us to the link that’s not working because I can’t find it on your site. It could be a plugin issue though. Try to disable all plugins except visual composer and see if it works. If the problem is still there, provide more details.

For the second part, I see you have the categories already set up on your block titles. Provide more details for what you would like to change

You can check the Ads section in our documentation: https://forum.tagdiv.com/above-footer-ad/

The big banner block (gadgets) is actually block 18, which you can use from visual composer when creating pages: http://screencast.com/t/lTJ1Rird

You can read about sidebar ads in our documentation: https://forum.tagdiv.com/sidebar-ads/

The editor picks in the footer section is demo content which comes with the first 8 styles of the footer.
https://forum.tagdiv.com/footer-templates/

You can read more about the revolution slider plugin and its uses here: http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380

Thank you

Bogdan B.
tagDiv Staff

Hi,

You can chose footer style from the theme panel: http://screencast.com/t/v7HsNZk4
The first 8 footer styles have demo content. The others don’t.
You can add content in the footer widgets and it will show up in the footer: http://screencast.com/t/VrliXSqXstVk
You can read more about this topic in our documentation: https://forum.tagdiv.com/footer-templates/

Thank you.

Viewing 25 results - 1,426 through 1,450 (of 1,486 total)