Search Results for 'css'

Results from the Forum
EliptiK
tagDiv Member

Hi,

Sorry, but my website is still not online…
But I didn’t touch any css files

Thanks !

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

Hi,
That gallery is from Jetpack plugin. Do you want to hide that section with comment and that button for fulscreen?

To do that add this CSS in Theme panel -> Custom CSS

.jp-carousel-info {
    display: none;
}

Thanks!

Radu A
tagDiv Member

hi,
seems like that plugin overrides the theme css style.
the quick solution will be to disable that plugin.

Thanks for you message.
Radu A.

MichealSlyderink
Participant
#0

Hi, currently I have my website set to Full responsive (980px) I’m using Style 3 – (full width logo) + menu.

The problem I am having there is on both left and right sides of the banner it is re-sizing down to 966 width, I’ve tried to edit the CSS code myself and removing the padding around the Logo, but each time I do it effects the padding on the hole website I believe that’s due to its in one container.

Is there custom CSS code I can use to only remove the margin/padding around the logo.

Thanks Micheal

Marius
tagDiv Staff

Hi,
1. Yes, as you can see in the CSS above is only for some modules, depends of which module you use on category, because the theme have 11 modules available.

You can inspect it with Firebug from Firefox or Chrome inspector to see what selector you have there. Do you have some CSS experience? What Module do you use for categories?

Use the same CSS provided above and chenge it for different module like .td_mod8 or .td_mod 9 or…etc

2. Use this CSS

.post header h1 {
    font-weight: bold;
}

3. That data can be aligned via CSS is from a line-height, if you give me a link to see the issue i will provide you the right CSS.

Thanks!

Radu A
tagDiv Member

hi,
here is the file where get_bread_crumbs function is located : http://screencast.com/t/lvgRwQycss

then, where this function is needed is called: http://screencast.com/t/culW9jy3EJK

to find where is needed do a search using notepad++ and replace.
Notice: I did not test this, this is what I’m thinking.

Thanks for you message.
Radu A.

Marius
tagDiv Staff

Hi,
The old was for like not for share, the new system is for sharing the articles. We improved the look of that part, will be available in the next update(today) * the look will be almost the same.

To get back the old stuff you need to take the CSS and functionality manually it will difficult.
You can replace those files http://tagdiv.com/theme/users/old-3.2.zip but i’m not sure will work.

A simple solution is to put back the old version of the theme 3.2

Thanks!

  • This reply was modified 12 years by Marius.
Radu A
tagDiv Member

hi,
yes is posible, by use of css

css to hide sidebar and footer :

div.span4, .td-footer-wrap {
   display: none !important;
}

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

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
use this css

div.td-header-menu-wrap {
  display: block !important;
}

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

but if yoi have stuff on that bar will squeeze all together.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
use this css :

.column_container article .meta-info .entry-date {
  position: relative !important;
  left : -80px !important;
  top : 25px;
}

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

Thanks for you message.
Radu A.

Marius
tagDiv Staff

Hi,
If you don’t use the footer you can hide it with this CSS

.td-footer-wrap {
    display: none;
}

Add it in Theme panel -> Custom CSS

About social sharing, we had replaced the like system the new one is for sharing, is more useful.
To get that you have to update to latest version.

Also I tried to move the post title to below the first image and comment out the category button but no luck?
Can you show me exactly where you want to do that.

would be cool if instead of the category block it illuminated it on the menu
I don’t understand your question, please can you show me in a screenshot.

Thanks!

Marius
tagDiv Staff

Hi,
The older buttons was only for like posts. This are most useful, is for sharing the article.

The like buttons can’t be styled via CSS, they have the default style.
We will think for a better solution.

Until that if you want the like functionality you can use a plugin for that.

Thanks for your message!

Marius
tagDiv Staff

Hi,
1. DO you mean the logo and ad section? you can hide it with this CSS

.td-header-bg {
    display: none;
}

Add it in Theme panel -> Custom CSS

2. That is in latest version, you have to update to latest version 3.3

Thanks for your message!

Marius
tagDiv Staff

Hi,
You can’t add it in menu because that works as a Widget.

You can show the top menu on mobile, now is hidden, you can show it adding this CSS in Theme panel -> Custom CSS

@media (max-width: 767px) {
  .td-header-menu-wrap {
    display: block;
  }
}

Hope this help!
Thanks for your message!

simchris
tagDiv Member

See the pagespeed topic for more information on optimizing your site. This is not specifically unique to this theme – it’s an issue with *all* websites and WordPress.

Start here
https://forum.tagdiv.com/how-to-make-the-site-faster/

https://forum.tagdiv.com/topic/pagespeed/

You might need to do some custom work, such as found in the theme documentation:
https://forum.tagdiv.com/topic/can-i-add-plugins-css-to-footer/#post-6348

  • This reply was modified 12 years by simchris.
gekonstudio
Participant
#0

Hi.

How can I eliminate render-blocking JavaScript and CSS in above-the-fold content?
Google page speed wrote me. Your page has 1 blocking CSS resources.
http://developers.google.com/speed/pagespeed/insights/?hl=en&url=www.familyzone.sk

http://www.familyzone.sk
Newspaper:3.3
WordPress 3.8.1 – Slovak edition

Thanks
Regards
Michal

kaczy29
tagDiv Member

Could you drop me ready files, but do not know much about css
I would be grateful

Marius
tagDiv Staff

Hi,
Please follow the Christopher direction. About minifying, you can manually do that using tools like https://developers.google.com/closure/compiler/

To hide the big slider arrow use this CSS

.td_block_slide_big .prevButton,
.td_block_slide_big .nextButton {
	display: none;
}

Can’t stop the sliding, because is a slide, sorry for the inconvenience!
Thanks for your message!

Marius
tagDiv Staff

You can change it from CSS, but this is for some blocks, you have to change only from that you use in your case.

.td_mod2 .entry-title a,
.td_mod2 .entry-title,
.td_mod3 .entry-title,
.td_mod3 .entry-title a,
.td_mod5 .entry-title a,
.td_mod5 .entry-title,
.td_mod6 .entry-title,
.td_mod6 .entry-title a
{
    font-weight: bold;
    color: #4DB2EC !important;
}

You have changed the content font size, line-height? Can be fixed via CSS but should be fixed only for your case. Give me a link to see the issue.

Thanks!

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

Hi,
Please add this CSS in Theme panel -> Custom CSS

.jp-carousel-info {
    display: none;
}

Thanks for your message!

Marius
tagDiv Staff

Hi,
Do you mean about Contact form 7 form? Add this CSS in Theme panel -> Custom CSS

.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea {
    border: 1px solid #999999;
}

Yes you can use shortcodes, generate a tab from Visual Composer(Page builder) switch to clasic editor and take the shortcode or you can activate Visual composer in post to from settings -> Visual composer

You can also bring up within the categories pages? What do you mean here, i don’t understand your question.

Thanks for your message!

Radu A
tagDiv Member

hi,
marius gave you a css solution, to reduce the font size of the items in the menu.

another “solution” will be to group (decrees) the number of items in the menu.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
take the code + css from the old files.

Thanks for you message.
Radu A.

glennwpaul
Participant
#0

Hi,
Two questions:

1) If I wanted to hide the header and just have the main menu (the tacky menu), can this be done just with some custom css?

2) What’s the new social sharing plugin are you using on your demo site? I like the new bigger buttons.

Thanks!

simchris
tagDiv Member

Hi, Coodude!
Not sure this helps or not:
Not all minification “plugins” do so correctly and is a known problem with ALL themes depending on the level of minification and/or breaking some code elements – not a ‘bug’ in the theme. If you wish the best possible result it’s best to manually minify the main CSS and JS files only. (See the PageSpeed sticky for my recommendations on how to do that, as I did. Downside, you need to do it each time theme updated, but only takes couple of minutes.)

With themes that are highly complex like this one, only “page cache” is recommended with the caching plugins. This is noted in the theme docs, also:
https://forum.tagdiv.com/w3-total-cache-configuration/

Viewing 25 results - 32,851 through 32,875 (of 33,436 total)