Search Results for 'css'

Results from the Forum
Alin [tagDiv]
tagDiv Staff

Hi,


@josito
Please replace the above css code with this one to have space between menu items on desktop: http://screencast.com/t/MVJbZ97BluAy

@media (min-width: 1019px) {
.sf-menu > li > a {
padding-right: 20px !important;
}
}
@media(min-width: 768px) and (max-width: 1018px) {
.sf-menu > li > a {
padding-right: 0px !important;
}
.sf-menu > .td-menu-item > a {
font-size: 20px !important;
}
}

Also if you want to add word spacing you can add this code for desktop media query – http://screencast.com/t/otUeNd6p

.sf-menu > .td-menu-item > a {
word-spacing: 5px;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I see that you use version 4 of the theme, you will have to change the height(to your specific height) for your thumbs that are used on IOS Slider in functions.phphttp://screencast.com/t/Ekbehu1X then regenerate your thumbnails using – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Also you need to add this custom css for each screen size: http://screencast.com/t/DOTC37t5M

@media (min-width: 1200px) {
.iosSlider-col-2, .iosSlider-col-2 .item {
height: 500px !important;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.iosSlider-col-2, .iosSlider-col-2 .item {
height: 350px !important;
}
}
@media (max-width: 767px) {
.iosSlider-col-2, .iosSlider-col-2 .item {
height: 300px !important;
}
}

Thanks!

Shashank Shekhar
tagDiv Member

Something like… CSS 😉

Ankush Das
tagDiv Member

Well, I haven’t upgraded yet.. still experimenting with some css customizations then it would be live..
It’s A Tech News media site or you may call it as a tech blog for unique topic discussions as well 😀

zorlander
tagDiv Member

Thank you Marius, the CSS worked perfectly! The date is hidden on all posts.

It’s now showing on the blocks on the homepage. Do I need to use CSS to hide those as well?

Thank you for your help.

—Tim

Daniel Finch
tagDiv Member

Just to be clear…

I want to control the space in these margins: http://take.ms/zDCIV, http://take.ms/kPAjt on EVERY post template: http://take.ms/j3HQy.

The CSS you gave me only worked for template 4.

Lucian
tagDiv Staff

Hi,

1. Those style options are not present anymore. In theme version 4 the icons were added using sprites, while now the icons are added suing a custom font which can be adjusted using custom css so you can set their size/color. There aren’t any options available for this so if you need different styles you need to design them yourself or get some to do it for you.
Try this css for the icons: http://screencast.com/t/Z07gYhwfKK

.footer-social-wrap .td-icon-font {
font-size: 25px;
color: black;
}

.footer-social-wrap .td-social-style-2 .td-social-icon-wrap {
margin: 5px 6px 5px 0;
}

2. These seem to be widgets titles: http://screencast.com/t/h4mBBDIzENo not a duplicate content so check the tabs and edit those widget and remove any titles you find there then empty caches and/or purge files and test again.

3. Buttons shortcodes can be added to the posts pages even if you don’t use VC page builder there. You can enable the page builder on posts pages then add and customize the buttons there: http://screencast.com/t/BuC8hOsw8po0 or you can create the button on any page using VC pagebuilder then add the button shortcode to posts’s content, like this: http://screencast.com/t/TGdneMymGhttp://screencast.com/t/ug1KH2pvEBEG

Please also note that blocks haven’t been removed. You can still use that block you’ve mentioned, it’s block 1 on one column: http://demo.tagdiv.com/newspaper/block-1/ so you have to use another footer template and set the content you want for it choosing block 1 widget.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

Yes you can hide header and footer on specific page, just take the page id – http://screencast.com/t/nee4B9XtwI and use this custom css in Theme Panel > Custom Css where xxx is your page id:

.page-id-xxx .td-header-wrap, .page-id-xxx .td-footer-wrapper, .page-id-xxx .td-sub-footer-container {
display: none;
}

Thanks!

Daniel Finch
tagDiv Member

About number 1 the CSS you suggested has only achieved what I wanted for post template 4. The other templates still have space at the top and bottom. Would you like me to give you access to the site?

Marius
tagDiv Staff

Hi,
Please remove the -css from each section http://screencast.com/t/vrKbSEO2UJ and see if work.

Alin [tagDiv]
tagDiv Staff

Hi,

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

.rev_slider_wrapper {
z-index: 0;
}

Thanks!

Marius
tagDiv Staff

Hi,
You can add the code directly in files, like here: http://screencast.com/t/3PwdK4kOdThx
Then add this CSS in Theme Panel -> Custom CSS for a better alignment

.td-sub-footer-container .dmca-badge {
margin-right: 18px;
display: inline-block;
line-height: 1;
vertical-align: middle;
}

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

Thanks for the message!

mwaginger
tagDiv Member

Hello,
I did upgrade to 6.1 with all the recomendations. But no change to the layout.
Click any of the forums and you will see the formating is still broken.
http://www.uspornaziarovka.sk/forum/led-diskusie/
I dont even know where to start, do you think I should somehow overwrite the WP core CSS files ? or?
I dont know. thank you for help.

Marius
tagDiv Staff

Hi,
You have that error because you have disabled the post date to be shown on posts. http://screencast.com/t/zzEuG6FAz1c6

Just go to Theme panel and enable the post date http://screencast.com/t/dLGieHVUTN and if you want to hide it without having trouble with Google Structured Data, you can hide it via CSS, add this in Theme Panel -> Custom CSS

.single .td-post-date {
display:none;
}

Thanks for the message!

Marius
tagDiv Staff

Hi,
Try with this CSS, add it in Theme Panel -> Custom CSS

@media (max-width: 767px) {
#td-outer-wrap .td-header-menu-wrap.td-affix {
position: relative !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have article top ad there(I don’t know why is not visible, maybe because the code that you use doesn’t allows 2 identical ad on page) – http://screencast.com/t/KfSvxm8IGdao and it stops the text to wrap the ad.
You can try this custom css to hide the top ad only for this post template(so the other templates will not be affected): http://screencast.com/t/QBGT6zTa

.single_template_1 .td-a-rec-id-content_top {
display: none;
}

Thanks!

Marius
tagDiv Staff

Hi,
You have modified the theme files? I see that on some post where is missing the menu bg you doesn’t have on body the td-full-layout and some CSS depends on that, what you can try is to add that class, class="td-full-layout" manually on body, like here: http://screencast.com/t/6Ys8fwd0 and see if works.

Thanks for the message!

  • This reply was modified 11 years by Marius.
josito
tagDiv Member

Work great in http://www.tarotamor.es, but i lost the word spacing, i tried with word-spacing in custom but separe the words instead the categories, I am really bad on css 🙁

Marius
tagDiv Staff

Hi,

1. Try ith this CSS:
.td-post-header-holder {
margin-bottom: 10px !important;
}

2. Use this:
.author-box-wrap {
margin-bottom: 10px !important;
}

3. Use this:
@media (max-width: 767px) {
.author-box-wrap {
display: none;
}
}

4. This section http://screencast.com/t/P0rOkwz2zw work only for Adsense Ads, do you use adsense or just an image ad?

yajones
tagDiv Member

Thanks Alin.

In the meantime, is there any CSS that can be used per page to hide the header and footer?

  • This reply was modified 11 years by yajones.
nf_prt
Participant
#0

Hi,

1st things 1st, new version of Newspaper is awesome! 😀 I really like it a lot so far, thank you for the upgrade and your great work.

In this version, if SHOW DATE option is off in the theme panel, the date never gets printed at all. Before, the date would get printed but hidden afterwards. Is it better this way? I prefer to print the date and hide it, I believe that it helps SEO to print it but I also read that search engines don’t like a page that hides (via css) too much things from users. So in the end, is this just a personal choice? [this is just a thought not an issue submission, I already customize it to my needs] Also, the function seems a bit “redundant” as it sets something to be hidden if printed but it never prints it anyway. This is no problem at all, just my OCD kicking in 😀

But I do have an issue: I never hide the dates, except for one custom post type. And for that custom post type I want to hide the date only when viewing the post it self, the dates should keep showing elsewhere like blocks and sliders. So I have something like this:

if (td_util::get_option('tds_p_show_date') == 'hide' || is_singular('custom-post-type') ) {
$visibility_class = ' td-visibility-hidden';
}

It partially works, the blocks in homepage show the dates and when I click and go to the post itself, the date is hidden. The problem is when viewing the custom post itself, if its side bar contains a block with more posts of that type, the dates get hidden there too in the block.
How can I hide the date only under the title but get them to appear in the sidebar widget block?

This issue is not important nor urgent so I don’t mind waiting for help/answer if you have urgent or more important things to do. It might not even be possible to do what I want without changing too much the current mekanism of hiding the date, and in that case it’s not worth it to waste time thinking of a solution for something that is mainly aesthetic.

Thanks! Cheers!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure how you can remove the border as I have not tested this plugin, but you can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/mPRiogcU3g

.popular-posts table td {
border: none !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can disable gradient for each style that you want, just change the number in this custom css and paste it in Theme Panel > Custom Css: http://screencast.com/t/zCipetgRDm

.td-grid-style-1 .td-module-thumb a:last-child:before {
display: none !important;
}

Also please provide more details about assign color per panel, as I’m not sure what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and you have to many menu items, also containing long words and you use a hedera style with centered menu. You can try this custom css in Theme Panel > Custom Css (I customize it for your header style 10): http://screencast.com/t/kmFCrF7YP

@media(min-width: 768px) {
.td-header-style-10 .sf-menu > li > a {
padding-left: 0px !important;
}
.td-header-style-10 .td-header-main-menu {
padding-left: 0px;
padding-right: 0px;
}
.td-header-main-menu {
padding-right: 0px !improtant;
}
.td-header-style-10 .sf-menu a.sf-with-ul {
padding-right: 20px;
}
.td-header-style-10 .sf-menu .td-icon-menu-down {
padding-left: 3px;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try regenerate your thumbnails to fix size issue – http://screencast.com/t/63VTQ15j5rS Also if you want background color for Big Slide articles like in version 4 of the theme, please edit you page and set Style 4 – http://screencast.com/t/m8cWbDMRhttp://screencast.com/t/X71ujJmiiL
Unfortunately the theme doesn’t have an option for this, but you can try to change it using custom css in Theme Panel > Custom Css and apply a color for post titles on pages(it will be applied also on Big Grid Slide) – http://screencast.com/t/wCh0iuWQlRe

.td-module-title a {
color: #a465a5 !important;
}

If you refer to the block title in version 6.1 it was added an option in Theme Panel >Theme Colors to set a general color for all blocks/widgets titles – http://screencast.com/t/IcPkM5CMBhttp://screencast.com/t/c3u7wg6EXVo

In version 6 of the theme were changed the page templates, the sidebar that you see on those pages is sidebar added for latest articles. You can manually add a Widgetised Sidebar widget to your page content – http://screencast.com/t/UwD7n61Q if you want to use that template with Latest Article. Or you can set Pagebuider with title and the defautl sidebar will be add automatically, you don’t have to split the row – http://screencast.com/t/CZZO259mZ3

If you use unique articles and you have an issue with doubling articles, please note that this issue was fixed in version 6.1, so please update using this guide(FTP method) – https://forum.tagdiv.com/how-to-update-the-theme-2/

Please try to remove this code to not show author when the article is shared – http://screencast.com/t/UadS1GJEv and then use facebook debugger and see if works for your articles (fetch new scrape) – https://developers.facebook.com/tools/debug/og/object/

Thanks!

Viewing 25 results - 27,951 through 27,975 (of 33,436 total)