Search Results for 'logo'

Results from the Forum
Zoran
Participant
#0

The button created in VC Backedend Editor is on the edge of the page. I want to have it in line with text paragraphs and Booking.com logo.
Check current position of green button at the bottom of post http://www.travelsito.com/das-stue-berlin-germany/

Simion C.
tagDiv Staff

Hi,

Maybe you mean the logo that is displayed on the sticky menu, when scrolling the page. Please check and remove the logo if needed from the mobile section
https://www.screencast.com/t/XOTx1iWT0
That will be displayed when this setting is selected
https://www.screencast.com/t/A6wbGTixg
Regarding the Big grid, you can control the posts that are displayed in each of the blocks or grids in the theme. You can filter and sort the posts how you want.
Please read this guide for more information
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

There is no option in the theme to modify the logo link. This will redirect to the homepage when clicked. Try making changes in this file if you would like to change this default behavior
https://www.screencast.com/t/QNbFp72RCDh

Thanks

sludgefeed
tagDiv Member

Quick question on RSS as it relates to this theme…

Is there a way to pull down news articles from other sources via the RSS and have the posts simply link to the article on the other site when you click it? No article in the actual post.

As an analogous example, see what Barstool Sports does with their homepage feed. The “sponsored” or “ads” are simply links to an external site:
http://www.barstoolsports.com/

Appreciate the help!

Luptern
Participant
#0

I deleted the template logos but just noticed that one appears when scrolling.

Where can I remove this from?

Also, big grid 1 – how do I get articles to automatically land in here? I’ve been adding them manually but is there another way?

sternstrategy
Participant
#0

How would I change what the footer logo links to? I’d like to link it to a different site.

Simion C.
tagDiv Staff

Hi,

I have created an account on your website and logged in without any issue
https://www.screencast.com/t/adVuMdqcRtJ
Then I successfully logged out as well
https://www.screencast.com/t/boPNmIqpegf
The logout action redirects to homepage by default, that is the default functionality of the theme
https://codex.wordpress.org/Function_Reference/wp_logout_url
It could be a plugin that maybe interferes or tries to redirect to a different location unsuccessfully. Or maybe you have tried to make modifications to this element.

Thanks

Catalin
tagDiv Staff

Hello harmario,

Sorry for my bad understanding! Try to use the code below and you will have the both menu hide on the desktop and mobile devices, without the logo.

The code is ->

@media(min-width:767px){
.td-header-main-menu{
display:none!important;
}
}
.td-icon-mobile{
display:none!important;
}

Hope this helps!

Thanks.

opeedo
Participant
#0

Hello please I am using sticky menu on my site and the logo seems too small, please can you give me the CSS code to make the logo size 100% with menu bar height?

majorfuss
Participant
#0

For Header Style 8, it states that for best results use these logo sizes:

Logo Upload: 238 x 86px
Retina Logo Upload: 476 x 172px

But what is the ideal resolution for these?

scrip
Participant
#0

Hi, I’ve just updated the theme to 8.1 version (previously I was with 6.5).
I have used the FTP-way, deleting the old folders (both for theme and plugins) and then uploading the new ones.
There is one big problem. In desktop version, the mobile menu appears upon my logo. I have tried to deactivate all the plugins but the problem persists. I have emptied the cache many times, with no result.
Any ideas?
Thanks in advance

harmario
tagDiv Member

Hi Catalin!

I was testing the last codes and is not what I looking for.

I will try to explain me better.

.td-header-main-menu{
display:none!important;
}

This one yout give before works fine on desktop cause I see the logo but on mobile hide all the header (menu, logo and search icon) and I´m looking for something that hide both the menu on mobile and desktop but not the logo (the search icon I really dont mind now).

Thank you for being patient ;D

  • This reply was modified 9 years by harmario.
  • This reply was modified 9 years by harmario.
Catalin
tagDiv Staff

Hello technouk,

You should try using the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-logo-text-container .td-logo-text{
font-family:Arial!important;
}
.td-tagline-text{
font-family:Arial!important;
}

NOTE: The font should have to be loaded in your theme before using it to your custom CSS code.

Hope this helps!

Thanks for the message!

harmario
tagDiv Member

Sorry, I was so fast saying it works fine hehehe

It doesn´t work like I want:

.td-icon-mobile{
display:none!important;
}

This part of the code work nice and hide the icon menu on mobile but, If I include the next part, hide all the header including logo and icon of search option.

.td-header-main-menu{
display:none!important;
}

On desktop work fine and hide only the main menu.

Any idea?

Thanks a lot!

  • This reply was modified 9 years by harmario.
bformhals
Participant
#0

How can the Footer Info content be added above the social icons for Style 10.

Dont like the header logo displaying as in style 5.

Edward
tagDiv Member

update_log.txt

[ Version 8.1 ]
– new: Added custom style and support for WordPress 4.8 widgets
– improvement: The theme now loads the BBpress style only when the plugin is active
– improvement: List menu block now works with submenues
– improvement: instagram ID’s now work with or without @
– fix: Photography demo style fixes
– fix: Post gallery shadow on image popup
– fix: Art Creek demo transitions on module thumbs
– fix: Art Creek demo installer issues
– fix: tagDiv gallery styling issues and thumbnails display
– fix: Lifestyle demo import issues
– fix: Fitness Blog import links
– fix: Column Text Block title
– fix: margin and padding on tagDiv Composer with a value of 0
– fix: Imagebox Block bugs
– fix: Gadgets and Sound Radar demos popup bug
– fix: Tech demo preview image
– fix: ImageBox Block works now with images that don’t have a destination URL
– fix: Adspots load wrong spotID in tagDiv Composer
– fix: Various typos in our theme panel
– fix: Small issue with the full width headers with logos
– fix: Big Grid Slider Block parameters
– fix: wedding demo fonts issue
– fix: Business demo better text aligment
– fix: Various CSS and HTML structure fixes on different parts of the theme. We fainly tuned all the demos to look and feel perfect.

MESOTU
Participant
#0

Hi guys,
I’m looking to move the main navigation menu inline with the logo (sitting to the right of the logo). I would like it to appear as it does in the health demo shown here (https://demo.tagdiv.com/newspaper_health/).

I think it’s a pretty easy CSS job but just wanted to get the code right. I’m currently set up with the Style 1 from the Theme Panel. Would welcome your input. Thanks in advance.

Kind regards 🙂

Catalin
tagDiv Staff

Hello salocharly,

Sorry for this inconvenience but notice that until now, we do not receive any bar reports in this regard, sorry! If you want to make some change in the logo, you should edit the theme core files and edit it, like this -> https://www.screencast.com/t/yvPZrven7 If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!

Thanks for the message!

salocharly
tagDiv Member

I did what you guys propose here, but i has not changed, do i need to chenge it on mobile too? logo-mobile-h1.php

Simion C.
tagDiv Staff

Hi,

All this information is available in the theme documentation
https://forum.tagdiv.com/newspaper-theme-documentation/
Also for any problem you might have, you can always search the forum or create a new topic. We will try our best to help you as soon as possible.
As mentioned before, Header styles 9, 10 and 11 do not have a limit for the logo image. An example is this demo which uses header style 10
https://demo.tagdiv.com/newspaper_cars/
Please make sure that when setting the logo you are choosing full size
https://www.screencast.com/t/MDZ4cuD34yhA
https://www.screencast.com/t/SgOe98DzZ
If you consider that the theme is not suited for your website, you can request a refund and we will approve it as soon as possible.

Thanks

Simion C.
tagDiv Staff

Hi,

If you mean to align the header menu and logo with the page content
https://www.screencast.com/t/gnF1fe0fv
You could try a code like this
https://www.screencast.com/t/3aIfNURiCF
Enter it in Theme panel->Custom CSS

.td-header-style-1 .menu-item-first a {
padding-left: 0!important;
}
.td-header-style-1 .td-header-sp-logo {
margin-left: 0;
margin-right: 56px;
}

If this is not what you wanted, please provide more details about how exactly you want theme to be aligned.

Thanks

Simion C.
tagDiv Staff

Hi,

The required dimensions for each header style are mentioned here
https://forum.tagdiv.com/logo-favicon/
Note that header styles 9, 10 and 11 do not have a limit for the image used, any image size will be displayed as it is. You can use one of those header styles if you require a bigger unlimited logo.

Thanks

SonyCentric
Participant
#0

How can I change the Grid Style Colours in Big Grid 3 to the ones used in my logo at http://www.sonycentric.com ?

I’m quite a novice. Ideally, I would want them to show the colours associated with my Categories, but if that’s not possible then at least have them colours that I actually want.

jun-sasaki
tagDiv Member

Hi Catalin,

Thank you for your response. The mobile menu looks ok now with that bit of css, but the desktop menu bar looks weird. I’ve left the site as it is so you can take a look.

EDIT: Never mind, I added padding for the logo and the individual menu items instead of the whole bar, so it looks perfect now. Thank you. 🙂

unnanego
Participant
#0

Hello!
I understand that there are a lot of questions like this, but I’m not sure if they suit me. Is it possible to align the menu and the logo to the left? http://SSMaker.ru/eb6d9a45/

Viewing 25 results - 7,826 through 7,850 (of 12,143 total)