No search results were found in Documentation!
Hi,
I can’t see it duplicated in google pagespeed testing tool or any notification on it: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fthe-light-x-wanderer.com%2F&tab=desktop however the logo is called twice because once it called here: http://screencast.com/t/oSqgigKrXQY and once is celled in the menu, you will noticed it if you enable the sticky menu feature in theme panel: http://screencast.com/t/SM8GyTMri3D
Thanks
I’m in the process of setting up the Newspaper 6 theme for our existing WordPress site and have a few questions / feature requests. But first a big thanks for creating such a cool and comprehensive theme!
1. Is it possible to change the thumbnail sizes so it reflects our existing image ratio? Our existing featured images are 480×280 so it would be great if I could set certain thumbnails to use a 48:28 ratio and the images don’t get cropped.
2. Instead of the Ajax Filter I would like to place a custom text or hyperlink right of the block title. Per example the title of the module is Daily News and I would like to add a text / link to the right: Powered by Nike. I noticed most people in the Newspaper showcase topic don’t use the ajax filter so this could be interesting for a lot of users.
3. Is it possible to auto embed a banner in the middle of the post text? So not above or below the article but in the middle without manual insertion.
4. In the author box the authors URL is displayed with http:// in front of the url. Can this http:// be removed as it looks odd. Per example: http://Google.com should just be Google.com
5. Is it possible to rename the Trending Now box to Breaking News?
6. Is it possible to remove the more from author tab on single posts?
7. In post style 3 and post style 4 on single posts is it possible to remove the hyperlink under the featured image? It is already shown large no need to link to a large version.
8. On category pages we used the category description and category image before. Is it possible to show them at the top of the category page?
9. Is it possible to show the featured articles in that category + sub categories at the top of the category page?
10. We already used a category for features, is it possible to change the source category for featured articles from featured to features?
11. Is it possible to set a new default image for all authors?
12. I saw it is possible to create custom blocks based on existing modules but for our homepage we have some other wishes. How can we create additional modules?
13. Is it possible to set a different header background color for smaller screen sizes? Per example on desktop the header looks best in white but on mobile the bar with logo would look better in black.
Thanks!!
Hi, Emil G
Help me.
my test domain is disqus2.gnnnews.org (setting by Newspaper 6.2)
[ problem ]
Login state can use disqus comments,
But,
when logout, i can’t see disqus comment system on post view.
What is problem
you can login disqus2.gnnnews.org/wp-admin
I am noproblem by your any action. (you can any action on disqus2.gnnnews.org for test)
Thank you very much. All Tagdiv Team.
See you.
-
This reply was modified 11 years by
Alin [tagDiv].
Well…IT works. But i have a Problem.
I Got two different category-types. Citys and Subject-Categorys (Art, Music…)
If i Visit the City-Categorys the Show the right logo. But I wann to Display a “standart logo” if the visitor See a Subject-Category.
But with the Codes above IT Shows the logo of city category of the newest posting.
Howard van i Display the standart logo? But: if i See the article Single IT should show the logo of the City category. ..
Hi,
I don’t see a logo in your site and I’m using desktop. The theme seems to be printing the image URL “http://www.planestrainsautomobiles.co.uk/wp-content/uploads/2015/06/PTA-logo-web-2.png” but server says that image is not there. Try to reset the image/logo at the theme panel.
About security, it’s a big topic.
Wordpress sites get targeted a lot, I would be very surprised if it was theme related. There’s many things you can do to help fight those bots and scripts, just a few I recall:
– admin user account should not be “admin”. bots try that account 1st thing and if they see the account is active, they’ll brute force try to guess the password. admin account should not be the name of the website, they try that 2nd.
– require captcha to login (but this hurts real users experience IMO)
– use a plugin to limit login attempts
I use a combination of wordfence plugin + cloudflare CDN.
Wordfence is neat, I don’t use premium edition, free one does a lot already, including some of the work a limit login attempts plugin would do. Supposedly, websites with wordfence communicate with wordfence services and if they spot an IP sweeping websites trying to login, they spread the word and it gets blocked. cloudflare helps cause they divert IPs with bad reputation and you can set it to high security (good in case of a big attack), which checks browser integrity, javascript execution and sometimes ask human interaction almost like captcha. They allow page rules so I keep the whole site with standard security but the wp-login page gets max.
Even with all of this, I still get targeted anyways. I know cause I have a rule to block IP for 30min if it tries to log in with “admin” and it triggers from time to time. Sometimes it comes in waves, specially after a big WP update cause bots go crazy over exploits discovered and they start scanning sites that didn’t update already. Just my 2 cents/experience, hope it helps, cheers!
Hey,
In a nutshell. Here what I have planned:
I’d like to display another logo in the header when a visitor comes to a particular category.
example:
Category 1 = Logo A
Category 2 = Logo B
Category 3 = Logo C
….
I would like to implement this with this code:
if ( is_front_page() && is_home() ) {
// Default homepage
} elseif ( is_front_page() ) {
// static homepage
} elseif ( is_home() ) {
// blog page
} else {
//everything else
}
In which file should I include this code?
Or is there another solution?
Thx
Hallo,
what is the correct size of the top banner background? I mean the top background useful for behind logo ad?
Thank you
regards
Greetings,
I would like to know how can i modify the current attachment page: http://goo.gl/CnWsvm in order to obtain this: http://goo.gl/oHFMKJ .
I’ve putted numbers to explain exactly what i want to do and where to make the changes:
1. in the header i want only the fixed menu and logo on left (if possible)
2. I want the advertising zone to be above the attachment image
3. A back to article button
4. Next an previous buttons at the middle of the image
5. Centred image
Thanks!
sometimes on google pagespeed I would see the logo double also the site title and tagline. In he source code I can see it is called twice but I don’t understand why.
ANy hint is appreciated.
thx
<div class="td-header-wrap td-header-style-10">
<div class="td-header-row td-header-top-menu">
<div class="td-make-full">
</div>
</div>
<div class="td-header-row td-header-header">
<div class="td-make-full">
<div class="td-header-text-logo">
<a href="http://the-light-x-wanderer.com/"><ul>
<img src="http://the-light-x-wanderer.com/wp-content/uploads/2015/04/cem.logo_.3.png" alt="Fuji-X Photography with X-T1 and X100" /></a>
<meta itemprop="name" content="Fuji-X Photography with X-T1 and X100"></ul>
</div>
</div>
</div>
<div class="td-header-menu-wrap">
<div class="td-header-row td-header-main-menu">
<div class="td-make-full">
<div id="td-header-menu" role="navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
<div id="td-top-mobile-toggle"><a href="#"><i class="td-icon-font td-icon-mobile"></i></a></div>
<div class="td-main-menu-logo">
<ul>
<a href="http://the-light-x-wanderer.com/"><img src="http://the-light-x-wanderer.com/wp-content/uploads/2015/04/cem.logo_.3.png" alt="Fuji-X Photography with X-T1 and X100" /></a></ul>
<meta itemprop="name" content="Fuji-X Photography with X-T1 and X100">
</div>
On newspaper 4 i had a header ad with 2 banners on one line now in newspaper 6 just one banner is showing how te fix it ?
my website is http://www.hoekschnieuws.nl
This is mij code on the header ad:
<a href="http://www.bandenservicenumansdorp.nl/" target="_blank"><img src="http://www.hoekschnieuws.nl/wp-content/uploads/2014/07/Logo_Bandenservice_Numansdorp.png" width="176" /></a> <a href="http://www.ikwileentwingo.nl"><img src="http://www.hoekschnieuws.nl/wp-content/uploads/2015/05/Indumij-IkwileenTwingo-400x60.gif" alt="Indumij-IkwileenTwingo-400x60" width="400" height="60" /></a>
And i must look like this near the logo:
Hi,
You need to add this social network to appear in backend to your profile – http://screencast.com/t/MRiXU1ep8 – http://screencast.com/t/gjx0vplV and add a background image using custom css in Theme Panel > Custom Css, you can try this just change the image if you want – http://screencast.com/t/FWRrEMXl9I
.td-icon-xing{
background-image:url("http://t3n.de/news/wp-content/uploads/2012/10/Xing-Logo-Featured-595x333.jpg")!important;
width: 30px!important;
height: 20px!important;
background-size: 30px 20px;
background-repeat: no-repeat;
}
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
I have changed memory as such:
define('WP_MEMORY_LIMIT', '96M');
no change.
It is a clean install, am using main theme not a child theme. I have turned of all plugins besides VC. As for the logo problem, I have uploaded it to the media library with WordPress admin panel so it changes the path successfully on the Theme Panel and saves just fine but then when I view the site, no changes have taken place even after I clear my cache in browser. I can change it only if I upload it directly in cPanel or FTP it in but I shouldn’t have to do that lol. And nothing else I do in Theme Panel reflects any changes either, I can modify top bar, header, ad codes and pretty much everything else and even tells me it has saved successfully but then when viewing the site… no change.
I have shut down my previous domain in lieu of a better name, installed theme on new site and now even after activating the theme, the theme panel does not work properly. Logo won’t change, can’t make changes to top bar etc etc… what’s going on? Any ideas?
Hi,
Not sure why you have this issue, the logo image should appear also on mobile devices. Do you have any custom css? Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/HCTrAhTWKPM
@media (max-width: 767px){
.header-logo-wrap img {
display: block !important;
}
.span12.header-logo-wrap {
display: block !important;
}
}
Thanks!
Hi,
The code that @snowwatchGB provided to you should work if you use !important tag – http://screencast.com/t/qvooRjfLxd
@media (min-width: 1141px){
.td-header-style-1 .td-header-sp-logo {
margin: 28px 0px 9px 0px !important;
width: 340px !important;
padding: 0px !important;
}
.td-header-style-1 .td-header-sp-logo img {
right: auto !important;
}
}
Thanks!
Hi,
The double quotes are added there like an image if you want to change them you will have to use custom css in Theme Panel > Custom Css and replace the image – http://screencast.com/t/ZlxvPxQVK
.td-post-content .td_pull_quote p:before{
background:url("http://www.mythoughtsmywords.org/images/double-quotes.png") no-repeat scroll 0 0 !important;
background-size: 20px 20px !important;
}
.td-post-content .td_pull_quote p:after {
background:url("http://image.shutterstock.com/display_pic_with_logo/577306/235529839/stock-vector-quotation-mark-symbol-double-quotes-at-the-end-of-words-quote-sign-icon-isolated-on-white-235529839.jpg") no-repeat scroll 0 0 !important;
background-size: 20px 20px !important;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
HI,
Please check here – http://layanable.net/hiburan/filem-tv/14-filem-pixar-yang-anda-wajib-tonton/
This is my GTmetrix result – http://gtmetrix.com/reports/layanable.net/Qj5MYWZ9
Not only post content but also logos. FYI, I use cdn and 100% caching.
Thank you 🙂
We’d also like to remove some of the padding and let the logo image take up more of the header space, but not make the black area taller.
Padding should be –
left – 35px
top/bottom 15px
I thought it might be better to combine these instead of making a new entry.
Thank you!
Hi, this worked for me:
@media (min-width: 1141px){
.td-header-style-1 .td-header-sp-logo {
margin: 28px 0px 9px 0px;
width: 340px;
padding: 0px
}
.td-header-style-1 .td-header-sp-logo img {
right: auto;
}
}
Hi!
The logo in the header is pushed to the right. I tried:
.td-header-style-1 .td-header-sp-logo {
margin: 28px 28px 9px 0px;
}
and it’s ignoring that.
Thanks for your great help!
Windee
I did activate that option and once I am connected I can see my username showing up in the top bar above the header. The problem is that when I click on the user name near the “logout” link, I would expect the link to lead me to the wordpress userpage (or the admin panel in my case) but the link is just a /# and doesn’t lead anywhere.
The website is madameriri.com/dev
Could you please le me know how I can go to the user page when I click on the username text in the top bar after login ?
thanks in advance.
Can the size of the logo be change as it seems to resize images to a particular size. We have a logo
with a an email and it stays fairly small especially when the logo is at the top/middle and menu is at the bottom but the logo is pretty small.
thanks
Hi thanks for the code.
But instead of using custom css, I changed the file header-style-6.php to use css for header style 1.
Since it is similar style with top menu, logo and ad.
It works better than custom css.
<div class="td-header-wrap td-header-style-1">
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/sOukKlzyQx8
@media (max-width: 767px) {
.td-header-style-9 .td-main-menu-logo {
display: block !important;
}
.td-header-style-9 .td-logo-wrap-full {
display: none !important;
}
}
Thanks!

