Search Results for 'header'

Results from the Forum
jjest_jjest
Participant
#0

Hi, I can’t remove blank space under the header menu and over the footer. Moreover, when i click on that space while being on the website page, the unrelated page opens. I can’t do anything with this blank space through tagdiv composer. Could you help me?

http://prntscr.com/tpeoe4
http://prntscr.com/tpeq8n
http://prntscr.com/tperi2
http://prntscr.com/tperzf

trebol30
Participant
#0

Hello, I need urgent support.

I have made the renewal of the support, today, exclusively to help me solve the issue that has arisen in my panel of the topic.

I cannot perform any action through my theme panel, as I attach to them in the video *** https://www.loom.com/share/16686b98421245b2b7e7aa49cc6835e5

Everything that has been entered in the header or footer fields (created with tagdiv composer) can still be seen, but right now I cannot take any action with my panel.

I have seen other threads with the same problem https://forum.tagdiv.com/topic/theme-panel-stopped-working-2/ the topic is updated to the latest version and the required parameters are correct.

Please help.

Calin
tagDiv Staff

Hi,

The social icons from mobile menu will be get from here -> https://i.imgur.com/wNMzqvb.png for mobile menu, you can change it if you are using a cloud header using tagDiv Composer like this -> https://i.imgur.com/M1S9Wtx.png if you are using the mobile theme plugin you can set it from here -> https://i.imgur.com/mDSguhC.png

Hope this will help you!
Thank you!

dessy1991
Participant
#0

how do I hide and not show a header category to page users in header menu whiles I work on it

Vlad S
tagDiv Staff

Hello !

Are you using the same header on both pages or you have created 2 separate headers ? You can check this by accessing the Cloud Library.

Thank you !

fabioweb90
Participant
#0

Hello! I choose “Sport News” version but i like different header version: https://ibb.co/1q640n9
Can i change it?
Thanks

wethepeople
Participant
#0

Hi Guys, I’m not sure how but my logo and some aspects of my header just disappeared. On attempting to rebuild it I now have the issue that only some of the pages have the rebuilt header, how can I carry those changes across all pages and templates?
Wethepeople.org.nz

Tinystepsbabyclub
Participant
#0

Hi Guys

Can you let me know how I can remove this unwanted grey line that sits under by header, please?

https://imgur.com/I0He5kF

Thanks
TS

hamiltond
tagDiv Member

I reached out to the ShortPixel team and received an answer on how/what fixes this issue. I have applied this fix & it works.

NOTE: For my Newspaper Theme setup I am using the sticky header for both desktop & mobile.

Solution: Go to (WP)Settings > ShortPixel AI > Behaviour and disable the option “Fade-in effect”, located on Settings > ShortPixel AI > Behaviour.

  • This reply was modified 6 years by hamiltond.
dhananjaymittal
Participant
#0

Hi,

I have configured the theme on my desktop side. But I am unable to configure for mobile. My website name is info4view.com. That you can check for reference. I have set the default header and footer. But it is not coming in mobile. Please can you tell me how to set the layout for mobile?

Calin
tagDiv Staff

Hi,

If you do not want to make other changes, only the accent color for menu, then the easy way is to use a custom css -> https://i.imgur.com/rtVBqNT.png
.td-blog-baby .td-header-style-11 .sf-menu > .current-menu-item > a, .td-blog-baby .td-header-style-11 .sf-menu > li > a:hover {
color: red;
}

The code need to be set in theme panel> custom code> custom css.

Also if you want you can use a cloud header from tagDiv Cloud Library, this can be edited with tagDiv Composer and you can achieve almost everything.

Thank you!

Calin
tagDiv Staff

Hi,

1. Unfortunately, there is no option in theme to reduce the space above and under logo, but you can achieve this using a custom css like this one -> https://i.imgur.com/zwkvErt.png
.td-header-container.td-header-wrap .td-header-header{
height: 90px;
}
.td-header-sp-logo .td-logo{
height: 60px;
}

This code need to be set in theme panel> custom code> custom css.

2. Also for menu the only settings that Newsmag theme has are these from theme panel -> https://i.imgur.com/Kv8wxEL.png unfortunately for what you need you must use a custom css like this one -> https://i.imgur.com/JG4Q5rI.png
.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
background-color: transparent;
color: #fff;
z-index: 999;
}

Thank you!

kalimbatabs
Participant
#0

How to change the header of this?

vishnupuram
Participant
#0

How to bring 3 columns in Mobile header in SAME ROW like it is displayed in default header?
Please see: https://imgur.com/NP1Tm8P

I am trying to have a header with a single image. It working properly in Desktop site. In Mobile site I want the header also to display mobile menu and search icon as it is available in the Demo Themes. How to implement it??

I am getting the three elements menu, header image and search in different rows one below other.

HanginWithHarv
tagDiv Member

Hi Calin,

Ok, so… the reason I switch from just the default global header was the add not working there. I’ve looked at the PNGs you posted and I have done exactly what you mentioned. https://i.imgur.com/UtBYCbZ.png And here’s another pic viewing the live site using a tool in WP to show the blocks and I see it recognizes the adsense ad. https://i.imgur.com/RY93o1V.png I’ve tried all other adsense ads from my site in the header. They all work elsewhere in the site, just not in the header where I want them the most.

I’ve tried with the same code that is showing ads down the right sidebar and in the footer and even deleted the ad block that was part of the header template and recreated it. Nothing seems to work. Also I took the code and pasted it directly into the Custom ad tab itself and on the general table had the adspot selection both showing header and -Select an ad spot. I’m sure it must be something simple, but I am running out of things to try.

inqusitive-stha
Participant
#0

Hello support team,

My website is https://www.noobietech.com . My site score is very poor on GTMetrix. Any suggestions on how can I improve it?

I am using the wp-rocket cache plugin and CloudFront CDN at the moment.

Currently, my .htaccess looks like:

`
# BEGIN WP Rocket v3.6.2.1
# Use UTF-8 encoding for anything served text/plain or text/html
AddDefaultCharset UTF-8
# Force UTF-8 for a number of file formats
<IfModule mod_mime.c>
AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml
</IfModule>
# FileETag None is not enough for every server.
<IfModule mod_headers.c>
Header unset ETag
</IfModule>
# Since we’re sending far-future expires, we don’t need ETags for static content.
# developer.yahoo.com/performance/rules.html#etags
FileETag None
# Send CORS headers if browsers request them; enabled by default for images.
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
# mod_headers, y u no match by Content-Type?!
<FilesMatch “\.(cur|gif|png|jpe?g|svgz?|ico|webp)$”>
SetEnvIf Origin “:” IS_CORS
Header set Access-Control-Allow-Origin “*” env=IS_CORS
</FilesMatch>
</IfModule>
</IfModule>
# Allow access to web fonts from all domains.
<FilesMatch “\.(eot|otf|tt[cf]|woff2?)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>
<IfModule mod_alias.c>
<FilesMatch “\.(html|htm|rtf|rtx|txt|xsd|xsl|xml)$”>
<IfModule mod_headers.c>
Header set X-Powered-By “WP Rocket/3.6.2.1”
Header unset Pragma
Header append Cache-Control “public”
Header unset Last-Modified
</IfModule>
</FilesMatch>
<FilesMatch “\.(css|htc|js|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$”>
<IfModule mod_headers.c>
Header unset Pragma
Header append Cache-Control “public”
</IfModule>
</FilesMatch>
</IfModule>
# Expires headers (for better cache control)
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault “access plus 1 month”
# cache.appcache needs re-requests in FF 3.6 (thanks Remy ~Introducing HTML5)
ExpiresByType text/cache-manifest “access plus 0 seconds”
# Your document html
ExpiresByType text/html “access plus 0 seconds”
# Data
ExpiresByType text/xml “access plus 0 seconds”
ExpiresByType application/xml “access plus 0 seconds”
ExpiresByType application/json “access plus 0 seconds”
# Feed
ExpiresByType application/rss+xml “access plus 1 hour”
ExpiresByType application/atom+xml “access plus 1 hour”
# Favicon (cannot be renamed)
ExpiresByType image/x-icon “access plus 1 week”
# Media: images, video, audio
ExpiresByType image/gif “access plus 4 months”
ExpiresByType image/png “access plus 4 months”
ExpiresByType image/jpeg “access plus 4 months”
ExpiresByType image/webp “access plus 4 months”
ExpiresByType video/ogg “access plus 1 month”
ExpiresByType audio/ogg “access plus 1 month”
ExpiresByType video/mp4 “access plus 1 month”
ExpiresByType video/webm “access plus 1 month”
# HTC files (css3pie)
ExpiresByType text/x-component “access plus 1 month”
# Webfonts
ExpiresByType font/ttf “access plus 4 months”
ExpiresByType font/otf “access plus 4 months”
ExpiresByType font/woff “access plus 4 months”
ExpiresByType font/woff2 “access plus 4 months”
ExpiresByType image/svg+xml “access plus 1 month”
ExpiresByType application/vnd.ms-fontobject “access plus 1 month”
# CSS and JavaScript
ExpiresByType text/css “access plus 1 year”
ExpiresByType application/javascript “access plus 1 year”
</IfModule>
# Gzip compression
<IfModule mod_deflate.c>
# Active compression
SetOutputFilter DEFLATE
# Force deflate for mangled headers
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
RequestHeader append Accept-Encoding “gzip,deflate” env=HAVE_Accept-Encoding
# Don’t compress images and other uncompressible content
SetEnvIfNoCase Request_URI \
\.(?:gif|jpe?g|png|rar|zip|exe|flv|mov|wma|mp3|avi|swf|mp?g|mp4|webm|webp|pdf)$ no-gzip dont-vary
</IfModule>
</IfModule>
# Compress all output labeled with one of the following MIME-types
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE application/atom+xml \
application/javascript \
application/json \
application/rss+xml \
application/vnd.ms-fontobject \
application/x-font-ttf \
application/xhtml+xml \
application/xml \
font/opentype \
image/svg+xml \
image/x-icon \
text/css \
text/html \
text/plain \
text/x-component \
text/xml
</IfModule>
<IfModule mod_headers.c>
Header append Vary: Accept-Encoding
</IfModule>
</IfModule>
# END WP Rocket
# BEGIN YOAST REDIRECTS
<IfModule mod_rewrite.c>
RewriteEngine On
Redirect 301 “/how-to-install-laravel-6-on-windows” “/how-to-install-laravel-on-windows”
Redirect 301 “/top-10-best-free-web-hosting” “/best-free-web-hosting-sites”
Redirect 410 “/tdb_templates/review-template-4-gaming”
</IfModule>
# END YOAST REDIRECTS
<FilesMatch “.(eot|otf|ttf|woff|woff2)”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
#BEGIN GZIP COMPRESSION
<IfModule mod_deflate.c>
<filesMatch “\.(js|css|html|php)$”>
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>
#END GZIP COMPRESSION
# BEGIN WordPress
# The directives (lines) between <code>BEGIN WordPressandEND WordPress` are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<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
# php — BEGIN cPanel-generated handler, do not edit
# Set the “ea-php73” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
</IfModule>
# php — END cPanel-generated handler, do not edit
# Start CloudFlare:noobietech.com rewrite. Do not Edit
RewriteEngine On
RewriteCond %{HTTP_HOST} ^noobietech.com
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
# End CloudFlare rewrite
`

and functions.php of child theme (I have added some stuff from the internet to make it faster.)

`

// Load Essential Fonts Awesome
add_filter( ‘noobietech_fontawesome_essentials’,’noobietech_fontawesome_essentials’ );
function noobietech_fontawesome_essentials()
{
return true;
}

// Removing Emojis
add_action( ‘init’, ‘noobietech_disable_wp_emojicons’ );
function noobietech_disable_wp_emojicons()
{
// all actions related to emojis
remove_action( ‘admin_print_styles’, ‘print_emoji_styles’ );
remove_action( ‘wp_head’, ‘print_emoji_detection_script’, 7 );
remove_action( ‘admin_print_scripts’, ‘print_emoji_detection_script’ );
remove_action( ‘wp_print_styles’, ‘print_emoji_styles’ );
remove_filter( ‘wp_mail’, ‘wp_staticize_emoji_for_email’ );
remove_filter( ‘the_content_feed’, ‘wp_staticize_emoji’ );
remove_filter( ‘comment_text_rss’, ‘wp_staticize_emoji’ );
}

// Remove WP embed script
function noobietech_stop_loading_wp_embed() {
if (!is_admin()) {
wp_deregister_script(‘wp-embed’);
}
}
add_action(‘init’, ‘noobietech_stop_loading_wp_embed’);

// Preload Newspaper fonts for responsive theme (main theme)
function dns_prefetch_responsive() {

echo “<link href=’https://www.noobietech.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?17&#8242; rel=’preload’ as=’font’ type=’font/woff’ crossorigin>”;
}
add_action( ‘wp_head’, ‘dns_prefetch_responsive’, 0 );

`

laideas
Participant
#0

I have setup templates for Pages and for Categories. The Page header has a logo and menu at the very type in a single line.

When I create the same header for category templates, the header becomes stacked.

Please see:

http://pucblog.wpengine.com/church-life/
http://pucblog.wpengine.com/category/pacific-sunrise/

gasperd
tagDiv Member

Thanks drmitzvah,

Here’s a link to the screen capture.

As you can see, the front page and single post page go into an infinite loop. But the category template and header templates open fine.

I had worked on the front page fine until now and almost completed. But now it won’t open in Composer.

thank you.

#g

gasperd
tagDiv Member

Screenshot of infinite loop when opening an existing template in Composer

I find the problem only when editing the existing homepage I had built using Composer. I’m able to open the header and category page templates just fine. But for the home page, when I click “Edit with TD Composer” in goes into the above loop.

Please advise. I’ve worked on the page quite a bit.

thanks

gasperd
tagDiv Member

I ran into the same issue. Had created my home page, header and footer and category templates and all worked fine. Then suddenly the composer stopped working – infinite loop in the middle of the page. My system settings show green (no issues found).

thanks in advance.
#g

yudi budiman
tagDiv Member

Thank you..it was successfully done.

But i had the one problem.. When i edit all cloud template via dashboard like footer, header, or etc, it is not redirected to tagdiv composer, but redirected to clasic editor.

Can Help me to fix this problem..

if you need link my blog : yudionline

Once again.. Very thank you for Your support

Hameed
Participant
#0

I changed the TEXT LOGO and TEXT LOGO TAGLINE it works fine on desktop but still show UK London News on Mobiles and tablest. How can I fix it?

see how how to looks on desktop and on mobile
https://imgur.com/a/W7DsWld

rohu2187
tagDiv Member

Yeah I followed the same.
I am using in header
<div class=”td-visible-desktop”>
<!– Your NON AdSense code here – this ad will show only on desktops –>
</div>
This div with class ‘td-visible-desktop’ itself is not visible
https://ibb.co/Y0fvTmX

Topfgartenwelt
tagDiv Member

To get the text-logo in the mobile version in the middle I have added margin-top: 70px; to td-logo-text-wrap and the height in the td-logo-text-wrap to 180px

To get the search-button from left to right: .td-search-icon –> instead right: -3px; change to left: -3px; and add margin-top: 60px; so the search button moves below the toggle or to move the search icon beside the toggle just right: 210px;

To change the font-size of the text-logo and the the tagline –> use theme-panel because the following in the style.css doesn’t work:
.td-main-menu-logo .td-logo-text –> font-size from 24px to 48px
.td-main-menu-logo .td-tagline-text –>padding-top from 2px to 6px and font-size from 9px to 15px

Changes in the themepanel: mobile –> theme-fonts –> header –> text-logo –> size: 34 line hight: 34

Than change the header .entry-title margin-top: 25px and margin-bottom:65px

cricexec
Participant
#0

This error appears when I try to preview a post when it is saved as draft. tag div cloud library plugin is causing this error. The format function in tdb_state_single.php on line 1667 is causing issues. WP_DEBUG mode is “ON” on the website, you can check the error yourself. I am pasting the error below as well, so it would be helpful for you.

Fatal error: Uncaught Error: Call to a member function format() on bool in /home/wp_s8zhuv/cricexec.com/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php:1667 Stack trace: #0 /home/wp_s8zhuv/cricexec.com/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(88): tdb_state_single->{closure}() #1 /home/wp_s8zhuv/cricexec.com/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(88): Closure->__invoke() #2 /home/wp_s8zhuv/cricexec.com/wp-includes/template-loader.php(106): include(‘/home/wp_s8zhuv…’) #3 /home/wp_s8zhuv/cricexec.com/wp-blog-header.php(19): require_once(‘/home/wp_s8zhuv…’) #4 /home/wp_s8zhuv/cricexec.com/index.php(17): require(‘/home/wp_s8zhuv…’) #5 {main} thrown in /home/wp_s8zhuv/cricexec.com/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php on line 1667

here is the source code http://cricexec.com/code.png

Viewing 25 results - 10,151 through 10,175 (of 29,850 total)