No search results were found in Documentation!
Hello mitechnews,
If you want to receive a more accurate code in this regard, please provide your website URL so I can further inspect your menu and your logo and also, please provide some useful screenshots to explain what you want to achieve.
Thank you for your understanding!
Hi,
You can try to install the blog demo again in newspaper 7 to see if the css was changed. I see a width of 500 px added to the logo that does not come from the theme’s style.css that affects it’s position. http://screencast.com/t/Zfk0Xzx4z
Based on the code I assume it’s an optionr from jetpack. Please remove this option.
Thank you!
Am copiat cele doua coduri in td_ad_box.php. Dupa asta iar m-am blocat 🙂
Cu tema 4, folosesc la Header style: Style 1 – (logo + ad) + menu. Pentru asta unde trebuie sa copiez codul:
< ?php echo do_shortcode(‘[td_ad_box spot_id=”custom_ad_4″]’); ?>
ca sa apara sub meniu?
(Imi cer scuze pentru neintelegere, dar chiar nu ma pricep la coduri)
Hello,
Is there a way…when having a sticky menu with header logo to have the logo and menu separated by one line?
At present when sticky menu is selected…and the header logo is selected for the sticky menu…the logo and menu are on one line.
The problem we have is that our menu is too long and it ends up on a separate line when the logo is included.
Perhaps there is a CSS to easily resolve this?
Thanks for your help.
First of all: Wonderful job guys with the new theme. It looks amazing!
I’ve upgraded from 6.5 to Newspaper 7 and I was using the Classic Blog theme.
I’m using Style 11. My website is 101zap.com
After the upgrade the logo on the top is not centered anymore, it’s displayed on the left.
Do I have to install/upgrade the theme from 7.0?
How can I fix this?
Did I did something wrong?
Do I have to update Visual Composer as well ?
site not loading properly after update
login view – https://snag.gy/6o9YeB.jpg
logout view – https://snag.gy/xvWy3l.jpg
Hi there,
First of all, please accept my apologies all of these.
Please allow me to ask a few things about customization of the new Newspaper version 7.0.
1. Since I am doing some customization on my site and based on what I had read on the documentation and on your rules that any update of the Theme we should try again to re-implement the code for our customization, so I decided instead of doing that again and again is to add the Child Theme, that any update of the Theme still the customization of site will be there right? Please advise if this the best option? Hope it will.
2. (If Serial 1 is not the best option, leave this.) Please advise if this is correct to Add a Child Theme via FTP I will just add the Folder “Newspaper-child” located in /code folder? base on this Tutorial Link to add it under “wp-content/themes” right? by just dragging it via FTP? same on this Image Link.
3. Author Box Card replace it with USERPRO shortcode.
Filename:
/wp-content/themes/Newspaper/loop-single-12.php – this is my style number
ShortCode to add:
<?php echo do_shortcode('[userpro template=card user=author]');?>
Original String Structure:
<?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();?>
</footer>
Modified String Structure: Please advise if this is correct syntax code?
<?php echo $td_mod_single->get_social_sharing_bottom();?>
<?php echo $td_mod_single->get_next_prev_posts();?>
<?php echo do_shortcode('[userpro template=card user=author]');?>
<?php echo $td_mod_single->get_item_scope_meta();?>
</footer>
3.a. If I am using a Child Theme I just copy the Filename then create a directory structure path in the child theme as in the theme and paste the Filename based on this Tutorial Link aight?
4. Sign In/Join Desktop view popup version using USERPRO shortcode
Filename: wp-content/themes/Newspaper/parts/header/top-menu.php
ShortCode to add:
<div class="td-login-wrap">
' . do_shortcode('[userpro template=login]') . '
Original String Structure:
//<span class="td-sp-ico-logout"></span>
echo '<ul class="top-header-menu td_ul_logout">
<li class="menu-item">' .
get_avatar($current_user->ID, 20) . 'ID) . '" class="td_user_logd_in">' . $current_user->display_name . '' .
'
<li class="menu-item">
<i class="td-icon-logout"></i>' . __td('Logout', TD_THEME_NAME) . '
';
} else {
echo '<ul class="top-header-menu td_ul_login"><li class="menu-item">' . __td('Sign in / Join', TD_THEME_NAME) . '<span class="td-sp-ico-login td_sp_login_ico_style"></span>';
}
}//end login window
Modified String Structure:
Please advise how to add the correct syntax code.
4.a. Same on Serial 3.a. question.
5. Sign In/Join Mobile View using USERPRO shortcode
Filename:
Please advise where to modify it?
ShortCode to add:
Please advise the correct syntax code for this.
' . do_shortcode('[userpro template=login]') . '
Original String Structure:
Please advise where to modify it?
Modified String Structure:
Please advise how to add the correct syntax code.
5.a. Same on Serial 3.a. question.
6. FB Comments instead of WP comments
Filename:
wp-content/themes/Newspaper/header.php
wp-content/themes/Newspaper/loop-single-12.php
ShortCode to add:
header.php
<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/sdk.js#xfbml=1&version=v2.5&appId=XXXXXX”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
loop-single-12.php
<div class="fb-comments" data-href="<?php echo get_permalink($td_mod_single->post->ID); ?>" data-width="100%" data-numposts="5"></div>
Original String Structure:
header.php
</head>
<body <?php body_class() ?> itemscope="itemscope" itemtype="<?php echo td_global::$http_or_https?>://schema.org/WebPage">
<?php /* scroll to top */?>
<div class="td-scroll-up"><i class="td-icon-menu-up"></i></div>
<?php locate_template('parts/menu-mobile.php', true);?>
<?php locate_template('parts/search.php', true);?>
loop-single-12.php
<?php echo $td_mod_single->get_item_scope_meta();?>
</footer>
<?php echo $td_mod_single->related_posts();?>
<?php
} else {
//no posts
echo td_page_generator::no_posts();
}
Modified String Structure: Please advise if this is the correct syntax code?
header.php
</head>
<body <?php body_class() ?> itemscope="itemscope" itemtype="<?php echo td_global::$http_or_https?>://schema.org/WebPage">
<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/sdk.js#xfbml=1&version=v2.5&appId=XXXXXX”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
<?php /* scroll to top */?>
<div class="td-scroll-up"><i class="td-icon-menu-up"></i></div>
<?php locate_template('parts/menu-mobile.php', true);?>
<?php locate_template('parts/search.php', true);?>
loop-single-12.php
<?php echo $td_mod_single->get_item_scope_meta();?>
</footer>
<div class="fb-comments" data-href="<?php echo get_permalink($td_mod_single->post->ID); ?>" data-width="100%" data-numposts="5"></div>
<?php echo $td_mod_single->related_posts();?>
<?php
} else {
//no posts
echo td_page_generator::no_posts();
}
6.a. Same on Serial 3.a. question.
7. If there is a new update of the Theme like for example: header.php as we added a Custom Code on version 6.x.x has 92 Lines + 2 Lines on our Custom Code both on Main Theme and Child Theme then a new update came version 7.0 header.php has 98 Lines, since our Child Theme had originally 92 Lines, are we going to update also our Child Theme structure based on the latest one from 92 Lines to 98 Lines then + 2 Lines on our Custom code?
8. Mobile Theme Plugin – if I install this plugin would the Child Theme modification will reflect to this? I mean I made changes in Serial 3, 5 and 6 will it reflect also? Please advise.
8.a. Whats the difference between Theme Panel background color for mobile vs Mobile Theme Plugin Settings background color? Which one should I make the changes if this Plugin is installed?
8.b. Gradient color – may I ask the exact hex number of this color? Link Here
9. Am I allowed to create directory structure and add the following filename on the Child Theme incase all of the above are possible to my site.
>loop-single-12.php
>top-menu.php
>For Serial 5 filename
>header.php
I have sent my Login Credentials via mail incase you may need it with the same Subject here.
Regards
I can not figure this out. I have deactivated every plug-in, deleted a few plugins permanently and still have a few final issues to sort out.
There is a mobile menu appearing on desktop above rest of site and no mobile menu on mobile size. I am not using the new mobile theme plug-in. I tried it – it didn’t make a difference.
I also have the site title appearing underneath the logo.
Lastly there is a new search icon below the one in the main menu that does not do anything.
Salut,
Într-adevăr problema era cauzată de Wordfence. Am urmat pașii și s-a rezolvat. În ceea ce privește tema mobilă, am înțeles.
Aș dori totuși să mai adaug câteva nelămuriri:
- Vreau să adaug scriptul Trafic.ro în tema mobilă, însă spuneți că trebuie să fie eliminate <script> și </script>. „Problema” mea este că scriptul trafic.ro arată cam așa:
<!-- T5 Badge -->
<span id="t5_zone_standard_b"></span>
<!-- T5 Badge --><!-- T5 JS -->
<script type="text/javascript">
var t5_wid='65763864';
var t5_badge='standard_b';
(function() {
var t5r = document.createElement('script'); t5r.type = 'text/javascript'; t5r.async = true;
t5r.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 's.t5.ro/static/t5-stats.js';
var t5s = document.getElementsByTagName('script')[0]; t5s.parentNode.insertBefore(t5r, t5s);
})();
</script>
<!-- T5 JS --><!--/Start async trafic.ro/-->
<script type="text/javascript" id="trfc_trafic_script">
//<![CDATA[
t_rid = 'itutorial-ro';
(function(){ t_js_dw_time=new Date().getTime();
t_js_load_src=((document.location.protocol == 'http:')?'http://storage.':'https://secure.')+'trafic.ro/js/trafic.js?tk='+(Math.pow(10,16)*Math.random())+'&t_rid='+t_rid;
if (document.createElement && document.getElementsByTagName && document.insertBefore) {
t_as_js_en=true;var sn = document.createElement('script');sn.type = 'text/javascript';sn.async = true; sn.src = t_js_load_src;
var psn = document.getElementsByTagName('script')[0];psn.parentNode.insertBefore(sn, psn); } else {
document.write(unescape('%3Cscri' + 'pt type="text/javascript" '+'src="'+t_js_load_src+';"%3E%3C/sc' + 'ript%3E')); }})();
//]]>
</script>
<noscript><p>Web analytics</p></noscript>
<!--/End async trafic.ro/--> - Cum pot face ca Article Top Ad să nu mai fie afișată atunci când am configurat deja reclamă pentru Post Style 1, 12 și 13. Este aiurea să apară reclama de două ori.
- Ce font folosește Mobile Theme, pentru că aș dori să îl configurez și pentru versiunea desktop?
De asemenea, vă rog să luați în considerare pentru viitoarele versiuni:
- Afișarea în Social Counter a newsletterului (cu compatibilitate pentru Feedburner, Mailchimp, etc.) și eventual a unor butoane pentru descărcarea aplicațiilor, acolo unde este cazul, pentru iOS și Android.
- Compatibilitatea temei cu Disqus
- Recunoașterea, în System Status, a Wordfence ca modalitate de cache (prin Falcon Engine)
- Specificarea dimensiunilor pentru logouri în Theme Panel
- Îmbunătățiri în privința afișării reclamelor pentru unele stiluri de articole (mai ales la Style 1)
Mulțumesc!
-
This reply was modified 10 years by
Alex.
Hi everybody, I’m experiencing big issues after updating to last wordpress version, my site (www.lungotevere.org) is messed up, all the images, sidebar and logo are disappeared. The admin pannel lost a big part of the left menu and error strings appeared:
et ‘td_cake_status_time’ in /web/htdocs/www.lungotevere.org/home/wp/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 150
Warning: Illegal string offset ‘firstInstall’ in /web/htdocs/www.lungotevere.org/home/wp/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 150
Warning: Illegal string offset ‘tds_thumb_td_80x60’ in /web/htdocs/www.lungotevere.org/home/wp/wp-content/themes/Newspaper/includes/wp_booster/td_first_install.php on line 17
Please can you help?
THX
Hello hmader,
Please check the following topic here -> https://forum.tagdiv.com/topic/logo-footer-and-submenu-questions/
Hope this helps!
Thanks.
I’ve uploaded some hours ago to NewsPaper7 and now it’s perfect! PC logo is off and website only shows the logo inside the main bar.
Great work team!
As I shot these buttons at the top?
these: “19.2 C New York Monday, May 9, 2016
rafaelregis95 Logout Blog Forums Contact Purchase Theme ”
There early, On the top page. I wanted to take at least the “Purchase theme”
For people not be seeing this.
Upon activating mobile theme, at the end of page, just below pagination links, site logo with “About US” and “Follow US” text is being shown. How do i remove those? I have not added any just widgets on footer content. Any pointer from where this information is being picked?
I also checked Footer info content, and its blank, and if make any changes in it, it reflects along with it.
I solved the B point with this code:
.td-header-sp-logo img {
margin: 0px;
}
Only missing the A point.
Hi. I followed instructions in another post to align the header´s logo to the left. I used this custom code:
.td-header-style-3 .td-header-sp-logo {
margin-left:0;
}
The problem is that everything is aligned left and now the Ad space is not aligned to the right.
I want to:
A. Have the Ad space aligned completely to the right
B. Align the logo completely to the left. As you can see, using the previous code doesn´t fit the alignment exactly to the Menu extreme.
Any clues?
Thanks!!!
And another problem is that the logo does not stick with the menu when I scroll down.
I am facing problem in the header section:
– Text is appearing with the LOGO
– Search icon
Site: http://www.hacking-guide.com/
Here is the screenshot: http://i.imgur.com/ETTO9GD.jpg
Please Help
Dear friends i am using style 5 header. I have uploaded logo for retina and normal but the result is
I have uploaded logo for mobil i got normal view but this mobile logo is smaller than normal. How i can fix this.
Atthe settings it says for style 5 no need to upload logo for style 5
Please help.
estambul.net
I’ve just upgraded to version 7 and my site has severe problems and looks a complete mess.
For some reason the expanded mobile menu shows above every page in chrome.
The logo alt text shows on each page, the search icon is duplicated in the header.
The VC doesn’t work despite reinstalling it using your Plugins option,
the divtag social counter doesn’t display on any browser.
What is going on?! Please help!
Hello LPH,
Indeed, this is a mini bug in our theme, sorry! I have added this on our list of improvements and in next future update will consider to fix it. Until this, please try to use this workaround and edit the logo-text.php core file, like this -> http://screencast.com/t/H76ebvmQo As you can see, you have to add the stripslashes function after the get_option.
Thank you for your message!
Hi
Text logo and text logo tagline works only if you don’t have a logo image loaded: http://screencast.com/t/8GXWGjCeyi If you can’t save these settings please check if in browser’s console if there are some errors related with the theme. Usually should appear a 403 or 404 error.
Please address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.
Thanks!
Hello DwayneHoward,
Unfortunately, we do not have any bad reporters in this case and the correct size of the footer logo are correctly displayed in our documentation here -> https://forum.tagdiv.com/footer-templates/ I have done some tested with all these footer templates and the correct sizes and the correct sizes are these values.
If is not what you mean, please provide more details in this regard. Also, you ca provide some useful screenshot so I can understand it better.
Thank you for your understanding!
Hello RadGoat,
Unfortunately, we do not recommend to make it bigger your logo because you can damage your layout of the theme. You can use a bit of CSS to do that.
The code is ->
.td-main-menu-logo img {
width:300px;
}
The result -> http://screencast.com/t/T1hRsYCsSUj
Thanks.
Hi,
I’ve been able to amend the text logo tagline (under header, logo & favicon) previously but today it won’t let me make changes.
(I have selected style 10). Tried deactivating plugins but this did not help.
Any advise please. I have the current newsmag theme installed.
Thanks, Jennie