Search Results for 'header'

Results from the Forum
Gbugmenot
Participant
#0

So on the category page through theme panel i have this settings

Category header – disabled
CATEGORY TOP POSTS GRID STYLE = Grid Style 2
ARTICLE DISPLAY VIEW – Module 10
Normal Pagination.

Now when i view the category page on my site there is no space margin between the big grid style 2 and and articles.

I am also using the block 11 and custom homepage via pagebuilder.
One more thing VOICE Style is being used.

For homepage it works fine. Its happening on every category page and module. There is no space between the top and the articles on the category pages.

broinfo
Participant
#0

Hi,
i used below code for create a HTML Banner ad using newspaper theme panel ad.
Its a header Ad (728*90). works fine in desktop but its not resposive in mobile.
please help.

<div class=”td-visible-desktop”>
<iframe src=”URL” width=”728″ height=”90″ frameborder=”0″ style=”border:0″></iframe> </div>

Catalin
tagDiv Staff

Hello great1212,

1)Your logo has black color and that’s why on mobile devices this is not visible because the very top banner is black. Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: white !important
}
@media (max-width: 767px){
#td-top-mobile-toggle i{
color:black!important;
}
@media (max-width: 767px){
.header-search-wrap .td-icon-search {
color: black !important;
}

The result is here -> https://www.screencast.com/t/RyyPOmOE

2)The footer uses the logo in full width and that’s why you bring different results. Try to change the footer template.

3)Please check the following the topic from here -> https://forum.tagdiv.com/topic/social-counter-and-instagram-problem/

Thanks for your understanding!

Simion C.
tagDiv Staff

Glad you could solve the issue.
1. The black demo is custom made, by theme options it is not possible to achieve that design. It contains custom CSS in it’s stylesheet
https://www.screencast.com/t/DTn5qT5f
It colors most of the theme elements with custom CSS code as seen in the stylesheet. You could use that for inspiration if you want to create something similar. Together with the browser inspector tool
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
I will try to help you further if you could mention what exactly you want to do, and where in the website.

2. The theme general width cannot be changed, it is predefined. It is not recommended to make any modifications to it, as this will most likely cause layout issues.
All the blocks and grids depend on this fixed width, their design will be damaged if it is modified.

There are row options in the composer to stretch them to predefined widths or full widths
https://www.screencast.com/t/RlJHQWPbpFHU
Also there are full big grids, which are always full width
https://demo.tagdiv.com/newspaper/full-big-grid-1/
Header and footer can also be stretched as you mention
https://www.screencast.com/t/eDLhcqO6

But a general width setting for all the website pages is not available at the moment.

If you could provide a link to your website we will inspect the sharing issue.

hellonikoloz
tagDiv Member

Thanks for reply.

As i wrote above, I am doing like you wrote, the color is changed to red, but that does not work on header style 10 on News Week demo.

You are using in the picture different header style.

Simion C.
tagDiv Staff

Hi,

There is a theme setting for that, in the theme panel you can set a background for the header space, check the theme colors section
https://www.screencast.com/t/YOWXkUNmf
Or you could set a background image as well
https://www.screencast.com/t/TMWJsgxP

Edward
tagDiv Member

Read this manual: https://forum.tagdiv.com/header-ads-adsense/

and etc.

Header Banner example:

Side Bar Banner example:

mjehangir
Participant
#0

Hi,
I had started a thread but that isn’t helping me. I need some urgent help as my authors are not able to work. Since i have updated to newer theme update of Feb 27, my authors can’t see the list of ‘all posts’ in the admin area. It works normally for ‘admin’ user but all other roles are giving ‘HTTP Error 500’. As you can see the screenshots of morenews.pk

http://prntscr.com/isyfsi
http://prntscr.com/isyfz7

As per your suggestions, i have done a clean install of theme from ftp after removing previous ones. updated the plugins to the latest versions, in fact, reinstalled them from your repository. Removed cache and even disabling other plugins. But it only happens when i start using the latest version of tagDiv Composer on the latest version of theme.

The host tells me the following error in the log file. Can you help me after looking at them as to what thing is causing the issue?

=========
[18-Mar-2018 18:42:43 UTC] PHP Fatal error: require_once(): Failed opening required ‘wp-admin/panel/panel_core/td_panel_data_source.php’ (include_path=’.:/opt/cpanel/ea-php56/root/usr/share/pear’) in /home/morenews/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php on line 25
[18-Mar-2018 18:42:51 UTC] PHP Fatal error: Class ‘td_global’ not found in /home/morenews/public_html/wp-content/themes/Newspaper-child/header.php on line 24
[18-Mar-2018 18:43:26 UTC] PHP Fatal error: Class ‘td_global’ not found in /home/morenews/public_html/wp-content/themes/Newspaper-child/header.php on line 24
[18-Mar-2018 18:44:35 UTC] PHP Fatal error: Class ‘td_global’ not found in /home/morenews/public_html/wp-content/themes/Newspaper-child/header.php on line 24
[18-Mar-2018 18:44:54 UTC] PHP Fatal error: Class ‘td_global’ not found in /home/morenews/public_html/wp-content/themes/Newspaper-child/header.php on line 24
===============
Thanks.

Catalin
tagDiv Staff

Hello ulugg,

If you want to change the color for that border you will have two ways. The first one, you should change the Theme Accent color from Theme panel or you should use the core below and place it in Custom Code.

The code is ->

.td-header-border:before {
background-color: red;
}

Thanks for the message!

Catalin
tagDiv Staff

Hello fantom,

Unfortunately, I do not exactly understand what do you mean by adding a pixel to the header, sorry! Please provide more details about this so I will be able to provide a more accurate response.

Thanks for your understanding!

mjehangir
tagDiv Member

Hi, regarding my above problem, my host sees the following errors in the log file. Can you see what is reason behind the issue after looking at them?
=========
[18-Mar-2018 18:42:43 UTC] PHP Fatal error: require_once(): Failed opening required ‘wp-admin/panel/panel_core/td_panel_data_source.php’ (include_path=’.:/opt/cpanel/ea-php56/root/usr/share/pear’) in /home/morenews/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php on line 25
[18-Mar-2018 18:42:51 UTC] PHP Fatal error: Class ‘td_global’ not found in /home/morenews/public_html/wp-content/themes/Newspaper-child/header.php on line 24
[18-Mar-2018 18:43:26 UTC] PHP Fatal error: Class ‘td_global’ not found in /home/morenews/public_html/wp-content/themes/Newspaper-child/header.php on line 24
[18-Mar-2018 18:44:35 UTC] PHP Fatal error: Class ‘td_global’ not found in /home/morenews/public_html/wp-content/themes/Newspaper-child/header.php on line 24
[18-Mar-2018 18:44:54 UTC] PHP Fatal error: Class ‘td_global’ not found in /home/morenews/public_html/wp-content/themes/Newspaper-child/header.php on line 24
===============
Thanks.

ctoweett
tagDiv Member

Just switch your header to header style 8 in the theme panel.

alecaus
Participant
#0

What is Size Ads?
Have Ads for Header, Post, Article.. Have Table of Size?

I want to put a banner instead of using Google ads.
But for this, you need to know the sizes, so I create in Photoshop.

JayVee
Participant
#0

Hi!

I’ve got certain categories of posts for which I would like to not display ads. This because the posts were donated without the right to display ads. But as Adsense does not allow ads for all post categories, I can imagine news sites have the same issue.

At the moment, I’m solving this by using post template styles 1, 11, 12 and 13 for those categories of posts where ads are allowed, and other post template styles where they are not. But this means I can’t have posts in header, footer, sidebar, or any of the other interesting places, as those ads would appear across all categories.
Are there better ways to not display ads on certain categories?

Thanks for any response!

great1212
Participant
#0

Question 1: In mobile devices, the logo of the website PAKDEFENSE.COM
header merges in the dark background and barely visible. How could we
make it prominent in mobile devices without changing the header style
of the theme?

Question 2: The footer logo in mobile devices is too large than the
header logo. How could we make it somewhat smaller or look like the
header logo?

Question 2: The Instagram widget in the header is not showing any
images feed from the instagram account to the website of
PAKDEFENSE.COM. I’ve check all the parameters and there isn’t problem
there. What should I do to make the pictures visible in my website
header?

devraj1986
tagDiv Member

Very serious Issue!why not saving adsense code header footer or others?
But in mobile section it is working perfectly.

Help me ASAP.

Colleric
Participant
#0

This is the Crawl Error i get from webmaster tools: http://prntscr.com/isqy91

This is the error when I try to browse for that url.
Fatal error: Uncaught Error: Call to undefined function get_header() in /srv/users/serverpilot/apps/bjjworld/public/wp-content/themes/Newspaper/index.php:6 Stack trace: #0 {main} thrown in /srv/users/serverpilot/apps/bjjworld/public/wp-content/themes/Newspaper/index.php on line 6

hellonikoloz
Participant
#0

Hello,

I have installed Newspaper Theme demo , called “News Week”

However i was not able to change logo text color from Theme Panel>Theme Colors. The logo text color changes if i change header style, it does not work on style 10, but i want to use that header style which is also used in demo.

Mycryptopedia
tagDiv Member

Thank you for the link. I looked through the thread, and unfortunately it does not solve my problem.

The problem is that the option to change the header text to white is only available for tagDIV block widgets. This is not available for the social media widget itself, as you can see in this image: https://imgur.com/TGVFjmt

Is there a default option available in say the theme panel that allows me to change the default settings of sidebars? I wondered if this was the potential solution to my problem.

Any advice that anyone could offer would be greatly appreciated.

Nikolaas49
tagDiv Member

Hi Simion,

Thanks a lot for your amazing help! Great work!
The excerpt-question is answered.

About the header background-image:
I went to Newspaper/includes/demos/craft_ideas/demo_styles.css
In line 175 I changed the code from
background-image: url(“images/header-bg.png”);
to
background-image: url(“http://reisdromen.com/wp-content/uploads/2018/03/Brush-stroke.png&#8221;);

Unfortunately, nothing happened. Did I do something wrong?

Thanks.

Nick

Ken0929
Participant
#0

Hi, I have 2 questions.

1. I’m using pagebuilder+overlay menu for page template. At first, the header menu wouldn’t be transparent so I use the code as below and it’s working now.

.page-template-page-pagebuilder-overlay .td-header-wrap .td-header-menu-wrap-full {
background-color: transparent;
}

but it’s not working on mobile. The header menu still won’t be transparent.

2. How can I adjust padding-top when I add row ID to use smooth scrolling? I’m using sticky menu(Header style3-multipurpose). So when I scrolling, headlines will be covered with menu bar.

anangpal
Participant
#0

website pencopy.com

The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources:

https://www.googletagmanager.com/gtag/js?id=UA-77563813-2
http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
https://www.google-analytics.com/analytics.js
https://pagead2.googlesyndication.com/pub-config/r20160913/ca-pub-2477206161595107.js
http://fonts.googleapis.com/css?family=Open+San … %2C400%2C400italic%2C500%2C500italic%2C700%2C900

I already add as you page speed guide code:

# 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

suggest me what i have to do for it.

Marcus_S
Participant
#0

I am currently testing a new hoster.

Now I get the following error message here

PHP message: PHP Fatal error: require_once(): Failed opening required ‘wp-admin/panel/panel_core/td_panel_data_source.php’ (include_path=’/xxx/wp-content/plugins/sabai/lib:.:/usr/share/php’) in /xxx/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php on line 25″ while reading response header from upstream, client: 159.89.110.33, server: xxx.myraidbox.de, request: “POST /wp-cron.php?doing_wp_cron=1521281104.1614649295806884765625 HTTP/1.1”, upstream: “fastcgi://unix:/xxx/wordpress.php-fpm.sock:”, host: “xxx.myraidbox.de”, referrer: “http://xxxx.myraidbox.de/wp-cron.php?doing_wp_cron=1521281104.1614649295806884765625&#8221;

With my current hoster, the directory in the wp-admin folder does not exist. Is this only created temporarily?

fantom
Participant
#0

I removed the pixels, but it didn’t revert back to the mobile/tablet format. Using newsmag 4.2 on wwww.watchfantom.com

pildat
Participant
#0

Hi,
My website is located at
https://pildat.com

I have used Newspaper Theme to implement it with lots of custom css and some modifications in header php file. Can you please check it out once and let me know if it is upto the specs or should I make some more improvements please?

Thanks

Viewing 25 results - 18,376 through 18,400 (of 29,850 total)