Search Results for 'header'

Results from the Forum
datomnz
Participant
#0

I’d like to create a menu item next to the search icon on the right of the header.

See screenshot here: https://snag.gy/V6kyTM.jpg

Is this possible?

Thanks

wajid1
Participant
#0

i just purchased the newspaper theme. I installed WordPress through the cpanel Site software. I FTP’d into the themes directory and uploaded the theme files and activated the theme.

I got to the first page to install plugins required by Newspaper and it asked me to install visual composer. When i click the Install button next to it, i get an error as below:

——————————–
Installing Plugin: Visual Composer

The plugin does not have a valid header.

Downloading install package from http://www.routerpasswords.com/wp-content/themes/Newspaper/includes/plugins/js_composer.zip…

Download failed. Not Found

Return to tagDiv plugins panel
——————————–

I have double checked the file exists in wp-content/themes/Newspaper/includes/plugins/js_composer.zip and i have downloaded and opened it and it opens fine.

Please advise what i should do.

anteck
Participant
#0

Hello

How do i remove the top menu completely – the one that appears underneath the header logo / etc?

i don’t need it, but cannot see an option to remove it.

Thanks in advance,

Anthony.

MortimerJazz
Participant
#0

Hi there,

I’ve obviously changed something in my settings and I can’t figure out what it is.

Basically, I want my main menu, header and footer to span the width of the page (on the homepage), but for some reason, I can’t figure out what I need to do make things change.

Can anyone help? The URL is http://www.vpnratings.com.

TIA

Catalin
tagDiv Staff

Hello Hamzah,

Try the code below ->

@media (max-width: 767px){
.td-header-top-menu-full {
display:block!important;
}
}
@media screen and (max-width: 600px){
#wpadminbar {
position: relative;
}
}
@media screen and (max-width: 782px){
html {
margin-top:0!important;
}
}
@media screen and (max-width: 767px){
#wpadminbar{
display:none;
}
}

The result -> http://screencast.com/t/t0KOhsclDz

Thanks.

Catalin
tagDiv Staff

Hello ojuju,

Please keep in mind that the footer and the header are the same for the entire website and should appear. So, please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches, purge CDN files if you are using the CDN system and install only the plugins that come bundled with the theme packet and rule out any conflicting plugins.

Hope this helps and let us know how it goes!

Thanks for the message!

MGitkos
tagDiv Member

That’s one of the things I have done. I renamed my plugins directory to plugins.old and xplugins on multiple occasions, but there are still issues showing:

This is right now with the plugins directory renamed.

supplied for foreach() in /home/deadic6/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php on line 2203

Warning: Cannot modify header information – headers already sent by (output started at /home/deadic6/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php:2203) in /home/deadic6/public_html/wp-includes/option.php on line 823

Warning: Cannot modify header information – headers already sent by (output started at /home/deadic6/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php:2203) in /home/deadic6/public_html/wp-includes/option.php on line 824

I will be re-enabling plugins though so the site has some functionality to it.

I also haven’t added any custom code or use a child theme yet.

Again, i appreciate the assistance!
Michael Gitkos

meceware
Participant
#0

Hi,

First of all, great theme.

Secondly, I would like to suggest my humble opinion and questions in these matters:

1. You guys should definitely consider adding a swipe image effect on lightbox galleries. Arrows are so old these days. Even mobile lightbox is still using arrows.(such as https://github.com/dimsemenov/PhotoSwipe)
Is there a way to adapt such effect using theme hooks or API?

2. Please add sidebar menu on desktops as well, for an option.

2. Please add more developer controls (hooks). For example it would be great if you could add an action right under td-outer-wrap in header.php. Interestingly, you added after header action but no before header action.
Another example here is, I want to add an icon right next to search bar, and I can’t because there is no hook there. I think developer controls are important in a theme.

Which comes to my question.

I want to add content right before header, without modifying the actual theme code. I don’t want to copy and change header.php, because every time theme updates I would need to check the header code if it’s changed.

How can I add a content before header?

Thank you,

Catalin
tagDiv Staff

Hello darararan,

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

.td-header-menu-wrap{
border-bottom: 2px solid red !important;
}

The result is here -> http://screencast.com/t/LHhpFYcmKgnb

Thanks for the message!

Bogdan B.
tagDiv Staff

Please update your version of visual composer by following this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ and remove any custom js you may have on your site. Remove any at all customization.
I;m not sure why you get the get_header error on the twentysixteen theme path though.
Where are you getting these errors? please provide the test you are running
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the theme cannot be full width. The theme content area has a fixed width and it cannot be changed as all the theme elements depend on the fixed width. Changing even 1 pixel of the theme width will cause elements to break. Our theme was not designed with a dynamic width in mind.

We do not encourage changing the theme width and that is why you will not see any solution for this in our forum. You should do it at your own risk .
The header and footer content are still inside the main content which is not full screen. Sorry but I cannot help in these requests as you can understand why. We cannot provide any “solution” that will cause hard to the overall layout of the site as more and more issues will be caused by this.

Thank you for your understanding.

Hamzah
tagDiv Member

Hello Catalin,
I use tagdiv mobile theme, and top bar menu still not show. Other question is, why admin menu cover header menu.

thanks
hamzah

Catalin
tagDiv Staff

Hello Vegan Flavour,

For #2, I have noticed that you are using the module 3 style to display the posts to your category page. So, please notice that this is the style for this module and we do not recommend to change it via CSS because you should break the layout of theme. If you are not happy with this, you can change it with another one, from our list, here -> http://screencast.com/t/ATVc3X8rnOf If you want to stretch the image with CSS you should do it yourself because this task involve additional customizations until to good results received and we cannot provide custom work at the moment, sorry!

For #3, try the code below ->

.td-header-style-6 .td-header-main-menu{
padding-right:0!important;
}

Thanks for the message!

Bogdan B.
tagDiv Staff

Hi,

Try another method as the slug will not work in css. Use the category ID in the code. Here is how you can see the category ID: http://screencast.com/t/7tfnTmaEq
Now use the code like so:

category-167 .td_category_template_8 .td-category-header {}

substitute my category id (167) with your own. If it still does not work, please provide a link to your category page so I can inspect it.

Thank you!

Catalin
tagDiv Staff

Hello

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

The code is ->

@media (max-width: 767px){
.td-header-top-menu-full {
display:block!important;
}
}

The result -> http://screencast.com/t/FRiYjz6GJ

Thanks for the message!

MGitkos
Participant
#0

Good evening team,

I installed your theme last night, but I’m having a few constant issues. Tried modifying wp-config files, removing old caching files, re-installing the theme about 5 times, deactivating all plugins, but I can’t figure out the fix. So that’s why I’m here, and looking forward to your response.

Thank you.

Website: DeadicatedFans.com

Warning: Invalid argument supplied for foreach() in /home/deadic6/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php on line 2203

Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/deadic6/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php:2203) in /home/deadic6/public_html/wp-content/plugins/um-social-login/core/um-social-login-init.php on line 135

ojuju
Participant
#0

The wordpress header and theme footer appears on the home page, but on other pages the wordpress header does not appear and the footer does not appear. I’ve tried using different demo also I’ve tried editing the categories.php however, it didn’t seem to work.

darararan
Participant
#0

http://overwatchers.de/

Above site has gery border between top menu and header/ header and main menu.

How to I add border color?

erdis
tagDiv Member

HEADERS BACKGROUND COLOR
Select a global header background color

was here
OK, thanks.

kindle4
tagDiv Member

Change the Adsense size for mobile to 250×250, instead of auto, in the Header Ad section.

nandar
Participant
#0

hi, i cant install plugin that come with the theme, ” The plugin does not have a valid header.

Downloading install package from http://nyuzz.com/wp-content/themes/Newspaper/includes/plugins/js_composer.zip…

Download failed. cURL error 6: Could not resolve host: nyuzz.com

i will give you admin access if you want. oh ya, better you have common issues documentation, so it will much easier for all. thank you

Shawn
Participant
Errors - topic
#0

Kindly help, Getting Errors

[Sat Dec 03 17:46:30.286582 2016] [:error] [pid 26306] [client 66.249.79.101:44153] PHP Fatal error: Call to undefined function __() in /*/*/*/wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php on line 3

[Sat Dec 03 20:21:47.509083 2016] [:error] [pid 8432] [client x.x.x.x:42481] PHP Fatal error: Call to undefined function get_header() in /*/*/*/wp-content/themes/twentysixteen/image.php on line 10

darararan
Participant
#0

visual composer ad box (header) not showing on main page. sidebar ad box is working fine.
Any suggestions?

felposito
Participant
#0

Hello,

when i try to change the theme color in ” general theme color ” or for exemple i get a square turning for minutes and nothing happen ? Only “Header” ” footer ” ” sub-footer ” are working

BIBI
Participant
#0

Hello folks,

Today i added Facebook pixel code inside the header.php file, however there is one problem which i want to discuss with you. Currently i’m using Facebook Pixel Helper on chrome which shows me that for majority of the pages code is placed perfectly. The problem is only the pages where i have a Thrive Theme custom page builder installed. Any ideas where to place pixel code so that it can be active on entire site?

Viewing 25 results - 22,376 through 22,400 (of 29,850 total)