Search Results for 'css'

Results from the Forum
Alin [tagDiv]
tagDiv Staff

Hi,

We know about this issue that appears when you use site background and also homepage background. We will fix this in future updates, please use this custom css in Theme Panel > Custom Css to fix it: http://screencast.com/t/WhBYq3QxAQM

@media (max-width: 767px) {
.td-boxed-layout .td-big-slide-background {
width: 100%;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use header style 1 and alter this file and use a custom ad above logo – http://screencast.com/t/reDvpq9o6

div class="span4 td-header-style-1">
         <?php
      // show the header ad spot
             echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]');
         ?>
</div>

Also you need to change header ad to span4 – http://screencast.com/t/u33Ty5eZr
You may also need some css customization – http://screencast.com/t/W7MXCZYxkN

.td-header-style-1 .td-a-rec-id-custom_ad_1 {
margin-bottom: 0px;
}
.td-header-style-1 .td-a-rec-id-header {
top: 0px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site, but you use a non-responsive fixed ad and I’m afraid that it cannot be fixed via custom css as it take the image at fixed sizes how you can see – http://screencast.com/t/eTgg4jOZg
I cannot overwrite the image container and image size via custom csshttp://screencast.com/t/IKreevEDhttp://screencast.com/t/G7kiaUPaq
The theme ads system was designed to work with adsense code, the other ads are rendered as entered by the user.

Thanks!

St
Participant
#0

Hi
Is there a way to put a twitter feed that use theme’s CSS?

Thanks
st

simchris
tagDiv Member

The theme has fixed layout, due to grid – you can’t make the main part of theme “wide” — that is what the “Newspaper” theme is for.

You can make the header “wide” by changing the header section — e.g., we use style 8 …

For the footer you can make it wide, via custom CSS ..

try this (what I use) —

.td-footer-container {
width: 100%;
}
.td-footer-container .td-pb-row {
width: 1021px;
margin: 0 auto;
}

lookarab
tagDiv Member

Did you solve this problem

I think it’s in the file .htaccess

<IfModule mod_deflate.c>
<filesMatch "\.(js|css|html|php)$">
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>

# END WordPress

AddType text/javascript .js
AddType application/vnd.ms-fontobject .eot
AddType application/x-font-ttf .ttf
AddType application/x-font-opentype .otf
AddType application/x-font-woff .woff

# BEGIN Expire headers
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 2500000 seconds"
ExpiresByType image/jpeg "access plus 2500000 seconds"
ExpiresByType image/png "access plus 2500000 seconds"
ExpiresByType image/gif "access plus 2500000 seconds"
ExpiresByType application/x-shockwave-flash "access plus 2500000 seconds"
ExpiresByType text/css "access plus 700000 seconds"
ExpiresByType text/javascript "access plus 700000 seconds"
ExpiresByType application/javascript "access plus 700000 seconds"
ExpiresByType application/x-javascript "access plus 700000 seconds"
ExpiresByType text/html "access plus 600 seconds"
ExpiresByType application/xhtml+xml "access plus 600 seconds"
ExpiresByType font/truetype "access plus 2500000 seconds"
ExpiresByType font/opentype "access plus 2500000 seconds"
ExpiresByType application/x-font-woff "access plus 2500000 seconds"
ExpiresByType image/svg+xml "access plus 2500000 seconds"
ExpiresByType application/vnd.ms-fontobject "access plus 2500000 seconds"
</IfModule>
# END Expire headers

# BEGIN Cache-Control Headers
<IfModule mod_headers.c>
<filesMatch "\.(ico|jpe?g|png|gif|swf)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch "\.(css)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch "\.(js)$">
Header set Cache-Control "private"
</filesMatch>
<filesMatch "\.(x?html?|php)$">
Header set Cache-Control "private, must-revalidate"
</filesMatch>
</IfModule>
# END Cache-Control Headers

<IfModule mod_headers.c>
Header unset ETag
</IfModule>
<IfModule mod_alias.c>
RedirectMatch 403 /xmlrpc.php
</IfModule>

Tommy
Participant
#0

Hallo,
I would be great having a central logo with a square ad banner before and after it.

Via css a moved the logo to the centre, please any advice to cope with the two banners?

Thank you in advance
regards

simchris
tagDiv Member

You might be able to use some “negative” spacing for the desktop viewport for that “block” … to simply add some custom CSS for that ?

Gee95
tagDiv Member

Custom css worked, thank you! 🙂

Lucian
tagDiv Staff

Hi,

Not sure, I believe this happens due to your sharing plugin you can also try without any plugins and enable theme one by one to find the one who’s causing this. Try this custom css:

.single-format-video .post .td-post-text-content {
padding-top: 0px !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

You can also add the category description like this: http://screencast.com/t/WDAdZta2 – this is the condition you need to add there: http://pastebin.com/yXcXsFXc

You’ll get this result: http://screencast.com/t/TvlKcq13 ..and you also need to use the css code from below – add it in theme panel custom css section:

.category .td-category-description {
font-family: 'Open Sans', arial, sans-serif;
font-size: 13px;
font-style: italic;
line-height: 22px;
color: #444444;
border-top: 1px dashed #f1f1f1;
border-bottom: 1px dashed #f1f1f1;
padding: 11px 0 14px 0;
margin-bottom: 20px;
}

The previous description can be removed from here: http://screencast.com/t/vcv4RF0Ea

Thanks

zoedesign
tagDiv Member

1. http://www.screencast.com/t/gHMti5lLlQET
sometimes the image does not load and have to reload the page

2. I really want to resolve the issue with the font-family appearing different in different browsers and tablet
can you send me the css for this

I disabled the plugin

thanks

Alin [tagDiv]
tagDiv Staff

Hi,

1. You can change the “load more” text from here – http://screencast.com/t/ah9r1OCW53
Result: http://screencast.com/t/TPkaPJgaNW

2. You can add “post_link” also for title and excerpt but you will need customize again post titles and and excerpt as will appear like a link – http://screencast.com/t/WyEHxj2TFZIhttp://screencast.com/t/2UxXNCObcH3f
You have to inspect and customize with css for example – http://screencast.com/t/QtDiOYXbY

.vc_gitem-post-data-source-post_excerpt p .vc_gitem-link{
color: black;
}
.vc_gitem-post-data-source-post_title h4 a {
color: black;
}

Thanks!

Emil G
tagDiv Staff

Hi,

You mean you want the breadcrumbs to appear in the menu? It may be possible but it requires modifications on the main menu code or a total replacement of the main menu section with the breadcrumbs code and some css to adjust their appearance. My suggestion is to look for a professional developer to do this for you, we would have gladly made it for you but for the moment we cannot offer custom work, sorry for this.

Thank you, Emil G.

Lucian
tagDiv Staff

Hi,

Use css without first class, like this:

.td-g-rec-id-custom_ad_1 {
margin-bottom: 10px;
}

..this will target all custom 1 ads.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry that I did not understand you first. Please use this custom css if you want this icon also on mobile: http://screencast.com/t/cvM4RBtQH

@media (max-width: 767px) {
.td-scroll-up-visible {
display: block;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

td-post-sidebar class is used on posts so if your post’s sidebar is hidden on mobile then adding this class in your page template will also hide the latest articles sidebar. So feel free to use it like that, it is a good solution.
I also checked you site again and I see that you have added this class in page template homepagesidebar, this also can be used if you want this. Just paste this custom css in Theme Panel > Custom css:

@media (max-width: 767px) {
.homepagesidebar {
display: none !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately this issue can happen because of content-excerpt(in some cases title excerpt). Even the excerpt length is the same, some articles may contain long words like in your case and start another row – http://screencast.com/t/jQgfFkQcbwKWhttp://screencast.com/t/g3B0Ctvbyr2D
This issue cannot be solved from excerpts, but you could try this css if you want to fix this issue at least on your homepage: http://screencast.com/t/aYrMjuA3http://screencast.com/t/D9htbcO5

@media (min-width: 768px){
.home .td_block_2 .td_module_4 .td-excerpt {
min-height: 100px;
}
.home .td_block_2 .td_module_4 .entry-title {
min-height: 63px;
}
}

Hope this helps!

neakriti
tagDiv Member

This all worked fine, until I installed and activated the tag-div speedbooster plugin.

After activating this plugin, the fix doesn’t appear.
Note: I applied the above fix on the ADVANCED CSS part for all the orientations except of mobile. That is desktop, tablet portrait, tablet landscape

If I disable the speedbooster plugin, the fix for the extra height goes back to normal and appears as it should.
Any advice please?

Problem with speedbooster if <b>css</b> applied for specific devices on theme

  • This reply was modified 11 years by neakriti.
  • This reply was modified 11 years by neakriti.
Alin [tagDiv]
tagDiv Staff

Hi,

The top menu was not designed for mobile screens that’s why is hidden so displaying it you may need some other modification.
Please use this custom css in Theme Panel > Custom Css to display top menu – http://screencast.com/t/BpCkgRzGa

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

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try this css code to hide author on big grid:

.home .td_block_big_grid .td-post-author-name {
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

2. I’m not sure if this is what you mean – http://screencast.com/t/M5lhlrZf

.td-g-rec-id-content_top {
text-align: left;
}

10. Like you can see your image is cropped at that size but there is a fixed height on the thumb container – http://screencast.com/t/7OhKXbyYWX
Please try this custom css, it should solve this issue: http://screencast.com/t/1GlrRFp2kU

.td_block_14 .td_module_mx1 .td-module-thumb {
height: auto;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css and see if it is fixed:

.td_detect_is_android .td-trending-now-title {
top: 0px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

There is no option in Theme Panel to hide category title on page, but you can use custom css to hide it – http://screencast.com/t/Z0fzz9216P5

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

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You said that you have applied this css:

.td-block-span6 {
width: 338px;
padding-left: 20px;
padding-right: 19px;

It may cause other issues and I say to remove it and see if you still have that issue maybe it was a caching issue as you had this problem only on Chrome(I guess):

but shows perfectly on firefox and explorer like this: https://www.dropbox.com/s/f0wmlovxvauh5ce/other%20news%20firefox.PNG?dl=0

I added the default css on your page and didn;t break anything – http://screencast.com/t/fpfENDHFH

Thanks!

Viewing 25 results - 28,776 through 28,800 (of 33,436 total)