Search Results for 'header'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

Maybe you have changed the Block header style. Header style 12 has a similar feature displayed on the blocks
https://www.screencast.com/t/hkuGQA1Ze
If you are talking about something else, it would be very helpful if you could provide a screenshot or a link to your website pointing to this.

Thanks

Simion C.
tagDiv Staff

Hi,

The Craft ideas demo uses a background image for the block header
https://www.screencast.com/t/IcMzdvSK
The style is specific to that demo, each of the demos has it’s own customization. The block header style used is Block header style 6 with some modifications, that can be seen in the demo stylesheet like this
https://www.screencast.com/t/XX13G5u0q

Thanks

Simion C.
tagDiv Staff

Hi,

You could try to manually upload the tagDiv composer editor in the plugins folder. Simply unzip the plugin and upload it to the plugins folder in your wordpress installation by FTP.
You can find more useful related information in this topic
https://forum.tagdiv.com/topic/visual-composer-does-not-have-valid-header/
Please let us know if you still have problems installing the tagDiv composer.

Thanks

phess31
Participant
#0

Hello –

Are there PSD files available for the Old Fashioned newspaper demo? I am specifically looking for psd files for the ad images and/or the header logo.

Thanks,

Pat

iamkingsleyf
Participant
#0

Hello;

I added a 728X90 add code from https://adclerks.com to my header ads slot, however on mobile it does not resize… It is making the website scroll able to the left and right.

mobile
mobile

aojunioro
tagDiv Member

Hi, Bogdan. Thank you very mutch for atenttion
I think I found the solution, but I’m not quite sure how to deploy it.

I would like to insert in home a different header from the other pages.
I would like to create a header for home like this:

header-home.php

But how do you call it on Home?

But how should I use this function in the theme? Since it already has the system of choice of Header Style (header-style-1.php, header-style-2.php, etc.).

I found this:

<? Php
If (is_home ()):
Get_header (‘home’);
Elseif (is_404 ()):
Get_header (‘404’);
Else:
Get_header ();
Endif;
?>

Simion C.
tagDiv Staff

Hi,

You can check the specifications mentioned by Google for ad sizes
https://support.google.com/adsense/answer/17955?hl=en
https://support.google.com/adsense/answer/6002621?hl=en
More about the theme ad capabilities and settings in the ads section
https://forum.tagdiv.com/header-ads-adsense/
For the background a recommended size would be a FullHD image – 1920x1080px

Thanks

themindsjournal
tagDiv Member

just bought the newspaper 8 theme and same problem with plugin tag composer. Have checked and set the memory to 64 but still cant get it installed. the same error The plugin does not have a valid header. shows.

David Henry
tagDiv Member

Thanks Catalin, I know how to do that.

What I need to know here is if it’s possible to have a banner placement on the home page that’s not part of any other page. E.G. I have 1 banner position, then assign a banner on the home page, then another for the rest of the site.

Above I gave a screen grab of where the banners should appear.

Maybe the best approach is something like:

If home page=yes, then display X banner code, if home page=no, then display Y banner code.

If this is possible I can add it to the header-style-1.php file in the child theme.

Does this make sense?

David

pstgibson
Participant
#0

Dear support,
what are the recommended ad banner sizes for the following:

Header ads
Sidebar ads
Article ads
Background ads
Post template ads
Above footer ads
Custom ad spots

Simion C.
tagDiv Staff

Hi,

The only sticky ad bar plugin that I found has not been updated for 2 years. A lot has changed in WordPress since then, and it may not work properly.
If you could provide more details about what exactly you are trying to do, I will try to give you a solution.
The theme ad capabilities can be seen in the documentation
https://forum.tagdiv.com/header-ads-adsense/
If you want different and more options regarding ads, you can try the Adrotate plugin. Some users seem to use this plugin with good results.

Thanks

Bogdan B.
tagDiv Staff

Hello,

The ajax filter is added from the page builder. Please use this guide: https://forum.tagdiv.com/block-settings-guide/

Also the ajax filter on some block headers is hidden. Please select the block header style from the theme panel: https://www.screencast.com/t/DlyUYCZDlRQ

Thank you!

Simion C.
tagDiv Staff

Hi,

Please provide more details about what exactly you are trying to do, so I may be able to give you a more accurate answer. I don’t fully understand what image header you mention.

Thanks

Catalin
tagDiv Staff

Hello tekniksmart,

If you want to use this way of applying your images, notice that you should use a bit of CSS code for this process. First of all, you should load your desired image if you want to apply to your header on base34 website and then, you should take the CSS code from there, like this -> https://www.screencast.com/t/7JG5otMK8Bt and then you can use the following code, like this -> https://www.screencast.com/t/gNQHnhfjqs

Hope this helps!

Thanks for your message!

Catalin
tagDiv Staff

Hello techpostz,

First of all, I will thank you for your interests in our demos! If you like this demo, you simply install it from demo section from Theme panel, according to our documentation here -> https://forum.tagdiv.com/installing-demos/ I do not exactly understand what you mean through the same header. If you will install this demo you will bring the same layout to your end, as you can see here -> https://www.screencast.com/t/Kuli5rGzbTPB
If is not what you mean, provide more details so I will be able to provide a more accurate response.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

If you still have a problem, please provide more details about the issue, and some useful screenshots, so we can better understand the problem. Or even a link to your website, pointing to where this is happening.
When a background color or image is set, the website will transform to the boxed version, in order to display that background
https://forum.tagdiv.com/background-introduction/
There are options in the theme panel to stretch the header and footer elements, regardless of a set background
https://www.screencast.com/t/90SPzcGq

Thanks

Simion C.
tagDiv Staff

Hi,

You could simply try a code like this to remove the header search in this situation

.woocommerce #td-top-search,
.woocommerce-page #td-top-search,
.woocommerce-cart #td-top-search {
display: none;
}

It should cover most of the Woocommerce pages, cart and order pages.

Thanks

Catalin
tagDiv Staff

Hello David Henry,

If you want to make some changes to your header style you should use the child theme because you will not lose this customization on the next update. For more information about child theme support, please check here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks for your message!

Marto
Participant
#0

Hello,

How can I change the header background size for images, width and height?

Thanks!

cbf99
Participant
#0

Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.

i tried both ways – cia wordpress & cpanel !! same error

aojunioro
tagDiv Member

Hi bogdan, I sorry, but I need help, yet.
How I can identify if my home page é a — is_home() ?
Why don’t work yet ?

look please: I am using this Style – 1

<!–
Header style 1
–>
<div class=”td-header-wrap td-header-style-1″>

<div class=”td-header-top-menu-full td-container-wrap <?php echo td_util::get_option(‘td_full_top_bar’); ?>”>
<div class=”td-container td-header-row td-header-top-menu”>
<?php td_api_top_bar_template::_helper_show_top_bar() ?>
</div>
</div>

<div class=”td-banner-wrap-full td-logo-wrap-full td-container-wrap <?php echo td_util::get_option(‘td_full_header’); ?>”>
<div class=”td-container td-header-row td-header-header”>
<div class=”td-header-sp-logo”>
<?php locate_template(‘parts/header/logo-h1.php’, true);?>
</div>
<div class=”td-header-sp-recs”>
<?php
if(is_home()){
echo do_shortcode(‘[pro_ad_display_adzone id=18836]’);
}
else{
locate_template(‘parts/header/ads.php’, true);
}
?>
</div>
</div>
</div>

<div class=”td-header-menu-wrap-full td-container-wrap <?php echo td_util::get_option(‘td_full_menu’); ?>”>
<div class=”td-header-menu-wrap td-header-gradient”>
<div class=”td-container td-header-row td-header-main-menu”>
<?php locate_template(‘parts/header/header-menu.php’, true);?>
</div>
</div>
</div>

</div>

If this all right, so the problem is in (is_home())??

thank you very mutch

donfink
Participant
#0

Under Newspaper > Theme Panel > Post Settings, then Default post templates (site wide):
I have selected default for the default site post template.

All other options in this page except the two boxes in Featured Images are turned off (for the purpose of testing).

I go to Posts and click Add New, then verify that the Post Template selected is “From Panel.”

In scrolling down, I notice that there’s a lot of stuff in my Visual Composer.

I go back up and select the Classic Editor and notice a bunch of short code on the page.

Without adding anything at all to the post, I click on Preview. What I see appears to be three columns of post previews. On the third column, a sidebar is covering the column with other content.

Clearly, I have something fouled up in the setup (and it was going so well).

No matter which template I select in the Post Settings panel, I still get three columns of post previews with the third column covered by a sidebar containing ads.

Here is the short code in case that helps:

[vc_row full_width="stretch_row" parallax="content-moving-fade" parallax_image="iii_td_pic_homepage_iii" el_class="td-travel-header"][vc_column][/vc_column][/vc_row][vc_row el_class="td-travel-features"][vc_column][td_block_5 custom_title="" sort="featured" limit="3"][/vc_column][/vc_row][vc_row][vc_column][td_block_ad_box spot_id="custom_ad_1" spot_title="- Advertisement -"][/vc_column][/vc_row][vc_row][vc_column][td_block_4 custom_title="Trip ideas" category_id="" limit="3" td_ajax_filter_type="td_category_ids_filter" td_ajax_filter_ids="" td_ajax_preloading="preload" sort="random_posts"][vc_separator style="dashed" border_width="4"][vc_empty_space height="2px"][/vc_column][/vc_row][vc_row][vc_column][td_block_4 custom_title="Travel guides" category_id="" limit="3" td_ajax_filter_type="td_category_ids_filter" td_ajax_filter_ids="" td_ajax_preloading="preload" sort="random_posts"][vc_separator style="dashed" border_width="4"][vc_empty_space height="2px"][/vc_column][/vc_row][vc_row][vc_column][td_block_5 custom_title="Latest from blog" limit="3" ajax_pagination="load_more"][/vc_column][/vc_row]

To make a normal post, I can delete the short code and start with a blank page. then and only then do I get a post that’s what I expect to see. I also notice that I can make other changes using the backend editor if I want to add to the content in some pretty significant ways.

Any thoughts would be appreciated as to why I can’t seem to control the default single view post template like the documentation says I should be able to do??

thanks,

tekniksmart
Participant
#0

Hi,

I’m trying to use base64 for my header image, but I don’t know where to use the base64-code to make it visible on my website. Where in Newspaper 8 should I look for it? Or do I need to use css for it?

Best Regards

techpostz
Participant
#0

Hello

In the demo of Gadgets theme the header is looking great…but in the demo installation you haven’t mentioned that header at all. please help how to make same header as given in demo website…
thank you

David Henry
tagDiv Member

Thanks Catalin,

You can see the position that I need it on here:
https://hungry-cause.flywheelsites.com/

It’s the part at the top that currently says “ROS Leader” which is the holding area until the ads are being severed. here’s a link to a screen of the area: http://i.share.pho.to/c256536e_o.png

Between the Menu and the Ticker it’s a light grey box, it’s currently hard coded into header-style-1.php.

I think that there are many ways to do this but what’s the best option that will allow us to update the theme without breaking it?

David

Viewing 25 results - 20,751 through 20,775 (of 29,850 total)