Search Results for 'css'

Results from the Forum
dracodraconis
tagDiv Member

Hi Chris,

Thanks for all the help.
I have managed to remove a few more errors on the site.

Issues:

1. wp-rocket is not setting browser cache expiration for the .css and .js cached/minified files.

Is there a way to force Varnish to set browser cache expiry anything within the /wp-content/cache/min/ folder?

2. Understandably, I cannot set the properties of external resources (googleapis jquery.min). I should however be able to defer parsing of javascript for both internal and external resources. I have already added jquery.min to the tdspeedbooster move to footer area, but it still seems to be parsing during initial load. I surmise that this is what is causing the delay in page load (2.59s)

gtmetrix
gtmetrix

3. Also, is it possible to defer javascript for the /wp-content/cache/min folder? How do I do this?

Thanks for all the help!

Alin [tagDiv]
tagDiv Staff

Hi,

You add a background like that, just add the background image and make header transparent also disable top menu from Theme Panel: http://screencast.com/t/o6T4aPnMsqvM Also you can set background ad click: http://screencast.com/t/wSZineOnVN
I’m not sure what you mean with “turn off responsiveness”. This is a responsive theme; there is no “non responsive” option. You can edit the style.css file and remove the @media query’s if you want a non-responsive layout.

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to use a general css code for all blocks title please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/lQcssd2Kh

.wpb_widgetised_column .block-title a,.wpb_widgetised_column .block-title span{
background-color: #222222;
}
.wpb_widgetised_column .block-title{
border-color: #222222;
}

Also for some blocks this can be changed from it settings for example Social Counter: http://screencast.com/t/Zg8HaGZ2wWf

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Like Lucian said with Visual Composer you can add some Ad Box block to display some custom ads for example and add an extraclass to the column: http://screencast.com/t/RkzK2wQe After that you can customize it with some css code: http://screencast.com/t/csVA936sL

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please paste the code like you was above in post template – http://screencast.com/t/547qnmbT9 and after that copy the css code for custom ad to float left in Theme Panel > Custom Css: http://screencast.com/t/JsicA5Z8
If you don’t manage to solve this please provide a link so I can inspect this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Buna,

Poti folosi custom css sa ascunzi reclamele pe anumite articole cu ajutorul id-ului de post si adaugati codul in Theme Panel > Custom Css: http://screencast.com/t/JsicA5Z8

.postid-xx .td-a-rec-id-content_top{
display: none;
}
.postid-xx .td-a-rec-id-content_inline{
display: none;
}
.postid-xx .td-a-rec-id-content_bottom{
display: none;
}

Pentru ad inline mai exista clasele .td-a-rec-id-content_inlineleft si .td-a-rec-id-content_inlineright in functie de aliniat. Id-ul postului il poti afla: http://screencast.com/t/6Aoq7jNHlhJM

Multumesc!

colecoboy84
tagDiv Member

Hi Alin,

I entered the custom CSS you suggested, and it took care of the problem – but if we could figure out what caused the problem to begin with, that would be better 🙂

1. I didn’t make any modifications. I do have template 6 set as my sitewide default for posts – obviously that’s affecting Woocommerce products, but that’s not my intention.

2. I used the same plugin I’m using here to import Amazon products with your Newspaper theme, and it worked great, so maybe there’s a conflict between the plugin and Newsmag?

If you want to log into the site and investigate further, that would be fine, or if you want to live well enough alone that’s okay too. One way or another, thanks for your assistance!

Sergio

Lucian
tagDiv Staff

Hi,

We will release the newspaper version 5 of the theme in next 1.5 month. I’ll add your request on our request list and consider changing the design of the cart/checkout pages closer to your needs however adding a customization panel I’m not sure it’d be available soon as it is not easy and we have to focus on finish other matter that need handled.

I’ve also studied your “ideal layout” on from the screenshot above and noticed that many of your request can be archived using css so if you need this you can get a freelancer to help you do the design you want.

Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

You can hide them using this custom css in Theme Panel > Custom Css: http://screencast.com/t/bGyCHAckg

.td_mod_wrap .meta-info{
display: none !important;
}

Or delete/comment those in modules files: http://screencast.com/t/pYDy5f5C

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what you are trying to do. You can show the date above the title: http://screencast.com/t/mmX4rq3L6http://screencast.com/t/niOLd7ECK
If you want to place the date beside the title you need to use custom css: http://screencast.com/t/NZTtYPHrSXL

.td_mod10 .entry-date{
float: left;
}

Unfortunately I don’t think that is possible without custom modification as there is margin left: http://screencast.com/t/Vsk9AMEi

Thanks!

planetaim
tagDiv Member

Hi! Yes want 2 ads before SIMILAR ARTICLES. Like it is on this website: http://fit4brain.com/8084.

Please help me how must i custom css!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what you try to do. You can use this css if this is what you need: http://screencast.com/t/4JtWmVk6IyX

.td-header-bg.td-header-style-8.td-menu-background{
position: fixed;
display: block;
left: 0;
right: 0;
}
.td-grid-wrap{
margin-top: 50px;
}

Also if you don’t have basic css/html experience you can always hire a professional to change the menu how you wish, as we cannot provide any custom work for the moment. Sorry for this!

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You have to edit td_authors.php and add this code: http://screencast.com/t/HKkmrz6F1r

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

Also please add this custom css in Theme Panel > Custom Css: http://screencast.com/t/4nEPUjRNw6Bi

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

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Unfortunately theme doesn’t have an option for this and you will need custom modification to the grid, it is not an easy task. You can hire someone to do this for you as we cannot provide custom work. Sorry!

2. I don’t know what you mean with “the tag”, please provide more details. Also how did you added the background image? Did you edited page template and added there?
The only way to add a different background image for each page is to use custom css in Theme Panel > Custom Css and use page id: http://screencast.com/t/4hANyIu8h4UXhttp://screencast.com/t/NuEeHY8aff

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You would need some custom css if you have 2 ads there:

.single .td-g-rec-id-custom_ad_1{
float: left;
}

Please provide a link if you did not solve that issue, so we can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what’s happen. Did you removed the above css? As I did not find it applied or overwrote on your page: http://screencast.com/t/AdEh5IYM

.woocommerce-page ul.products li.product:nth-child(5) {
clear: both !important;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use this custom css in Theme Panel > Custom Css to hide search on mobile screen: http://screencast.com/t/dDJmPnCouHJg

@media (max-width: 767px){
#td-top-search{
display: none;
}
}

Thanks!

Carllauren
tagDiv Member

Hi,

The CSS code doesn’t work!

My settings are on default, but somehow this code: .td_uid_12_55158e6f3cff7_rand .td_module_wrap:hover .entry-title a, .td_uid_12_55158e6f3cff7_rand .td-load-more-wrap a:hover { color: #ffffff; } is changing the button color to white when you hover on them…

I have tried making the changes through CSS but with no effect. Also tried deactivating caching, but nothing happens!

I would love to find this code and remove it completely: .td_uid_12_55158e6f3cff7_rand .td_module_wrap:hover .entry-title a, .td_uid_12_55158e6f3cff7_rand .td-load-more-wrap a:hover

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

Did you made any custom modification to the code? Normally woocommerce use owns template, I see that it is set also post template 6 class there and also is applied that css on it. If you made any custom modification to appear theme’s post templates in woocommece, you can change the post template to default.

Also if you think that helps you can try this custom css in Theme Panel > Custom CSS: http://screencast.com/t/7ggG3XGb2xOa

.woocommerce-page.single_template_6 .td-header-wrap{
height: 210px !important;
}

Thanks!!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site: http://screencast.com/t/1gfUpnN5CQ and your image size is: http://screencast.com/t/1gfUpnN5CQ that’s why it looks like this. You can try to use a small size image for your logo or customize it with css code: http://screencast.com/t/bIi8IYpH

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You can change color style that you use on blocks from settings: http://screencast.com/t/s1Pcw1n77b6 and you can change these settings from Theme Panel > Block Settings: http://screencast.com/t/VX7fRahw
If you want to change it using css code, you can target block/module that you are using like this: http://screencast.com/t/Ug6arbBHlrj

.td_block_11 .td_module_wrap:hover .entry-title a,.td_block_11 .td-load-more-wrap a:hover{
color: red !important;
}

Also for next/prev buttons: http://screencast.com/t/Pv5kp9RhRe

.td_block_11 .td-next-prev-wrap i:hover{
color: red !important;
background: yellow;
}

Hope this helps!

daimpa
tagDiv Member

Hello, this is what I meant with stretched:

Original: http://s24.postimg.org/3shnb0rid/Milano_Panoramica_FILEminimizer.jpg
Thumbs with width:180px: http://s24.postimg.org/biofg5ttt/stretched.jpg

Problem is that other than width: 180px, there’s an min-height:135px:
style.css – row:8768:


@media (min-width: 1024px) {
  .td_module_10 .entry-thumb {
    min-height: 135px;
  }
}

If you try with the original image, I think that you should see the same problem.

Definitive solution:
Use thumbs: 640 X 350

Add in .css:

@media
(min-width: 768px) {
.td_module_10 .td-module-thumb {
width: 180px;
height: 135px;
overflow: hidden;
}

/*following code is for play button image preview on video-type posts*/
.td_module_10 .td-module-thumb img {
max-width: none;
height: 135px;
width: 246px;
margin-left: -33px;
}
.td_module_10 .td-module-thumb .td-video-play-ico img {
max-width: 40px;
max-height: 40px;
}
.td_module_10 .td-module-thumb .td-video-play-ico {
left:103px;
}
}

  • This reply was modified 11 years by daimpa.
  • This reply was modified 11 years by daimpa.
  • This reply was modified 11 years by daimpa.
Michel Lenoir
Participant
#0

once I add elements with visual composer on page this is the error I get
Fatal error: Call to undefined function vc_shortcode_custom_css_class() in /’mypath’/wp-content/themes/Newsmag/vc_templates/vc_row.php on line 25

colecoboy84
tagDiv Member

I can do minor css tweaks, this one I feel is beyond me, partly because it needs to target a specific template … so it’s safer to wait. Thanks!

Vinay Prajapati
Participant
#0

I was browsing Google Webmaster Tools. I found some links under Blocked Resources. I do not know how to deal with them? Please help me.

Here is the list of files…

Blocked resource Pages affected
http://www.techprevue.com/wp-content/cache/wpfc-minified/1d7a81fd5a4182daa2f9b45509663829/1425913222index.css 3
http://www.techprevue.com/wp-content/cache/wpfc-minified/2e2522fce78091f76d7a3350fbd868dd/1426415452index.css 4
http://www.techprevue.com/wp-content/cache/wpfc-minified/478aabfa4f274cfb29e25cec06ea2bd9/1426697362index.css 2
http://www.techprevue.com/wp-content/cache/wpfc-minified/67bc248e14c3b1ff68a671c62730484a/1421398930index.js 8
http://www.techprevue.com/wp-content/cache/wpfc-minified/67bc248e14c3b1ff68a671c62730484a/1426415452index.js 22
http://www.techprevue.com/wp-content/cache/wpfc-minified/6e59ab1d36bec6b38aee08510ab4166d/1426491454index.css 6
http://www.techprevue.com/wp-content/cache/wpfc-minified/80aed8e336937973b2ae4f3c3a92b7db/1426497454index.css 1
http://www.techprevue.com/wp-content/cache/wpfc-minified/80c2a05da60bb425fc911c0b17690ab2/1426415452index.css 16
http://www.techprevue.com/wp-content/cache/wpfc-minified/ce48a5455685866c64af1177628b9de2/1426698175index.css 3
http://www.techprevue.com/wp-content/cache/wpfc-minified/d41d8cd98f00b204e9800998ecf8427e/1421398930index.js 8
http://www.techprevue.com/wp-content/cache/wpfc-minified/d41d8cd98f00b204e9800998ecf8427e/1426415452index.js 22
http://www.techprevue.com/wp-content/cache/wpfc-minified/f182248a7577007f997757bc3285ea1e/1421398930index.css 8
http://www.techprevue.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.5d 1
http://www.techprevue.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.6.1 21
http://www.techprevue.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.6.2 393
http://www.techprevue.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20 466
http://www.techprevue.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.0.3 2
http://www.techprevue.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.1 125
http://www.techprevue.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.1.1 126
http://www.techprevue.com/wp-content/plugins/jetpack/css/jetpack.css?ver=3.3 6
http://www.techprevue.com/wp-content/plugins/jetpack/css/jetpack.css?ver=3.3.2 110
http://www.techprevue.com/wp-content/plugins/jetpack/css/jetpack.css?ver=3.4 8
http://www.techprevue.com/wp-content/plugins/jetpack/modules/holiday-snow/snowstorm.js?ver=1.43.20111201 2
http://www.techprevue.com/wp-content/plugins/js_composer/assets/js/js_composer_front.js?ver=4.4.2 2
http://www.techprevue.com/wp-content/plugins/revslider/rs-plugin/css/settings.css?rev=4.6.0&ver=4.0.1 1
http://www.techprevue.com/wp-content/plugins/revslider/rs-plugin/css/settings.css?ver=4.6.5 271
http://www.techprevue.com/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js?rev=4.6.0&ver=4.0.1 1
http://www.techprevue.com/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js?ver=4.6.5 460
http://www.techprevue.com/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.tools.min.js?rev=4.6.0&ver=4.0.1 1
http://www.techprevue.com/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.tools.min.js?ver=4.6.5 258
http://www.techprevue.com/wp-content/plugins/wp-math-captcha/css/frontend.css?ver=4.1.1 11
http://www.techprevue.com/wp-content/themes/Newspaper/images/icons/ico-video-large.png 6
http://www.techprevue.com/wp-content/themes/Newspaper/images/icons/similar-left.png 409
http://www.techprevue.com/wp-content/themes/Newspaper/images/icons/similar-right.png 407
http://www.techprevue.com/wp-content/themes/Newspaper/includes/wp_booster/external/bootstrap/td-bootstrap.css?ver=4.5d 1
http://www.techprevue.com/wp-content/themes/Newspaper/includes/wp_booster/external/bootstrap/td-bootstrap.css?ver=4.6.1 21
http://www.techprevue.com/wp-content/themes/Newspaper/includes/wp_booster/external/bootstrap/td-bootstrap.css?ver=4.6.2 360
http://www.techprevue.com/wp-content/themes/Newspaper/js/min/site.min.js?ver=4.5d 1
http://www.techprevue.com/wp-content/themes/Newspaper/js/min/site.min.js?ver=4.6.1 16
http://www.techprevue.com/wp-content/themes/Newspaper/js/min/site.min.js?ver=4.6.2 377
http://www.techprevue.com/wp-content/themes/Newspaper/js/td_external.js?ver=4.5d 1
http://www.techprevue.com/wp-content/themes/Newspaper/js/td_external.js?ver=4.6.1 16
http://www.techprevue.com/wp-content/themes/Newspaper/js/td_external.js?ver=4.6.2 377
http://www.techprevue.com/wp-content/themes/Newspaper/style.css?ver=4.5d 1
http://www.techprevue.com/wp-content/themes/Newspaper/style.css?ver=4.6.1 21
http://www.techprevue.com/wp-content/themes/Newspaper/style.css?ver=4.6.2 360
http://www.techprevue.com/wp-includes/images/smilies/icon_biggrin.gif 5
http://www.techprevue.com/wp-includes/images/smilies/icon_sad.gif 1
http://www.techprevue.com/wp-includes/images/smilies/icon_smile.gif 39
http://www.techprevue.com/wp-includes/images/smilies/icon_wink.gif 1
http://www.techprevue.com/wp-includes/js/comment-reply.min.js?ver=4.1.1 443
http://www.techprevue.com/wp-includes/js/jquery/jquery.js?ver=1.11.1 264
http://www.techprevue.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1 264

Viewing 25 results - 29,176 through 29,200 (of 33,436 total)