- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- ApiAPI – Top Bar Template – Introduction
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- ApiAPI – Single Template – Introduction
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- ApiAPI – Footer Template – Introduction
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
Hello,
1. Yes instead of logo from Theme customizer -> Logo
2. From Theme customizer select like here: http://screencast.com/t/SbI80qR4hvs
Thanks
Hallo mbasche,
freut mich, dass Sie mir auf deutsch antworten. Es kann unter ‘Anpassen’ des Themes in ‘Header’ eingerichtet werden und erscheint dann im Top Header Menu.
Danke für Ihre Antwort + freut mich, dass es hier auch einen deutschsprachigen Newspaper-Fan/-User gibt! Kennen Sie eine Lösung für das Problem??
Gruss, Martin
-
This reply was modified 12 years by
ocbln.
Hello,
Only from style.css replacing the style only for the default widget http://screencast.com/t/R18sCHOd
Thanks
-
This reply was modified 12 years by
Marius.
Hello,
That file is located in parts/header folder.
If you want you can use Header style 3(from Theme customizer) this have a full width center logo + AD
Thanks
Hello,
The boxed version is with header and footer boxed.(not full width)
Thanks
Hello,
Use from Theme customizer -> Headers style 3 and upload instead of logo you image header.
Use at last an 1074px width image.
or
Edit in /parts/header folder the file (logo_ad.php or header_style 2 and 3) and add you banner there if you want some custom header.
Thanks
SUMMARY
Things which I still need help with
1. I just uploaded the theme, do I have to manually upload any updates on filezilla? Where do I see the updates?
2. How do I set up the “Don’t Miss” section, with the multiple categories on the demo site?
3. drop down menu on the top header menu would really really helpful
4. I keep getting update notices but nothing needs to be updated
5. Can I not use the contact me app? I already am using Jetpacks feedback option?
Hello,
How can I change the title style to “style1” for default widgets?
Thank you in advance.
Generic – I used it for a custom post type, but throw in what you’d like. Framework is all there.
<?php
/* Template Name: Media Tracker - Custom */
get_header();
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
//define $args here.
$wp_query = new WP_Query( $args );
?>
<div class="container td-page-wrap">
<div class="row">
<div class="span12">
<div class="td-grid-wrap">
<div class="container-fluid">
<h1 itemprop="name" class="entry-title td-page-title">Page Title</h1>
<?php
if (have_posts()) { ?>
<?php while ( $wp_query->have_posts() ) : $wp_query->the_post();?>
<?php // output loop contents here ?>
<?php endwhile; ?>
<?php echo td_page_generator::get_pagination(); ?>
<?php } else {
echo td_page_generator::no_posts();
} ?>
</div>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>
update:
*resolved the homepage issues… (skipped a step) woohoo :)))
New request:
1. drop down menu on the top header menu would really really helpful
I’ll be adding more of my issues as I encounter them here
Hi,
with a background-color the preview is ok only on customizer, otherwise the header color (#fffffe) and footer color are not full width.
http://www.screencast.com/t/CyYa2x0teIlY
How to fix it, thanks
Hello there,
Thanks for that amazing template first of all.
But i ve some problems with my font family. I wanna change Menu and all header fonts with “Bebas Neue” but thats not a google font.
How can i do that?=)
I have some problems with updating the theme. when I update the following files:
– header.php
and files in includes/app/shortcodes/
td_block1.php
td_block2.php
td_block3.php
td_block4.php
td_block5.php
td_slide_big.php
td_slide.php
When I update one of more of these files the whole site will be blank, and also the admin area. Even when i putt all plugins off. What is the cause?
Another problem is that when I want to add a featured image, the search function for images doesn’t work anymore.
Can you give me a fix for both problems? Thanks
Yes. I want to make the font, “text” and icons white in td header. like on the magazinly demo site. http://demo.tagdiv.com/magazinly/
Thanks,
Jon
I got this code for the Facebook Like Box:
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=461169127325905";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
It says “Place the code for your plugin wherever you want the plugin to appear on your page.”
<div class=”fb-like-box” data-href=”http://www.facebook.com/biznesinteres” data-colorscheme=”light” data-show-faces=”true” data-header=”true” data-stream=”false” data-show-border=”true”></div>
How can I do it so that it goes under Social counter on my page? Thanks in advance!
Hello,
You can add the logo on menu, edit menu_header.php file http://screencast.com/t/glaGrnIWhUBr add your logo there and hide it when you are on mobile using this in style.css
/* responsive phone */
@media (max-width: 767px) {
use display:none;
}
Thanks
Salut
Cum ai folosit reclama sus in header pe text ad spot cu codul acolo sau ai folosit din Theme – Options pentru Google adsense? http://screencast.com/t/YWoaM0Deyb
Creaza un spot la fel ca si cel din sidebar la dimensiunile dorite si selecteaza spotul din Theme customizer.
Reclamele Google se incarca doar la refrash daca schimbi dimensiunea la browser.
Titlurile se decaleaza pentru ca sunt prea lungi daca vrei sa pot face cu font mai mic pentru tablete, telefoane foloseste acest css:
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
adauga aici marime font pt tablete
}
/* responsive phone */
@media (max-width: 767px) {
adauga aici merime font telefoane
}
Frumos site!
Mersi
Hello,
Sorry for long delay!
We will fix the header ASAP.
Thanks for the message!
Hi,
I would prefer placing the logo in the “menu” when scrolled down with fixed menu on desktop browser.
Current implementation: Logo is placed in header and when scrolled down logo gets out of viewport.

Scrolling down – no logo

In responsive mode you place the logo in “menu”, like here:

Please close this thread, as I duplicated content with themeforest item discussion and propably caused confusion – sorry for that. I’ll open a new thread with some screenshots.
Do you mean the “Top Header Menu”? In the menu manager…
Salutare tuturor,
in primul rand vreau sa va felicit pentru acest template reusit pe care l-ati creat.
Dar intampin o mare problema cu afisarea reclamelor, si ma vad nevoit sa va cer ajutorul:
– in Header ad nu imi preia reclama deloc;
– in sidebar, desi am specificat dimensiunea de 250×250 la rezolutia Portrait
(768 – 1018px) tot 300×250 imi afiseaza (daca dau refresh imi afiseaza corect).
De asemenea, meniul si titlurile se decaleaza la rezolutii mai mici, aici ma refer la ipad.
Si mai sunt momente cand site-ul nu se incarca deloc cu ipad-ul sau iphone-ul.
Este vorba de site-ul: Descopera Locuri.
p.s.: banuiesc ca oferiti si suport in limba romana, daca nu atunci pe viitor ma voi conforma.