Search Results for 'header'

Results from the Forum
prashanth
Participant
#0

Hi,

I have the “Image elements do not have explicit width and height” issue associated with my logos as below.

Site: https://infoinspired.com/

Header logo 272 x 90px
Header Style: Style 3 – Multipurpose

Footer logo 140 x 48px
Footer Style: Style 3 (logo within Footer Info Content)

Removed the logo and reinserted it. Still have the same issue.

How to solve it?

Best,

Noeveth
Participant
#0

When I click the login/signup button in the header I do not have the option to create an account. I enabled user sign up in WordPress and that still didn’t work.

crodexter
Participant
#0

Hello,

Where I can edit site title “NEWSPAPER Discover the art of publishing”?

Thank you

Noeveth
Participant
#0

I’m trying to edit the mobile layout of my website but for some reason I can not edit the logo in the header. Right now it looks like this: Header Mobile

I want to have my own logo image be shown in the black bar and completely remove the top white section.

Dominik Jagiello
Participant
#0

Hi.

I have problem with Newspaper theme, and a specially with tagDiv pulgin (requested for this theme).

Once it is turned on, the content is loaded several times, which slowes my serwis very much.

I’m sure it is because of plugin tagDev, because when it is turned off – pages load very quick (less 2 seconds).

With tagDev turned on – very slow (more then 6 second).

Please tell me what is the problem and how to solve it ?

I build simple plugin, using one important function “add_shortcode( ”, … );”, and can’t go futher, due to this several loading problem.

(web wide suggested workaround with “remove_filter(‘the_content'” or checking “in_the_loop()” don’t work)

Please help.

I’m sure, you know the solution, because I’m sure I’m the only one who has problem like mine.

This image shows that the code of my plugin is called 3 times – de facto the whole content is treated 3 times – it is not acceptable.

console log from browser

Below there is all the code I use :).

function interwencja_shortcode_interwencja( $attr ) {
global $post;
$value = get_post_meta( $post->ID, 'interwencja_field_data', true );
console.log('display_post_meta_data: $value: ['.print_r([$value,$attr],true).']');
if(isset($value))
return $value;
else
return 'BRAK DANYCH';
}
add_shortcode( 'interwencja', 'interwencja_shortcode_interwencja' );

function interwencja_footer(){
console.log('interwencja_footer: '.time());
}
add_action( 'wp_footer', 'interwencja_footer' );

function interwencja_header(){
console.log('interwencja_header: '.time());
}
add_action('wp_head', 'interwencja_header',0);

vikris
tagDiv Member

Was (unfortunately) able to recreate the problem.

This happens after Mobile Theme plugin is disabled and removed. The additional challenge is that even after re-enabling the mobile theme the issue stays. It is not possible to save the content part of the page. Only Header and Footer parts are saved.

Really need assistance on this…

Anamaria
tagDiv Staff

Hello,

Can you provide a screenshot with the header? If you have a header template, edit with tagDiv Composer, select the header and you can change it => https://www.youtube.com/watch?v=HXQQygkCCJo

Thank you!

itgrcapitallink
tagDiv Member

I use the https://ibb.co/S7Qwx2v – Custom Header – template 13 but don’t display the title and the breadcrumb: https://ibb.co/0JnTJDT

If I ll use the Main Headerhttps://ibb.co/ByP8jdP display the title and the breadbcrumb https://ibb.co/h2RHtKz

I hope to be clear now. Isn’t it?

Thank you.

vikris
Participant
#0

Hi,

when editing a page in tagDiv composer only the Header and Footer are being saved (Footer successfully saved | Header successfully saved). So all the changes I am doing on the main part (for example on the Front page) are not saved. I have disabled and even removed all plugins. Done a complete reset of a site and still have this issue. Also tested this on 10.3.9.1 and the latest release.

The only error I am seeing (and which I am not sure what is) is the following:

POST https://xxxx.xx/index.php?rest_route=/td-composer/save_post&uuid=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 403

I am using Gadget Pro prebuilt site.

Hope you can help

Krimiwa
tagDiv Member

Hi Bettina,
thanks for the answer.
Unfortunately that did not help me.

As I tried to describe:
– I am using Cloud/PRO templates
– I edit them right after downloading
– I hit the save button, close the template
– I want to edit them again, but there´s no way to open them in Tagdiv composer 8teh button does not show)
– the problem occurs only with footers. I can re-edit headers and any other template type.

I would like to use three different footers, each of them on up to 5-10 pages.
To edit each footer individually on page can not be the solution.

Thanks

dansmith
Participant
#0

I cant get the logo to show in desktop header.
However it is showing in desktop sticky, tablet and mobile headers.

Any ideas?

Thanks,
Dan

Anamaria
tagDiv Staff

Hello,

You need to do the same for the header => https://www.screencast.com/t/blqD9mqiVC0
I’m sorry, I don’t understand exactly what you mean by “Why is it greyed out when i want to choose it from the menu?”, can you provide some more details?

Thank you!

Pixel Cities
Participant
#0

Hi Guys,

I trust you are all keeping well.

I have an issue with stacking of my banner ad’s when page loads. This occurs for a split second and then ok and the banner location starts to rotate as it should. Both on desktop and Mobile devices accross multiple browsers Ive tested. There is only 2 ads in the group location at present, the worry is when I add some more!

This stacking of ads doesn’t occur in the header location though! Only on the sidebar and in-post locations?

Could this be a pixel dimension size of the banner ads Ive created? .. is there a specific size guide to design to for desktop and mobile?.. for instance the size Ive created the sidebar ads are 600 x 500 pixels.

I am using AdRotate plugin which you mention in your site documentation. Their support has not been helpful in solving this issue I’m afraid.

Please see this example of a page. Thank you.

https://www.ircatoday.com/broadditch-farm-shop/

Kind Regards

Mark

Vlad S
tagDiv Staff

Hello !

You can add it to your header using elements from tagDiv Composer, I would recommend using column text element, simply drag and drop it into the zone you want it and complete it with your text: https://www.screencast.com/t/8JLnWHddA09

Thank you !

Breinblik
tagDiv Member

Thanks for the help! I’m having the same issue with the header. Why is it greyed out when i want to choose it from the menu?
screenshot

Akhar
Participant
#0

Hi Team,
Whenever am doing some changes on the admin panel side it’s not reflecting on the domain.
and also theme setting header option is not showing. lots of bug in the theme.
https://akhar.in/

Anamaria
tagDiv Staff

Hello,

I saw you have the mobile theme plugin activate, so you need to add the logo in Theme Panel -> Mobile theme -> Header => https://www.screencast.com/t/JRfLgTHiiD

Hope this helps you!

Thank you!

Anamaria
tagDiv Staff

Hello,

What demo did you install? A Pro Prebuilt Website or a Standard Prebuilt Website?
If you have a pro prebuilt website then you need to use the tagDiv Composer https://www.youtube.com/watch?v=HXQQygkCCJo -> https://forum.tagdiv.com/header-manager/
If you have a standard prebuilt website then please make sure you have the tagDiv Standard Pack plugin installed and activated.
Also, you can find more tutorials on our channel on youtube =>https://www.youtube.com/user/tagdiv which can help you to design

Thank you!

jnmcabee
Participant
#0

Installed a demo and now I can’t see or change Header Styles or Post Templates. What do I do to re-activate these?

paulthorson
Participant
#0

https://www.philthymag.com/

Its been awhile since ive updated, and wanted to pull google ads from the header area… I do not have any header ads or custom ad spaces configured…. at a loss to why google ads are still showing in header.

FiscoEquo
Participant
#0

Hi, a few days ago suddenly the logo in the header (using Style 10) became “microscopic”. Obviously in the theme panel the size of the files were (and are) correct, both normal and retina. We also tried to delete the files and reload the previous (correct) ones.

Please see the header at https://fiscoequo.it

Strangely, the dimensions appear smaller only if you select a header with a central logo, that is Style 9, 10 and 11 … the other styles appear correct. But we absolutely need to use Style 10 correctly.

(The theme version is 10.3)

Thank you!

rafpigna
tagDiv Member

I understand, but Learnpress is the world first or second most used learning management system on wordpress, not a plugin that no one uses, it would be great to support it. I would be happy to keep newspaper theme with my site but since that issue makes impossible for my vistors to use what they pay for, I will have to not use newspaper anymore but use another theme that will support it.
Thanks anyway.

p.s.
about the header, really you dont have any css way to not show the header in a page via a custom css? It’s hard to believe, seems crazy to me. But also in this case, thanks anyway.

I always tought Newspaper was the #1 wordpress theme for it’s quality, developing and support but seems I was completely wrong, and I’m really sorry for that.

  • This reply was modified 5 years by rafpigna.
Bettina
tagDiv Staff

Hello!

Please provide me the url of the page where the header is not displaying well.

Thank you!

Bettina
tagDiv Staff

Hello!

Unfortunately, as our support policy mentions: https://forum.tagdiv.com/newspaper-theme-support/ We cannot provide support for un-tested plugins.

You can hide a header only if you will use a cloud/PRO template.

Thank you for your understanding!

Viewing 25 results - 7,476 through 7,500 (of 29,850 total)