Search Results for 'css'

Results from the Forum
Marius
tagDiv Staff

For menu use this CSS:

.sf-menu {
    display: table;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}
/* responsive phone */
@media (max-width: 767px) {
    .sf-menu {
    display: block;
    float: left !important;
    margin-left: 0px;
    margin-right: 0px;
}
}

About logo, do you want to have a center logo? in header? We have different header style in theme panel -> Headers

Thanks!

Marius
tagDiv Staff

Hi,
We have changed the file structure
Make the changes here: http://screencast.com/t/vbuDUDeKJky

<div class="meta-info">
      <?php echo $td_mod_single->get_category();?>
 </div>

and use the same CSS provided above

Thanks!

Marius
tagDiv Staff

Hi,
Your CSS selector are incorrect

Try this:

.header-style-3 .td-logo {
padding-top: 15px;
padding-bottom: 15px;}

This don’t exist: float:center

Thanks for your message!

Marius
tagDiv Staff

Hi,
1. Sorry about that but is not possible and the review stars work only with full starts. We want to improve the review system in future updates. Until that if you want something more complex you can use some payed plugins for review.

2. No sorry, we know it would be nice to have some templates that you can use it, instead of each time to add the attributes every time.

3. To hide the categories from top you can use this CSS, add it in Theme panel -> Custom CSS section

.category .td-category {
    display: none;
}

Thanks for the understanding.

Marius
tagDiv Staff

Hi,
If you use the style 1 for the header you have to use this CSS

.container.td-logo-rec-wrap {
     background-color: transparent !important;
}

Thanks!

ocbln
tagDiv Member

Hello Marius,
sent mail.

Thank you!

Marius
tagDiv Staff

Hi,
Please give us more details about your issue? What custom CSS do you use? Do you mean you add some custom CSS in Theme panel and is not working?

If you want, give us access to your WP to see the issue. Send username and pass via email at contact@tagdiv.com mention in message title FOR MARIUS and paste a link from this conversation.

Thanks!

NadiaP7406
Participant
#0

How can I center the logo and the menu with css?
I’m using the megamenu as well and would like this to stay outlined on the left.

atflaten
tagDiv Member

One more thing:

As I mentioned in the start of this thread, I’ve added the logo as a menu item that comes into view when I scroll down on the page (after following these instructions: https://forum.tagdiv.com/topic/moveplace-logo-in-menu-when-scrolled-down-and-menu-fixed/).

The top of my site should look like this when I enter:

However, sometimes it shows the logo in the menu when loading:

The logo is only supposed to be visible when scrolling. You’ve given me this css to make that happen:

.menu-item-37076 {
display: none;
}

Thanks for the superb support!

Are

  • This reply was modified 12 years by atflaten.
NadiaP7406
tagDiv Member

When trying to use Custom CSS just on the parent theme, it doesn’t seem to apply either.
I have this:

.header-style-3 .td-logo img {
padding-top: 15px;
padding-bottom: 15px;}

.header-style-3 .container-fluid {
margin-top: 15px;
margin-bottom: 15px;
text-align: left !important;}

.sf-menu {
float: center !important;
text-align: center !important;}

But it’s not working. What can I do ??

Julianap
tagDiv Member

Ok, no problem, many thanks.

But the code that you’ve sent me about the header background is not working. I’m using the Style 1 and replace the code as you said:

This is made particularly for header style 3, change the CSS for you header that you use.

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

Do you have any idea why is not working? It is not transparent.
Thanks again,

Stefan
tagDiv Member

Update!!!!!
I can not save any changes at all.. not ads… css or any other updates…
..I only get the rolling cubes and nothing updates.

Marius
tagDiv Staff

Hi,
We decided to let this as it is now because the style 3 is made to be used to have instead of the logo a full background image for the header, and on mobile that part should stay on top, not on the menu bar.

I will tell you how to make it in your case:

Edit like here: http://screencast.com/t/DcFjrG1zeEWp

Add this CSS in Theme panel -> Custom CSS

/* responsive phone */
@media (max-width: 767px) {
 .td-full-logo {
    display: none;
 }   
}

Hope this will be ok for you.
Thanks for your message!

  • This reply was modified 12 years by Marius.
Marius
tagDiv Staff

Hi,
Leave the settings enabled to show the featured images from theme panel and add this CSS in Theme panel -> Custom CSS

.single .post .thumb-wrap {
    display: none;
}

Thanks!

ocbln
tagDiv Member

No, still nothing is ok. CSS styles not override the parent.

Marius
tagDiv Staff

Hi,
Is everything ok now?

Thanks for your message!

Radu A
tagDiv Member

hi,
use this css : #menu-td_demo_top{width: 120%;}

here: http://screencast.com/t/vbeau23ufu

play with the percentage a little bit.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
please use this css : .td-a-rec-id-custom_ad_1{padding-bottom:10px;}

here: http://screencast.com/t/Cb8X8j0XGp

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
I don’t think that you can do this one from css alone, because all sidebars appear in the same spot, so you need some how to find out what sidebar it will be loaded, and if is the way I’m thinking , you need to modify the source files of the the application.

Unfortunately we don’t offer custom work.

If you are not a programmer please hire one for this task.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
I’m thinking the css is the cause of this, and again I’m thinking that this css is cached somehow, what version of the theme are you using?

please send us a link to see this issue.

Thanks for you message.
Radu A.

NadiaP7406
Participant
#0

I uploaded and activated the child theme but anything I put in my style.css doesn’t seem to work. What can the problem be and how to fix it ?

NadiaP7406
Participant
#0

Is there a way to give the top menu and main menu a see through background?
I can’t make it work with custom css, opacity etc.

atflaten
tagDiv Member

Hi Marius,

How can I customize the background color on the “Newspaper default” sidebar (in Widgets –> Newspaper default), and ONLY this sidebar? Your css adds background color to various blocks as well.

Are

Marius
tagDiv Staff

Hi,
Your site doesn’t work.

1. You can make the header transparent with a custom CSS, that you have to add it in Theme panel -> Custom CSS

This is made particularly for header style 3, change the CSS for you header that you use.

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

2. Use this CSS and change the size like you want.

.header-logo-wrap img {
    margin-bottom: 50px;
}

3. What add size you want to use for that small square? You can insert it manualy in a text widget.

4. Our blocks have option to hide the title, see here: http://screencast.com/t/6XGJWVKiCca for others widgets that doesn’t have can be hidden with a custom CSS

Thanks for the message!

Marius
tagDiv Staff

Hi,
Use this code instead of above:

$buffy .= '<div class="vcard author"><span class="fn">';
$buffy .=  get_the_author_meta('description', $td_author->ID);
$buffy .= '</span></div>';

and this CSS:

.td_top_authors img {
    height: 100px !important;
    max-width: 100px !important;
    width: 100px !important;
}
.td_top_authors .item-details {
    margin-left: 122px !important;
}
.td_top_authors .item-details {
    height: auto !important;
}
div.vcard .fn {
    color: #444444 !important;
}
Viewing 25 results - 32,901 through 32,925 (of 33,436 total)