Search Results for 'header'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

Maybe by creating and using a gif with the images you want to show, then use that gif in the header ad spot
https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
That could work, you could give it a try. There may be other solutions like using javascript yo try and switch the images after a period of time, those would be harder to do however.

Thanks

max3903
Participant
#0

Hello,

I am running WordPress 4.1 for multiple sites. I installed the Newspaper theme and its included plugins:
tagDiv Cloud Library
tagDiv Composer
tagDiv Mobile Theme
tagDiv Newsletter
tagDiv Social Counter
tagDiv Speed Booster

When I activate tagDiv AMP, I get this error message:

PHP Fatal error: Call to undefined function wp_parse_url() in /usr/share/wordpress/wp-content/plugins/td-amp/includes/amp-helper-functions.php on line 35

So I removed it.

Then I tried to activate the theme, I get:

PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /usr/share/wordpress/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 1385

My memory limit is at 256MB so I tried commenting those lines in td_util.php:

foreach ( td_fonts::$font_names_google_list as $font_id => $font_name ) {
$list[$font_id] = $font_name;
}
if ( $flip ) {
$list = array_flip( $list );
}

I am able to get to the “You are previewing Newspaper” sidebar with a blank page and the following message in the logs:

PHP Warning: Illegal offset type in /usr/share/wordpress/wp-includes/widgets.php on line 560
[…37 times…]
PHP Warning: Cannot modify header information – headers already sent by (output started at /usr/share/wordpress/wp-content/themes/Newspaper/includes/wp_booster/td_util.php:974) in /usr/share/wordpress/wp-includes/option.php on line 748
PHP Warning: Cannot modify header information – headers already sent by (output started at /usr/share/wordpress/wp-content/themes/Newspaper/includes/wp_booster/td_util.php:974) in /usr/share/wordpress/wp-includes/option.php on line 749
PHP Fatal error: Call to undefined function wp_scripts() in /usr/share/wordpress/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php on line 528

I am wondering if I got the right version of Newspaper for WP 4.1. What am I missing?

Thanks!

Maxime

Xplodsports
Participant
#0

I have entered the code in the header ad space and saved it but the ad is not showing in the ad space. I tried another ad slot on the right of the theme and it did not serve the ad either. How do I get the ads to serve on the theme?

igale2
Participant
#0

I using default theme demo for my web site. With new update of Newspaper theme i found new demo which I wanna put on homepage… it’s Fast news.
I create new page and working on new look, but for now still on homepage using default theme.
The question is, what will be with my homepage (which is using Newspaper default theme) if I install new demo page (Fast news)
I create page with template with TD Composer, but still don’t have a header which is using on Demo page:
https://demo.tagdiv.com/newspaper_fast/

Meriou
tagDiv Member

Also is there a way to make the header image display on the mobile theme?

bobbymc
tagDiv Member

Header builder! Yes! Looking forward to that! 🙂

mparlevliet
tagDiv Member

Had the same problem. The header.php gets overwritten in the Newspaper folder, so you may have to redo the header code for your ad in there.

Xplodsports
Participant
#0

I am getting this error:

Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.

I have loaded the theme to wp themes but it keeps telling me it’s not there. I checked the file manager on my server and it is in the themes. Do you have a step by step guide?

I figured it out.

127-Aktuellt
Participant
#0

It says this:
Installing Plugin: tagDiv Cloud Library
The addition lacks a correct ‘header’.

Downloading installation packages from https://127-actuellt.com/wp-content/themes/Newspaper/includes/plugins/td-cloud-library.zip?uid=5c0ab2dd8d6c8…

Download failed. cURL error 6: Could not resolve host: 127-actual.com

Return to tagDiv plugins panel

Rudy Rodriguez
Participant
#0

Hello, we have updated the theme recently, but we have an ad that we have not introduced, how can we remove it, thanks!

Note: We have already tried to eliminate it with the editors, but it is not possible.

benkeu2005
Participant
#0

How to make the heading to change in form of the slide show?
I want to change my image in header Ad after few second

Calin
tagDiv Staff

Hi,

Unfortunately that depends on what plugins you are using, some plugins need to load in header others can be load in footer, unfortunately I can not say what JS to move in footer, but you can use some plugins for that.

For general theme requirements this would be the guide for a proper functionality
https://forum.tagdiv.com/requirements-for-newspaper/

There are many optimization guides provided by our users here in the forum, some made by us, you could check some of them
https://forum.tagdiv.com/cache-plugin-install-and-configure/
https://forum.tagdiv.com/how-to-make-the-site-faster/
https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
https://forum.tagdiv.com/cloudflare-cdn/

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

Most demos contain custom design, in this case the fitness demo ads a predefined color to the header menu among others
https://forum.tagdiv.com/topic/links-color-over/

You could remove that demo customization from the demo stylesheet as mentioned in the topic.
Or use some CSS in the theme panel to override it – https://pastebin.com/cJijjEqA
The color will be the one you use in the code – https://www.screencast.com/t/mZlzfE7FZT
Also please check these topics
https://forum.tagdiv.com/topic/hover-color-wont-change/
https://forum.tagdiv.com/topic/links-color-over/

Thanks

Simion C.
tagDiv Staff

Hi,

The functionality of the menu would be simple, the main menu item is hovered and the sub-menu is set from display none to display block. There are no transition or anything that would slow this down from what I can see.

There is some delay in your case from what I can see, for some reason. I could give you a code you could try and see how it goes
https://www.screencast.com/t/vkakUXnggty

.tdm-header-style-1 .menu-item-has-children:hover .sub-menu {
display: block!important;
}

Thanks

ML
tagDiv Member

Same problem here the all website is broken since automatic theme update :

wp_booster error:
td_api_base::mark_used_on_page : a component with the ID: tdm_header_style_3 is not set.
wp_booster error:
The path of the tdm_header_style_3 header style not found. Did you disable a tagDiv plugin?

Calin
tagDiv Staff

Hi,

Please replease the aboce custom css with this one.
@media (max-width: 767px){
#td-top-mobile-toggle {
position: absolute;
top: 0;
right: 0;
z-index: 999;
}
.header-search-wrap {
display: inline-table;
left: 0;
}
}

Thanks.

Simion C.
tagDiv Staff

Hi,

Seems I did not notice that issue, sorry. I was looking to the drop down section (sub-menu) not the arrow indicator icon.

I checked some theme demos with drop-down menus on Edge and IE, the arrow it displayed alright there.

You could try a code like this to fix the issue – https://www.screencast.com/t/p8D5yQHY

.td-header-style-10 .sf-menu .td-icon-menu-down {
right:10px;
}

It should position the arrow to the right. Let me know if it works properly.

Thanks

kytmagic
Participant
#0

Has tagdiv ever thought of coding something like this…

http://store.channelfireball.com/landing

Where you can see an image for the article but also the avatar?

devy
tagDiv Member

Thanks @fikrizaky2711

I am using a Child theme. Would I need to create a new header.php file in my child theme?

yasu_99
Participant
#0

Hi

I am using header style 10, the sub main-menu displays properly on the google chrome but but on microsoft edge drop down area displays in the middle of the text, please help!

Second, after enabling simple ssl plugin, the custom fonts take time display or doesnt display at all, have to refresh page again and again, any fix?
Regards,
Yassar

Calin
tagDiv Staff

Hi,

You can use the option from Newspaper>theme panel>Theme color> Header
https://www.screencast.com/t/xgXjhgaP99oo
https://www.screencast.com/t/5bthU2LlGr

Thank you.

Calin
tagDiv Staff

Hi,

If I understand correctly you want to achieve this https://www.screencast.com/t/dIpe5itHR
Please paste the css in Newspaper>Theme panel>Custom code>Custom css
@media (max-width: 767px){
#td-top-mobile-toggle {
position: absolute;
top: 0;
right: 0;
z-index: 999;
}
.header-search-wrap {
left: 0;
}
}

This will work only if you do not have mobile theme activate.
If you are using the mobile theme please add this custom code in Newspaper>theme panel>Mobile theme > Custom code
#td-top-mobile-toggle {
position: absolute;
top: 0;
right: 0;
}
.td-search-icon{
left: 0;
}

https://www.screencast.com/t/43KvG19wb

Thank you.

imkimc
Participant
#0

My problem is that I would like all of my links to be bold, and change color when I hover. The theme is pushing me into making the link and hover the same color by assigning the Theme Accent color to both classes. Actually it looks like they are broken up into dozens of classes by the look of the CSS code on generated pages.

Is there a simple way to force all links to at least use a bold typeface?
Is there a way to color header links so that they show color with CSS.

Yes, I know that TDComposer has more options in blocks for specific modification overrides to the default CSS classes, but I have an enormous amount of content not in TDComposer and users spread all over the USA who are familiar with the WP editor and changing to the TDComposer for everything poses a lot of challenges.

Fikri Zaky
tagDiv Member

Hello @Dev_wp

For Accessibility issues with mobile theme in Lighthouse, go to mobile/parts/header-menu.php

Add button or anything else before /i>/a>

Screenshot:

https://drive.google.com/file/d/1FjCz9Z5IeOiPaIVVV2Q_nfimELltiDj2/view

Viewing 25 results - 16,326 through 16,350 (of 29,850 total)