Search Results for 'header'

Results from the Forum
Johan
Participant
#0

Hello can you help me?How to move logo mobile version from menu? But I need change logo mobile version to header. Not together with menu. How to for change this logo?

Bogdan B.
tagDiv Staff

Hello,

Please make sure you change your logo in the header section of the theme panel and clear cache afterwards.

Thank you!

Bogdan B.
tagDiv Staff

Well I no longer see any logo on your site: http://www.irreverentgent.com/
You can simply remove any logo from the theme panel header section or footer if you want to remove the footer logo.

Thank you!

GARBAR
tagDiv Member

Hi,
I have a similar issue. I am using Header Style #5: Full dark menu with logo

The top bar, main menu and footer are normally full width (unboxed).
The theme normally has no background image.
When I upload a background image, the top bar, main menu and footer all become boxed, and loose their full-width sizing.

I want to have a background image and keep all those full width. How can we do this?

Thanks,

G.

logosi
Participant
#0

I read this post
https://forum.tagdiv.com/topic/different-header-images-for-different-pages-and-videos/

and it is close to what I want. However, I’m not attempting to change the header, but to have a background image on the page itself. This is purely for artistic value, is this possible? If so, can you paste the code here please? I understand where to place it and the fact I’d need to create an image in Photoshop.

EU-uutiset
Participant
#0

Hi,

This email came today AND when trying to log in here my browser reported that this is a “Reported attack site”.

Care to give some comments?

This email was sent from your website “24Uutiset” by the Wordfence plugin.

Wordfence found the following new issues on “24Uutiset”.

Alert generated at Sunday 13th of November 2016 at 06:40:57 AM

Critical Problems:

* File contains suspected malware URL: /home/n4uuti5/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/views/td_panel_custom_fonts.php

* File contains suspected malware URL: /home/n4uuti5/public_html/wp-content/plugins/td-social-counter/td-social-counter.php

* File contains suspected malware URL: /home/n4uuti5/public_html/wp-content/themes/Newspaper/includes/panel/views/td_panel_block_settings.php

* File contains suspected malware URL: /home/n4uuti5/public_html/wp-content/themes/Newspaper/includes/td_config.php

* File contains suspected malware URL: /home/n4uuti5/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_api.php

* File contains suspected malware URL: /home/n4uuti5/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block_widget.php

* File contains suspected malware URL: /home/n4uuti5/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_cake.php

* File contains suspected malware URL: /home/n4uuti5/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_menu_back.php

* File contains suspected malware URL: /home/n4uuti5/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/content-metaboxes/td_set_page_with_loop.php

* File contains suspected malware URL: /home/n4uuti5/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_system_status.php

* File contains suspected malware URL: /home/n4uuti5/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_ads/td_get_ad_spot_by_id.php

* File contains suspected malware URL: /home/n4uuti5/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/views/ajax_boxes/td_panel_cpt_taxonomy/td_get_tax_settings_by_tax_name.php

* File contains suspected malware URL: /home/n4uuti5/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/views/td_panel_categories.php

* File contains suspected malware URL: /home/n4uuti5/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/views/td_panel_excerpts.php

* File contains suspected malware URL: /home/n4uuti5/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/views/td_panel_header.php

* File contains suspected malware URL: /home/n4uuti5/public_html/wp-content/themes/Newspaper-child/functions.php

aldeawood
tagDiv Member

Hi Bogdan, thanks so much for your thorough reply including all the screenshots. I did eventually get the ad working in the sidebar via the theme panel Ads section – I think even though I was deleting cache after each try it may have been a caching issue.

I also got it working on mobile but it did not work when I placed the script in the head tag of child theme > mobile > header.php – I had to place it in the original theme mobile header file. Oh well, it is showing up! I will re-add the code when there is an update.

One more funny thing, do you know what the empty black bar is at the top of the mobile site above the logo, menu and search header? screenshot: http://www.screencast.com/t/gjJfA0VzAe

Thanks so much. I’m loving the theme 😀

deelv
Participant
#0

Is there a way to hide the search icon in the header? Or even better just have it show when scrolling down the page?

ddmmatias
Participant
#0

The Sports DEMO has a margin of almost 50px. I’m using the exact same Header, Footer and plugIn and the Margin is of almost 120.

Here is the example: https://postimg.org/image/z7e1zaeap/

I want to make it look the same, not only the margins but also the blocks widht.

MorettaConsulting
Participant
#0

On Default Demo I’m trying to change the Header Style Option from default to Style 10. Flag is properly shown on Style 10 but logo does not change. Where am I wrong? Than you

augustoadih
tagDiv Member

This I already did, I want to change the language of the theme in the part of the settings.
Example: Header = cabeçalho / footer = rodapé.
Change the language of the theme settings to Portuguese so I can tweak the layout more easily.

Catalin
tagDiv Staff

Hello kaidensharma,

@media (max-width: 767px){
.header-search-wrap .td-icon-search {
color: green !important;
}
}

Try the code above.

Thanks.

Bogdan B.
tagDiv Staff

Hi,
Sorry, please compare your code with the one I added there. You will see there is a if condition there wrapped around the standard theme code. Here is a more explicit screenshot:
before: http://screencast.com/t/nR8pDZeSFr
after: http://screencast.com/t/tdMKsBKlLE
Replace that last part of code with this one:

    <?php
        if ( !is_page(12577) ) {
            echo td_global_blocks::get_instance('td_block_ad_box_mob')->render(array('spot_id' => 'header_mob'));
        }
        ?>

and change the page id in the code to your own.

Thanks.

Nano
tagDiv Member

Hey, Yes, I want to remove it only for mobile theme and I am very well aware that it has totally different place to add codes and have different header.

So, I see http://screencast.com/t/ZIMmqfCqcdx8 but I don’t know what to do here. What do I need to do remove adds from homepage only. I can get the Page ID for homepage using Browser inspector but what to do next?

What’s the code and where do I need to add this code ( probably here: http://screencast.com/t/ZIMmqfCqcdx8)

Kindly be little more instructive 🙂 ( Sorry for being so dumb in coding )

Thank you.

krysn76
tagDiv Member

Thanks Bogdan, as per that topic instructed , i just need to remove this line only from all those 4 td_top_bar_template php files –


locate_template('parts/header/td-login-modal.php', true);

from this code :


<?php if (td_util::get_option('tds_top_bar') != 'hide_top_bar') { ?>

<div class="top-bar-style-4">
<?php locate_template('parts/header/top-widget.php', true); ?>
<?php locate_template('parts/header/top-menu.php', true); ?>
</div>

<?php }
locate_template('parts/header/td-login-modal.php', true);
?>

So that final code will look like following ?


<?php if (td_util::get_option('tds_top_bar') != 'hide_top_bar') { ?>

<div class="top-bar-style-4">
<?php locate_template('parts/header/top-widget.php', true); ?>
<?php locate_template('parts/header/top-menu.php', true); ?>
</div>

<?php }

?>

will doing that also remove the login codes form the mobile theme plugin ?
I think it wud be best to remove it from mobile theme plugin too for our site …for that which files codes will i need to edit & remove ?

Thanks
Awaiting reply
Regards

Bogdan B.
tagDiv Staff

Hi,

The mobile theme as you know has a different header ad than the desktop theme: http://screencast.com/t/5CyGWerl
If you only want to remove it on the mobile homepage you will have to add a condition around this code:
http://screencast.com/t/ZIMmqfCqcdx8
You will have to use is_page and use the page id number (you can see it in the browser inspector when inspecting the mobile homepage) as the is_home function will not work on the mobile theme.

Thank you!

Catalin
tagDiv Staff

Hello kaidensharma,

I guess that you want to change the header color background to your mobile mode, right? Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

@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: red!important;
}
}

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

Hope this helps!

Thanks for the message!

Nano
Participant
#0

I don’t want header ads to appear on the homepage when using mobile theme plugin on mobile.

How can I disable it for mobile?

kaidensharma
Participant
#0

Hey there,
my website is http://kaidenworld.com
i have re-defined some elements using css… now i want to change the header colour in the mobile version as it is overlapping my logo colour but i am unable. can anyone help?

tamasp
Participant
#0

Hi,

I’m making a multilingual website. I’ve tried to figure out how to put the language switcher on the top header menu or at least close to this, so people can see it immediately.

How could I do it? Is there any option or plugin to do it?

Thank you

Tamas

simchris
tagDiv Member

I’m actually using Newsmag now, but very similar for some of the admin panel.

I think you can turn on the image sizes in the modules panel for theme? The section where you can turn on/off different images sizes for blocks/modules.

You can see one of my Newsmag sites on the “showcase” page … (the California one). Note the site just switched to Newsmag 3.1 from 1.7, and I have not yet fully optimized it (logo wrong size in footer, mod_pagespeed is off, critical CSS not yet in header, etc.).

TagDiv is in diff time zone from me — I don’t hang out here, but sometimes I have little iwndows of “waiting on some dumb server thing to run …” where trapped a moment or three; so poke my head into facebook, here, couple of the wordpress plugin forums I use, then pop back. So, sometimes I’m around, sometimes you won’t see me for week ot two ….

these days I just chime in if its something topical to what I’m actually doing, like the https stuff.

expeditionadvena
Participant
#0

Hey,

my current mission is to change my fonts throughout my blog. In the Newspaper theme panel under “theme fonts” I have a huge variety of fonts but unfortunately can’t preview any of them somewhere unless I click on a module (eg. header) and change the font there and reload my website afterwards. It’s working, but painstakingly slow. Is there maybe a way to preview fonts in the theme panel without always reloading the website to view changes?

Thanks.
Torsten

Catalin
tagDiv Staff

Hello champaka,

Unfortunately, we do not have any category landing page, but you can achieve this if you are using some CSS code to hide the header and the footer for category pages. Regarding on sidebar, notice that you should use and add any widget you want to your sidebar from the panel, like this -> http://screencast.com/t/VDOGB6wB and the widgets from here -> http://screencast.com/t/pphotSL6w

The code which allows you to hide the header and the footer section for all category pages is here ->

.category .td-header-wrap, .td-footer-wrapper{
display:none;
}

Hope this helps!

Thanks for the message!

Catalin
tagDiv Staff

Hello logosi,

Unfortunately, I do not know about your code implementation above because we do not have any tests in this regard. I guess, that you want to put the code in the header section of theme, right? So, you should check the theme core file named header.php and place the code here -> http://screencast.com/t/bR2bTTU5DMpz I cannot say for sue if will work or not but you can try it and check the results. For more information about the code implementation, you should consult this topic here -> https://floatboxjs.com/instructions

Hope this helps!

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello

Moving the weather will require a bit of coding adjustment. The top menu consists of 2 files together. One is the top menu and the other is the social icons. The weather is found in the top menu file. You will have to move the widget code to the bottom of the file like so: http://screencast.com/t/REFTgwtWpjz2http://screencast.com/t/dHiuajXPdp9 Now you will have to switch the order in which the 2 files mentioned are loaded. Change the order like so: http://screencast.com/t/lPP48XlBmiv
Now use this css in the theme panel->custom ad spot:
.td-header-sp-top-widget{
float:left!important;
}

This was a lucky example. Normally you cannot move thing around so easy. 🙂

Thank you!

Viewing 25 results - 22,551 through 22,575 (of 29,850 total)