Search Results for 'css'

Results from the Forum
Lucian
tagDiv Staff

Hi,

Glad you’ve solved it!
I mean this: http://screencast.com/t/iGSUTlnbf – It happens due to your css/html minifications so please make sure you replace the style.css file with the original one or if noting changes please make sure you re-upload the latest version theme files via FTP following this guide: https://forum.tagdiv.com/how-to-update-the-theme/
I’ve tested your minified css code and had the same issue: http://screencast.com/t/oiS78Y8a2

Thanks

Emil G
tagDiv Staff

Hi,

The structure is the same on both cases – http://screencast.com/t/hIdtHGPwTmhttp://screencast.com/t/Ud4wP5nf8X4X – the css makes the difference, try the following – http://screencast.com/t/vIbTYuap

You could also place the breadcrumbs under the title like this – http://screencast.com/t/sfqSGxzRuIn

.category .td-category-header .entry-title span {
background-color: transparent;
color: #222;
font-weight: 600;
font-size: 24px;
font-family: 'Open Sans',arial,sans-serif;
}
.category .entry-crumbs{
display: block;
}

Thank you, Emil G.

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

Hi,
The link takes the theme accent color from Theme Panel: http://screencast.com/t/ueN9xVPRQy7nhttp://screencast.com/t/1bGTyix3mH
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/coYYmwAZaOXA

.td-post-content a {
color: red;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css and change the color how you need: http://screencast.com/t/xdHFtOJfjC

.td-load-more-wrap a {
color: white;
background-color: rgba(0, 0, 255, 0.59);
padding: 5px;
}
.td_ajax_load_more .td-icon-menu-down {
display: none;
}

Thanks!

Iniko
Participant
#0

Hi,

We love the theme, but I’ve run into an issue with the individual post page. There’s a weird black section and I can’t figure out how to get rid of it. I’m using the default header and menu settings. We haven’t begun customizing and CSS yet.

WP Theme

Suggestions?

Thanks!
Paula

Alin [tagDiv]
tagDiv Staff

Hi,

The article top ad doesn’t have an option like inline ad to be displayed right or left – http://screencast.com/t/wNB8KQrKqb7M
But it should work if you use custom css in Theme Panel > Custom Css like this: http://screencast.com/t/6IZCqV3Mr

.single .td-g-rec-id-content_top {
float: left;
margin-right: 15px;
}

Thanks!

Rumair
tagDiv Member

Hi Alin,

i used this Code and some css to get this. link is

-> http://thatpedia.com/0502-3560/

<?php

global $multipage, $numpages, $page ;

if( $multipage && $page == $numpages ) {

echo “<div class=’next-back’><div class=’next’>”;

previous_post_link(‘%link’, ‘NEXT’, TRUE);

echo “</div></div>”; }

$args = array(

‘before’ => ‘<div class=”next-back”>’,

‘after’ => ‘</div>’,

‘link_before’ => ”,

‘link_after’ => ”,

‘next_or_number’ => ‘next’,

‘nextpagelink’ => __(‘<div class=”next”>NEXT</div>’),

‘previouspagelink’ => __(‘<div class=”prev”>BACK</div>’),

‘pagelink’ => ‘%’,

‘more_file’ => ”,

‘echo’ => 1 ); ?>

<?php

wp_link_pages( $args );

?>

robsabo10
Participant
#0

Hi,

I’d rather use the Boxed version (as opposed to full width), but it leaves a considerable amount of padding on the left and right side.

How can I decrease that padding?

It seems to only be considerable when viewing on a wider screen. I’ve messed around with the CSS and cannot find the solution.

Thanks,

Lucian
tagDiv Staff

Hi,


@frasercarly89

That behavior is on all your site’s pages, homepage also and they all appear unstyled. Checking your site I’ve noticed that you’ve minified/compressed your css/html so please make sure that you also tested this without using any plugins and turn off any css/html/js compression you have enabled then test again.

If noting changes then please make sure you re-upload the latest version theme files via FTP following this guide: https://forum.tagdiv.com/how-to-update-the-theme/


@Stefan

I can’t see this on your site so please provide more details which can help me recreate this and also make sure you also test without plugins, empty caches turn off minification option and test again.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site again and it the css is applying there and it looks fine from my side: http://screencast.com/t/JvEOEaMI455
Please clear cache if you use a plugin cache.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and I see that you have customize your logo on mobile: http://screencast.com/t/fRnnExcv so I’m not sure what are you trying to do.
Please try this custom css for space between slider and instagram: http://screencast.com/t/MlhZ6xLG

@media (max-width: 767px) {
.home .td_normal_slide .td_mod_wrap {
margin-bottom: 0px;
}
.home .td_normal_slide {
margin-bottom: 0px;
padding-bottom: 0px;
}
}

Thanks!

Lucian
tagDiv Staff

Hi,

Actually those 2 css resources: http://screencast.com/t/zYBgBKoCg are moved to the footer by the speed booster plugin: http://screencast.com/t/muBEUqsS but the notifications in google still appears because of theme’s generated css: http://screencast.com/t/y3BSB6JS which is loaded after the main theme style.

To avoid this you could try to make the changes directly into theme’s style file.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and you have a js error in console – http://screencast.com/t/3yopneKMhVe and also block ajax pagination doesn’t work.
Please deactivate all plugins, leave only Visual Composer active, also clear cache and check if you still have this issue. If don’t have the issue anymore, activate your plugins one by one and see which one caused this. Also you can check this without any css/js minification.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try to increase margin bottom via css in Theme Panel > Custom Css:

.td_mod3.td_mod_wrap {
margin-bottom: 30px
}

If doesn’t work please provide a linl so I can inspect this.

Thanks!

Emil G
tagDiv Staff

Hi,

I guess you refer to the submenu indicator which loads via css after the menu – http://screencast.com/t/R6AGQCX5
Not sure if there’s a better solution for this, i’ll add it on our list and we’ll investigate.

Thank you, Emil G.

Lucian
tagDiv Staff

Hi,

Your custom css is loaded after the initial css of the theme is loaded so the date and author appear then are hidden causing this.

You can add this css directly in the style.css file, like this: http://screencast.com/t/wawafBlQd4k
You can also comment the dates and author from all modules files, like this: http://screencast.com/t/Vm23ez7Ih

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Csshttp://screencast.com/t/jAXZVpuwryc

.header-logo-wrap {
float: right;
margin-left: 0px;
margin-right: 30px;
}

You can change to a template without articles like Homepage Blank and add blocks via Visual Composer – http://screencast.com/t/rrHDX6TuIT so it will be displayed only blocks that you add to your page.

Please also consider that unfortunately the version 5 of the theme will not include rtl support. You can still use the theme as it is but unfortunately you cannot updated it as you will lose the rtl support or you can update it and make yourself the necessary adjustments needed. If you can’t use the theme we can offer a full refund, just send an email at contact@tagdiv.com and we will explain the procedure.
Sorry for the inconvenience!

Thanks!

Lucian
tagDiv Staff

Hi Chris,

You can hide it via css: http://screencast.com/t/aDeZgvyax

.widget_categories label {
display: none;
}

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

You can try to change the font size via custom css in Theme Panel > Custom Css: http://screencast.com/t/5Dy9wjj4m

@media (max-width: 767px) {
.page-nav a, .page-nav span {
font-size: 20px;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I also tested this with the latest theme version(4.6.3) and did not found any issues like you can also see on our demo – http://demo.tagdiv.com/newspaper/
I’m not sure why you have this issue please try to deactivate all plugins, leave just Visual Composer active, clear cache and check if you still have this issue.
You can also try this custom css in Theme Panel > Custom Css: http://screencast.com/t/nmYXc6Cr

@media (max-width: 767px){
.td-big-grid-post-0 .td-sbig-title-wrap .td-sbig-title {
font-size: 17px !important;
line-height: 12px;
}
}

Thanks!

nikau
tagDiv Member

Hi,

Sorry, my screenshot was hosted on facebook. Maybe it’s blocked for non-me people.

This is the specific URL where the SUB header navigation is showing all the Categories.

> http://larepublica.es/category/deportes/

Under the Main Black-backgrounded navigation menu, there is a White-backgrounded row that is showing child categories and a right-alined select menu. I want to remove the whole line, without using a css display none hack.

Thanks for taking your time to read me.

Alin [tagDiv]
tagDiv Staff

Hi,

In Newspaper 5 will be changed the custom typography section and it will be added more option there. For the moment you have these options to change the font for blocks added using pagebuilder – http://screencast.com/t/Mn0fUuk2kxFE
Also if you have text content on your pages please try this custom css in Theme Panel > Custom Csshttp://screencast.com/t/Ufc2vz4m3rW4 and change the font family that you use:

body,p {
font-family: Open Sans;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css to change the background color for arrows: http://screencast.com/t/7yniH8gbkc

.td_block_mega_menu .td_ajax-prev-page, .td_block_mega_menu .td-ajax-next-page {
background-color: red;
}

If you want that css to apply for all widgets just remove .home class.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

For backend you have to edit editor-style and change that css: http://screencast.com/t/uINoJcQu829http://screencast.com/t/5K5tKogwrp
If you want to change it also for frontend you can chang it via custom css in Theme Panel > Custom Css: http://screencast.com/t/s1KtQTBUqyI

blockquote p {
font-size: 15px;
}

Thanks!

Viewing 25 results - 28,726 through 28,750 (of 33,436 total)