Search Results for 'css'

Results from the Forum
Lucian
tagDiv Staff

Hi,

Not sure about it as I’m not aware of your changes. This could be caused by a delay on loading page’s js/css resources. I see you use the tagdiv speed booster plugin which might cause this you could try to disable it and test again or alter theme’s default js/css. I advise you to get in touch with a developer or a freelancer to help you with this as we cannot provide customization services at the moment.

Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

To see if this causing the issue, please switch to the main theme, clear cache and see if the issue persist. If you don’t have this issue anymore, you can copy the css code from style.css file and paste it in Theme Panel > Custom Csshttp://screencast.com/t/dxWMY8bqH Then make a backup of your child theme files and update it.
The custom css from panel should work even if you switch to the child theme.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The post content settings for blockquotes will not work on woocommerce single products and the theme doesn’t have an option for this. The qoutes will keep the default css.
You can change this using custom css in Theme Panel > Custom Csshttp://screencast.com/t/ikwOBZh0qnX

.woocommerce #tab-description blockquote p {
font-family: Cookie;
font-size: 32px;
line-height: 30px;
text-transform: none;
color: #2b003f;
}

Thanks!

Lucian
tagDiv Staff

Hi BeautyGeek,

Please open a new tread when you have some questions or need guidance concerning the theme. Thanks!

The theme doesn’t have any option to disable widgets on mobile screens however you can do it using custom css, target widgets using widget’s specific class or id and media queries, like this: http://screencast.com/t/Dkkz8prDkD

This is the css code I’ve used:

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

To hide the more article box use this css code in theme panel > custom css section:

@media (max-width: 767px) {
.td-more-articles-box {
display: none;
}
}

Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure if this is what you mean. By default the logo on header style 1 has some margin and padding – http://screencast.com/t/5T7wgrYtW
If you want to customize it, you can do it via custom css in Theme Panel > Custom Csshttp://screencast.com/t/bBJGLtg7LjSf

.td-header-style-1 .td-header-sp-logo {
margin: 28px 28px 9px 0px;
padding-left: 0 !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can comment these filter options in the code – http://screencast.com/t/t3xYYRRYQ but please note that this change it will apply on all category templates.
If you want to do this only when you use template 5, you can hide them via custom css in Theme Panel > Custom Csshttp://screencast.com/t/ybNbEMmk

.td_category_template_5 .td-pulldown-filter-list li:nth-child(2), .td_category_template_5 .td-pulldown-filter-list li:nth-child(5) {
display: none;
}

Thanks!

Nagual
tagDiv Member

Hi again,

I fix the problem number 2 with these lignes in custom css :

.sf-menu ul .td-menu-item > a:hover,
.sf-menu ul .sfHover > a {
color: #fff;
background-color: #4e4e4e !important;
}
.sf-menu ul .current-menu-ancestor > a,
.sf-menu ul .current-category-ancestor > a,
.sf-menu ul .current-menu-item > a {
color: #fff;
background-color: #333 !important;
}

Hope it’s good.

Thanks

Junior
tagDiv Member

Hi Alin,

Thanks for your answer, but as I said, with only the style.css file in my child theme, I do not know how to update it ? Or you mean that I have to replace this one, with the one from the /code folder, and in parallel copy the content of my child/style.css in the custom css area to keep what I done ?
I looked the https://forum.tagdiv.com/the-child-theme-support-tutorial/ link but it does not say how to update it.

Sorry for my question, but I prefer to not do a mistake 🙂

Alin [tagDiv]
tagDiv Staff

Hi,

Just add the code in Theme Panel > Custom Css and set your color – http://screencast.com/t/WYbvmGNU

Thanks!

Thomas
Participant
#0

Hello

In panel theme admin I define Quote with 32px Cookie font.

The result here (first sentence in the post):
http://www.virtualmagie.org/articles/autres/reflexions/cercle-ferme-ou-club-ouvert-a-tout-le-monde-par-gilbus/

But when I use quote in the description for a product, it does’nt use the good style:
http://www.virtualmagie.org/boutique/pdf/biographie-dotto-wessely-je-suis-une-star-comme-tout-le-monde/

See the sentence in blue and cap!

If you could cahnge this on the next update and provide an CSS hack correction it would be great.

Regards

Alin [tagDiv]
tagDiv Staff

Hi,

Do you refer to the site background color? Unfortunately the theme doesn’t allow gradient color, it can be used only hex or rgba color. You can try to add it manually in style.css file – http://screencast.com/t/Q9sDTUbe3http://screencast.com/t/59Dv18lIhttp://screencast.com/t/hmyBuiSRX

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this custom css in Theme Panel > Custom Csshttp://screencast.com/t/8coT6afZl

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

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The header style 4 has boxed menu, you need to set the menu transparency if you want the background image also on menu http://screencast.com/t/NsRB6sPolhttp://screencast.com/t/7oIcu75lL9M
And use this custom css in Theme Panel > Custom Css:

.td-header-style-4 {
background: white url('http://imgscenter.com/images/2014/09/13/Beauty-of-nature-random-4884759-1280-800.jpg') no-repeat;
background-size:cover;
}

Thanks!

Nagual
tagDiv Member

Hello,

Thanks for your answer. 3-4-5 worked like you said in your answer, great 🙂

Regarding the others :

1- I’m working on local right now so I can’t provide you a link.
http://www.screencast.com/t/9Jn5kT1N What I mean is that if you look a the breadcrumbs you’ll see that the active page is from the sub menu of this item, and when a sub menu page is active the bottom border of the item is overriden. You understand what I mean ?

2- The only plugin that is installed on the local install is Yoast SEO, and the plugins which are provided/required for Newspaper. I will try to change the color directly in the css file.

Thank you !

amorpeth
tagDiv Member

Hey,

I changed it to centre, I’m still playing around. When I use the default setting the logo sits to the left but its indented a few center meters and doesn’t look very good. I was looking for a way to target the logo using the custom CSS so that I can move it further to the left.

Cheers!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have such a header style, you can achieve this only with custom modifications to a header template or you can try to use a full logo header style – http://screencast.com/t/syHryQiixTj and full image for logo – http://screencast.com/t/g9pNJ9Y9Z9UU
If you you want this only for pages you can add a background image to the row using Visual Composer settings and create something similar like the travel demo – http://demo.tagdiv.com/newspaper_travel/http://screencast.com/t/msgwHI0oB and customize it – http://screencast.com/t/ueYDvf2ic also you can add an extra class to the row and use custom css.

Thanks!

JockoMP
Participant
#0

Hello,
I need help for changing CSS file.

Certain pages (via pageid) have a special width due inserted iframe. Now those pages are neatly displayed on the desktop version, but the mobile version does not function. Results are not displayed properly and does not appear in the slider width frame.

Example page of the site with a problem:
http://meteoplaneta.rs/desetodnevna-prognoza/

Thank you in advance for your help.

Alin [tagDiv]
tagDiv Staff

Hi,

What theme version do you use? Please note that the above custom css is for version 4 of the theme and may not work.
Do you want to change the border color for active items and when you hover it? – http://screencast.com/t/noFw3p2DBX

.sf-menu > .current-menu-item > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > .current-category-ancestor > a:after, .sf-menu > li:hover > a:after, .sf-menu > .sfHover > a:after {
background-color: #FF0000 !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@Junior
you have to update also the child theme to the version 6, anyway the old customization(version 4) will not work in the new version. Also you can use Theme Panel > Custom Css so you will not lose css customization.
Newspaper 6 should be regarded as a new theme, the code was rewritten and also the child theme is more complete now(from 6.3 version) – https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. I’m not sure what you mean – http://screencast.com/t/2yMI0sz5GhB You can provide a link so I can take a look.
2. I have checked this on my side and no blue background appears – http://screencast.com/t/bq58rmhs Do you use speed booster plugin? It may cause an issue like this because it moves the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into css stylesheet file.
3. Replace your code with this custom csshttp://screencast.com/t/qCFe4hxeU4t

.sf-menu .td-normal-menu li:hover > a {
padding-left: 20px;
background-color: none;
border-left: 2px solid #0072bc;
transition: padding .3s ease-in-out;
border-left: 2px solid #0072bc;
}

4. The submenu doesn’t have a fixed width, it count the length of the items – http://screencast.com/t/gMQ6eFVzos A solution will be to add a min-width, but also you need to change the position – http://screencast.com/t/s81lAXTd
The icon has an absolute position you can also adjust it if you want – http://screencast.com/t/Xtfm2KEXj

5. This is the thumb size used by template 3. Like you can see it is used on more templates and also on smart lists. You can add a new thumb size in td_config.phphttp://screencast.com/t/AY145YSX and the use it for template 3 – http://screencast.com/t/eWWuLpdAP Please regenerate your thumbs if you make some changes – https://forum.tagdiv.com/using-the-theme-with-existing-content/

Thanks!

gagosg
tagDiv Member

Thanks,
I haved done it. I have only created a HTML link with URL=# and CSS class=popup-login.

David
tagDiv Member
fusion
tagDiv Member

thank you, it worked.

I hope this is final question about the slider.

I have modified your slider to show realetd posts also and tabs.
But during the loading time it show first image with last post title under the image.
How to solve it in js ore css to load correctly?
After the page loads it is OK. The first image has the post title below it correctly.

Thank you again for your support

enpomedia
tagDiv Member

Hi Emil,

Thanks for your reply but i’m afraid that none of them worked 🙁
I have put both in the style.css of my child team as shown below but it still looks the same. Also i’ve noticed that on your screengrab http://screencast.com/t/2W93kIfgMAxm it appears that your image is in the background of the Add area and not of the menu itself, your menu (where your little 6 logo is) is still black, that is where i want my background image to go please 🙂

Here’s my site: http://fuzzy-yellow.com/

/*
Theme Name: Newspaper 6 Child theme
Theme URI: http://themeforest.net/user/tagDiv/portfolio
Description: Child theme made by tagDiv
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Template: Newspaper
Version: 6.0c
*/

/* —————————————————————————-
This file will load automatically when the child theme is active. You can use it
for custom CSS.
*/

/* Change Menu Background Image*/
.td-header-style-4 .td-header-header {
background: white url(‘http://imgscenter.com/images/2014/09/13/Beauty-of-nature-random-4884759-1280-800.jpg’) no-repeat;
background-size:cover;
}

/* Change Menu Items to the Right*/
#menu-td-demo-header-menu-1{
display: table;
float: none;
margin-left: auto;
margin-right: 0;
}

Andrei L.
tagDiv Member

Hi

The theme wasn’t tested with upsell products, but I’ve added this on our list and we will fix it in the next update. Until then you can use this custom css in theme panel > custom css: http://screencast.com/t/5U9N0k3qnn

.woocommerce-page .upsells .products li:last-child {
margin-right: 0px !important;
}

Let me know how it goes.

Thanks!

Viewing 25 results - 26,926 through 26,950 (of 33,436 total)