Search Results for 'css'

Results from the Forum
Alin [tagDiv]
tagDiv Staff

Hi,


@SALZBURG12
Please try this custom css:
On page’s sidebar: http://screencast.com/t/Mur0oNsE
Also on post’s sidebar: http://screencast.com/t/ReU5JFX3S

.wpb_widgetised_column .block-title > span, div.td-main-sidebar .block-title > span{
background: white;
color: black;
font-size: 15px;
}


@ajaffarali
You also can try that code.
If doesn’t work please provide your site URL.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

2. Your inline ad is visible now: http://screencast.com/t/WlFfywVdNIiE

5. Google ad sense can be disabled from Theme Panel. You can try to find a plugin to display yours ads if you want to disable on mobile and tablets or hide it with css: http://screencast.com/t/h0flnhGxa

@media (max-width: 1024px){
.td-header-sp-ads{
display: none !important;
}
}

Thanks!

Emil G
tagDiv Staff

Hi,

Disable all plugins except for Visual Composer.
If you modified the theme code remove all modifications.
Disable css / js minification, if you use a cdn disable it.

Thank you, Emil G.

Alin [tagDiv]
tagDiv Staff

Salut,

Incearca acest css: http://screencast.com/t/Q8X3Jt0UVno

.sf-menu > li > a{
padding: 0px 5px 0px 5px!important;
font-size: 14px!important;
}
.sf-menu a.sf-with-ul {
padding-right: 25px!important;
}

Mersi!

SALZBURG12
tagDiv Member

hmmm… tried this:

.td-main-sidebar .block-title span{
background: #0c2044;
color: #ffffff;
font-size: 20px;
}

pasted into “custom css” and cleared the cache.
nothing happens, all non-tagdiv-widget still have a black color (http://www.salzburg12.at)

Alin [tagDiv]
tagDiv Staff

Hi,

Try this custom css: http://screencast.com/t/tdjy763KH

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

Also if you want to hide the Big Slide only for homepage use:

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

Hope this helps!

Emil G
tagDiv Staff

Hi,

Add the css here – http://screencast.com/t/dmYsh8kKvrTm

Thank you, Emil G.

kirikovdan
tagDiv Member

1) Solved with css edit.
2) I put, but still can’t see, and i need it in middle of each article. Bambinostory.com
3) Thanks, gonna try
4) Thanks!
5) If i try to disable head ad on mobile and tablet, it still visible on both.

Alin [tagDiv]
tagDiv Staff

Hi,

I think that you are referring to widgets title from sidebar. You can change it with css code:
All blocks title: http://screencast.com/t/y9izYKyJPb9

.td-main-sidebar .block-title span{
background: white;
color: black;
font-size: 20px;
}

Or you can target one widget: http://screencast.com/t/y7tyGVqNoODy

.td-main-sidebar .widget_recent_comments .block-title span{
background: white;
color:black;
font-size:20px
}

Only tagdiv’s blocks have this option from settings: http://screencast.com/t/mhneHKCtdEO

Hope this helps!

Emil G
tagDiv Staff

Hi,

Moving js and css to the footer won’t improve the general page load time, the elements will still be there,js and css are executed later because they are moved at the page end and by this it creates a faster page load illusion for the visitors.
Disabling the default fonts may help – http://screencast.com/t/nWTTMIVxwK
Reduce the number of plugins (only use the ones that you realy need).
Reduce the number of blocks on the page (fewer queries).

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
Rabattix
tagDiv Member

Hello,

first of all, it´s a great theme, but after installing all we need, and following your constructions for more pagespeed, nothing happens.

Lots of them is because of the pictures bus there are more ponts in loading js and css.

Now we followed your instruction to optimize the pagespeed by putting the files in to the footer, but nothing happens.

When we check the site withe the functions.php of the theme, there is also this:

registered scripts
td-external | http://our-domain.tld/wp-content/themes/Newspaper/js/td_external.js
td-site-min | http://our-domain.tld/wp-content/themes/Newspaper/js/min/site.min.js
jquery | http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
registered styles
cptch_stylesheet |
cntctfrm_stylesheet |
google-font-rest |
td-bootstrap |
td-theme |
js_composer_front |

Then we put them to the footer, but this message is also available. What did we do wrong?

The td-speed-booster.php looks like this:

if ($this->is_ie === false and $this->td_theme_name == ‘Newspaper’) {
$this->move_style_to_footer(‘td-bootstrap’);
$this->move_style_to_footer(‘td-theme’); //this is the main style of the theme, it depends on td-bootstrap to load
}

$this->move_style_to_footer(‘google-font-rest’);
$this->move_style_to_footer(‘woocommerce_frontend_styles’);
$this->move_style_to_footer(‘cptch_stylesheet’);
$this->move_style_to_footer(‘cntctfrm_stylesheet’);
$this->move_style_to_footer(‘google-font-rest’);
$this->move_style_to_footer(‘td-bootstrap’);
$this->move_style_to_footer(‘td-theme’);
$this->move_style_to_footer(‘js_composer_front’);

//jetpack lost styles
$this->move_style_to_footer(‘jetpack-subscriptions’);
$this->move_style_to_footer(‘jetpack-widgets’);

/**
* move javascript to footer
*/
$this->move_js_to_footer(‘themepunchtools’);
$this->move_js_to_footer(‘revmin’);
$this->move_js_to_footer(‘jquery’);
$this->move_js_to_footer(‘td-external’);
$this->move_js_to_footer(‘td-site-min’);

Can you help us please?

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

It requires modifications on the author box widget code.
You have to edit the following file – http://screencast.com/t/jI62k9VCtep

$buffy .= '<div class="td-authors-description">';
$buffy .= '<p>' . get_the_author_meta( "description", $td_author->ID ) . '</p>';
$buffy .= '</div>';

And add the following css inside Theme Panel -> Custom CSS: – http://screencast.com/t/iDnwNnljvUtH

.td_top_authors div.item-details {
height: auto;
}

Thanks!

Emil G
tagDiv Staff

Hi,

You have to edit the Big Grid code – http://screencast.com/t/4nnvYd442q

<div class="td-excerpt">
<?php echo $this->current_post->get_excerpt(25);?>
</div>

And apply some css to make it white – http://screencast.com/t/MEITPzjS

Thank you, Emil G.

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

Hi,

Could you provide the url so i can check the header movement issue?
The css is loaded in a cascade, one after the other. The theme CSS loads first then the custom css is loaded.
A way to fix this may be to edit the style.css file , find and replace the theme default color with your own – http://screencast.com/t/sujORnpYJTy

Thank you, Emil G.

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this solution:

1.Edit page-pagebuilder-latest.php and add a class to the td-container’s div linke this: http://screencast.com/t/bSM4KwuhpWT8
2. Now you can use css code to target that class: http://screencast.com/t/Srd12ogg1z

.no-border{
border-bottom: none!important;
}

Also you apply this css only for your homepage(if you use that page template on another pages), adding .home .no-border

Thanks!

St
Participant
#0

Hi,
I have set in my style.CSS

ol li {text-indent:-20px;}
ul li {text-indent:-16px;}

How to change it in editor view, so that I can have the same setting?

thanks
st

revega
tagDiv Member

Salut,
Vreau sa micsorez spatiul la meniu. Am folosit acest cod:

.sf-menu a.sf-with-ul {
padding-right: 0px !important;
padding-left: 20px !important;
}
.sf-menu > .td-menu-item > a{
font-size: 17px!important;
}
.sf-menu > li > a{
padding-left:5px!important
}

dar a rezultat asta: http://psnews.ro/css/meniu.jpg

help 🙂

PS – vreau sa va felicit pentru munca pe care o depuneti (suport de nota 10).

thx.

simchris
tagDiv Member

Exactly … you should be properly optimizing use of CSS if you choose to use speed booster – to minimize flash of unstyled text/colors; you should be editing the style.css and not using the custom CSS box which loads after the main CSS file – as one example.

simchris
tagDiv Member

Takes a second to load CSS on slower server or if having too many queries on front page, or images not optimized for fast loading.

idansx
tagDiv Member

I see googleapis requests for fonts I don’t even use

<link rel=’stylesheet’ id=’google-font-opensans-css’ href=’http://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamese%2Clatin-ext%2Ccyrillic&ver=4.1&#8242; type=’text/css’ media=’all’/>
<link rel=’stylesheet’ id=’google-font-ubuntu-css’ href=’http://fonts.googleapis.com/css?family=Ubuntu%3A300%2C400%2C500%2C700%2C300italic%2C400italic%2C500italic%2C700italic&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Clatin-ext%2Ccyrillic&ver=4.1&#8242; type=’text/css’ media=’all’/>
<link rel=’stylesheet’ id=’google-font-pt-sans-css’ href=’http://fonts.googleapis.com/css?family=PT+Sans%3A400%2C700%2C400italic&subset=latin%2Ccyrillic-ext%2Clatin-ext%2Ccyrillic&ver=4.1&#8242; type=’text/css’ media=’all’/>
<link rel=’stylesheet’ id=’google-roboto-cond-css’ href=’http://fonts.googleapis.com/css?family=Roboto+Condensed%3A300italic%2C400italic%2C700italic%2C400%2C300%2C700&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamese%2Clatin-ext%2Ccyrillic&ver=4.1&#8242; type=’text/css’ media=’all’/>
<link rel=’stylesheet’ id=’google-vollkorn-css’ href=’http://fonts.googleapis.com/css?family=Vollkorn%3A400italic%2C700italic%2C400%2C700&ver=4.1&#8242; type=’text/css’ media=’all’/>

How do I get rid of it?

  • This reply was modified 11 years by idansx.
  • This reply was modified 11 years by idansx.
simchris
tagDiv Member

Ignore the render blocking … that has nothing to do with slow page load times.

To limit use of Google fonts, simply don’t use them. Switch to websafe fonts in the control panel, and then search/replace all the Open Sans and Roboto fonts in the style.css and choose web safe fonts.

Note all those Google fonts in the mobile page?

Mosamlife
Participant
#0

How i use protocol relative path in your theme my website use https connection. see this website http://thelogicalindian.com/ and check page source this website using protocol relative path.

Example : https://www.movzio.com/wp-includes/css/admin-bar.min.css?ver=4.1

protocol relative path example : //www.movzio.com/wp-includes/css/admin-bar.min.css?ver=4.1

currently i’m able to set protocol relative path in theme css and js file but how i can integrate in images so we can reduce the number of request

Cityshop
tagDiv Member

No it is not working,

In the desktop the size of all ads is half after I put the css code in the custom section…In mobile is the same… 🙁 I don’t have idea how to fix this issue….:(

Alin [tagDiv]
tagDiv Staff

Hi,

Please use this custom css in Theme Panel > Custom Css:

@media (max-width: 767px){
.iosSlider-col-3{
display: none;
}
}

Thanks!

Emil G
tagDiv Staff

Hi,

1. Usually it takes a few days until google scans your site and delivers ad content for you, the code seems to be – http://screencast.com/t/cy8X1Uu4ure , you just have to wait.

2. There’s no account options on share, the article is simply shared by each visitor on his account/page.

3. The size can be changed from CSS, use the browser inspector to find the current parameters and modify them using custom csshttp://screencast.com/t/0loyEnLMz

4. Add the head code here – http://screencast.com/t/pxLi5kaQmm
For the content you have to edit all templates (pages or posts) where you want to display that widget – http://screencast.com/t/LuXAe8eBku7Xhttp://screencast.com/t/jm9pUVD2c8a
The body end can be found here – http://screencast.com/t/p8nCSR5gxi

Thank you, Emil G.

Viewing 25 results - 29,751 through 29,775 (of 33,436 total)