Search Results for 'header'

Results from the Forum
Nano
Participant
#0

So, I have setup Facebook comments plugin to comment using Facebook. But it’s default language is displaying t1_PH, when checked on Facebook. This is Tagalog – PHILIPPINES (PH) language. In my consciousness, I have never setup this language. I also checked the Language setting on Facebook, and it’s set to English.

Here is the related javascript that loads under my header:

<script id="facebook-jssdk" src="//connect.facebook.net/tl_PH/sdk.js#xfbml=1&version=v2.3"></script>

I have checked and tried disabling all other plugins but couldn’t find the origin of this JS. Does Newspaper theme load Facebook API JS on our site? If yes, how can I check if somehow the language has been changed there?

What might be causing this issue otherwise? Kindly try to help me with this.

Link to check : https:/// tomatoheart . com/webjockey/dhinchak-pooja-dilon-ka-shooter/
Thank you.

Cilene
Participant
#0

I’m using Header styles 10, but it doesn’t work. The red color on the Top menu doesn’t change. I want the white color. How can I change this?

http://www.artemotion.art/wp-content/uploads/2017/06/art.jpg

Thanks.

Cilene

josecarlos
Participant
#0

Hi, is there a way to place an image before the header ONLY on the Home Page?
I tried to add it on the header.php file, it works but it is displayed on all of the pages in the menu (only want it in the home page), maybe it´s the wrong way to do it.
Is there a way to do this?,
Is there a javascript or a custom code method to do it?
Would appreciate very much if you tell me any method that works.
Attached is an example of how it is shown.
Thanx a lot!

Simion C.
tagDiv Staff

Hi

That would require some customization to the header template that you are using
https://www.screencast.com/t/Isvkmq6Gvy3
A similar solution is provided in this topic
https://forum.tagdiv.com/topic/display-different-logo-on-specific-category/
You can try to create the required conditions by category for the logo, in the header template template as shown in that topic. It should work properly if you make them exactly as described.

Thanks

Thomas
Participant
#0

Hi there,
we are currently building a news driven website based on newsmag theme.
It should be available in 2 languages (English, German).
Contents differ between the 2 versions.
While the German site is basically a blog / news page, the English page is more of a corporate website but also with blog posts
How can we include English / German language switch in the header / navigation?
How can we setup 2 different language sites?
How can we build 2 different sets of categories, tags?

keyforweb
Participant
#0

Hi,
i’ve check error log file for my site http://www.keyforweb.it and i see too error like this:

[25-Jun-2017 12:15:02 UTC] PHP Fatal error: Call to undefined function media_sideload_image() in /home/keyforweb.it/htdocs/wp-content/themes/Newspaper/includes/wp_booster/td_video_support.php on line 197
[25-Jun-2017 14:22:03 Europe/Berlin] PHP Fatal error: Call to undefined function get_header() in /home/keyforweb.it/htdocs/wp-content/themes/Newspaper/index.php on line 6

Could someone help me to resolve?

Thx a lot
Orlando

pstgibson
Participant
#0

Dear Support,
I want the top and main menu on my header page to be sticky:
https://www.screencast.com/t/QdJTGW9anf
Currently, only the main menu is sticky.

Thanks.

Bogdan B.
tagDiv Staff

Hi,

This is the default implementation of header style 11.
The top ad is under the logo: https://www.screencast.com/t/IJcod8uoTA0
If you want it above the logo maybe, then you will have to edit this file and switch these 2 elements: https://www.screencast.com/t/PI2RiPrOKns

Thank you!

paulparsons1981
Participant
#0

Hi,

I am trying to edit my page with the TD composer which normally works fine, but I keep getting the below error at the top of the page in the header of the window:

Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!

simchris
tagDiv Member

Theme has nothing to do with this.

FB reads the “meta” data injected into your post headers using Yoast SEO plugin (not made by TagDiv) or any other plugin; and then ‘captures’ the info for post on FB, including image from your site.

a) check your post page source to ‘see’ what is actually there and adjust Yoast SEO settings; see the plugin support forum (not here) for help on learning to use Yoast SEO if new to you

b) check your post with FB debug tool also to ensure your meta data formatted properly

c) note that FB has been having image capture issues this week, unrelated to anything else — this happens from time to time when they are either overloaded or doing some kind of system reindex/change/update. Nothing you can do about it except possibly use the “refresh share attachment” option when you post manually to FB.

Good luck!

( I don’t work here; just long time smarty pants on this stuff. )

nomoretechno
Participant
#0

Hi,
every post I write, the title is automatically given the H1 tag. SEO audit software like semrush/screaming frog is showing this as an SEO warning as the title and H1 are duplicated. As an example, a post with the title ‘ExampleTitle’ has these two pieces of code.

<head>
<title>ExampleTitle</title>



<header class=”td-post-title”>
<h1 class=”entry-title”>ExampleTitle</h1>

This is, I’m told, not good for SEO but it seems to be hard coded where the title is immediately given a H1 tag. Is this a theme coding? How do I switch it off?

bariton
tagDiv Member

thx

can i just remove this instead of commenting ?

//used to pull fonts from google
$td_fonts_css_files = ‘://fonts.googleapis.com/css?family=’ . td_fonts::get_google_fonts_names($unique_google_fonts_ids) . td_fonts::get_google_fonts_subset_query();

/*
* add the google link for fonts used by user
* td_fonts_css_files: holds the link to fonts.googleapis.com built above
* this section will appear in the header of the source of the page
*/

polys_a
Participant
#0

Is it possible to have Style 11 and the top ad under the logo?

thanks

Simion C.
tagDiv Staff

Hi,

You could remove the shadow below the header main menu, with a code like this
https://www.screencast.com/t/2t8PExSTOsxF
Just enter the code in Theme panel->Custom Css

.td-header-gradient:before {
display: none;
}

Thanks

modocmag
Participant
#0

Hi there,

I’m trying to make the background colour of the posts same as the header and such however there is no option for it??

Simion C.
tagDiv Staff

Hi,

Thank you for your appreciation. If you mean to have a different website logo in the header for the category pages, there is no option for that. You can only set one logo, and that will be displayed throughout the website. The cateory pages cannot be edited, all the settings need to be made using the theme panel
https://forum.tagdiv.com/how-category-settings-work/
If that is not what you asked, please provide more details about what exactly you are trying to do.

Thanks

Simion C.
tagDiv Staff

Hi,

I see that you want to use different fonts for the text logo and tagline. These fonts will not apply if they are not loaded by the theme. If they were set through the theme panel for a section or item, they would appear for the header as well.
You could either use those fonts somewhere on the website, and then the code would apply. Like in this example
https://www.screencast.com/t/6rO2D4Xr8c
https://www.screencast.com/t/qvAziPRKDV
Or simply upload custom fonts in the theme panel, and use them wherever you like. Check the custom font section in this guide
https://forum.tagdiv.com/font-customization/
Simply upload the woff font by following the instructions and use it
https://www.screencast.com/t/rgZCPbRf
https://www.screencast.com/t/GwwSCF2y
Additionally you can create different codes depending on device for different results, using the Advanced Css section in the theme panel. You can set a general font with the code you have, but don’t use a general font size.
Instead create different codes for the size depending on device, like this for example
https://www.screencast.com/t/E1Cx33tv8

Thanks

Votac
tagDiv Member

Hi Catalin,

Do you mean the content of header menu on mobile theme has not been shown up due to Font settings? What is the solution specifically and technically for my web because the problem still remains.

Thanks!

LGA2017
Participant
#0

Dear Newspaper Support Team,

I need Header Style 10 for the design of my site, which I needed to adapt using the custome CSS code below for font and size. Unfortunately, the result is not responsive and the appearance of the title on tablets and mobile does not adjust. How is it possible to make it responsive so that it automatically adjusts?

Thanks in advance.

.td-header-style-10 .td-logo-text-container .td-logo-text {
font-size: 60px;
font-family: “Crete Round”;
}
.td-header-style-10 .td-logo-text-container .td-tagline-text {
font-size: 25px;
font-family: “Great Vibes”;
}

cumberlandview
tagDiv Member

I am getting the following error in both cases (manual or normally):

“XMLHttpRequest cannot load http://216.172.184.61/wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=8.0. No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘null’ is therefore not allowed access.”

From my rudimentary googling it looks like this is indeed because I am trying to update this website w/ localhost before moving the new URL … it looks like I can use CORS to fix this but also looks like it is beyond my capabilities to implement (and may not be possible since I’m using shared hosting).

I don’t suppose there is an easy fix?

ezkops
tagDiv Member

I don’t have that problem the tagdiv video player works prefect in a accordion,
the only problem i have is when i click on the full screen mode, the header shows
and doesnt display full screen properly.

This is when the accordion is open not in full screen
https://www.screencast.com/t/UFiHn8QI

this is in full screen mode, doesn’t show properly
https://www.screencast.com/t/lHl2JOlK

Thanks

Catalin
tagDiv Staff

Hello vasik,

I have inspected your website and I saw that for FireFOx browser the Header add disappears. Also, I have noticed that on your header wrap is applied an unknown class which has a rule with display: none, as you can see here -> https://www.screencast.com/t/Zs9JI0XNfJt7 You can try using the below code and place it in Theme panel->Custom CSS area, clear all the caches and check the results.

.td-header-ad-wrap{
display:block!important;
}

Also, if you are using some untested plugins (for emoji for example) please try to disable all of them, leave just only our tested plugins to be active, clear all the caches and check the results.

Thanks for the message!

Catalin
tagDiv Staff

Hello Noob,

If you want to achieve that border left between your menu items, you should use a bit of CSS code to do this. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-header-style-5 .sf-menu>li:first-child {
border-left: 1px solid #eee;
}

The above code is applied only for header style 5. So, if you will use another header style you should change the number and probably, you will need to do some adjustemnts. This is a quick solution.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello mrtran,

I have inspected your website and I saw that you are using some untested plugins which can interact with the logo section and cause some errors (auto optimize plugin). Now, your logo it seems to work as expected. Check our list of header style because there you will see more way of displaying your logo. -> https://forum.tagdiv.com/header-styles/

Thanks for your understanding!

bariton
Participant
#0

Hello All,

After doing some optimization my site https://anonymster.com is still slow to load.

Would you have comments suggestion about what i can implement to further reduce it ?

So far is enabled
GZIP
Caching
Header Expiry
Image compression
CND with Cloudflare

Thanks for your suggestion.

Viewing 25 results - 20,651 through 20,675 (of 29,850 total)