Search Results for 'css'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

This is not an issue but a theme feature. A post will grab the category background if it belongs to that category. There is no setting to stop this behavior though.
As a workaround, you could add a white background to the category in the theme panel: http://screencast.com/t/8Fbvots5dq and then add the background image with css to the category by using the category ID like so:
.category-162{
background-image: url('http://www.wallpaperawesome.com/wallpapers-awesome/wallpapers-full-hd-1920-1080-widescreen-awesome/z-wallpaper-detailed-waterdrops-1920-x-1080-full-hd.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
}

This will bake the posts go into boxed mode unfortunately but there will be no background image. unfortunately the background image will not work without the color set to the category because the site needs to be boxed for the background to display.

Hope this helps.
Thanks.

Catalin
tagDiv Staff

Hello chewak,

If you want to move to the right the author name and date, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_block_big_grid_3 .td-module-meta-info{
text-align: right;
margin-right: 20px;
}

The result you should see here -> http://screencast.com/t/SjfMFY5Yfx

Thanks.

Bogdan B.
tagDiv Staff

Hi,
For css you can use the theme panel->custom css box. Unfortunately we cannot offer any custom work. We can only guide you into following the right steps but we do not offer any services in this purpose.
Thank you for your understanding.

Bogdan B.
tagDiv Staff

Salutare,

Din tema nu exista astfel de setare dar se poate folosi un cod CSS pe care il poti adauga in theme panel->custom css box:
.td-post-sub-title{
background-color:black!important;
color:white!important;
}

Referitor la block-ul 7, nu stiu exact la ce te referi prin miniaturi dar presupun ca te referi la titlurile posturilor, pentru ca acest tip de block nu are nici excerpt
Acesta este un block 7: http://demo.tagdiv.com/newspaper/block-7/
Te rog ofera mai multe detalii ca sa putem sa iti oferim un raspuns corect.

Multumesc!

The Transnational Post
tagDiv Member

Hi Bodgan,

I’m using RSS Aggregator to feed news to my site, but it’s not working as it should, the news feed is NOT going to the specified categories and I’m wondering if it requires a css code or a widget, my only problem is I can’t find it in the widget window.

As always. Thanks,
Stanley

simchris
Participant
#0

Widespread reports of WP 4.5 update breaking Visual Composer — however some folks say they have no issue with VC 4.11 included with latest versions of TagDiv themes, other folks online are reporting all kinds of themes breaking with WP 4.5 and VC 4.11.1.

If you are using an OLDER version of VC, and your VC is now broken using TagDiv themes; your first step would be to upgrade your VC to latest version included by TagDiv (4.11), which can be found in your all files download from ThemeForest (in the /plugins/ folder — where else?).

For others where it’s broken using 4.11/4.11.1 — might be due to other plugin/setting and you might need to wait for a 4.11.2/4.12 update — maybe not. If some have the problem and some don’t hard to tell if it’s inherently a VC problem or not.

Follow changelog for update status on VC:
https://wpbakery.atlassian.net/wiki/display/VC/Release+Notes

Other issues with WP reported widely related to the change in the image processing, setup and compression settings. In theory should mot break existing content since images are static. Regenerating thumbs might help with that, but other issue causing break is far more likely (e.g., blocks/rows using VC and not TagDiv blocks CSS might be broken if edited).

TAGDIV likely won’t have update for VC + WP 4.5 until a 4.11.2 or 4.12 version of Visual Composer pushed (follow the above changelog for timeline).

Reports of issues with VC might not “entirely” be solely the fault of VC + WP 4.5, since presumably WPBakery would have tested VC with the RC1/RC1 version of WP 4.5 out in the wild the past month, but perhaps not.

Just some facts for those freaking out.

Good time to build a backup strategy and also disable automatic updates on your WP setup.

The Transnational Post
tagDiv Member

Hi Bodgan,

I’m using RSS Aggregator to feed news to my site, but it’s not working as it should, the news feed is going to the specified category and I’m wondering if it requires a css code or a widget, my only problem is I can’t find it in the widget window.

As always. Thanks,
Stanley

thanik30
tagDiv Member

it works! thank you.

and yes you are right, I need to further customisation for positioning in css.

would it be possible for you to help me adjust? please please.

i tried to google how-to, and found the code to increase the size of the icon and change colour and move to the right, but just don’t know where to put in original coding. i don’t where to break into the original coding.

thank you very much.

Andrei L.
tagDiv Member

Hi

This can be achieved using some custom css in theme panel > custom code > custom css: For example if you have a category with named Apple and its slug is apple you can use this css to add a gradient background color: http://pastebin.com/Gf0qn6aXhttp://pastebin.com/Gf0qn6aX

I hope this help.
Thanks!

Bogdan B.
tagDiv Staff

Hi,
you need to access your theme files through ftp and identify the path from the screenshots. The method I showed required you to copy one piece of code from one file and paste it in another file. The path is visible in both screenshots. If this simple modification is too difficult, I do not recommend doing it as it will require further customization for positioning in css. The theme has no setting for this so it has to be hard-coded. Alternatively you can maybe find a plugin that has this functionality without altering the theme files.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I’m not sure how your reviews are on different pages as reviews are meant for posts.
Unfortunately the theme does not have such an option. You can chose to hide the summary score on specific posts and only have it display on a specific one. You can use css to hide the summary:
.post-79 .td-review-footer{
display:none!important
}

you will need the post id for this but i’m not sure this is what you request. Please provide more details se we can better understand how to help.
Thank you!

Andrex
Participant
#0

Hi,

How can I add a background to different categories which is based on a CSS gradient?

i.e. under ‘Newsmag’ > ‘Theme panel’ > ‘Categories’ > ‘Per category settings’ > ‘Background color’

If this can be done in the raw code this would be fine.

I know I could upload a ‘gradient image’ but this is not preferable for optimisation reasons.

Bogdan B.
tagDiv Staff

Hi,

It seems the remove button is getting hidden with css. I have added it to our bug list. We will fix it in a future version of the theme. Until then you can add this code in the theme panel->custom css box:
@media (max-width: 767px){
.woocommerce-cart .woocommerce .product-remove {
display: table-cell!important;
}}

Thank you for pointing this out!

Catalin
tagDiv Staff

Hello

If you want to change the color of this box, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Cusotom CSS area.

The code is ->

.widget_recent_entries .block-title span{
background-color:red;
}
.widget_recent_entries .block-title{
border-bottom: 2px solid red;
}

The result -> http://screencast.com/t/XvrNU8bE60CB

Thank you for the message!

Bogdan B.
tagDiv Staff

Hi,
It was a long story but to cut things short:
Solution is: keep top bar on, and disable it via additional css http://screencast.com/t/g45RXZSDJn9z
There seems to be an issue if you disable the top bar that contains the login widget.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
If you want to use a custom font you can follow this guide to do it: https://forum.tagdiv.com/using-custom-fonts/
As for the capitalized menu you can use this css in the theme panel->custom css:
.sf-menu > li > a{
text-transform:none!important;
}

Thanks.

Bogdan B.
tagDiv Staff

Hi,
Thank you for your kind words and appreciation.
The top menu was hidden on the mobile devices with css as a design choice by the developers. It can be reactivated though but we will require a link to your website so I can create the code directly.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
You can remove the gradient by using this css code:
.td_block_big_grid_2.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before{
display:none!important;
}

Result: http://screencast.com/t/q1Tl2363p7q
Thank you!

Bogdan B.
tagDiv Staff

Hi,
1) Unfortunately there is no setting for this. It will have to be made custom with css. You can make a block title orange from the block settings, but the ‘separator’ styling must be added custom.
Maybe this will help: https://css-tricks.com/line-on-sides-headers/
2) Unfortunately the predefined content cannot be edited. If you want to have better controll over the widgets inside the footer, please use a blank footer style and add your own widgets using footer 1, 2 and 3 from here: http://screencast.com/t/n7XIcVaytzhR
Thank you!

Bogdan B.
tagDiv Staff

Hi Rick,

Unfortunately there is no option for this but you could try to use the td-all-devices class and simply hide the ad for mobile with css.
<div class="td-all-devices"><a href="#"><img src="http://localhost/wordpress/wp-content/uploads/2016/04/rec728.jpg"/></a></div>

Thank you!

Catalin
tagDiv Staff

Hello andantesash,

Unfortunately, we do not recommend to increase/decrease the logo size because you can damage the layout of the theme. For header style 1, please notice that if you want to increase the size of the logo, then you need to remove the ad container because it will fall under the logo and display a big empty space. As example, you can use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-header-style-1 .td-header-sp-logo {
width: 350px;
height: 150px;
}
.td-header-style-1 .td-header-sp-logo img {
max-height: 150px;
width:350px;
height:150px;
}

Also, please notice that after these changes to the logo, you need to do some additional customizations for best results.

Hope this helps!

Thank you for the message!

Bogdan B.
tagDiv Staff

Hi,

You can use this css to fix the fixed height and have the author boxes display properly:
.td_top_authors .item-details{
height:100%!important;
}
.td_top_authors .td_mod_wrap{
padding-top:2px!important;
padding-bottom:2px!important;
}
.td-authors-description p{
margin-bottom: 5px!important;
}

I also reduced the margins and padding a bit.

Thank you!

korhan
Participant
#0

Hello,

I am using the default css file. Recently i saw http://blog.tatilbudur.com/ website and really like the font familty they are using on the header menu. I want to use the same font family because it does support turkish letters better. The font is called “Shadow Into Light Two”.

What changes do i need to make so that i can change the header font to this? And also that the letters are not capitalized automatically.

Thanks and regards.

SoNowner
Participant
#0

Hi,

What is the Custom CSS I can use to fit my company logo full width into the Header?

I read the how to in your header style section but it was unclear how to create a code since i’m not an “advance user”

Catalin
tagDiv Staff

Hello pixus,

Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.single-product .product .summary .cart .button {
background: none #ff9500;
}
.single-product .product .summary .cart .button:hover {
color: #5e5e5e;
}

Hope this hleps!

Thank you for the message!

Viewing 25 results - 23,326 through 23,350 (of 33,436 total)