- TutorialsDefault Block Settings Guide
Hi,
The problem with the footer, I think that you have set the global one, pleas access the header manager -> import a footer template and make it as you like -> https://i.imgur.com/aqrOguG.png ->https://i.imgur.com/fOSAtOc.png normal this is the new option for mobile pages added in Newspaper v10.3.7 -> https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/ if you want try only responsive version, set no mobile page -> https://i.imgur.com/F0Bu7Pk.png and it will be display the one from desktop.
Thank you!
Hello !
Please try this css code: header .td-post-author-name {
display:none;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
hello sir
i am working on a header section and some change megha menu section.and after this setting change
Header and menu section is not shown. edit with td composer page is they are only load.
This error show.
Failed to execute ‘atob’ on ‘Window’: The string to be decoded is not correctly encoded.
Hi,
I think that I understand, you have two footers, but these are for mobile version -> https://i.imgur.com/lgaGsMT.png not desktop version, please get a footer template from here -> https://i.imgur.com/hkFKBxT.png then you should be able to set it in theme panel -> https://i.imgur.com/H01FDU2.png or using the header manager -> https://imgbb.com/W2T2Scc
Please try like this and let me know the results!
Thank you!
Hi Calin, What is the default width of headers (and pages) in Newsmag? I can’t find any reference in the online documentation.
I have been using images of 1100 x 175 px, but that size seems to be too wide for the theme. I had been using abstract images for this, but now I want to use a sports image and I can’t seem to size it correctly.
Or, what do I say in LiveCSS, to make sure that my images fit to width?
Thank you
-
This reply was modified 5 years by
steve@tvstrategies.com.
-
This reply was modified 5 years by
steve@tvstrategies.com.
Amazon Ad banner is not showing up on my header section. I pasted the code in theme panel under header. Am I missing something else?
Hello,
I created a mobile version for my startpage with it’s own header and footer. Worked great.
I now wanted to edit the template for the mobile version, but no matter how I try to do this, the editor is not shown. I only see a nearly blank page and the loading animation. https://imgur.com/a/LU3KO7A
How to display more menu items on my Header Menu?
I currently display 4 items plus More. I would like to display 5 items plus the More item.
I’ve updated the them and now I see a “Mobile Page” “No Mobile Page” header in the top bar, but I set up the mobile settings in the tagdiv editor?
Hi,
For footer you need to use the manager and import a mobile blank header -> https://i.imgur.com/bs497z6.png then you should be able to set the content you want using tagDiv Composer.
-> https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
Let me know the results!
Thank you!
Hello sir,
There are menus in the header, they are showing very slowly, when the page is refreshed, its settings are not being found.
http://139.59.70.155/
Please I want to replace the normal WordPress search with a google custom search.
I have created my custom search with google, then I copied the code to “searchform.php”
Everything seems to work fine with the search widget on the sidebar.
But the search icon(which looks like a hand lens) on the header isn’t replaced with the custom search, it’s still showing the normal WordPress search and not the google custom search.
I needed it to be like that of WPBiginner where if you click on that search icon on the header and search, it will display google custom search results, not the regular WordPress search.
Please note: I am using the “Fitness PRO demo”
Hello !
That is because you are using a Cloud library header template as you can see here: https://forum.tagdiv.com/header-manager/
All the PRO demos and the cloud library templates are fully editable using tagDiv Composer.
Thank you !
Corrected version
Hello
I have a big problem with “foot templates”.
I cannot edit existing or newly created footer templates.
For example, if I have created completely new footer templates after created come back to “pages area”.
As usually back to always the Templates area. But this error(!) only happens with footer templates. With other templates(For example: Pages, Header, Single… etc) I can edit.
Note: All footer templates do not show “Edit with TagDiv Composer” which only shows “Edit”
Yes, I do mean the desktop header.
I cannot post URLs (or images) here because this is a public forum.
Thank you Vlad,
of course I took care of clearing the cache. I’m experiencing problem with MacBook Air and a 13″ Windows laptop. Menus on header and footer show different fonts.
URL: http://www.thezeppelin.org
Thank you
Hello !
You mean the desktop header ? Also please provide a link to your website.
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hello the header style option is missing in theme panel. How do I fix this
Any help ? here is a link http://93x.00d.myftpupload.com/
Dear friends,
I can’t understand why even if i correctly set up my header fonts via TagDiv composer, the website keep showing them differently on several different devices. Could you please help?
Thank you
Paolo
I have copied all content from my start page into mobile. But now Header and Footer for Mobile Pages are lost.
What now?
Hello !
Please follow our guide in order to create a header: https://www.youtube.com/watch?v=fa7GenCHcBU&t=2s Also in order to import your header from appearance – widgets you will need to use the Widget sidebar element as you can see here: https://www.screencast.com/t/IegtJZDe00
Thank you !
Here my code in htaccess. is something wrong ?
And about cache, I follow newspaper guide (wp super cache)
# BEGIN SecuPress no_x_powered_by
<IfModule mod_headers.c>
Header unset X-Powered-By
</IfModule>
# END SecuPress
# BEGIN SecuPress readme_discloses
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^(.*/)?(readme|changelog|debug)\.(txt|md|html|log)$ - [R=404,L,NC]
</IfModule>
# END SecuPress
# BEGIN SecuPress wp_version
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^readme\.html$ - [R=404,L,NC]
</IfModule>
# END SecuPress
# BEGIN SecuPress bad_url_access
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !wp-includes/js/tinymce/wp-tinymce\.php$
RewriteRule ^(php\.ini|wp-config\.php|wp-includes/.+\.php|wp-admin/(admin-functions|install|menu-header|setup-config|([^/]+/)?menu|upgrade-functions|includes/.+)\.php)$ [R=404,L,NC]
</IfModule>
# END SecuPress
# BEGIN SecuPress directory_listing
<IfModule mod_autoindex.c>
Options -Indexes
</IfModule>
# END SecuPress
# o2s WpTiger Begin - Dont edit - Ne pas modifier - forceHttps
# Force le HTTPS
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} !on
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# o2s WpTiger End - Dont edit - Ne pas modifier - forceHttps
# Activation du suivi des liens symboliques
Options +FollowSymLinks
# Protéger le fichier wp-config.php
<files wp-config.php>
order allow,deny
deny from all
</files>
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 604800 seconds"
ExpiresByType image/jpeg "access plus 604800 seconds"
ExpiresByType image/png "access plus 604800 seconds"
ExpiresByType image/gif "access plus 604800 seconds"
ExpiresByType application/x-shockwave-flash "access plus 604800 seconds"
ExpiresByType text/css "access plus 604800 seconds"
ExpiresByType text/javascript "access plus 604800 seconds"
ExpiresByType application/javascript "access plus 604800 seconds"
ExpiresByType application/x-javascript "access plus 604800 seconds"
ExpiresByType application/x-font-woff "access plus 604800 seconds"
ExpiresByType application/x-font-svg "access plus 604800 seconds"
ExpiresByType image/svg+xml "access plus 604800 seconds"
</ifModule>
# END Expire headers
<IfModule mod_deflate.c>
<filesMatch "\.(js|css|html|php)$">
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>
<filesmatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css)$">
Header set Cache-Control "max-age=2628000, public"
</filesmatch>
# Éviter que l'on découvre l'identifiant d'un auteur
<IfModule mod_rewrite.c>
RewriteCond %{QUERY_STRING} ^author=([0-9]*)
RewriteRule .* - [F]
</IfModule>
# BEGIN ShortPixelWebp
# Les directives (lignes) entre « BEGIN ShortPixelWebp » et « END ShortPixelWebp » sont générées
# dynamiquement, et doivent être modifiées uniquement via les filtres WordPress.
# Toute modification des directives situées entre ces marqueurs sera surchargée.
<IfModule mod_rewrite.c>
RewriteEngine On
##### TRY FIRST the file appended with .webp (ex. test.jpg.webp) #####
# Does browser explicitly support webp?
RewriteCond %{HTTP_USER_AGENT} Chrome [OR]
# OR Is request from Page Speed
RewriteCond %{HTTP_USER_AGENT} "Google Page Speed Insights" [OR]
# OR does this browser explicitly support webp
RewriteCond %{HTTP_ACCEPT} image/webp
# AND NOT MS EDGE 42/17 - doesnt work.
RewriteCond %{HTTP_USER_AGENT} !Edge/17
# AND is the request a jpg or png?
RewriteCond %{REQUEST_URI} ^(.+)\.(?:jpe?g|png)$
# AND does a .ext.webp image exist?
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI}.webp -f
# THEN send the webp image and set the env var webp
RewriteRule ^(.+)$ $1.webp [NC,T=image/webp,E=webp,L]
##### IF NOT, try the file with replaced extension (test.webp) #####
RewriteCond %{HTTP_USER_AGENT} Chrome [OR]
RewriteCond %{HTTP_USER_AGENT} "Google Page Speed Insights" [OR]
RewriteCond %{HTTP_ACCEPT} image/webp
RewriteCond %{HTTP_USER_AGENT} !Edge/17
# AND is the request a jpg or png? (also grab the basepath %1 to match in the next rule)
RewriteCond %{REQUEST_URI} ^(.+)\.(?:jpe?g|png)$
# AND does a .ext.webp image exist?
RewriteCond %{DOCUMENT_ROOT}/%1.webp -f
# THEN send the webp image and set the env var webp
RewriteRule (.+)\.(?:jpe?g|png)$ $1.webp [NC,T=image/webp,E=webp,L]
</IfModule>
<IfModule mod_headers.c>
# If REDIRECT_webp env var exists, append Accept to the Vary header
Header append Vary Accept env=REDIRECT_webp
</IfModule>
<IfModule mod_mime.c>
AddType image/webp .webp
</IfModule>
# END ShortPixelWebp
# BEGIN WP Cloudflare Super Page Cache
# Les directives (lignes) entre « BEGIN WP Cloudflare Super Page Cache » et « END WP Cloudflare Super Page Cache » sont générées
# dynamiquement, et doivent être modifiées uniquement via les filtres WordPress.
# Toute modification des directives situées entre ces marqueurs sera surchargée.
# END WP Cloudflare Super Page Cache
# BEGIN WPSuperCache
# Les directives (lignes) entre « BEGIN WPSuperCache » et « END WPSuperCache » sont générées
# dynamiquement, et doivent être modifiées uniquement via les filtres WordPress.
# Toute modification des directives situées entre ces marqueurs sera surchargée.
# END WPSuperCache
# BEGIN WordPress
# Les directives (lignes) entre « BEGIN WordPress » et « END WordPress » sont générées
# dynamiquement, et doivent être modifiées uniquement via les filtres WordPress.
# Toute modification des directives situées entre ces marqueurs sera surchargée.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Hello !
Please use this css code: .td-header-wrap .td-header-menu-wrap-full {
background: linear-gradient(to right,#e9452e 0,#ed0024 25%,#f38a31 100%)!important;
}
Change the colors with another HEX Colors.
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
Hi Vlad, thanks for your answer. However, would it be possible to exclude pages from the results? See: https://forum.tagdiv.com/topic/header-live-search-issue/
Hello !
Unfortunately not. THe live header is only a upgraded looking search from the original WordPress search.
Thank you !