- NewspaperHeader Builder
- NewspaperHeader ads
- NewspaperHeader styles
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperUsing the Theme Translations with WPML
- NewspaperInstagram in Newspaper WordPress Theme
- NewspaperWeather Shortcode
- NewspaperThe Mobile Theme
- NewspaperLogin – How to Enable User Registration
Hello Please forgive my lack of knowledge of tech terms!
I love the feature on the main menu where it shows pictures when you hover over the sub-menus.
However when you hover over one of the main categories it only shows “ALL” and 5 of the sub-menus.
Is it possible to show all of the sub menus when you hover, as at the moment it can appear that these 5 sub menus are the only subcategories.
http://www.thegardentimes.com/
cheers Tina
theme panel > header > top menu > show sign / join widget
Hi,
1. You have to edit the post template files(depending on the style used loop-single default or 1-5) and add the following code above the title – http://screencast.com/t/JzT8ofAsKpX
render(array('spot_id' => 'custom_ad_1'));?>
Then you need to use custom css to adjust it (add the css inside Theme Panel -> Custom CSS) – http://screencast.com/t/YMdiBRy1
article .td-a-rec-id-custom_ad_1 {
margin-top: 15px;
margin-bottom: 0px;
}
2. Try the following css: – http://screencast.com/t/nb2b9iGqZ0Is
@media(max-width: 767px) {
.header-search-wrap {
display: none;
}
.mobile-logo-wrap img {
right: 0px !important;
left: 0px;
}
}
3. The padding is applied to the entire content – http://screencast.com/t/IgwOnop5
You could try to change the ad container position to relative an move it to the left (0px).
Thank you, Emil G.
Hi,
Use this custom css ion theme panel > custom css field: http://screencast.com/t/uynNMtQNFMM7
#outer-wrap {
background-color: #e5e5e5 !important;
}
.td-header-bg {
background-color: #e5e5e5 !important;
}
.td-header-bg .container {
background-color: #fff !important;
}
Thanks
1) How can I show the Article Top Ad above the single post title, currently it shows under the featured image. Or is there another way to place an ad above the post title?
2) How can I center the mobile header logo and remove the search button? (mobile only)
3) When placing 320px width ads on mobile, there seems to be a slight padding so the image is moved slightly to the right and not centered correctly: 
How can this be fixed?
Hello
Everyone. I have you a solution for the custom border color of the menu items.
add this code:
.menu-item-MENU-ID > a:hover { /#### ADD THE COLOR YOU WISH ####*/
border-bottom: 4px solid #dd3333 !important;
}
.menu-item-MENU-ID > a:focus {
border-bottom: 4px solid #dd3333 !important;
}
.menu-item-MENU-ID.current-menu-item >a{
border-color: #dd3333!important;
}
.header-search-wrap .dropdown-menu { /*#### FOR THE SEARCH ITEM #### */
border-color:#000!important;
}
:)))))
-
This reply was modified 11 years by
Giorgos.
It’s is possible edit Header style with scheme (Manchette + Logo + Manchette)
Like this -> http://www.rcspubblicita.it/contents/instance1/files/photo/7877_119_cst-manchette-01.jpg
I personally would rather not have the SEO stuff tied to the theme, as I’ve changed themes all over the place the past 10 years using WordPress, and there is no guarantee a theme will be updated for new SEO tech/requirements. With YOAST SEO, they now have a business model to sell premium versions and also sell the Google News plugin (which I use with 20 site license). I can swap themes if need be, without losing settings or foobar the sitemap.
Adding additional functions might be nice for the native system, but as long as there is an option to disable it all, I’d be fine with that.
The old Yoast was merely a collection of things we used to do with functions.php frankly, and custom headers. But now, it’s evolved quite well and works well “most of the time.” But it’s kind of like saying “why not build in Visual Composer features and stop using that plugin” … well, a whole separate dev team work on that, and they make money on each license, so it continues to evolve.
I’ve used themes in past that tried to do it all, and they end up being neglected, one month delay to fix something simple, etc.
SO, for me, I’d rather let Radu and folk make sure the theme functions with WordPress properly, supports a wide variety of WP standards, and then leave the “extensions” to others. Just my thought.
I used to build my own themes, and it’s a pain in the arse (hence how I ended up here).
But as many have said, this a forum, so discussion and exchange of ideas is all good. 🙂
(and how about browser and forum designers turning off freakin’ auto correct … changing build to built… it’s not possible for me to mis-type a b next to a t on the keyboard! Argh!)
-
This reply was modified 11 years by
simchris.
Hi,
Please make sure you use the latest theme version which is 4.6.1: http://themeforest.net/item/newspaper/5489609 and make sure you also try this without any other plugins active besides VC and try again.
Please let me know if you still can’t manage to do it and also point out the header that you can’t change.
Thanks
Hi,
For the header ad edit each header style or just the one you use: http://screencast.com/t/BgUvl9w3J and add you div container for the header ad like this: http://screencast.com/t/FXvqYbYi8
For the inline ad add it like this: http://screencast.com/t/xz7OQMppCMsQ
Thanks
Hi,
Go to theme panel > theme colors and set your color as main theme bg color and as header color like this: http://screencast.com/t/y3JVMdKTc
After this use this custom css to remove the color from the header like this: http://screencast.com/t/9Z7GncXA
Thanks
Hi,
Add this code: http://pastebin.com/zMYQVeaA to the header-menu.php file like this: http://screencast.com/t/8bQeBbSvA ..then use the custom css from below to make it look like this: http://screencast.com/t/T0kLvJDK5nyS
.header-search-wrap .td-icon-search {
margin-bottom: -3px;
margin-left: 10px;
top: 0px;
position: relative;
width: 16px;
height: 16px;
line-height: 0px;
color: #ffffff;
padding-top: 14px;
padding-left: 14px;
display: inline;
font-size: 13px;
}
.header-search .wpb_button {
margin-top: 6px;
}
Make sure you add the code like I did in the screenshot and remove the <i> tag: http://screencast.com/t/9oU00zbpO and if you don’t like the style of it you can change it as you like.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Please use this custom css and let me know if this happens again: http://screencast.com/t/uh9wtCgna
.td-header-sp-top-widget {
width: auto;
}
Thanks
Hi,
You can use the do_shortcode() function and add the shortcode for the news ticker directly to category like this: http://screencast.com/t/oTyYO9nikGNW
First go to VC page builder and customize the ticker then switch to classic mode and get the ticker shortcode: http://screencast.com/t/04wufgypnN1I
Use this code and add your shortcode to it: echo do_shortcode('add your shortcode here'); then edit the files and add it like shown above.
Result: http://screencast.com/t/r6U8ZQ6fMSQ7
You also need use the custom css I’ve pointed in the screenshot.
.td-subcategory-header .td-category-header, .td-subcategory-header .td-category-pulldown-filter {
display: none;
}
Thanks
Ok, but as I do “Header ad” and “Article inline ad”?
http://screencast.com/t/phDAGb30L5l
Hi,
You helped me fixed lines between articles in a widget. But It´s only working on my home page. If you switch page, lets say to sport, the lines between articles in widgets are gone.
URL: http://www.kungalvsnyheter.se
I also try to copy this code: .header-logo-wrap {<div id=”c_31ba93ac7cdb4af163820ae3f39cb7e6″ class=”normal”><h2 style=”color: #000000; margin: 0 0 3px; padding: 2px; font: bold 13px/1.2 Verdana; text-align: center;”>klart.se</h2></div><script type=”text/javascript” src=”http://www.klart.se/widget/widget_loader/31ba93ac7cdb4af163820ae3f39cb7e6″></script> }
in custom CSS to get weather report at the top of my site. But it´s working out.
Cheers,
Joakim
Hi
Wonderful theme. Been using it for a long time now but unfortunately I encountered some problems today. I made some changes inte the Theme Panel, like new background image and new header style. But I can only see the changes when I am logged in as Admin. When I log out I can only see my old things 🙁
Hi,
only move the # END WordPress from the end of the file to the end of the wordpress section. Some plugins look for that in .htacess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
AddType text/javascript .js
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 seconds”
ExpiresByType image/x-icon “access plus 604800 seconds”
ExpiresByType image/jpeg “access plus 604800 seconds”
ExpiresByType image/png “access plus 604800 seconds”
ExpiresByType image/gif “access plus 604800 seconds”
ExpiresByType application/x-shockwave-flash “access plus 604800 seconds”
ExpiresByType text/css “access plus 604800 seconds”
ExpiresByType text/javascript “access plus 604800 seconds”
ExpiresByType application/javascript “access plus 604800 seconds”
ExpiresByType application/x-javascript “access plus 604800 seconds”
#ExpiresByType text/html “access plus 600 seconds”
#ExpiresByType application/xhtml+xml “access plus 600 seconds”
</ifModule>
# END Expire headers
Hi,
The logo on cafe demo stack is used at this dimensions: http://screencast.com/t/fq02dOV3gH0 You can apply a padding to the logo container like this: http://screencast.com/t/VlDOnruDz
Use this css and header style 3 :
.header-style-3 .td-full-logo {
padding: 50px 0 !important;
}
Thanks
Hi,
You can use the recommend size as it is right now and adjust it via css like this: http://screencast.com/t/KFhwg3mJ
.td-head-style8-logo-desktop img {
height: 68px !important;
}
.td-affix .td-head-style8-logo-desktop img {
height: 50px !important;
}
@media (max-width: 1018px) and (min-width: 768px) {
.td-header-style-8 .td-style-8-content-wrapper .td-head-style8-logo-desktop {
display: block !important;
}
}
It can be of the same size(300×100) as it will be re-sized like this: http://screencast.com/t/AZV87Yuhhtb
Thanks
Hi Team,
I have made changes to the header and footer, however the changes are not reflecting if the admin is not logged in.
Please help solve this problem.
Thanks
Hello,
I am getting a 500 error in my Google webmaster tools for this URL:
https://www.designworld.se/wp-content/themes/Newsmag/
I have turned on PHP error messages for the hosting and it gives me this error:
Fatal error: Call to undefined function get_header() in /customers/c/f/2/designworld.se/httpd.www/wp-content/themes/Newsmag/index.php on line 6
I have also been in contact with the hosting support and they say it’s the theme causing the problem..
Can you help me solve this?
Hi,
This happens because you try to access the theme’s index.php file directly and this is caused by the theme’s inability to locate the WordPress get_header function as it dose not passed trough WordPress when the request is made and in that case the function doesn’t “exist”.
You can read more about this and also have a solution for this here: http://ardamis.com/2011/06/02/fix-for-php-fatal-error-get_header-in-wordpress/
Thanks
ok thanks I fix problem one.
2. About expire headers is this looks fine for htacces file?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
AddType text/javascript .js
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 seconds”
ExpiresByType image/x-icon “access plus 604800 seconds”
ExpiresByType image/jpeg “access plus 604800 seconds”
ExpiresByType image/png “access plus 604800 seconds”
ExpiresByType image/gif “access plus 604800 seconds”
ExpiresByType application/x-shockwave-flash “access plus 604800 seconds”
ExpiresByType text/css “access plus 604800 seconds”
ExpiresByType text/javascript “access plus 604800 seconds”
ExpiresByType application/javascript “access plus 604800 seconds”
ExpiresByType application/x-javascript “access plus 604800 seconds”
#ExpiresByType text/html “access plus 600 seconds”
#ExpiresByType application/xhtml+xml “access plus 600 seconds”
</ifModule>
# END Expire headers
# END WordPress
Hi!
I just bought Newspaper theme from Envato Market – I absolutely love it! 🙂
However, I do have one problem or rather question from theme build-in search function. I’d like to change the default search box to Google Custom Search engine. And I’d like to place it directly to the same place where the default search box location is – in header, next to navigation.
Yeah, this would require modifying of template. But is this possible and if so, how I can do it?
I’m using Adsense to monetize my site. And I’m losing revenue if my visitors use default search form instead of Google.
Hope you can help.
Thanks.