Search Results for 'header'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

Those would be the block headers styles. There is a general setting for this in the theme panel
https://www.screencast.com/t/NltKOMw10AG
This is overridden by individual block settings set in the page with the composer, or for the widgets
https://www.screencast.com/t/VTZx45XPp
https://www.screencast.com/t/JPHMkquH
There should be no problems with these settings, I have checked them and they work properly. If this is not what you are trying to do, please provide some more details, for a better understanding.

Thanks

ocadmin
Participant
#0

How can I fix my header?

I would like to make the logo a bit bigger and add some white space above my ad. My banner add size is a static 600px wide X 269px tall. I also need to drop the menu down.

BlobVideo
Participant
#0

Hi, by entering the code for the visible banner on smartphone we get an error.
The complete code is this:

<div class=”td-visible-desktop”>
blobvideo.com
</div>

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

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

<div class=”td-visible-tablet-phone”>
blobvideo.com
</div>

Unfortunately, the smartphone banner is also visible on desktop and tablet versions (superimposed)

How can we solve?

jmisenti
Participant
#0

Hello,

Currently we are trying to create our module headers similar to here http://cld.publisherdesk.com/1U0a2s1n3T3f but something is overriding it and forcing the header to show like this: http://cld.publisherdesk.com/2x2Z34411Y2o

Is this a bug in the back end?

Thank you

Simion C.
tagDiv Staff

Hi,

The dropdown menus and mega-menus will show an arrow pointing down. You could use a font awesome icon in the menu
https://forum.tagdiv.com/how-to-add-icons-in-menu/
Like this example (the icon must be set for all menu items that are dropdown or mega menu)
http://fontawesome.io/icon/ellipsis-h/
https://www.screencast.com/t/A4KcVNSWm
And then with an additional code to hide the default arrow and also add some margin on the new icon
https://www.screencast.com/t/QhRxsn1wPu73
There might be other modifications needed in terms of design, but it could be a solution if you want tot change the default arrow.

There are many header styles to choose from
https://forum.tagdiv.com/header-styles/
Some have centered menu items, the header menu can be stretched in the theme panel
https://www.screencast.com/t/ordZZZSw

The dropdown menu cannot be in 2 or 3 columns, the elements are one below the other in 1 column.

Thanks

Bogdan B.
tagDiv Staff

Hello,

The head tag is found in header.php here: https://www.screencast.com/t/2noeCTl9Z That is where the code should be implemented.

Thank you!

Eric V
tagDiv Member

Thanks Simion, that worked perfectly on my laptop, but not on mobile. How to get it fixed on mobile too?

Also, i enter a css code after each update to remove a black flash in my menubar. Can i add the code also to the custom css field, so that i wont have to add it every time after each update?

This is the code:


@media
(max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full,
.td-header-wrap .td-header-menu-wrap,
.td-header-wrap .td-header-main-menu {
background-color: #fff !important;
height: 54px !important;
}
.header-search-wrap .td-icon-search {
color: #fff !important;
}

Tan
Participant
#0

Hello Tagdiv support,

How to create Horizontal three dots menu (…) (for dropdown menu)?
Is it possible to make a full-width centered navigation bar?
How can I change layout of the dropdown menu (for instance 3 columns instead of 1 column)?

Thanks!

Catalin
tagDiv Staff

Hello redoankawsar,

Please take the header.php directly to the pack files because there you will find the right code for the entire theme. The best way is to reinstall the whole theme via FTP way because this is the surest method in this case.

Thanks for the message!

Simion C.
tagDiv Staff

Desktop is considered above 1141px – https://www.screencast.com/t/FSH8e92msJLA
So for screen widths higher the that, it will look properly
https://www.screencast.com/t/dWhszweJS8pD
As the screen size decreases (considered tablet size), a different code would be needed to display properly, like this
https://www.screencast.com/t/5FcH1pYKYuUl
Enter the previous code as mentioned, in the desktop CSS section. Enter this one in both tablet widths
https://www.screencast.com/t/9sHPlX8qhn

.td-header-style-8 .td-header-sp-logo {
top: 20px;
}

Thanks

Bogdan B.
tagDiv Staff

Hi,

Please try to refer to these links here -> https://forum.tagdiv.com/topic/call-to-undefined-function-get_header/ and https://forum.tagdiv.com/topic/site-not-reachable/ and follow the steps which have been given there to solve your problem.

Hope this helps!

redoankawsar
tagDiv Member

<!doctype html >
<!–[if IE 8]> <html class=”ie8″ <?php language_attributes(); ?>> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ <?php language_attributes(); ?>> <![endif]–>
<!–[if gt IE 8]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>

</head>

<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>

<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>

<?php locate_template(‘parts/menu-mobile.php’, true);?>
<?php locate_template(‘parts/search.php’, true);?>

<div id=”td-outer-wrap”>
<?php //this is closing in the footer.php file ?>

<div class=”td-outer-container”>
<?php //this is closing in the footer.php file ?>

<?php
/*
* loads the header template set in Theme Panel -> Header area
* the template files are located in ../parts/header
*/
td_api_header_style::_helper_show_header();

do_action(‘td_wp_booster_after_header’); //used by unique articles

jeffrobertswrites
Participant
#0

Hi there,

When I click on a category in my main header menu (i.e, ‘health’), I’m taken to a page which lists all of the articles within that category. However, right under the name of the category near the top of the page there are a bunch of tags that have nothing to do with that category. I can’t seem to find a way to remove these tags. Any idea?

Thank you,
Jeff

Buzzifeeds
tagDiv Member

can you please reply to my emails , now when i ad the header ads , work fine in other pages but the home page no , when i change the header look or the logo or anything didn’t change on the homepag , but other pages all is fine , i reloaded all my website from the host , i deleted all my data and install all from zero , but still the same problem , i change the demo , i choose another one , the theme change on other pages but the home page still with the theme that i choose the first time

defocusmedia
Participant
#0

Greetings. I had someone fix my single image issue, however it’s still not functioning properly in the editor. I did everything that you requested before. Also, the header ad box is still not clear on the desktop. Please view and advise. Thank you in advance!

Filandor
Participant
#0

Hi.
I greate main page with TD composer. I choose page template: ” page builder + page title” (I no need default sidebar and last articles). How disable title and breadcump – http://dl3.joxi.net/drive/2018/01/24/0000/0020/4116/16/7505d54768.png ?

1) page template (page builder + lates article) – does not fit, I dont need lates article
2) page template (page builder + Overlay menu) – does not fit, its hide main header width menu

Igor
Participant
#0

Hi,

Such errors recently appeared in the logs:

[24-Jan-2018 06:34:25 Europe/Amsterdam] PHP Fatal error: Call to undefined function get_header() in /home/myserv/public_html/wp-content/themes/Newspaper/index.php on line 6
[24-Jan-2018 06:34:25 Europe/Amsterdam] PHP Fatal error: Call to undefined function get_header() in /home/myserv/public_html/wp-content/themes/Newspaper/index.php on line 6
[24-Jan-2018 08:18:55 Europe/Amsterdam] PHP Fatal error: Call to undefined function get_header() in /home/myserv/public_html/wp-content/themes/Newspaper/index.php on line 6

David Langer
tagDiv Member

Thank you, Simion! It works. Just a few more design details.

1) Instagram feed is so close to the “Event” module. I would like to have a bigger space there. On the other side, there is a space between Instagram feet and footer, I would like to put them together.

https://www.screencast.com/t/tskoDpuO

2) Another problem is with pages that are set to Pagebuilder + latest articles + paginatior

When you set the title for the latest articles it is super close to the header, without the title it’s right in the header. When I try to use Tagdiv Composer and set it with blocks, there isn’t an option of page paginatior – just load more, next prev ajax or infinite load.

https://www.screencast.com/t/56AHFpCpi5V

https://www.screencast.com/t/qeDnCbG4XZE

Any idea how to make a stable space between header and latest articles and still have the page paginatior?

https://www.screencast.com/t/MeWUUejBmA3

Thanks!

beppepicaro
tagDiv Member

Thank you for your reply.
I managed to get closer to what I need but I have a few issues:

1 – When I set “my page” (Woocommerce -> Settings -> Products -> Display) as “Shop page”, then “my page” won’t honour the styling that I created with tagDiv composer, but if I don’t set the page as “Shop page” I get the styling.

2 – Even though I selected a sidebar, and I created a new one just to make sure, there is no sidebar in the frontend in either pages, in the one set as “Shop page” and in the “standard” one.

3 – The Featured Image is not visible either in the default “Shop page” and in “my page”.

4 – To get the styling as per your demo page shown here https://demo.tagdiv.com/newspaper_tech/shop/
I used the “Text With Title” element, it seems the only one which could generete a text label with a line, but in the front end page I get this message:
“Html code here! Replace this with any non empty text and that’s it.”
Is there a workaround to avoid such message because I don’t need any text here but I like the style.

Please see below the code generated by the tagDiv composer:


[vc_row][vc_column][td_block_text_with_title custom_title="Mugs" header_color="#0a0a0a" header_text_color="#ffffff" separator="" tdc_css=""][/td_block_text_with_title][product_category per_page="12" columns="4" orderby="" order="DESC" category="mugs"][/vc_column][/vc_row][vc_row][vc_column][td_block_text_with_title custom_title="T-Shirts" header_color="#0a0a0a" header_text_color="#ffffff" separator="" tdc_css=""][/td_block_text_with_title][product_category per_page="12" columns="4" orderby="" order="DESC" category="t-shirt"][/vc_column][/vc_row]

vsexmogushiy
Participant
#0

Hello, please tell me:
1) How I add icon “sign in / registration” to the left for icon search (red arrow on scrin)?
2) How to add padding between the images (blue arrow on scrin)?

http://prntscr.com/i4hiuv

etasoft
tagDiv Member

hello, excellent theme, thanks

I had a similar problem with the menu, I was preparing a website based on the demo construction, (newspaper 8.6 version) I am using header style 4, without top bar, and always sticky menu. When the page opens the first time, the menu is displayed correctly, but when scrolling and the menu stays sticky, the spaces between the elements of the menu are lost and all the elements are stuck

according to the solution by Simion C., the problem was corrected, thanks very much

MCDS
tagDiv Member

Hi and thank you so much.
I see a strange thing: if I write https://www.mydomain.com everything is OK.
But if I write http://www.mydomain.com (without https) or http://www.mydomain.com (http without “s”), I still see the “chinese” symbols.

Note that I put in my htaccess Header set Access-Control-Allow-Origin “*”
If you have any suggestion… 🙂
Thank you again.

Catalin
tagDiv Staff

Hello Berbi,

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

body .td-header-main-menu {
background-color: #fff;
}

Hope this helps!

Thanks.

Buzzifeeds
tagDiv Member

this is the header appers in to categories pages and article http://prntscr.com/i4fekf

this is the same header ads don’t appears in to home page : http://prntscr.com/i4fdmt

Simion C.
tagDiv Staff

Hi,

That could only be done with custom code. You can use the browser inspector for this, inspect the elements used and create the code. A similar border can be set like this
https://www.screencast.com/t/XmN2EYR6Ff8

.td-header-style-5 .td-main-menu-logo,
.td-header-style-5 #td-header-menu .menu-item {
border-right: 1px solid white;
}

Then you can color the menu items as you wish, like in this topic
https://forum.tagdiv.com/topic/changing-the-themes-colour-per-page/

This is a guide for using the browser inspector to make this kind of customization, It is a very powerful tool
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Viewing 25 results - 18,901 through 18,925 (of 29,850 total)