Search Results for 'header'

Results from the Forum
Alin [tagDiv]
tagDiv Staff

Hi,

In version 6 the logo can be used at 272×90 size like you already know, unfortunately it was designed like this and you can change it using custom css. Also you can use a header style with full logo – http://screencast.com/t/Ayaty57dfu
Please provide more details about the logo you use and a link so I can inspect this and try to provide a solution.

Thanks!

topmagazin
Participant
#0

Hey there,

i’ve assigned a menu “Menu 1” to the position Header Menu.

Now i would like to switch this menu on some pages to another “Menu 2”. Is it possible to assign/switch another menu on certain pages/posts?

Thanks four your reply
M

rishab55555
Participant
#0

Hello,

I have newspaper theme v.62 installed on my website. Browser caching was earlier working fine on my website but suddenly it has stopped working and my google page speed has gone down.

Website URL : http://www.naukrinama.com
Google Page Speed : https://developers.google.com/speed/pagespeed/insights/?url=naukrinama.com

Here is the code written in my .htaccess file.


# BEGIN WPSuperCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
#If you serve pages from behind a proxy you may want to change 'RewriteCond %{HTTPS} on' to something more sensible
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{HTTPS} on
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz -f
RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz" [L]

RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{HTTPS} !on
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz -f
RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz" [L]

RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTPS} on
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html -f
RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html" [L]

RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTPS} !on
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html -f
RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html" [L]
</IfModule>

# END WPSuperCache

# BEGIN supercache
<IfModule mod_mime.c>
  <FilesMatch "\.html\.gz$">
    ForceType text/html
    FileETag None
  </FilesMatch>
  AddEncoding gzip .gz
  AddType text/html .gz
</IfModule>
<IfModule mod_deflate.c>
  SetEnvIfNoCase Request_URI \.gz$ no-gzip
</IfModule>
<IfModule mod_headers.c>
  Header set Vary "Accept-Encoding, Cookie"
  Header set Cache-Control 'max-age=3, must-revalidate'
</IfModule>
<IfModule mod_expires.c>
  ExpiresActive On
  ExpiresByType text/html A3
</IfModule>
# END supercache

# Leverage Browser Caching Ninja -- Starts here
# Do not write anything between "Leverage Browser Caching Ninja -- Starts" and "Leverage Browser Caching Ninja -- Ends"
# It will be deleted while uninstalling Leverage Browser Caching Ninja plugin
<IfModule mod_expires.c>
ExpiresActive On 
ExpiresDefault "access plus 1 month" 
ExpiresByType image/x-icon "access plus 1 year" 
ExpiresByType image/gif "access plus 1 month" 
ExpiresByType image/png "access plus 1 month" 
ExpiresByType image/jpg "access plus 1 month" 
ExpiresByType image/jpeg "access plus 1 month" 
ExpiresByType text/css "access 1 month" 
ExpiresByType application/javascript "access plus 1 year" 
</IfModule> 
# Leverage Browser Caching Ninja -- Ends here

# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
# 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 text/html "access plus 600 seconds"
#ExpiresByType application/xhtml+xml "access plus 600 seconds"
</ifModule>
# END Expire headers

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

<FilesMatch "\\.(js|css|html|htm|php|xml)$">
SetOutputFilter DEFLATE
</FilesMatch>

<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</IfModule>

Please let me know how to get it resolved.

scorpiock
Participant
#0

Hello,

Is Newspaper compatible with Redis cache? I implemented Redis and could see few things broken. Would like to check if anyone has tested else will go back to WTC.

Broken items:

Search
Visual composer rows on chrome
Header overlap after scroll on chrome
Featured Image overlap with some post styles on chrome

simchris
tagDiv Member

Probably start by looking at the php templates, like the header.php file… Likely need to find the menu files in the theme includes folder, remove the element and css, functions, and the parts that call other parts.

Or hire a developer.

shae101s
Participant
#0

Hi, I’d love to create a completely blank page template that shows up in the dropdown box area for choose page template. I need this page to be absolutely blank (no header, no footer) just the ability to have the content area (that would be edited via Visual Composer) and that is wide.

Any tips how to create that particular php page?

tousifra1
Participant
#0

Hi
i recently added google analytics code from the theme panel. But the code is appearing on my site, just above the header menu. what should i do now?

Andrei L.
tagDiv Member

Hi

The categories and tags pages uses the same ads system as the usual pages, you insert ad code in theme’s ad spots and are displayed in header and sidebar area http://screencast.com/t/DvhOGanWzCu You can set the sidebar for categories like here: http://screencast.com/t/m7I0FDjJh8SZ and tags from theme panel > template settings: http://screencast.com/t/Jhn0wGCJ8

If you still need assistance on this please provide more details!

Thanks!

Andrei L.
tagDiv Member

Hi

The theme’s Log in/Sign In widget it’s placed in top menu: http://screencast.com/t/8Uc6HwUuv2q0 but you have to activate the registration from WordPress > Settings: http://screencast.com/t/v0NkXQrk also make sure you have it enable in theme panel >header: http://screencast.com/t/Fp3uawpJPiSh
Hope this help, but in case this is not what you men please provide more details.

Thanks!

Andrei L.
tagDiv Member

Hi

To move logo to the left try this custom css: http://screencast.com/t/mWvgW8nEL5r

.td-header-style-1 .td-header-sp-logo{
margin-left: -21px!important;
}

To increase the the logo’s size its need to adjust the banner size, because header style 1 it’s designed to display the logo and banner on the same line:

.td-header-sp-ads{
width: 740px!important;
}
.td-header-sp-logo img {
width: 100%;
}
.td-header-sp-logo {
width: 300px!important;
}

Notice that I’ve tested this only with header style 1 and if you’re using a different header style you might need different customization.

Thanks for the message!

Andrei L.
tagDiv Member

Hi

By default the theme doesn’t have an option to do that but you can use this custom css in theme panel > custom css:

.td-header-main-menu{
background-image: url("insert your url image here");
}

The result should be like here: http://screencast.com/t/eMdOcGjRDhac

Thanks!

Andrei L.
tagDiv Member

Hi

Try this custom css in theme panel > custom css:

@media (max-width: 767px) {
.td-icon-mobile:before, .td-icon-search:before{
color: red;
}
}
@media (max-width: 767px) {
.td-header-wrap .td-header-main-menu{
background-color: #ffffff !important;
}
}

You can change the color as you like. The result should be like here: http://screencast.com/t/mOM6crOZ

Thanks!

zeus
Participant
#0

Hey guys,

Found some time to finally upgrade my theme, but I lacked to backup my files before doing so. And of course now the website is full of errors. This is completely my fault but still I hope you guys can help me out! 🙁

Source: http://www.gadgetgoeroe.nl

Log:

– Updated the files to V6.3.3.
– I think it was on V4.x, not sure though.
– Ran the script for v4 to V6. That managed to reappear the header logo.
– Tried to change some blocks in the visual composer, nothing happened.

Error message:

Fatal error: Call to undefined function vc_column_offset_class_merge() in /home/deb62085/domains/gadgetgoeroe.nl/public_html/wp-content/themes/Newspaper21/vc_templates/vc_column_old.php on line 22

What do I need to do? Any help is much appreciated, thanks!

Roeland

Andrei L.
tagDiv Member

Hi

To change the subcategories color on hover use this css: http://screencast.com/t/UZCQHiFlq

.category .td-subcategory-header .td-category a:hover{
background-color: #D71313;
}

If you’re referring at related article you can use this css: http://screencast.com/t/gVxaQsuXB

.td_block_related_posts .td-post-category{
background-color: #B63232;
}

If this is not what you mean please provide a link and mentions the element’s color that you went to change.

Thanks!

Andrei L.
tagDiv Member

Hi

1. The banners provided with the theme are just examples, and they are recommended sizes to be used for header, sidebar image banners. You can create your own banner size if you like, and use them according to our documentation: https://forum.tagdiv.com/header-ad/ To add your banner ad just replace in theme ad spots the url with your banner source url: http://screencast.com/t/YBexMUCv
In case you’re using adsense code the dimension are available in theme panel > ads: http://screencast.com/t/VpmwYojnhy

2. The theme doesn’t have an option to slide the banners, but you can try a plugin like AdRotate to achieve that functionality.

Let me know how it goes!

Thanks!

yakir105
Participant
#0

Hi,

Is it possible to change the background of the main menu to any picture?

Thank you!

simchris
tagDiv Member

I think you can delete those in the header.php file.

shafvan
tagDiv Member

Hi,

How do I align the header logo to move it slightly left and increase size to 300-320px and in line with the Where the menu starts.

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you use the latest child theme version, it should be at least 6.3 version, from this version you can overwrite the modules, headers… please check documentation – https://forum.tagdiv.com/the-child-theme-support-tutorial/ If you need to update it, you can find it in the /code folder – https://forum.tagdiv.com/whats-included/

Thanks!

MissMyra
Participant
Banners - topic
#0

Dear Madam/Sir,

I’ve 2 questions.

1. Are these the only banners provided in this theme:

728 x 90 pixels v(Header)
en 300 x 250 pixels (sidebar)

If there are more options, where can we find them/install them?

2. Would it be possible to slide the banners? Meaning, we can add 2 or 3 advertisement in the same banner? If so, could you please give me instructions.

Thank you very much for your feedback, it’s highly appreciated!

Enjoy your day!

Best, Myra

Andrei L.
tagDiv Member

Hi

1. Please check this topic, Alin posted a solution here: https://forum.tagdiv.com/topic/search-box-3/
2. To remove the dropdown menu comment this lines: http://screencast.com/t/oztsJHIWQ then add this custom css in theme panel > custom css: http://screencast.com/t/hzPCY0e8zchttp://screencast.com/t/9l96f6O2Em95

.td-category-siblings{
width: 100%!important;
}
.td-pulldown-filter-display-option{
display: none;
}

3. You can change the buttons colors using custom css, by targeting the specific classes for each button:
– related article: http://screencast.com/t/LWbbqSu9fx

.td-related-title .td-cur-simple-item{
background-color: #B24747;
}

-current category: http://screencast.com/t/lfVjqV8k

.category .td-subcategory-header a.td-current-sub-category{
background-color: #CE1313;
}
.category .entry-title span{
background-color: #CE1313;
}

-header search button: http://screencast.com/t/DjnvlIdx

input[type=submit] {
background-color: #CC2323;
}

Let me know how it goes and provide more details if still need assistance on this.

Thanks!

Emil G
tagDiv Staff

Hi,

Check their official documentation, they specify that the code should be added in the head container – http://screencast.com/t/Jy21txjLpewhttps://www.facebook.com/business/a/online-sales/conversion-trackinghttps://www.facebook.com/business/help/373979379354234

You can find it inside the header.php file – http://screencast.com/t/7Z9nCdxoHQ

Thank you!

  • This reply was modified 10 years by Emil G.
  • This reply was modified 10 years by Emil G.
Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what you mean with “Full white menu with logo”, you can change the background color and items color from panel – http://screencast.com/t/EzpGH1I3cX9 so you can change the color for full dark menus.

Please provide a link regarding style 7 or 8 header style so we can take a look, but it is not so easy to change the height like I said in the other topic.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately it is no so easy to change the height for those header styles, as you need to adjust all other header elements and also they have to be customize to look good on different screen size. We would have gladly made it for you, but the time doesn’t allow us to offer custom work, sorry! I suggest to hire a profesional developer to do this for you, if you don’t know how to do it.

Thanks!

Viewing 25 results - 26,451 through 26,475 (of 29,850 total)