Search Results for 'header'

Results from the Forum
Calin
tagDiv Staff

Hi,

To change the amp header color and hide the social shares you need to go in wp-content/plugins/td-composer/mobile/amp/functions.php -> https://www.screencast.com/t/m0ufXi3tuW

?>
<style>
    .amp-mode-touch .td-post-sharing-top, .amp-mode-touch .td-post-sharing-bottom {
        display: none;
    }
    .amp-mode-touch .td-header-wrap {
        background-color: red;
    }
    body [class^="td-icon-"]:before, body [class*=" td-icon-"]:before {
        line-height: unset ;
    }
    .single .td-social-network, .single .td-social-handler i {
        padding-top: 13px;
    }
</style>

Fell free to change the colors!

Hope this will help you!
Thanks!

Stevew
Participant
#0

Hi Everyone,

I’m Steve and I love your Newspaper theme which I’ve just bought.

Apologies if this is a newbie question but I seem to be missing something and can’t find it in the doc or forum…

Q1. I can see how to create a page from a Cloud Library page but, I like the Single Post templates better for a PAGE I’m trying to create. If I import the template, duplicate then I get warnings about ‘not created with tagDiv’ and can’t see how to instantiate the template into a page. Can you help please?

Q2. I have the mobile theme and AMP running but when I look at https://ulanua.com on a mobile I see the pink FastNews header background and can’t find where to change it to the blues of the main site. I’ve cleared caches and it still doesn’t work so I may be missing a setting.

Docs, links or suggestions much appreciated.

Best regards,
Steve

Calin
tagDiv Staff

Hi,

Please replace the above custom css with this one
<style>
.td-main-page-wrap {
padding-top: 0;
margin-top: 48px;
}
.post, .post .td-post-header-holder, .td-post-template-4 .td-post-title ,.td-pb-row, .td-container-wrap {
background-color: #f7f7f7;
}</style>

If there is still a page/post that do not have the full background color set please provide me that link.

Hope this will help you!
Thanks.

Simion C.
tagDiv Staff

Hi,

You could use a cloud header template, this will allow you to select the menu you want to display on mobile – http://prntscr.com/nfn9ws

Here you can see the available cloud header templates, these can be imported and alos modified if needed
https://cloud.tagdiv.com/#/load/Headers
You can also build your own using the header builder elements
http://prntscr.com/nfnapk

So you can display a different mobile menu if you use a cloud header template, without resorting to code.

Thanks

Simion C.
tagDiv Staff

Hi,

I see what is happening. What you need to do is to edit that cloud header template in the composer. Then activate the sticky mode – http://prntscr.com/nfn7ty now you should see what the sticky menu displays and modify it as you want.

This way you can display totally different elements normal vs sticky. Let us know if you have more questions.

Thanks

Calin
tagDiv Staff

Hi,

If you want to have a logo in full size you need to use a different header like 9/10 or 11 these are the only headers that do not have the default size for logo and will take the size you set.
-> https://www.screencast.com/t/MTRpNNZAn
Or you can use the header manager and builder a header with a logo after your needs.

Thank you!

techguy
Participant
#0

Greetings!

I have been using the newspaper plugin for years with ZERO issue. BUT after latest update, tagdiv plugins deactivated and won’t activate back.

Also, front page now has tons of errors all asking for tagdiv to be activated. So front page looks horrible and non-functional.

wp_booster error:
td_api_base::mark_used_on_page : a component with the ID: 4 is not set.
/var/www/html/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
Display backtrace
wp_booster error:
td_api_base::get_key : a component with the ID: 4 Key: file is not set.
/var/www/html/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
Display backtrace
wp_booster error:
The path of the 4 header style not found. Did you disable a tagDiv plugin?
/var/www/html/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
Display backtrace
wp_booster error:
td_api_base::mark_used_on_page : a component with the ID: td_instagram is not set.
/var/www/html/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
Display backtrace
wp_booster error:
Missing parameter: ‘file’
/var/www/html/wp-content/themes/Newspaper/includes/wp_booster/td_autoload_classes.php
Display backtrace

Please help,

Thank you

khadley
tagDiv Member

Hi, I don’t think i’m being clear. I have a site wide logo, that i want on all pages. I want a different logo for the post category called Laval. In this thread, you have helped me do that using the cloud templates.

Here is how it is working now:
So on my main category page https://www.westislandblog.com/category/laval/ i have the logo i want, it’s not the site wide logo, it says laval not west. All good

I also want all the posts that have their main category setting set to laval, to have that same topper. That was my assumption, all Laval posts, will use the template i’ve set for the laval category. This is not happening. https://www.westislandblog.com/laval-mayor-declares-a-state-of-emergency/ So my question is, how can i set up a template/template header for all posts that belong to laval category.

also another issue is the mobile menu doesn’t work in the Laval Cagegory page. I realized that i have to set up the header for mobile, so i’ve done that, the logo shows up, but not the menu.

hope this is clearer

travel1000places
Participant
#0

Hi,

since the update to 9.7.1 I am having problems with the backend (http://domainname/wp-admin/ or any page from the backend… on SOME browsers:
Edge (solved after deactivating / activating TD composer plugin)
Opera
Chrome
Firefox: is ok

They throw following error:

Warning: Cannot modify header information – headers already sent by (output started at /path/20/d1111111/htdocs/aaaa/wp-content/themes/Newspaper/includes/wp_booster/td_util.php:1311) in /path/20/d1111111/htdocs/aaaa/wp-includes/pluggable.php on line 1251

Warning: Cannot modify header information – headers already sent by (output started at /path/20/d1111111/htdocs/aaaa/wp-content/themes/Newspaper/includes/wp_booster/td_util.php:1311) in /path/20/d1111111/htdocs/aaaa/wp-includes/pluggable.php on line 1254

A little weird is the fact that my other domain with NEWSPAPER installed does not have that issue.
I did clear browser caches, even installed e.g. OPERA freshly on another computer, and still get the error on all machines running OPERA or CHROME.
I reinstalled all THEME files and the Theme panel confirms I am running 9.7.1.
I deactivated the child theme but no difference.

Any help is appreciated.
Thanks,
Frank

bguthleben
tagDiv Member

This was solved by putting the right ad code into the header using a Header/Footer plugin.
Thanks for your help on this!

sfpublicdefender
Participant
#0

Hello! So by default, I know the header search bar searches the local wordpress. Now what if I want the header search bar to search a different website? For example, the website is http://a.com and there is a header search on it, but I want for when users type something into the search bar, it sends the request to http://b.com/searchstring?={whatever the user typed into the search bar} instead? Before the 9.7 update, I just used a child theme to replace the header: /parts/header/header-menu.php, but now with the new rules…apparently that doesn’t work anymore. I even tried making the changes in the Newspaper core files, but it wouldn’t take either. So I’m looking for a solution that wouldn’t break if there are Newspaper theme updates. Thanks!

stucat
tagDiv Member

As I wrote: “Although I copied the code to the header ad part on Newspaper Theme, (…) there is nothing seen on the header

We’re receiving an error when trying to access ‘Cloud Templates’:

Screenshots:
https://www.dropbox.com/s/37pftz933gwdqo4/Screenshot%202019-04-22%2013.37.23.png?dl=0
https://www.dropbox.com/s/208synqi0qf4aex/Screenshot%202019-04-22%2013.37.31.png?dl=0

Only thing in our error log is multiple occaisions of:

[22-Apr-2019 18:27:35 UTC] PHP Warning: getimagesize(http://mrrwebdev01.org/wp-content/uploads/2019/04/logo-blue-background.png): failed to open stream: no suitable wrapper could be found in /home/mrrogersvps/public_html/mrrwebdev01.org/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 639

Here is our php config:
https://www.dropbox.com/s/1tpj98gkq9xu0al/Screenshot%202019-04-22%2013.44.40.png?dl=0

Can you please assist?
Thanks.

alemdafronteira
tagDiv Member

in error_log:

[22-Apr-2019 16:15:05 UTC] PHP Fatal error: Uncaught Error: Class ‘td_instagram’ not found in /home3/alemdafronteira/public_html/wp-content/themes/Newspaper/footer.php:8
Stack trace:
#0 /home3/alemdafronteira/public_html/wp-includes/template.php(704): require_once()
#1 /home3/alemdafronteira/public_html/wp-includes/template.php(653): load_template(‘/home3/alemdafr…’, true)
#2 /home3/alemdafronteira/public_html/wp-includes/general-template.php(76): locate_template(Array, true)
#3 /home3/alemdafronteira/public_html/wp-content/themes/Newspaper/page.php(206): get_footer()
#4 /home3/alemdafronteira/public_html/wp-includes/template-loader.php(77): include(‘/home3/alemdafr…’)
#5 /home3/alemdafronteira/public_html/wp-blog-header.php(19): require_once(‘/home3/alemdafr…’)
#6 /home3/alemdafronteira/public_html/index.php(17): require(‘/home3/alemdafr…’)
#7 {main}
thrown in /home3/alemdafronteira/public_html/wp-content/themes/Newspaper/footer.php on line 8

masa
Participant
#0

how can i control sticky Row which i chose only?

i want sticky only orange row.

please check this video.
https://drive.google.com/open?id=1LZgm4hFEWPpZDNTGJWBv1i4ZI5irEktC

shubhamsharma7979
tagDiv Member

No Need to use any other ads plugin …
after login dashboard go to Newspaper>>theme panal>>ads>>Header ad>> ” paste your ad code in header ads

stucat
Participant
#0

My adsense account was verified 1-2 weeks ago. Although I copied the code to the header ad part on Newspaper Theme, only the ads in the posts are seen, but there is nothing seen on the header. I also use “Advanced Ads” plugin, trying there too, but it doesn’t help. No header ad. What might be the problem? Thanks

Hi.
I’ve tried all of the options in Header Manager and Appearance >> Menu. Still when we scroll down on any page, including the front page, a demo sticky menu appears. We can’t seem to find where it’s getting that from.

http://mrrwebdev01.org/ : https://www.dropbox.com/s/qfqqeqj98jz1yio/Screenshot%202019-04-22%2012.43.34.png?dl=0

Screenshots:’
https://www.dropbox.com/s/nfyylebtbqp97a2/Screenshot%202019-04-22%2009.32.05.png?dl=0
https://www.dropbox.com/s/qqnkpe59a6rntso/Screenshot%202019-04-22%2009.32.00.png?dl=0

Thanks.

iamgauravpal
Participant
#0

Getting this error while logging in wp after installing the latest version 9.7

error1

error2

Calin
tagDiv Staff

Hi,

Please set the header as global header in Theme panel -> https://www.screencast.com/t/2Tnb1GDpe05o in this way you’ll have the same header on each post/page/category that do not have set an individual header.

Thank you!

Abeidblogs
Participant
#0

Hello,
Please have a look at https://abeidblogs.com/ in mobile view.
The problem is that the form at the top of the page is surrounded by white margins which I do not want. Can you guide me on how to remove it?
Also please check the “Workout Tips” header at the bottom of the page. The problem is the same.
(Problem occurs in mobile view only)
Thanks.

Kaino
Participant
#0

Even though I selected full size at the logo selection it scales to 90px.

So is there an easy way to set it to 120px or do I need to change CSS to?

.td-header-style-3 .td-header-sp-logo img {
    max-height: 120px;
}
Catalin
tagDiv Staff

Hi,

Unfortunately, the empty page template has been removed but you can remove the header per page, using the header manager. An option will be added for the footer. If you require it, you can download it from here – http://cdn.tagdiv.com/wp-content/uploads/2019/02/page-empty.zip

Place it in the main theme folder, upload it by FTP for example
http://prntscr.com/mo17zp

Then select it for the pages you want. The footer will be removed and the header can be disabled
http://prntscr.com/mo17bw

Thank you!

Viewing 25 results - 14,676 through 14,700 (of 29,850 total)