- TutorialsDefault Block Settings Guide
Hello, on a business theme there is a header same as at The Guardian. If I use that, can that be a violation of copyright? I want to be safe rather than sued.
Thanks, but we are spinning in a circle and not accomplishing absolutely anything helping to resolve my issue with adding a 970×250 ad to the HEADER of ALL pages on my site.
I haven’t done anything to the home page since sept 11 when i updated the Big Grid slider.
I installed woocommerce.
and that’s it.
i tried deactivating woocommerce and it still isn’t working.
all i get is the visual composer header and nothing else. i tried clicking on the “add element” and when that opens i try to select an element but nothing happens.
this is a client’s site… so i don’t make too many of the upgrades or updates to it very often because i don’t want it to all of a sudden BREAK the theme (like it just did). So i have no idea what happened or how it happened.
Hello,
Unfortunately, the header section can’t be changed by TD Composer, sorry! If you want to make some changes in that section, you should edit the code from the header style used by you. Here -> https://www.screencast.com/t/mWK7BZvq you can see all the header style files which should have to be edited if you want to make some changes in your header section.
Thanks for your understanding!
Hello 🙂 is there any way to make the smart list numbers more like the ones on this website and perhaps even a similar box that they to wrap around part of the text or make the list items searated moreso in some way similar to this?
https://www.mykidneedsthat.com/best-remote-control-cars-for-kids-and-toddlers/
Also is it possible to play the list items numbers in the centre?
many thanks
Hi,
Add the code directly in the theme header file, between the head tags
– https://www.screencast.com/t/cntSjJd0BtLg
Thanks
Hi,
These are the available header styles, each displays the header ad differently
– https://forum.tagdiv.com/header-styles/
There are header styles that display the ad just below the menu for example.
Thanks
Hello majorfuss,
2)Check the category settings, like here -> https://www.screencast.com/t/oEC263zo
3)You can try using the following code and place it in Theme panel ->
.td-header-wrap .black-menu .sf-menu > .current-menu-item > a{
background-color: green;
}
4)Do you have made this change? -> https://www.screencast.com/t/xiZr0yLx3K and is it still does not work?
6)I do not exactly understand what do you mean? The default theme’s behavior is that when you click on the Category you will have to be redirected to the Category page.
Thanks for your understanding!
Hi,
Yes it seems to work only on the homepage. Remove the previous code and enter this one, it will apply on all the website (post page, category page etc)
– https://www.screencast.com/t/QdlS7MI4k
– https://www.screencast.com/t/uw1qW34i
.td-header-style-9 .td-header-gradient:before {
display: none;
}
.td-header-style-9 .td-header-sp-logo {
max-width: 1068px;
margin: auto;
}
.td-header-style-9 .td-logo,
.td-header-style-9 .td-main-logo {
float: right;
}
.td-header-style-9 .td-logo-wrap-full {
min-height: 190px;
}
Thanks
Hello, this works if I wanted to make the change on a single page. Instead, as initially stated, I would like to make the change to the HEADER. How do I edit the header with TD Composer?
Thanks.
Hello jeanlucb,
Try to use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-header-sp-top-widget{
text-align:center;
}
.td-header-row [class*="td-header-sp"] {
float: none!important;
}
The result is here -> https://www.screencast.com/t/4tbtjp6nyA
Hope this helps!
Thanks for your understanding!
Dear newspaper-theme, we tried your mobile plugin which is superfast. We only need one thing – we have a signup-form for our mailchimp-newsletter on our desktop version which we absolutely need in the mobile theme. Normally we have the form in a widget, but this is not showing up on the mobile theme as widget are blocked there.
I know that we could skip the mobile theme, but we really want to use it. So is there any (programmatically) way to show a custom widget (not the sidebar widget) in the mobile theme?
Or where can we put our sign-in form?
With nice regards 🙂
For some reasons the php code is broken after I publish the post and I cannot edit the post anymore.
The correct code is here:
Plugin used: Co Authors Plus 3.2.2
Multiple authors links below the article title
Modified files: find the file template that you want to use > loop-single.php, loop-single(1, 5, 9, 10).php, single_template_(2, 3, 4, 6, 7, 8, 11, 12, 13).php,
Replace this:
<?php echo $td_mod_single->get_author();?>
With: https://pastebin.com/7Y8kpfTy
CSS:
header .td-post-author-name.multiple-authors a {
margin-right: 0;
}
header .td-post-author-name.multiple-authors .td-author-by {
margin-right: 5px;
}
.td-post-author-name.multiple-authors a:after {
content:”,”;
margin-right: 6px;
}
.td-post-author-name.multiple-authors a:last-of-type:after {
content:””;
margin-right: 3px;
}
Multiple authors boxes on article page
Modified files: find the file template that you want to use > loop-single.php, loop-single(1-13).php
Replace this:
<?php echo $td_mod_single->get_author_box();?>
you again do not understand me … I need an icon link to the site ok.ru in the header of the site. In the selection menu of these buttons, OK is not !!! how can I make it … SHARING does not interest me !!!!
Hi,
It doesn’t look blurred from what I can tell
– https://www.screencast.com/t/NvWhRLLO2Y
Those are the recommended sizes to be used for each header style. Only for header styles 9, 10 and 11 there is no size required, the logo is displayed in full.
The theme will not add anything to the image or process it in any way. It simply places the image in the logo container. Enter the exact image in a test post for example, and see if there are differences between them.
Thanks
Hi,
The theme does not have options for different menus, based on pages, categories etc. There will be only one header menu displayed on the whole website
– https://forum.tagdiv.com/main-menu/
Something like this could only be achieved by modifications to the theme files.
Thanks
I needed multiple authors names below the title and multiple authors boxes on articles. Using the various solutions found on this forum I have compiled a complete solution
Plugin used: Co Authors Plus 3.2.2
Multiple authors links below the article title
Modified files: find the file template that you want to use > loop-single.php, loop-single(1, 5, 9, 10).php, single_template_(2, 3, 4, 6, 7, 8, 11, 12, 13).php,
Replace this:
<?php echo $td_mod_single->get_author();?>
With:
<?php
if (td_util::get_option(‘tds_p_show_author_name’) != ‘hide’) {
//echo $td_mod_single->get_author();
$coauths = get_coauthors();
if (count($coauths) > 1) {
echo ‘<div class=”td-post-author-name multiple-authors”><div class=”td-author-by”>De către</div>’;
foreach ($coauths as $key => $coauth) {
echo ‘user_nicename . ‘”>’ . $coauth->display_name . ‘‘;
}
echo ‘<div class=”td-author-line”> – </div></div>’;
} else {
echo $td_mod_single->get_author();
};
}?>
CSS:
header .td-post-author-name.multiple-authors a {
margin-right: 0;
}
header .td-post-author-name.multiple-authors .td-author-by {
margin-right: 5px;
}
.td-post-author-name.multiple-authors a:after {
content:”,”;
margin-right: 6px;
}
.td-post-author-name.multiple-authors a:last-of-type:after {
content:””;
margin-right: 3px;
}
Multiple authors boxes on article page
Modified files: find the file template that you want to use > loop-single.php, loop-single(1-13).php
Replace this:
<?php echo $td_mod_single->get_author_box();?>
With:
<?php
if (td_util::get_option(‘tds_show_author_box’) != ‘hide’) {
//echo $td_mod_single->get_author_box();
$coauths = get_coauthors();
if (count($coauths) > 1) {
echo ‘<div class=”author-box-list”>’;
foreach ($coauths as $key => $coauth) {
echo ‘<div class=”author-box-wrap”>user_nicename . ‘”>’;
echo get_avatar( $coauth->user_email, ’96’ );
echo ‘<div class=”desc”><div class=”td-author-name vcard author”><span class=”fn”>user_nicename . ‘”>’ . $coauth->display_name . ‘</span></div>’;
echo ‘<div class=”td-author-description”>’ . $coauth->description . ‘</div>’;
echo ‘</div><div class=”clearfix”></div></div>’;
}
echo ‘</div>’;
} else {
echo $td_mod_single->get_author_box();
};
}?>
Note: the multiple author boxes will work only with default users gravatar, not with the custom avatar plugins
Hope that helps
170/5000
vy menya snova ne ponyali… mne nuzhna ikonka ssylkoy na sayt ok.ru v shapke sayta. V menyu vybora etikh knopok OK net!!! kak mne yego sdelat’… SHARING menya ne interesuyet!!!!
you again do not understand me … I need an icon link to the site ok.ru in the header of the site. In the selection menu of these buttons, OK is not !!! how can I make it … SHARING does not interest me !!!!
вы меня снова не поняли… мне нужна иконка ссылкой на сайт ok.ru в шапке сайта. В меню выбора этих кнопок OK нет!!! как мне его сделать… ШАРИНГ меня не интересует!!!!
Hello cjs,
I guess that you are referring to the Voice Report demo, right? So, if you want to change the very top image from your header style, notice that you should use a bit of CSS code to change the background image, like this -> https://www.screencast.com/t/bMAofCse
The code which you have to use should look like this ->
.td-voice .td-header-style-9 .td-logo-wrap-full {
background-image: url(add the link of your image);
}
Thanks for your understanding!
Hi,
Unfortunately I don’t fully understand what you mean. Besides the ad sections the mobile theme has, you could only display an ad by maybe inserting the ad code directly in the page content
– https://www.screencast.com/t/RBh19FLiiGa
– https://www.screencast.com/t/rZXvaQ4fXhxD
Try it this way, if you want to display another ad in the homepage, besides header, footer, and loop ads.
Thanks
Hi,
You can try a code like this, for both the logo and header menu shadow
– https://www.screencast.com/t/hDVeqM3u
Enter it in Theme panel->Custom CSS and the result should be like you want.
.td-header-style-9 .td-header-gradient:before {
display: none;
}
.td-header-style-9 .td-header-sp-logo {
max-width: 1068px;
margin: auto;
}
.td-header-style-9 .td-logo {
float: right;
}
.td-header-style-9 .td-logo-wrap-full {
min-height: 190px;
}
Thanks
Hello berkgun,
Please notice that you can choose only 1 header template because just only one element exists at the moment in the theme, sorry!
Thanks for your understanding!
Hi,
I have changed the HEADER STYLE in the theme panel, but it cannot be updated automatically. Every time when I change the header style, i need to change the wordpress theme to another theme and then choose the newspaper theme so as to show the new header style that I have selected. I would like to know if there is any wrong setting in my wordpress that caused this problem?
Best Regards,
Tony
How do I change the “header-bg.jpg” image in the Newspaper theme?
This is the image that displays people at the top of the page.
Thanks in advance for your help.
Sorry to bother you over and over.. i have just made it and worked fantastic! however it takes really about 10sec for the header of sub-cat to load after the whole page has been loaded, knowing that the contents are loaded fast, only the header delayed.. is there any issue causing the header late to loads?
Thanks for your great support as usual…
A screenshot for your reference: https://www.screencast.com/t/nXozFSYnu
-
This reply was modified 8 years by
jabal3amel.