Search Results for 'header'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

This is unusual, for some reason the mobile menu and background are set to hidden, they are no visible while being there. This could be caused by a plugin conflict, the mobile theme is affected by caching plugins in some cases. I see you are using the rocket plugin, this could the one responsible. You could test that by deactivating it and clear the cache.
I could give you a code solution to make the menu visible and the search icon
https://www.screencast.com/t/wVXpfZeiU
https://www.screencast.com/t/88H1iAfgfSgA
But other issues may happen in the future. This is the code for this, enter it in Theme panel->Custom CSS if you decide to use it

#td-mobile-nav,
.td-menu-background {
visibility: visible!important;
}
@media (max-width: 767px) {
#td-header-search-button {
display: block;
}}

The theme does not have a search option like that, the only search would be the one implemented in the modal
https://www.screencast.com/t/gEm8RbuHuu
This could only be achieved through a search plugin maybe, or manual implementation in the theme code and files.

Thanks

Bogdan B.
tagDiv Staff

Hello,

Please try this code instead:

.td-header-style-9 .td-logo-wrap-full. td-logo, .td-header-style-9 .td-logo-wrap-full .td-logo{
min-height: 95px!important;
line-height: 102px!important;
}

Thanks.

Bogdan B.
tagDiv Staff

Hello,

Yes, you can remove the margins of the header elements and have them stick together.
Add this code in your custom css box:

.td-header-style-4 .td-header-sp-recs{
margin-bottom:0!important;
}
.dj-desc{
margin-bottom:1px
}

Thank you!

eldiyarkg
Participant
#0

Hello!

After installing plugin ‘accelerated-mobile-pages’ we had errors in Newspaper theme (v. 8.6).

[18-Jan-2018 16:11:05 UTC] PHP Fatal error: require_once(): Failed
opening required
‘/home/virtualmin/kloop.kg/public_html/wp-content/plugins/accelerated-mobile-pages/includes/vendor/amp//templates/functions.php’
(include_path=’.:/usr/share/php:/usr/share/pear’) in
/home/virtualmin/kloop.kg/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php
on line 29
[18-Jan-2018 16:11:05 UTC] PHP Stack trace:
[18-Jan-2018 16:11:05 UTC] PHP 1. {main}()
/home/virtualmin/kloop.kg/public_html/index.php:0
[18-Jan-2018 16:11:05 UTC] PHP 2. require()
/home/virtualmin/kloop.kg/public_html/index.php:17
[18-Jan-2018 16:11:05 UTC] PHP 3. require_once()
/home/virtualmin/kloop.kg/public_html/wp-blog-header.php:13
[18-Jan-2018 16:11:05 UTC] PHP 4. require_once()
/home/virtualmin/kloop.kg/public_html/wp-load.php:37
[18-Jan-2018 16:11:05 UTC] PHP 5. require_once()
/home/virtualmin/kloop.kg/public_html/wp-config.php:130
[18-Jan-2018 16:11:05 UTC] PHP 6. include()
/home/virtualmin/kloop.kg/public_html/wp-settings.php:426
[18-Jan-2018 16:11:05 UTC] PHP 7. require_once()
/home/virtualmin/kloop.kg/public_html/wp-content/themes/Newspaper/functions.php:22

because of that code from /wp-content/themes/Newspaper/functions.php

if (td_util::is_amp_plugin_installed()) {
require_once AMP__DIR__ . “/templates/functions.php”;
}

after commenting these lines site works, both plugins AMP and accelerated-mobile-pages have no such file in template directory.

Simion C.
tagDiv Staff

Hi,

According to the instruction the code has to be entered in the header.php file of the theme
https://www.screencast.com/t/5eYykSrk
Or try entering in the actual header template you use for the website, see how they display
https://www.screencast.com/t/HMxlqGcIt
Enter the code below the existing code and check the results.

Thanks

Bogdan B.
tagDiv Staff

Hello,

You can do all this from the plugin as well . The size of the icons is the header menu font size as they are font icons. The position can be changed if you use the html implementation, not the css implementation. You can simply add the html code before or after the menu item title.
This request will need to become more popular if we are to consider implementing it into our theme but for the moment this is the only such request. Please understand we have lots of requests and have to prioritize based on popularity.

Thanks.

Bogdan B.
tagDiv Staff

Sorry but the code was missing the second part. Please use this code instead:

.td-full-screen-header-image-wrap{
height:300px;
}
.td-post-template-7 .td-post-header-holder{
bottom: 345px;
}

Thank you!

guidesbali
Participant
#0

Hi, i cant change picture background at my website. Can you help me please !!

My web : https://www.guidesbali.com

And this problems : https://www.guidesbali.com/wp-content/uploads/2018/01/How-To-Change-This-Picture-Background.png

Thank You

Simion C.
tagDiv Staff

Hi,

So you have menu items in the top menu on desktop from what I understand, the top menu will not appear on mobile. Only the main header menu will be displayed.
If this is still not helpful, please provide some useful screenshots and more details about what exactly you want to do, for a better understanding.

Thanks

Simion C.
tagDiv Staff

Hi,

We are sorry for the issues you are encountering. We will try to solve each of them together.

1. Regarding the social icons, it seem the global header style is not applying when importing the demo. Please edit the page with the tagDiv composer and set the block header style of the social counter to global, like this
https://www.screencast.com/t/IHwnZr5hD6
This should have been set by default.

2. That is an image box element, when editing the page with the composer it would appear like so
https://www.screencast.com/t/jEfxhONC
It can be removed and replaced with an image of your choosing. In your case it seems that no image is appearing in the composer edit screen. I would suggest to try as a quick test to deactivate all plugins except theme plugins and check again. The image should appear.

3. The demo design is with a black header background, this is set manually in the demo stylesheet. I believe at the time of creation of the demo there was no theme panel option to set a header background color, so it was set with CSS.
The black color will appear automatically as long as header style 10 is used. If you want to keep using this header style with your own color from the theme panel, a small modification will be necessary in the demo stylesheet
https://www.screencast.com/t/1uPQyhmuE
Then any color set in the theme panel will be displayed as a header background.

Regarding the featured video for posts, notice the allowed video sources which are Youtube, Vimeo, Dailymotion or Facebook. It will only work with these, use the recommended post templates, select the video post format as well. In case you are doing everything properly and it is not working properly, please provide more details about the issue it would be helpful.
The screenshot you posted with the problem cannot be viewed unfortunately
https://www.screencast.com/t/p86Y3MN6FOs
Or the website – https://www.screencast.com/t/0V8uloTg

Thank you!

bengaloorism
Participant
#0

Random button

Please Please Please consider having a random button in the next update of yours. I’d be really really grateful.

And, if there is any other way that i could add one already. Please tell

simchris
tagDiv Member

Little trickier with the ‘categories’ due to
a) being in sub folder for the header element so it can be changed by different style/layouts, and
b) funky if/then on the category description makes it hard to do that properly.

For example on my copy of Newsmag, the actual piece is in /parts/page-category-header.php

and this bit is tough to modify unless you play with it

<header>
<h1 class="entry-title td-page-title">
<span><?php echo $cur_cat_obj->name ?> <?php if ( $paged < 2 ) { } else { echo (' - Page '); echo ($paged);}?></span>
</h1>
</header>

<?php
//breadcrumb
echo td_page_generator::get_category_breadcrumbs($cur_cat_obj);

//the category description
if (!empty($cur_cat_obj->description)) {
echo '<div class="td-category-description">';
echo $cur_cat_obj->description;
echo '</div>';
}
?>

duck1970
Participant
#0

Hello forum, I would need to know how I can do to cut the distance of my header photo with the menu bar on my website. I want the photo to be attached to the bar. Is it possible to do this by entering some kind of code? or modifying something in the CSS? Attached photo header1.png which is how it is now and attached photo header2.png as I would like to show. Thank you
http://www.radiomarcabarcelona.com/MENU/header1.png
Good http://www.radiomarcabarcelona.com/MENU/header2.png

nycinsider
Participant
Info Box - topic
#0

This TD Composer is just a wreck! I’ve had to hire someone every single time I try and switch an element from VC to TD – NOTHING I need is in the new composer and it’s getting frustrating.

I have a simple green box with white text, rounded corners and shadows. It should take 5 seconds to recreate it – but it just isn’t there in TD Composer.

What exact code will replace this VC Code? I can’t even figure out how to make the text white in your “text with title” box.
[vc_cta h2="Header" style="3d" color="green"]text[/vc_cta]

did anyone even bother testing this new TD composer before pretending it was ready for prime time? It isn’t even close!

Freddy Meynard
Participant
#0

Hi guys,
thanks for answering all my questions on a timely matter, our site is coming along nicely and i appreciate all the support i have gotten from forum moderators and users alike.

I have a question….how do i increase number of td-category-siblings showed in the header of the category template style 4? I feel like more than a specific number of categories it fits as many as it can within a container width… can i make this a bit wider, it currently looks like it holds 6 or 7 items.

Bogdan B.
tagDiv Staff

Hello,

It seems the spacing comes from your image for the most part. Pleae change the logo and remove some of it’s spacing in your favorite photo editor. Then add this code in the theme panel-> custom css box:

.td-header-style-9 .td-logo-wrap-full{
min-height: 95px!important;
line-height: 102px!important;
}

I can’t see any ad underneath the menu however.

Thanks.

duck1970
tagDiv Member

In particular, I can not open TagDiv on the Home page to insert the Shortcode in the header, which is what I need. And what I think is what you tell me what I need to do to be able to show the photo of the Shortcode of my plugin in the header of my web

dragoerny
Participant
#0

Hi.

Can you tell me how I can remove some of the space around the logo in my header. Don’t know why I have so much space but less would be better.

Site : http://www.dragoernyheder.dk
Password : dragoer

Simion C.
tagDiv Staff

Hi,

I don’t quite understand what you want to do. By default (mobile theme plugin inactive) on mobile the same header menu will be displayed. If the mobile theme plugin is active you can choose a different header menu than on desktop
https://forum.tagdiv.com/the-mobile-theme/
The top menu is not displayed at all times on mobile. It could be made to appear with a custom code, but only when the mobile theme is not used.
Please correct me if I misunderstood what you are asking.

THanks

Catalin
tagDiv Staff

Hello shoaibmumtaz,

You should edit the header.php core file because in that file you will found the body tags like this -> https://www.screencast.com/t/SolMBZuqk Also, if you want to target a specific page you should create some conditions for these, using the is_page() like to this documentation here -> https://developer.wordpress.org/reference/functions/is_page/

Hope this helps!

Thanks.

Catalin
tagDiv Staff

Hello tha,

You should use a bit of CSS code if you want to decrease the height size of this image.

The code is ->

.td-full-screen-header-image-wrap{
height:300px;
}

Thanks for the message!

viclee888
Participant
html - topic
#0

Hello,
My site is using another language and does not use english. I have found in the following files:
./wp-content/themes/Newspaper/header.php
./wp-content/themes/Newspaper/mobile/header.php

!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>

Other than manually hardcoding those files, is there another way? Child themes? Or could you give me a code that will fill in the value from wordpress settings (that is correctly set to the language I need)

Thank you

Equinoctium
Participant
#0

Hello,

I am looking for this option and I do not know how to solve it, can it be modified in the theme or do you recommend a plugin? Or anyone who can program it if it has to be, make me a proposal. 🙂

I need to convert the Newspaper in a living book:

Table of Contents Index = Book, Chapters, Posts

Book = Each year, so 2018 is Book 1 (title like Chronicles of ….)
Chapter = Each Month, so Chapter one is the Month January (add a title …. Chapter One The …. Adventure)
Sub chapters / storyline = Each day + time to define the chronology of the happenings (Title: Header of that story)

Navigation : readers can go in the index / table of contents to navigate to a story by clicking on it
Navigation on posts: go to the next post or last post, or enter post number

Who can help me with a solution?

Thanks 🙂

snowsbest
Participant
#0

Hello

I have a header, sidebar, inline and bottom of post ad blocks set up on my site.

I would like to ensure that the header/inline/bottom of post ads do NOT appear for a particular category and it’s sub categories.

This is the code I currently have. Do you know what I need to put in to ensure these do not show in a particular category and it’s sub categories please?

<div class=”td-visible-desktop”>

</div>
<div class=”td-visible-tablet-landscape”>

</div>
<div class=”td-visible-tablet-portrait”>

</div>
<div class=”td-visible-phone”>

</div>

mic
Participant
#0

Hi there,

I need ‘header-menu’ & ‘top-menu’ as selection in my mobile-style. Can someone give me an advice?

Thanks, Michael

Viewing 25 results - 18,951 through 18,975 (of 29,850 total)