Search Results for 'logo'

Results from the Forum
simchris
tagDiv Member

What I usually do is use a “featured” category to control what goes in the big grid (at least for home page), so that a news item with a logo, for example, doesn’t become the big picture. And then I can control which “nice” images make the front page more attractive. So, book covers or whatever except the one which is all text on a white background (YUCK!).

For the category tops, I’m not sure if that is controllable or not, actually. I would presume the logic would be “use featured if exists,” use latest if not; but I think the category toppers use just latest items by default.

sixdivision
tagDiv Member

Hi Lucian thanks for the reply, I can change it in:
.header-logo-wrap .td-logo-text {
display: block;
font-family: ‘Life Savers’, sans-serif;

accessed from appearance>>edit in wordpress menu

lacortegourmet
tagDiv Member

Thanks! Now, just to be picky, we can move a little the basket when the user logs in? http://screencast.com/t/Nyu6sQA5aRNd
Then, in the mobile version, as you can see here http://screencast.com/t/JNh3ehhcWPm7 we can move the logo that limits the view on the menu?

acko_fon
Participant
#0

Hi,

Can you help me to make my header to be always red, not first white and then is going red. You can see on the pic here> http://postimg.org/image/5o35gpki5/

When you first visit site http://aktuelno24.mk/, the header is first white and after small time is changing in the color red, that i put to be for header in theme options.

In edit themes in Newspaper: Stylesheet (style.css) i changed this>

Newspaper: Stylesheet (style.css

header background
*/
.td-full-layout .td-header-bg {
background-color: #7a0000 !important;
}
.td-boxed-layout .td-logo-rec-wrap {
background-color: #7a0000 !important;
}

and this>

.header-style-3 .td-full-logo {
background-color: #7a0000 !important;
}

But is still the same. Or maybe you can help me to load faster and this not to show at all.

Thanks in advance

Alin [tagDiv]
tagDiv Staff

Hi,

That is happens because the code is included in @media for mobile. If you want to change category title for all views just put the } above:

@media (max-width: 767px) {
#td-top-menu .sf-menu {
display: none !important;
}
.blog-stack #td-top-search{
right: -50px;
top: -75px;
}
.header-search-wrap .dropdown-menu {
left: -56px!important;
}
.header-style-3 .td-logo img {
width: 30px;
}
}
.category .td-page-title span {
font-size: 20px !important;
font-family: Vollkorn !important;
}

Thanks!

fixthisbuildthat
Participant
#0

Hi, I am trying to figure out how to use on header on my homepage (Header 7 – full logo and ads suppressed on desktop with toggle). And then use the default header with ads enabled on all other pages.

Different Headers on pages
http://screencast.com/t/xUFzgXJyLS

The above post and screenshot was very useful, but the header.php is not setup this way in Newsmag. Where could I implement the if-else statements in Newsmag to do this?

thanks!

Hassan Zia
Participant
#0

Sir i want my complete site to be right aligned.
i.e

Menus , Home Box titles , Main Logo

in other words, i want the site to flip. instead of left to right (like english) the site should be right to left (like arabic , urdu)
Please guide.
http://akhbarworld.com/

Alin [tagDiv]
tagDiv Staff

Hi,

You can try something like this: http://screencast.com/t/iypfdBseavb but you have to find a solution for tablets and mobile view, because you will have to make another custom modification.

.td-header-sp-ads{
width:470px;
margin-right:0px;
}
.td-header-sp-logo{
width:550px;
}

Hope this helps!

Afterglow
tagDiv Member

Hi, unfortunately this is not what I am looking for..i want to place my logo in its full size alligned to the left and a smaller 468×60 ad block to the right. Both have to appear on the same line. What happens when I post the smaller ad is that the logo size does not increase… How to solve this?

Thanks.

Alin [tagDiv]
tagDiv Staff

Hi,

Please copy the code exactly how I gave it to you:

@media (max-width: 767px) {
#td-top-menu .sf-menu {
display: none !important;
}
.blog-stack #td-top-search{
right: -50px;
top: -75px;
}
.header-search-wrap .dropdown-menu {
left: -56px!important;
}
.header-style-3 .td-logo img {
width: 30px;
}
.category .td-page-title span {
font-size: 20px !important;
font-family: Vollkorn !important;
}
}

You forgot to close an } that’s why it bellow codes are apply on mobile.
Paste the codes in Theme Panel > Custom Css: http://screencast.com/t/ZLX09QoP

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/qfv9Bdanp8RT

@media (max-width: 767px){
.header-style-3 .td-logo img {
max-width: 50px;
}
}

Result: http://screencast.com/t/unO3MoxKg

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please go trough the header styles and set the full width logo: http://screencast.com/t/ieg3JlpOjbb3 this will also set the header ad to full width: http://screencast.com/t/utUsLyqiGyy

Hope this helps!

Afterglow
Participant
#0

Hello, I have a problem with the size of the header logo. I want it bigger (wider) than the 272×90, so I have selected smaller ad 468×60 on the right (instead of 728×90), HOWEVER, the smaller ad on the right does not allow for bigger logo. Can you please help resolve this? Thanks.

JDF
tagDiv Member

Ok I see it. The font only displays on mobile because of the first code.

@media (max-width: 767px) {
#td-top-menu .sf-menu {
display: none !important;
}
.blog-stack #td-top-search{
right: -50px;
top: -75px;
}
.header-search-wrap .dropdown-menu {
left: -56px!important;
}
.header-style-3 .td-logo img {
width: 30px;
}
.category .td-page-title span {
font-size: 20px !important;
font-family: Vollkorn !important;
}

I tried to separate each with a <style></style> but it seems this is not the proper way to do it.
Sorry I’m such a noob !!

jtbaker1971
Participant
#0

I added a 60×60 logo for the mobile version and saved the settings in the theme panel but the mobile is still showing the main logo 300 px.

Here is the link to the mobile:
http://bestseattledayspas.com/wp-content/uploads/2015/02/mobilelogo.png

Alin [tagDiv]
tagDiv Staff

Hi,

1. I’m not sure what you mean with created a sidebar as a widget. You can create a custom sidebar from Theme Panel > Template Settings(you can choose a different sidebar for each template) for posts for example: http://screencast.com/t/1Q7yZTzG And it is normal to find it empty in Widgets section, just add widgets to it: http://screencast.com/t/cUctIPwK5tc
And set it to display: http://screencast.com/t/h7SQeDjTM
Result: http://screencast.com/t/88S4IiqgYpZB

2. You use Header Style 3 with blog-stack that why is that issue on mobile. For Classic Block stack we made a special header, this one http://screencast.com/t/FEoXVhLMpcv and in combination with other headers is not guaranteed that everything will work fine.

So if you want to use it like this, please paste this css for mobile view in Theme Panel > Custom Css:

@media (max-width: 767px) {
#td-top-menu .sf-menu {
display: none !important;
}
.blog-stack #td-top-search{
right: -50px;
top: -75px;
}
.header-search-wrap .dropdown-menu {
left: -56px!important;
}
.header-style-3 .td-logo img{
width: 30px;
}
}

Result: http://screencast.com/t/0e2v9SlcLw4e

Thanks!

JDF
Participant
#0

Hi,

I am building my website and encountered some problems. I tried to resolve them by myself but sorry could not find the solution.

1 ) I created a custom side bar as a widget. It disappeared. I was thinking it was my fault so I created the sidebar again.

The sidebar appeared empty on the wp-admin widget page, but I could see it listed in the live personalization tool.
Today, it disappeared again in both sections.

Please see the attached pictures :
http://www.journaldufranc.com/wp-content/uploads/2015/02/nowidg.jpg
http://www.journaldufranc.com/wp-content/uploads/2015/02/nowidget.jpg

2 ) I created an image with the recommended heigh : 90px width : 230px but it does not align properly on mobile.

Here is a screen capture : http://www.journaldufranc.com/wp-content/uploads/2015/02/photo-2.png

How can I fix these two problems ??
Sorry grammar.
Thanks.

Emil G
tagDiv Staff

Hi,

The ad is practically under the header container and that’s why it’s not clickable for example around the logo, when you click on that area you actually click on the header container.

Thank you, Emil G.

arsonists
Participant
#0

Good morning, in the header using Google Adsense banner 728×90.

The problem is that it fits the size of the window according to’m closing the lid banner logo.

In theory the Banner should be responsive

http://prntscr.com/623u18

http://prntscr.com/623ueu

http://prntscr.com/623v34

Is there a solution?

Lucian
tagDiv Staff

Hi,

Unfortunately that is not possible. You can do it but by modifying the whole theme layout which is not an easy task and you need custom modifications for it. Sorry for inconvenience!
Like Alin stated above the Newsmag theme was designed with an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens.
If your issue is small logo you can change Header Style from Theme Panel > Header to show a full header logo:
http://screencast.com/t/KxB24T4U9eIv
http://screencast.com/t/1wxS8CN9QeW

Thanks!

fixthisbuildthat
tagDiv Member

Are the same elements available in the Newspaper theme? Specifically Big Grid? Alternatively, if I purchased both themes would there be a way to interchange elements between themes?

I assumed that the page width of Newsmag was going to adjustable because it is a responsive theme. The narrower width makes my logo extremely small when used with a header ad and I’m not happy with the outcome.

Please let me know what my options are.

thanks
Brad

Lucian
tagDiv Staff

Hi,

This page http://twojebielany.extrapolska.pl/ is set as your homepage so when you click the logo you are taken to the homepage. You can change your homepage form WordPress settings > reading: http://screencast.com/t/unzq6AQr
The breadcrumbs indicate that you are on the latest posts page or blog page, you can also notice this on our demo: http://demo.tagdiv.com/newspaper/blog/
You can remove the “Home” from your breadcrumbs form post settings: http://screencast.com/t/0ZCG5vIY0sd or you can disable the whole breadcrumbs if you don’t need them.

Thanks

bastian-pl
Participant
#0

Why did I click on the logo as it gives me what the following means I do not have a category for sure . Why when you click on the logo does not show the home page or home ?

LINK

gitarrenheld
tagDiv Member

white stripes

Plugins all off except VC (had it off, but stripes were still there)
Local Environment: Bitnami Stack
Default Theme with full text logo, grey bg color

Also appears with Logo img + bg color/bg img

Lucian
tagDiv Staff

Salut,

1. Playlist-ul functioneaza, l-am testat folosdine ultima versiune a temi si nu am gasit nici o problema. Daca ai folosit codul de playlist asa cum ai mentionat mai sus: PLZmJSg6GtjpdtY32aRfC06WebzQGxDVVG inseamna ca nu iti merge pentru ca nu ai adaugat corect codurile video-urilor, ele trebuie sa fie cu “virgula” intre ele, in felul urmator: PLZmJSg6Gtjpd, GtjpdtY32aRf, WebzQGxDVVG
Poti folosi si documentatia nostra pentru a afla cum se configureaza corect: https://forum.tagdiv.com/video-playlist/

3. Poti folosi urmatorul css pentru a face logo-ul sa arate bine pe mobile: http://screencast.com/t/RVcAR9FJ

@media (max-width: 767px){
.mobile-logo-wrap img {
top:0px!important;
}
}

4. Unele ID’uri pot lipsi din cauza ca script’urile sau stylesheet’urile lor au fost incarcate dupa ce functia a fost executata iar pentru a prevenii asta poti adauga functiei parametrul $priority pentru a fii executata mai tarziu: http://screencast.com/t/7fhfjttAT8
Poti citi mai multe aici: http://codex.wordpress.org/Function_Reference/add_action
Deasemenea poti gasi mai multe informatii despre cum sa iti imbunatatesti viteza site-ului urmarind acest tread: https://forum.tagdiv.com/topic/pagespeed/
Iti sugerez sa urmaresti si recomandarile celor de la google: https://developers.google.com/speed/docs/insights/BlockingJS ..pentru fiecare problema.

6. In ceea ce priveste forumurile e nevoie sa adaugi reclamele direct in sablonul(template-ul) pentru pagina de forum, categorii s.a.m.d
Pentru paginile de tag-uri sau categorii e nevoie sa editezi fisierul loop.php si sa adugi codoul pentru reclama, poti urmarii acest topic pentru asta: https://forum.tagdiv.com/topic/how-to-add-ads-in-category-pages/#post-21940

Multumesc!

Viewing 25 results - 11,026 through 11,050 (of 12,143 total)