Search Results for 'header'

Results from the Forum
zeus
tagDiv Member

Alright, I’ve been reading a lot of websites regarding this issue. What I don’t understand is how this started to happen… but ok.

What I’ve done is trying that suggestion in the .htaccess but nothing happened.

Then I installed a plugin ‘SSL Insecure Content Fixer’. That managed fixing actually a lot.

What remains are some errors of mixed content aiming at images, for instance:

Mixed Content: The page at ‘https://www.gadgetgoeroe.nl/’ was loaded over HTTPS, but requested an insecure image ‘http://www.gadgetgoeroe.nl/wp-content/uploads/2014/02/gadgetgoeroe-logo3.jpg’. This content should also be served over HTTPS.

Would I really need to (re)upload all the pics? Merely adding an ‘s’ after ‘http’ in the theme panel > header didn’t work. And what about all the other pics used in all my posts?

Thanks! Enjoy the weekend.

cbur2107
tagDiv Member

That didn’t work.

Could it be any of this custom CSS? I will try to remove it all later, but it would be like searching for a needle in a haystack adding it back if it is.

************

.td-header-top-menu, .td-header-top-menu a, .td-header-wrap .td-header-top-menu-full .td-header-top-menu, .td-header-wrap .td-header-top-menu-full a, .td-header-style-8 .td-header-top-menu, .td-header-style-8 .td-header-top-menu a {
font-weight: bold;
}

.post header .entry-title {
font-weight: bold;
}

.td-trending-now-title {
font-weight: bold;
}

.block-title > span, .block-title > a, .block-title > label, .widgettitle, .widgettitle:after, .td-trending-now-title, .td-trending-now-wrapper:hover .td-trending-now-title, .wpb_tabs li.ui-tabs-active a, .wpb_tabs li:hover a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a, .td-related-title .td-cur-simple-item, .woocommerce .product .products h2, .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more {
background-image: url(“http://sportsmockery.com/wp-content/uploads/2015/10/stars-tew-proper.png”);
}

.td-related-title {
margin-bottom: 0px;
}

.entry-crumbs a {
color: #bc0000;
}

.entry-crumbs

{
color: #000000;
}

.td-footer-wrapper {

padding-top: 0px;
}

.aligncenter {
margin-bottom: 10px;
}

.td-main-content-wrap {
padding-bottom: 0px;
}

.td_block_big_grid_1, .td_block_big_grid_2, .td_block_big_grid_3, .td_block_big_grid_4, .td_block_big_grid_5, .td_block_big_grid_6, .td_block_big_grid_7, .td_block_big_grid_8 {
padding-bottom: 1px;
}

.block-title {
margin-bottom: 0px;
}

.td_block_wrap {
padding-bottom: 1px;
}

.td_block_14 .td-block-row:last-child {
margin-bottom: 1px;
}

.td-a-rec-id-sidebar > div {
margin-bottom: 5px;
}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
margin-bottom: 5px;
}

.sep {
font-size: 200%;
}

.td-page-content blockquote p, .td-post-content blockquote p, .wpb_text_column blockquote p, .td_block_text_with_title blockquote p, .bbpress blockquote p, .woocommerce #tab-description blockquote p, .mce-content-body blockquote p, .comment-content blockquote p {
font-size: 16px;}

.td_module_wrap {
padding-bottom: 1px;
}

NP Comm
tagDiv Member

Catalin,

Thanks for that link. I do believe those changes will be removed once I update the theme though, is that the correct assumption?

I am using a child theme and the td_api_plugin features for custom modules/blocks/headers/footers but was unable to find any documentation on using the API to add custom ads. Is there currently a way to do this through the API? Thanks!! 🙂

Bogdan B.
tagDiv Staff

Hello,

This is a default behavior of the theme to adjust the title to the tablet portrait and mobile version. So under 1018 pixels it will resize your header. In order to change this behavior you need to use CSS:

@media (max-width: 1018px){
.td-post-template-default .td-post-header header .entry-title {
font-size: 18px!important;
line-height: 26px!important;
}
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The trending now block title is affected by the headers background color : http://screencast.com/t/g1kLqw00R
This option will change all headers. If you want to target just the trending now title you will have to use custom css:

.td-trending-now-title {
background-color: red;}

Thank you!

Catalin
tagDiv Staff

Hello emimayoral,

You can change/remove the ads banner in Theme panel like this: http://screencast.com/t/KBkUrfCW26q
For more information about this, please consult our documentation here: https://forum.tagdiv.com/header-ad/

Thanks.

Bogdan B.
tagDiv Staff

Hello,

I tried your code on my end and it applies. If i edit your website the css applies also: http://screencast.com/t/42EdAyKx
Maybe something on your end requires a more specific approach.
Please use your code like this:

div.td-header-style-3 .td-header-sp-logo{
margin: 21px 20px 0px 0px!important;
width: 300px!important;
height: 100px!important;
}

Thank you!

emimayoral
Participant
#0

Hello!!

I would like to change the ads banner in each post header for another one made by me. How can I do that??

I would like to know how to remove the ads banner too.

Thanks!!

Yannik97
Participant
#0

Hey,
the top menu is deactivated in mobile view because it looks better without. But then there is no Login/Logout/Register button for users. So I changed the menu-mobile.php to this:
I think this isn’t the best solution but it works fine. When user is logged in there is a logout button and when user isn’t logged in there is a login/register button in mobile menu.

Hope it will help you.

<?php
 
/*  ----------------------------------------------------------------------------
    This is the mobile off canvas menu
 */
 
?>
<div id="td-mobile-nav">
    <!-- mobile menu close -->
    <div class="td-mobile-close">
        <a href="#"><?php _etd('CLOSE', TD_THEME_NAME); ?></a>
        <div class="td-nav-triangle"></div>
    </div>
 
    <div class="td-mobile-content">
        <?php
        wp_nav_menu(array(
            'theme_location' => 'header-menu',
            'menu_class'=> '',
            'fallback_cb' => 'td_wp_no_mobile_menu'
        ));
 
        //if no menu
        function td_wp_no_mobile_menu() {
            //this is the default menu
            echo '<ul class="">';
            echo '<li class="menu-item-first"><a href="' . esc_url(home_url( '/' )) . 'wp-admin/nav-menus.php">Click here - to use the wp menu builder</a></li>';
            echo '</ul>';
        }
 
        ?>
 
        <ul>
        <?php
          if ( is_user_logged_in() ) {
              echo '<li class="menu-item"><a href="' . wp_logout_url(home_url( '/' )) . '"> LOGOUT</a></li>';
          } else {
              echo '<li><a href="#login-form">LOGIN/REGISTER</a></li>';
          }
        ?>
        </ul>
 
    </div>
</div>
Catalin
tagDiv Staff

Hi Aditya,

Please try the code below and fix the problem with border in header style 2. This code is available only on this header style.

.td-header-style-2 .td-banner-wrap-full {
border-bottom: 1px solid #F3F1F1;
padding-bottom: 20px;
}
.td-main-page-wrap {
padding-top: 20px;
}

The result: http://screencast.com/t/ACxqzx5kv

I hope that is what do you want. If is not, please provide more details.

Thanks!

Lucian
tagDiv Staff

Hi,

Not sure what you mean, do you need to have the logo on full width? If so please use one of theme’s header with full logo, header styles 9/10/11: https://forum.tagdiv.com/header-styles/ Let us know if this is not what you need and provide more details in this regard.

Thanks

Aditya
tagDiv Member

Hi Catalin,

I was added last code but That Code is Working at Main Menu at style 2
See here: http://www.screencast.com/t/flS3Nb21KP

I want to make border below logo and ad in header style 2, So please provide me Dear. and give me hint CSS code fixing Place.

Thank You

  • This reply was modified 10 years by Aditya.
Aditya
tagDiv Member

Hi Catalin,

I was added last code but That Code is Working at Main Menu at style 2

I want to make border below logo and ad in header style 2, So please provide me Dear. and give me hint CSS code fixing Place.

Thank You,

Bogdan B.
tagDiv Staff

Hello Andrei,

You can use this generator from feedly to create your button and link to your account: http://feedly.com/factory.html

Then, for the header icons you can place the generated code in the top-widget.php file like so: http://screencast.com/t/3mrx3E76 result: http://screencast.com/t/QTQUNthjHY3b
It will need a bit of css styling to get in line with the others. You can add a CSS class to the a link generated on the feedly site as an example:

<a class="feedly-top" href='http://cloud.feedly.com/#subscription%2Ffeed%2Fhttp%3A%2F%2Fmyfeed' target='blank'><img id='feedlyFollow' src='http://s3.feedly.com/img/follows/feedly-follow-circle-flat-white_2x.png' alt='follow us in feedly' width='28' height='28'></a>

Then you can style it with css using the ‘feedly-top’ class.
For the bottom widget you will have to use the code in td_footer_extra_bottom.php like so: http://screencast.com/t/7HIBb5yxoaul
Keep in mind that you may have to change all the quote symbols to match the php syntax. A text editor line notepad++ will warn you on this.
Then you can also style it with css to position it.
I hope this helps

Thanks.

Bogdan B.
tagDiv Staff

Hello,

1) The top menu containing the login widget is hiden on the mobile version. It was a design choice and it can be forced to appear using custom css:

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

Just add the code in the theme panel->custom css box.

2) and 3) please provide more details to your problems. Be more descriptive and provide a link to your website so we can inspect the problems and come up with a solution.

Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

You could try this custom css in Theme Panel > Custom CSs -http://screencast.com/t/TvuZ3DjQcrxt but please note that it also depends of your image size(you have to use a bigger logo than the Travel, I have modified the image size):

@media(min-width: 768px) {
.td-header-style-5 .td-main-menu-logo {
height: 100px;
position: absolute;
}
.td-header-style-5 .td-main-menu-logo img {
max-height: 100px;
}
.td-header-style-5 .sf-menu {
float: right;
}
}

Thanks!

Bogdan B.
tagDiv Staff

Hello,

You have to be careful with css as it is a very specific language, so a code that will work on one header style will not work on another. We generally use the browser inspector (chrome) and an extension called live css editor when creating the code. It helps a lot!
I have checked your site and it seems that your modifications apply.: http://screencast.com/t/fuMVmyU2Shttp://screencast.com/t/QQ73ujGNyDQx

Thank you!

cmistico
Participant
#0

Hi all,
I have a problem with the look&feel of registration page of my new site…

I used Newsmag Theme in my wordpress multisite istallation…
you can see exately the problem here
http://analisidelsangue.net/wp-signup.php

I’d like to have a page with the same dimension of header e footer…
do you have an idea how can I solve the problem you see?

thank you
alessandro fron italia

Andrei
Participant
#0

Is there any way to add feedly to the social networks?
I would like to add feedly to the header and footer and add it with the others social icons

MHMDMONTHR
Participant
#0

hi i have 3 problems
1: login in the header doesn’t show for the mobile user
2: i cant activate the newspaper theme in my site stel told my when i try contact activate team
3:taps when i click on any tab text on the tab disabeer

andantesash
Participant
#0

I am using the travel demo magazine with header 5.

How do I make the logo size bigger?
Is it possible to make the image float over the top of the background graphic on the demo content?

lighterside
Participant
#0

Hello,

Using Newspaper V6.5.1, I tried changing this CSS:

.td-header-style-3 .td-header-sp-logo {
width: 224px;
margin-left: 0;
}

to this CSS in “Tablet landscape”:

.td-header-style-3 .td-header-sp-logo {
margin: 21px 20px 0px 0px!important;
width: 300px!important;
height: 100px!important;
}

…but the changes are not taking effect.

I’ve also made similar !important changes in Tablet Portrait which aren’t taking effect either. Modifications in both tablet Advanced CSS areas don’t even show in browser debugging.

However, changes I’ve made in Desktop (1141px +) ARE taking effect… even without adding “!important”.

Am I doing something wrong?

Thanks you

André
tagDiv Member

other error
footer

footer error

Fatal error: Uncaught exception ‘ErrorException’ with message ‘td_js_buffer::add_to_footer – the header JS was already rendered when you called td_js_buffer::add_to_footer() (ex: was called to late)’ in /home/ohallcom/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_js_buffer.php:48 Stack trace: #0 /home/ohallcom/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_wp_booster_functions.php(717): td_js_buffer::add_to_footer(‘\n\t\n\n\t\t(function…’) #1 [internal function]: td_bottom_code(”) #2 /home/ohallcom/public_html/wp-includes/plugin.php(503): call_user_func_array(‘td_bottom_code’, Array) #3 /home/ohallcom/public_html/wp-includes/general-template.php(2284): do_action(‘wp_footer’) #4 /home/ohallcom/public_html/wp-content/themes/Newsmag/footer.php(58): wp_footer() #5 /home/ohallcom/public_html/wp-includes/template.php(555): require_once(‘/home/ohallcom/…’) #6 /home/ohallcom/public_html/wp-includes/template.php(514): load_template(‘/home/ohallcom/…’, true) #7 /home/ohallcom/public_html/wp-inclu in /home/ohallcom/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_js_buffer.php on line 48

Catalin
tagDiv Staff

Hi thelastpoet,

I understand your request, but unfortunately our theme does not support this change and there is no easy solution for it. This is a complex task which requires lots of customization and if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.

As a quick solution to your problem, you can try the code below:

@media (max-width: 767px) {
.td-travel-header .vc_parallax-inner{
height: 100%!important;
top: 0!important;
}
}

Hope this helps!

Thank you!

shaynelocke
Participant
#0

Hi there,

I have been working on your theme to launch a new site for our magazine and radio station. Here is the link – http://soultravellerradio.com

As you can see I have added a bunch of code to include our radio station player up the top.

I have a couple of issues.

Firstly whenever I go to share a post to facebook it comes up with more than just image, header and summary. It shows date, share options, the breadcrumbs. Yet on the demo it showed none of this.

Secondly, When using a smart list, if I add a featured image it messes up the smart list, however not adding a featured image means that it is not displayed properly. You will see on my site that I have not included the image for the smart list called Five to Thrive. How do we add the featured image but stop it showing on the actual post page.

How you can answer these issues. We are hoping to finish the site off to go live on the weekend.

Many thanks
Shayne.

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