Search Results for 'css'

Results from the Forum
schauvin
tagDiv Member

Hi Lucian:

I’ve partially solved the problems. The plugin that what causing the strange behavior with WP Super cache so I removed it. But I still have the css problem with the aweber form that was working OK. Now on The home page and 2 more categories the CSS works fine, the others no. It seem to be some kind of cache problem.

Now about the images that were scaled instead of load as thumbnails I’ll copy some examples from the gtmetrix report:

The following images are resized in HTML or CSS. Serving scaled images could save 972.7KiB (71% reduction).
Some samples below:

http://www.mujeresdeempresa.com/wp-content/uploads/2003/08/saskia-sassen.jpg is resized in HTML or CSS from 624×351 to 198×111. Serving a scaled image could save 78.7KiB (89% reduction).
http://www.mujeresdeempresa.com/wp-content/uploads/2002/04/networking2.jpg is resized in HTML or CSS from 611×427 to 198×138. Serving a scaled image could save 68.9KiB (89% reduction).
http://www.mujeresdeempresa.com/wp-content/uploads/2014/02/puck_poster.jpg is resized in HTML or CSS from 640×381 to 198×117. Serving a scaled image could save 68.6KiB (90% reduction).
http://www.mujeresdeempresa.com/wp-content/uploads/2014/09/isabel_allende.jpg is resized in HTML or CSS from 745×483 to 198×128. Serving a scaled image could save 45.3KiB (92% reduction).

The following image(s) are missing width and/or height attributes.

http://forms.aweber.com/form/displays.htm?id=TAzsDOysDIzsHA== (Dimensions: 1 x 1)
http://pagead2.googlesyndication.com/pagead/images/google-logo.png (Dimensions: 106 x 36) (3 uses)
http://pagead2.googlesyndication.com/pagead/images/nessie_icon_tiamat_white.png (Dimensions: 26 x 42)
http://t1.gstatic.com/favicon?q=tbn:ANd9GcTheO6i2IuYw2YW53b-P_NSQZ2kDhwjcs0yMFim2JZ3Ag-1ceGL8vLlAERz4yrZlfdmuv7O11AJ5AHfts1x8nDAjw (Dimensions: 16 x 16)
http://www.mujeresdeempresa.com/wp-content/themes/Newspaper/images/icons/similar-right.png (Dimensions: 6 x 9)

Any ideas?

Thanks for your help.

itrejomx
tagDiv Member

Thanks Christopher and Lucian.
The speed booster plugin, does it asynchronously load the JS ? does it minify JS and CSS? or does it simply send the JS and CSS to after the <body>

finally figured out what the error on pagespeed insights page was. Load time exceeds the maxmimum wait time.

  • This reply was modified 11 years by itrejomx.
Steven
tagDiv Member

How to removed the line under the tags also the breadcrumbs,i really don’t like these lines under the names on hover…is there a css to removed that line site wide instead…

also how to change the color for the previous and next…

Lucian
tagDiv Staff

Hi,

You can do it via css, like this: http://screencast.com/t/qGXTBvySJn

.prev-post div, .next-post div, .prev-post a, .next-post a {
font-family: Oswald !important;
}

.td-tags a:hover {
background-color: #4db2ec !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

This: http://www.screencast.com/t/PN6Uh1p7E is an image caption text and you can use this css to change it’s font size: http://screencast.com/t/f88iUjB6Kd

.wp-caption-text {
font-size: 30px;
}

And this: http://www.screencast.com/t/Vek3IN1wfY is an header tag: http://screencast.com/t/UhY1t4Aw
Use this custom css to change the header font size: http://screencast.com/t/0d7oE1eLES8l

.td-post-text-content h5 {
font-size: 60px !important;
}

Thanks

  • This reply was modified 11 years by Lucian.
Lucian
tagDiv Staff

Hi,

1. Replace all line: http://screencast.com/t/aEb09NFpyxb with this 'orderby' => 'rand', line, like this: http://screencast.com/t/6GI9pNv0kjRS

2. Use this css in theme panel > custom css filed: http://screencast.com/t/1eERz5iE

.td-big-grid-title .td-sbig-title-wrap, .td-sbig-title-wrap .td-sbig-title {
background-color: transparent !important;
}

3. Use this custom css: http://screencast.com/t/rr7hjvrX1nML

.td-sbig-title-wrap a:hover, .td-sbig-title-wrap a:hover span {
text-decoration: none !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

Yes, use this custom css in theme panel > custom css filed: http://screencast.com/t/kIGOrwR2K and set the menu to be sticky from theme panel.

@media (max-width: 767px){
.td-affix {
position: initial !important;
}
}

Thanks

Lucian
tagDiv Staff

Hi,

When you activate the tagdiv speed booster plugin some css an js files are moved to the bottom of the page in the footer section so this may cause issue when used with others plugins and the css you use to set the background gets overwritten.
Try this custom css in theme panel > custom css filed:

@-moz-document url-prefix() {
body {
background-color: #4DBFD5;
background-image: url('http://www.dil-bilgisi.net/fon.png');
background-position: center top;
}
}

ie11 body {
background-color: #4DBFD5;
background-image: url('http://www.dil-bilgisi.net/fon.png');
background-position: center top;
}

Please let me know if it works.

Thanks

Lucian
tagDiv Staff

Hi,

Like this: http://screencast.com/t/VB75UlHjIQ
Use this custom css and add it in the custom css filed in theme panel: http://screencast.com/t/GxV5NSJrrN
.td-header-bg .header-logo-wrap {
margin-top: 0px;
}

Thanks

Lucian
tagDiv Staff

Hi,

2. Unfortunately the theme doesn’t have an option for that, it’s not easy but it can be achieved via css and you will need custom work for that. If you don’t know how to do it we suggest you to hire a freelancer to get this done for you as we cannot offer custom work at this time.

6. In this path ..\wp-content\themes\newspapertheme\includes\modules\module_modifier you can find the file, use a code editor like Notepad++ and edit the td_module_blog.php file change remove the code I suggested then save it: http://screencast.com/t/3gClfIbAf
Search for tutorials online to see how you can use code editors and make this modifications: http://smallbusiness.chron.com/notepad-beginners-38873.html

11.
i) Use this css to have the small images like the other slider images in small screen widths: http://screencast.com/t/SxAIEXyiV4HR

@media (max-width: 476px) {
.td_block_big_grid .td-big-grid-post-0 {
height: 200px !important;
}
.td-big-grid-post-2, .td-big-grid-post-3, .td-big-grid-post-1 {
width: 100%!important;
height: 174px !important;
}
.td-big-grid-post-3 .thumb-wrap {
border-left: 0px solid #ffffff !important;
}
.td-big-grid-post-3 .td-sbig-title-wrap, .td-big-grid-post-2 .td-sbig-title-wrap {
margin-left: 0px !important;
bottom: 2px !important;
}
.td-big-grid-post-2 .td-sbig-title-wrap {
bottom: 3px !important;
}
}

@media (min-width: 477px) and (max-width: 767px) {
.td_block_big_grid .td-big-grid-post-0 {
height: 300px !important;
}
}

ii) The images become like that because of the width of the screen as in order to be responsive are set to 100% of width.

13. Use another block widget, the block 1 widget which you are using it’s set to appear like that: https://forum.tagdiv.com/modules-and-blocks/

15. Replace this code: http://screencast.com/t/XAQnqGR9fiLz with this: http://pastebin.com/7dpq7Rpr

18. That happens because of the cropping function, you can find more info about it in this topic: https://forum.tagdiv.com/topic/thumbnails-and-images-url-problem-comments-problem/

19. This is similar to the second matter and it can be done via custom css but unfortunately the theme doesn’t have an option for this and you will need to hire someone to customize it for you.

20. You can find how to do it here: https://forum.tagdiv.com/topic/customize-article-display-view/
Move the get_category() function inside the module file.

Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Please use this custom css: http://screencast.com/t/lMWKiNEAfVs
Add it in theme panel > custom css filed:

.iosSlider .slide-meta-author {
line-height: 30px !important;
}

I have also added this on our issue list and we will fix it in the next theme version.
Thanks for reporting this!

Lucian
tagDiv Staff

Hi,

1. Can you please point out which images aren’t loaded as thumbnails and are scaled? I have checked your site and seems that the thumbs are loaded as it should, you can manually add the image width and height if there are missing, as I have noticed the thumbs I have checked do have img dimensions.
ex:
* http://screencast.com/t/fxItmx5k
* http://screencast.com/t/wJzq8PFr

2. I have noticed that the link points to the category but somehow it redirects to homepage when clicked. Please deactivate the plugins, empty cache and/or purge files if you use any CDN hosting services then check for this issue as a plugin could cause this.
If this dose not helps please go to settings > permalinks and re-save your permalink structure.
When you deactivate plugins make sure you enable them back one by one to check which one is generating this issue.
Please let me know of what you find.

3. Not sure why the css isn’t loaded on category pages, it could be overwritten so if this issue still appears after you deactivate the plugins please try to use this css inside the custom css field: http://pastebin.com/pnMHRG9q
Should fix your issue: http://screencast.com/t/gpkaGGXRe1S

Thanks

huatcai588
tagDiv Member

First of all, thank you for answer! But i still got some problem got trouble!

Previous Question
2. i mean different color with different menu. ex: because this categories is red color (http://www.screencast.com/t/MQTTMfwC), so i want it when i choose this categories’s pages, the big slider’s title (http://www.screencast.com/t/J28gd4wF5S) with red color. Same like this, this categories is orange color (http://www.screencast.com/t/aXojjJFoAQ6), so iwant it when i choose this categories’s pages, the big slider’s title (http://www.screencast.com/t/Rew5DtvlbF2) with orange color!

6. Can u teach me how to find this with step by step?Sorry, i am a newbie…(http://www.screencast.com/t/cdezKx4zQc)

11. i) I have already try, but why it just have two images only? How about the below two?http://www.screencast.com/t/7DY5C1uKsfxD

ii) And why this images becomes like that? http://www.screencast.com/t/NmuSbDQ8L

13. How to let the small images at the sidebar become same size with the first images?http://www.screencast.com/t/G54ZXmSGmP

15. After remove it, How to use the prev and next button? How to let the prev and next button function?

18. It is because some photo cannot see all size, like (http://www.screencast.com/t/9dFhk7Dt), (http://www.screencast.com/t/1zIWtfYz34YY), (http://www.screencast.com/t/tuPJDiE0MVBa)

19. I already try, but it appear all red in all title. i mean if this categories is red color (http://www.screencast.com/t/MQTTMfwC), i want it when i hover the title, ti appears red color (http://www.screencast.com/t/2N66oFGX), although it appear on similar post (http://www.screencast.com/t/ibP6xixFPMnk) or random post (http://www.screencast.com/t/Qx49y4oCR). In conclusion, when it is in categories some one, and the categories is red color or even another color, it all shoulb become that categories’s color! I know that i should more css and custom work. Can u step by step and screencast teach me? Sorry for that…

20. But i not only homepages should show the category, even the similar post or random post there also shuold show, how shuold i do?

Emil G
tagDiv Staff

Hi,

If you have any custom css please remove it, disable all plugins, except for the Visual Composer plugin and check if the issue is still there. Let me know how it goes.

Thank you, Emil G.

Lucian
tagDiv Staff

Hi,

Thanks Christopher!

@jb
As Christopher suggested you can edit the style.css file and remove the media query’s which add style for tablets. Remove all css inside this:

/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {

}

/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1200px) {

}

Thanks

Lucian
tagDiv Staff

Hi,

1. The theme doesn’t have an option for that an you can change it via custom css for all menu items, follow the topic form the URL as I have posted a solution on how you can do this here: https://forum.tagdiv.com/topic/several-issues/
You can do it for individual menu items but it will not be easy and you need custom work for that.

2. Like this: https://forum.tagdiv.com/topic/ad-on-homepage/#post-24051

3. With this css: http://screencast.com/t/SKMarcdAd4

.block-child-cats a {
font-size: 18px;
}

4. Can’t recommend you one as we haven’t made tests with none, you can search online and test it to see if it works.

5. You need a plugin for that, not sure which one it’s used on the site you have provide the screenshot but you can try to find one online: http://www.bloggingwizard.com/top-wordpress-social-sharing-plugins-2014/

6. You can try to edit the td_module_blog.php file and change this: http://screencast.com/t/8P4veeALzl1L as the theme panel dosen’t have an option for this.

7. Can’t recommend any plugin that dose that, I suggest you do a google search and find one online.

8. You have to use that plugin if you want a similar functionality as the theme doesn’t have an option like that for the comments box.

9. Just add your gif image to your post using “add media” the same way you upload and add a normal jpg image: http://screencast.com/t/nkrXbZQbWHt

10. Replied here!

11. You can use the same method offered for the big slider’s big image and change the css for other images as you like using this @media css snippets to target just the mobile screens:

/* responsive phone */
@media (max-width: 767px) {
/* add you css code here */
}

If you don’t have any html/css basic knowledge and don’t know how to do this we suggest you to hire someone to help you with it as this needs custom work and we cannot offer any type of custom work at this time because we work hard on development, updates, fixes and support and we don’t have time left. You can also get a freelancer from sites like: http://studio.envato.com/ if don’t have anyone to helps you with this.

12. Unfortunately I can’t helps with this also as I can’t recommend you any. You should search for a similar one online.

13. This is a block 1 widget and you can change it from appearance > widgets > then go to the sidebar you use there and search for block 1 widget then for “custom title filed” and change the title like this: http://screencast.com/t/mSQHBYBG8w

14. Via custom css using this custom css in theme panel > custom css filed: http://screencast.com/t/HO4TJR2yc

.prev-post div, .next-post div {
font-size: 33px;
}

15. Use this css: http://screencast.com/t/uQNePflX

.next-prev a {
display: none;
}

16. Unfortunately the theme doesn’t have a feature like that, you can try to find a plugin that dose that or you could use our social sharing buttons, add them there and use css to style them. You will also need custom work for this.

17. You can edit the post template file you are using and move this line, like this: http://screencast.com/t/OqnqyBtd and then use css to style it as you like. We suggest to get someone to help you with this if you don’t know how to do it.

18. The theme is already responsive build so I’m not sure what your issue is, please provide more details.

19. You can remove the underline for title on hover via css like this: http://screencast.com/t/4cxK85zYOuX
But to change the color when hovered to the category the post is part from you need more css and custom work.

.td_mod_wrap .entry-title a:hover {
text-decoration:none !important;
color: red;
}

20. You can your answer here: https://forum.tagdiv.com/topic/show-category-name-in-homepage/

Thanks

Lucian
tagDiv Staff

Hi,

This issues with styles is due to theme’s rtl style sheet, as the themes original style sheet, when using the plugin, gets moved to the footer and because of the cascading property of the css the rtl css gets overwritten by the initial style.
Until we can provide a fix for this you could try not to move the theme style to the footer, like this: http://screencast.com/t/VShNyJkRQrf avoiding the styles issues and still use the plugin for js files an other css files.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

I have checked your site’s source and seems that the speed booster plugin does do what it should: http://screencast.com/t/2eCCByZYKi
As you can see in the screenshot the js/css files are located in the footer, excepting this jquery script and some css files: http://screencast.com/t/eT2Ke74xTH
Please make sure you add the id’s for style sheets. Regarding the js jquery file please note that it’s set like that and if this is used with rev slider is not moved as it cause conflicts: http://screencast.com/t/coGyMTluP67N
Also note that minifying your js/html/css can also cause issues so make sure that you disable the minification of this resources then deactivate all plugins then activate them one by one and try to move them to the footer using speed booster plugin and also consider that some css/js files are already added to the speed booster plugin and you shouldn’t add them again.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Please deactivate all plugins then use this guide and based on id’s to move js/css to the footer as this guide doesn’t guarantee that this will work for all js/css added by other plugins.
You should also follow this topics to find more info about this and also different solutions regarding issue that you may encounter while searching for “How to get the best pagespeed score”:
* https://forum.tagdiv.com/topic/can-i-add-plugins-css-to-footer/#post-6348
* https://forum.tagdiv.com/topic/pagespeed/
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Please use this css to fix it: http://screencast.com/t/3Hpz6F8uafQK

@media (min-width: 1200px) {
.td-boxed-layout .td-header-style-8.td-affix .td-menu-wrap {
height: 76px;
}}

Thanks

Lucian
tagDiv Staff

Hi,

Regarding the Firefox slider issue you have I think it’s could be due to a plugin conflict so please deactivate all plugins then empty cache if you use any and check for this again. If this doesn’t happen anymore you can activate plugins one by one to see which one is creating a conflict.
The slider’s titles rows can be controlled from td_module_slide_big.php like this: https://forum.tagdiv.com/topic/changing-the-width-of-the-featured-post-title/#post-18499
Seems that your social sharing issue is due to some css: http://screencast.com/t/oOz120C25
You can fix it like this: http://screencast.com/t/AplJiCSfMEp

.td-social-sharing {
top: 0px;
}

Use this css for the menu border, just change the color border color to the one you want and for hover also: http://screencast.com/t/mF1GENRhXd1

.sf-menu li a:hover, .sf-menu .sfHover a, .sf-menu .current-menu-ancestor a, .sf-menu .current-category-ancestor a, .sf-menu > .current-menu-item > a {
border-color: #4db2ec;
}

.td-full-layout .td-menu-background, .td-boxed-layout .td-menu-wrap {
border-bottom: 4px solid rgb(229, 14, 55);
}

The menu font color can be changed from theme panel > custom typography: http://screencast.com/t/3RpxouZx
As for the mega menu direction I have searched a bit for a solution online but couldn’t find a simple solution. You can try to search for a solution yourself or you could hire some one to do it for you if you don’t know how to do it.

Thanks

simchris
tagDiv Member

Well, I was suggesting GTMetrix to help debug WHY your pages are not loading properly. It allows you to test from different locations and browser types and is also good at identifying issue by topic like “server” related issues that might be causing timeout issue.

The tagdiv speedbooster plugin helps with optimizing the theme CSS and JS.

I had nothing but problems with lazy loading myself, but ideally something like mod_pagespeed running at server level does that, and I think there are some plugins you could try on the WordPress.org plugin repository. Can’t recommend one, as I don’t use that. It’s more useful for long pages with lots of images below the fold. Won’t help with your page timing out on first load!

itrejomx
tagDiv Member

GTMetrix gives me 87% speedgrade and yslow 72 if i remember correctly
Pingdom gives me 80 /100 score

Most of the suggestions involve the external js and css files and use of a CDN.
Is it possible to combine JS and CSS files on wordpress? without the site breaking of course, to reduce the amount of requests is a common suggestion on all pagespeed tools.

What lazy load plugin would you recommend ?

schauvin
tagDiv Member

Hi:

I have some question concerning image optimization and page speed.
I usually use an optimized 745×483 px for feature image and let the theme do the other dimensions.
Now when testing with http://gtmetrix.com/ it says:

The following images are resized in HTML or CSS.
Serving scaled images could save 1000.6KiB (74% reduction).

/saskia-sassen.jpg is resized in HTML or CSS from 624×351 to 198×111. Serving a scaled image could save 78.7KiB (89% reduction).
/networking2.jpg is resized in HTML or CSS from 611×427 to 198×138. Serving a scaled image could save 68.9KiB (89% reduction).

So i do not understand why a scaled image is served when a thumbnails is at hand.

What can I do?

Thanks

simchris
tagDiv Member

Might be. But of course the theme works perfectly with that plugin. So, it would likely be another plugin conflicting. This is also more common with child themes since the CSS is being “redirected” to the parent. Which is why I stopped using child themes couple of years back. Annoying as heck.

You could obviously try disabling the plugins then reactivate them one by one, to see what is doing what.

There are also a couple of good plugins you can run to see which of the plugins is using the most resources or slowing things down (I posed this couple of times this month, not sure – you’d have to search for that … if this were my forum I would probably add a list of “useful plugins for running a WP site….”).

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