No search results were found in Documentation!
On my website, I am using newspaper, business theme with header style 2.
[img]https://i.ibb.co/Z2wgnFD/logo.jpg[/img]
I would like some code (without creating a child theme ideally) that will move the logo to the far left of the header space so that it is in line with the home logo rather than over to the right.
Can someone help me with this please.
Thanks,
Matt
I have applied the CSS code found here:
https://forum.tagdiv.com/topic/center-align-mobile-logo/
It seems to have fixed the issue. Is it enough/correct?
Thank you in advance.
Chris
-
This reply was modified 6 years by
bo.
Hello,
on my blog tospitakimou.gr in most cases the mobile logo is aligned left.
http://imgur.com/a/twjycbU
I am not using a cloud template for header and I cannot find how to align it in center.
Thanks a lot in advance for your support.
With kind regards,
Chris
Hi,
How should we proceed to create a page that contains different logos that link to other external sites (and opening them on a different tab)?
Is it possible to make this page appear only on the footer menu and not the main menu, please?
It should look something like this: https://khronoshistoria.com/paginas-recomendadas/
Thanks
Hi.
For some time we have noticed that the Instagram module that we placed on our home page (https://eldiariohabla.com) stopped updating. It no longer places the images of the new posts. A few hours ago some images also started to disappear. For example, the logo and one of the posts. In the case of the logo, when trying to load it manually, we get the message: “URL signature expired”.
What can we do to correct this problem?
Thank you very much in advance for your help.
P.S .: We don’t know if it’s related, but the Social Counter module doesn’t update the number of followers on Instagram.
The duplicate heading in the desktop-version disappears, when you deactivate the H1 from the Logo in the tagdiv-composer…
Greetings Kathrin
Hi I am pretty new to Tag Div.. so my apologies in advance if my questions are very basic.. but I’d rather have the basics before I go deeper..;-)..
How to add the log to the header?
How to edit the main menu design? Or any menu?
How do I display the Blog?
Is there a Page for Blog design? Where is it? And How do I define it if I create a new one?
How do I use this theme on a multisite installation?
Please do advise.
Regards,
Alim
Hi,
I’m new to WordPress and TagDiv. I’ve been looking for the actual code to use in the TagDiv task-manager for implementing SVG images for logos in the header. I’ve installed the SVG support plug in and have the SVG files in my media library. I can even use an image block to show the SVG logo in the header. But the actual Logo block just shows ………. after I upload the SVG file.
I’m looking for the code you input into the SVG css window in the header section. Any info would be appreciated!
Hello,
My regular posts the Single Template – Pulses PRO template. When I try to edit the template, everything looks perfect. But when I visit the post page, it looks different and broken, as if it is not using this template at all. The header logo image appears smaller and the footer does not appear in columns side by side, instead each column takes up all the width of the browser, as if it is a mobile footer.
What is wrong here?
When any one share my single post to facebook, there has no post image appear there. There is showing website logo! here is the screenshot: 
I have found what is wrong:
tdb_less_front.css, Line 36:
.tdb_header_logo .tdb-logo-img-wrap img {
display: block;
}
displays the image as a block and it fills the element it is in. So there is no room left to align. This must be removed or set to
.tdb_header_logo .tdb-logo-img-wrap img {
display: inline;
}
Hello,
I change the width of the image in header logo element to let’s say to 70%. Unfortunately, although the Horizontal Align button is set in header logo options, the image does not center in the column. It insists to align on the left instead. I also tried to set the H. Align dropdown to Center, but it does not help either.
Hi,
Yes, the code can work, if you want to set more specific the h1 tag you can do it here -> wp-content/plugins/td-composer/mobile/parts/logo.php in this way you can set the tagline_text ->
Thank you!
Hi!
We have a problem that the mobile logo shows perfectly centered on the Homepage but on the posts pages it is decentered. I include some screenshots here:
Home: https://www.dropbox.com/s/ivo0spmhaz5tl2k/web%20home.png?dl=0
Post: https://www.dropbox.com/s/s1pqkb7gtbhbh03/web%20post.png?dl=0
The header is created with the Header Manager. There is an Advertisement Zone inserted with shortcode above the logo, but the problem persists even with removing this ad zone.
Thank you in advance for your help!
Ok, the code of this document is:
<div id=”td-header-menu”>
<div id=”td-top-mobile-toggle”><i class=”td-icon-font td-icon-mobile”></i></div>
<div class=”td-main-menu-logo”>
<?php
locate_template(‘parts/logo.php’, true, false);
?>
</div>
<!– Search –>
<div class=”td-search-icon”>
<i class=”td-icon-search”></i>
</div>
</div>
What and where I should put the code snippet that “Topfgartenwelt – Gartenblog | Foodblog | Familienblog” is a H1 and what kind of code I have to add that after clicking on an article the title tag of the article gets an H1 and not the title of the homepage?
Would one of this codes be a solution? Or do you have another one?
<?php $headertag = ( is_front_page() ) ? ‘h1’ : ‘h6’; ?>
<hgroup>
<<?php echo $headertag; ?> class=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></<?php echo $headertag; ?>>
<h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
</hgroup>
or
<?php
is_front_page() ? $title_tag = ‘h1’ : $title_tag = ‘div’;
?>
<<?php echo $title_tag; ?> id=”site-title”>
/”><?php bloginfo( ‘name’ ); ?>
</<?php echo $title_tag; ?>>
Thank you
Greetings Kathrin
-
This reply was modified 6 years by
Topfgartenwelt.
-
This reply was modified 6 years by
Topfgartenwelt.
Dear Calin, this is not exactly what I mean. The H1 Heading in the desktop-version works. I have deactivated in the composer the H1 on the logo to avoid duplicate content. For the Mobile version, I use the mobile plugin and the therefore a different header which is just available in the mobile version. Here is no H1 defined. I always get the message from the seo-tool urgent do to –> add a H1 header.
When I make some changes in the theme-panel, the mobile version of the theme always changes to responsive version of the desktop. In this case the H1 Header is correct. But I want to use the mobile plugin header….
Greetings Kathrin
I had the problem that the H1 heading did show up duplicate. So I deactivated the H1 heading on the Logo in the tagdiv-composer. But now, I don’t have any H1 Heading in the mobile theme and when I want to test the homepage in the desktop-version it is not possible, because only the mobile versions shows up. What can I do, do have a H1 Heading in the mobile as in the desktop version? Can I do it for the mobile version in wp-content-plugins-td-composer-mobile-header? And where I have to do it for the desktop-version? wp-content-plugins-td-composer?
Greetings Kathrin
I opened the site for testing. That’s why I attached the screenshot (https://imgur.com/a/Boz8ZfS) and as you can see there, Google uses the white logo.
Where does the AMP plugin grab the logo from? And is there any possibility to change?
-
This reply was modified 6 years by
sscom.
Hello !
In order to change a logo you can follow our tutorial here: https://www.youtube.com/watch?v=HXQQygkCCJo&t=3s
Thank you !
I can’t even use TD Composer for the header part of my site, I only used Theme Panel to style the header area (navigation bar, Logo,…). If I open the home page with TD composer, I only can use it for the content area: https://imgur.com/a/gfcrLeq
I already wondered about some screenshots in your tutorials, showing TD composer on header and footer part. Why doesn’t that work for me?
We’ve installed Newspaper Theme on our site, pixelcritic.es, and we spend lots of hours yesterday trying to upload our logo site to the header, but we couldn’t do it. The image uploads onto the library but when we try to put it as the site’s logo it doesn’t work. The image has the size demanded (272×90 px), and we’ve tried both .jpeg and .png formats. Also, it’s not a problem of that image, because we cannot use neither the sample images of the web nor a new favicon. We’ve tried installing a couple of demos and also with two different header formats, but it’s not working.
What shall we do?
Thanks for your help.
But what about my logo? As I have explained, Google’s testing tool for structured data showed my white logo with black background color (https://imgur.com/a/Boz8ZfS), but I want to have my normal, colored logo there. What is the best way to do so? Is there any way to specify the logo used for AMP?
Hello !
You can use this css code: .td-main-menu-logo img {
position: fixed
}
.td-search-icon{
position:fixed;
}
The code must be inserted in here: https://www.screencast.com/t/s61BcemS2eW
Thank you !
Hi,
The logo from the Gadgets Pro demo is a SVG -> https://i.imgur.com/kPqFepY.png witha a text logo -> https://i.imgur.com/qX3AAJM.png the SVG seems to be 30px width.
Hope this will help you!
Thank you!
In the meantime, I found out that I can apply AMP only for blog posts in the AMP plugin settings, so 1.) and 3.) are solved, only 2.) is still open.
I also have another issue with my site’s logo for AMP. I tested the site for structured data with Google’s tool (https://search.google.com/structured-data/testing-tool) and found out, that it pulls my logo from the menu bar (which is white only there) and gives it a black background, as you can see in the screenshot: https://imgur.com/a/Boz8ZfS
Unfortunately, that does not look really good and I would like to have my coloured logo for AMP instead. Is there any possibility for that?
Thanks a lot in advance… 🙂