Search Results for 'header'

Results from the Forum
Seashore
Participant
#0

I’d like to change the colour of the title/header of the excerpts that I use in Block 16, but I’ve searced everywhere, but can’t find anything where I can do so. Where should I look?

Kind regards,

Martin.

mlindia
tagDiv Member

I’ve tried to update via Theme’s Plugin page as well. But it is saying:

The plugin does not have a valid header.

Screencast: https://cl.ly/2l3g1f0H2q1A

etoptas
Participant
#0

This Error why? please help thank you.

Fatal error: Call to undefined function get_header() in /home/ersytcom/lemnosemlak/emlak-dergisi/wp-content/themes/Newspaper/index.php on line 6

My web site : https://www.lemnosemlak.net and Blog web site : https://www.lemnosemlak.net/emlak-dergisi/

Simion C.
tagDiv Staff

Hi,

That code should change the text color of the menu item, try it like this
https://www.screencast.com/t/fLaKONdp

.td-header-wrap .current-menu-item a,
.td-header-wrap .td-header-menu-wrap .sf-menu > li > a:hover {
color: #FFDA3E!important;
}

If that doesn’t work, I could take a look. Please provide a link to your website for a more accurate solution.

Thanks

jcdesarrollo
Participant
#0

Good Morning,

Social network icons with their link in the header and footer. Can you put different links according to the language? We are using WPML but from what I see that is common for the whole web.

A greeting!

Simion C.
tagDiv Staff

Seems to work on my end, the ad image is not loading for me when viewing your website
https://www.screencast.com/t/H26cMXTDUxv
So I can’t inspect the actual ad, or how it looks loaded. The error suggest that the image is forbidden
https://www.screencast.com/t/qOsmYppVQEFM
For me the code removes the top margin of the header ad, I tested it again.

Catalin
tagDiv Staff

Hello aresglez,

Try to use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-header-main-menu{
text-align:center;
}

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

Thanks.

Prajwal Desai
tagDiv Member

Hi catalin, i am using auto ads throughout my site and i don’t think i am using double click ads. On header, sidebar,top,mid,bottom of the post are the ad codes placed.

I did some research and found that on the posts where i used “smart lists” the ads don’t appear in top, mid and bottom of post. If i don’t use smart list, the ads appear fine.

Example :-

Post with smartlist – https://prajwaldesai.com/sccm-technical-preview-1807-installation-and-features/

Post without smartlist – https://prajwaldesai.com/deploy-pulse-secure-desktop-client-using-sccm/

trebol30
Participant
#0

Hello

For weeks now, this message has been left to me as an internal message of WP as administrator.

When I see a page designed with Composer I see this message on the top

wp_booster error:
td_api_base :: mark_used_on_page: a component with the ID: vc_column_text is not set.
/homepages/25/d541463995/htdocs/clickandbuilds/TrbolApuestas/wp-content/themes/Newspaper/includes/wp_booster/td_api.php

Now it has become worse and when I make a revision or change it generates this error

Warning: Can not modify header information – headers already sent by (output started at /homepages/25/d541463995/htdocs/clickandbuilds/TrbolApuestas/wp-content/themes/Newspaper/includes/wp_booster/td_util.php:962) in / homepages / 25 / d541463995 / htdocs / clickandbuilds / TrbolApuestas / wp-admin / post.php on line 198

Warning: Can not modify header information – headers already sent by (output started at /homepages/25/d541463995/htdocs/clickandbuilds/TrbolApuestas/wp-content/themes/Newspaper/includes/wp_booster/td_util.php:962) in / homepages / 25 / d541463995 / htdocs / clickandbuilds / TrbolApuestas / wp-includes / pluggable.php on line 1219

Which, is making my life impossible. The WP Booster add-on has been deleted for some time and I do not know why this error is still there. I do not know what to do and I can not work like that. I need a solution, please.

Simion C.
tagDiv Staff

Hi,

I believe the issue was fixed in update 9 if I am not mistaken. The demo was modified and there is no need for any code. Remove the code I provided to you and the header should be the same for all pages of the website when you use an image logo.

Please try it and let me know.

Thanks

Simion C.
tagDiv Staff

Hi,

There is also a 404 on an image that is not found
https://www.screencast.com/t/bTgFq0mxF
That could slow down the website quite significantly. Seems to be an image set as background, check in the theme panel in the background sections
https://www.screencast.com/t/X1m0ID6MW7WY
Also check in the Header background and footer background. If you used a code to set a background somewhere, check that as well (custom code, child theme).

Simion C.
tagDiv Staff

The latest articles title is different, that happens because of the gadgets demo design. When installing a demo there will be a custom design imported.
That demo uses block header template 5 with some modifications. Also it uses a bigger font-size and line-height for the titles.

What happened is that in the demo stylesheet there is some customization that will apply to a few blocks, for the block title
https://www.screencast.com/t/NHZRwuYCkz
If you remove the code it will not load anymore and the block titles will be as default.

Or edit the page with the composer and set the block title font properties manually, like this
https://www.screencast.com/t/z5YVIIkR
The result should be like this – https://www.screencast.com/t/fuLyuz1a

The length can be changed, simply click in the field and enter your desired value.

Bogdan B.
tagDiv Staff

Please provide a link to your site so we can inspect it. The header ad should appear across the whole site, not just specific templates.

Thanks

Simion C.
tagDiv Staff

On mobile it should look like this – https://www.screencast.com/t/sarTinxoX6
If you want no margin top for all devices this would be the code in addition to the previous one
https://www.screencast.com/t/acOKLUFZi5Z

@media (max-width: 1018px) and (min-width: 768px) {
.td-header-style-5 .td-header-sp-recs {
margin: 0 auto 0 auto !important;
}}
@media (max-width: 767px) {
.td-header-sp-recs img {
margin: 0 auto;
}}

Simion C.
tagDiv Staff

That is unusual indeed. Regarding the homepage post, that will be possible. The gradient was designed to place a darker tint over the image, this would be useful when the image used is lighter in color to make the post title and other meta more visible.

In the current case removing the gradient will have this result
http://prntscr.com/kkqk9p
This is the code for that

.home .td-image-gradient-style8:after {
display: none;
}
.home .td-post-template-8 .td-post-header {
background-color: transparent;
}

Using only the first part of the code would have this result
http://prntscr.com/kkqksa
For this result you only have to enter this one

.home .td-post-template-8 .td-post-header {
background-color: transparent;
}

maximelb
Participant
#0

Hello,

I do not manage to add this widget on the HP of my website :

<div id=”DMP_4″ data-pym-src=”//dailymetalprice.com/prices.php?c=pt,pd,rh”></div>
<script type=”text/javascript” src=”//dailymetalprice.com/js/pym.min.js”></script>

It works well on the header ad but not in the custom ad 1 area.

Screnshot : https://ibb.co/bzwsCe

Any help would be greatly appreciated 🙂

Regards.

Simion C.
tagDiv Staff

Hi,

– Those issues could be caused by insufficient resources, the theme has some requirements. If there aren’t sufficient resources for example, there could be problems
https://forum.tagdiv.com/requirements-for-newspaper/
It is very important that everything is set as mentioned in the guide, WP memory can be set higher if possible. Usually the hoisting provider can take care of the modifications where needed.

– The Revolution slider is a demanding plugin, the cause for it not appearing could be related. Once it is placed in a page and the page is saved and viewed, the slider should appear (it will not load in the page edit screen)
https://www.screencast.com/t/nTR3UXYRoZU

– Some footer templates come with predefined content, some are empty. Choose the one you want to use in the theme panel
https://forum.tagdiv.com/footer-templates/
You can also use the Cloud footer templates – http://prntscr.com/kkpat9
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

– The header will be the same in the whole website, not by page. It will be displayed as you configure it. The unique things about each page is it’s content and the page template
https://www.screencast.com/t/XplVPginyw

– For previewing posts on difference view ports there would be no tool at the moment. Pages can be previewed in the composer, but posts don’t have such an option.
https://www.screencast.com/t/ZfnN0BN5WvU

– AMP posts will be served by Google only, they are accessible through Google search. If the user does not visit the website from there, the mobile theme variant will be displayed if active. So they can be both active at the same time mobile theme and AMP.

Let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

With the cloud library you can design post templates, breadcrumbs are part of the post template in that case.
The row in which you place the breadcrumbs can be stretched if needed
https://www.screencast.com/t/c3RtTGpp
Also the breadcrumb text length limit can be customized
https://www.screencast.com/t/B8y7j6mt68FU

Other than this, the breadcrumbs would have no setting to stretch them like the header for example.

Catalin
tagDiv Staff

Hello Prajwal Desai,

Do you use DoubleClick Ad? Please notice that Ad System has not been tested with the theme and causes problems and that’s why we do not recommend using it, sorry! Please check our documentation regarding on Ads from here -> https://forum.tagdiv.com/header-ads-adsense/

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

So only the header is displayed and nothing else? You could try the solution form this file as a first step
https://forum.tagdiv.com/topic/gray-page-tagdiv/
Enter that code in the htaccess file and check if the issue is solved. Let us know.

rocketman
tagDiv Member

Simion,

Hope you are well, looks like the CSS code that you provided me with below, for fixing the home page header size for the logo, no longer works:

.home .td-header-style-10 .td-logo-wrap-full .td-logo {
line-height: 200px;
}

Will this be fixed in the next update?

Alternatively, if I wanted to rebuild the theme look from scratch with how the current theme import looks, is there a wiki on how I can do that so I don’t have to apply any CSS to change a native logo alignment in the header?

Thanks!

aresglez
tagDiv Member

These is approx what I need:
http://new.alaya.es/wp-content/uploads/2018/08/Captura-de-pantalla-2018-08-19-a-las-23.43.20.png
How can I do it? Which is the better header style?

Thank you,

aresglez
Participant
#0

Hello,
There is any possibility to have the logo inside the top bar?
Like these: http://new.alaya.es/wp-content/uploads/2018/08/Captura-de-pantalla-2018-08-19-a-las-23.30.01.png
The point is, I don’t need the ads space and I prefer to have less height in the header.

Thank you,

Ares

johnysh
Participant
#0

I want to change hover menu text color and “active” menu text color which use following css.
But it only change hover menu text color, when I click the menu item to a page, the active menu item keep the color which the same with theme accent color.
Do I use the wrong css?

.td-header-wrap .current-menu-item a,
.td-header-wrap .td-header-menu-wrap .sf-menu > li > a:hover {
color: #FFDA3E;
}

Viewing 25 results - 17,101 through 17,125 (of 29,850 total)