Search Results for 'css'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

Try making the change to default in the footer section like this – https://www.screencast.com/t/C2qgrZjd and also clear your cache after the change, also check any custom code you may have entered in the theme’s custom css section, or added to the theme files. If nothing works you could try this custom css code, just enter it in Theme panel->Custom Csshttps://www.screencast.com/t/n8lEpPSr6zj with this result – https://www.screencast.com/t/jUfIsD2MY71 and also clear your cache after you enter the code.

.td-footer-wrapper .block-title span {
color: white!important;
}

Thanks

ffarci
tagDiv Member

One of your collegue create for me a CSS code because the background of the facebook page’s word (of the widget of WP) was different from the Theme Accent Color.
Now I erase the css code and the background is a dark grey, as you can see here in the sidebar
https://www.cibarsidimarketing.it/gestire-unattivita-ristorativa-nel-2017/
Anymore, the anchor text is always black, even if I erased the cache of ny browser.
So, the problems are now two, and not just one =)
I understood that I should create an entire template from visual composer grid builder, isn’t it?
However, because I tried and is not so intuitive for me, I would know if it possible to solve the problem without make some changes.
Sorry but my english is awful and to use a english-language theme is not so simple for me (but the theme is great, so I wanted to trust you and buy this theme
Thanks for your unlimited support! =)

Bogdan B.
tagDiv Staff

Hello,

The theme does not handle the site’s url.
Please use these few examples to properly move to https:
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/

You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1) We always recommend using a header style that uses the full logo if you want bigger sizes for your logo. Here are the required logo sizes for all the different header styles: https://forum.tagdiv.com/header-styles/
Please use headwer style 9, 10 or 11 as they will show the exact size you upload your logo in. Right now your logo cannot be stretched to 434 pixels as it is only 300 x 86 and forcins it to stretch via css will cause lots of quality loss https://www.screencast.com/t/QiIJLqhlTHY

2)If you add a featured image and add it in the content as well, then both will show up on regular post styles. Our theme has 14 post style to choose from. Please change the post style for the posts that have this duplicate image to post style 5 that will not show the featured image: example:
https://demo.tagdiv.com/newspaper/td-post-mcdonell-kanye-west-highlights-difficulties-for-celebrities/

Thank you!

Bogdan B.
tagDiv Staff
menu - reply

Hello,

It can be done with a css code. Add it in the theme panel-> custom css box:

.td-header-style-5 .td-header-main-menu{
width:100%!important;
}

Thank you!

Catalin
tagDiv Staff

Hello marc1993,

Another possibility for you would be to use the Text Block in this Row, create an extra class for this Text Block and with a bit of CSS code you can handle your writing. Notice that in the Text Block you can add HTML code in the Text mode. Look at these images, like this -> https://www.screencast.com/t/2pFKjqkWvgv -> https://www.screencast.com/t/zVS87Yuo5x98 -> https://www.screencast.com/t/rsXNSQAmoJ

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

Your issue is not related to plugins it seems but rather to the second part of my reply:

Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Your css is minified and it seems it breaks the menu. Please restor the theme to the default code and disable any at all tools you use for minification or optimization.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

The problem is that the iframe also inserts an image of 0x0 pixels into the content. This one: http://go.linkwi.se/delivery/cr.php?an=CD21327&cn=11955-6&
Unfortuantely I cannot provide any solution as css cannot edit code inside of an iframe. You will have to contact the code provider and have them remove the image element from the iframe.
https://www.screencast.com/t/H1kvZI76HW

Thank you!

Catalin
tagDiv Staff

Hello,

Unfortunately, your website is too altered with a Custom CSS code and some functionality for the theme is changed. I recommend you to revert the theme to the default state, without any customization which can alter the theme settings. What you want to do is not covered by our support policy, sorry! You need more customizations in your website but please notice that we cannot provide something like this because we cannot provide custom work, sorry! Our support policy is here -> https://forum.tagdiv.com/support-policy-2/
If you are unhappy with our product, you should request a refund here -> https://themeforest.net/refund_requests/new and we will approve it, sorry!

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hi,

The code works as expected.
This code will remove the featured image from all posts on the mobile theme:
@media(max-width:767px){
.post .td-post-featured-image{
display:none!important;
}}

You have to add this code in the mobile theme custom css box, not the main theme one: https://www.screencast.com/t/ZzT6fvW3bjY

Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can limit the featured image size with css for desktop if you always require that dimension but it depends on the post style that you use. Please provide the post style you want to use for posts as it;s not possible n all post styles.
Thank you!

Catalin
tagDiv Staff

Hello Febian,

Please notice that the YouTube Playlist not been done to be used for Sidebar Area and might appear some issues. You should use a bit of CSS code and place it in Theme panel->Cusotm CSS area.

.single .widget_text .td_video_playlist_column_2 .td_wrapper_player {
height: 388px;
width: 100% !important;
}
.single .widget_text .td_video_playlist_column_2 .td_container_video_playlist {
width: 100%;
right: 0px;
}

Notice that the code above have to be further customized if you want to bring best results in this regard, but you should do it yourself because we cannot provide custom work at the moment, sorry!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

What I meant is you should replace the color of the font, in the code provided above related to the Read more, with the value you want either it is the excerpt color, then it should be like this color: #777; or the date font color color: #aaa; You must enter or modify the code in Theme Panel->Custom Csshttps://www.screencast.com/t/rOMgD0J5Jn

Thanks

Catalin
tagDiv Staff

Hello arbabrizvi,

You should use a bit of CSS code to hide it. Try to use the code below and place it in Theme panel->custom CSS area.

The code is ->

.td-category-description{
display:none;
}

Thanks.

Catalin
tagDiv Staff

Hello Vishal,

If you want to display the Topbar on mobile view, you should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
}

The result is here -> https://www.screencast.com/t/T6mVdox4du9a

Thanks for the message!

Febian
tagDiv Member

I found it easy to add video playlist with column 1 on homepage. However when I copy the code on single post, the css class is always changes to column 2, which is too wide for the sidebar.

How to change the css class on single post so it could use td_video_playlist_column_1 on it’s css?

Anonymous
Inactive
#0

Hi,

I have purchased the theme for https://trailmag.co.za/ and currently my site is under constriction at http://trailmag.4uss.net/

Once i have finish the development work of my site, i will move to trailmag.co.za.
Note: All my question is related to http://www.trailmag.4uss.net
ISSUE 1:
I’m using the Header style 3. I want to increase my logo size to 434PX x 125PX with the existing header layout (Header 3). Please tell me which custom css of any changes in code i need to do, so that i can use a bigger logo size with Header 3 Layout.

ISSUE 2:

The Featured Image size is resizing automatically while displaying in the post. but our previous theme is not doing this. e.g- https://trailmag.co.za/trail-22/ Is one of the post in my old theme, in this post the featured image is not showing in the post but showing in banner/slider/block area. When anybody click on the image then the feature image is not showing and we have added same image in the body and viewers are able to view the image properly.

Here what happening: Suppose i have added a featured image to a post and also added same image inside the post. While viewing the post Both images are appearing. I couldn’t add the featured image for second time inside the article body if the display style of featured image was perfect.

So please help me by guiding how to change the resizing feature of feature image or how to hide featured images for some particular post while viewing. I have tried with several plugins to hide featured image, but everything fails.

Please help me

Thanks
Chandra

Jorge Lopez
tagDiv Member

Thank you, but i founded a different sollution, only doing a CSS trick and not reinstalling. If it can be useful for someone with the same problem.

.td-mega-grid .td-pb-span4 {width: 340px;position: relative !important;}
.td-mega-grid .vc_column_container>.vc_column-inner {
padding-left: 0px;
padding-right: 0px;
}
.td-mega-grid .vc_row {
margin-left: 0px;
margin-right: 0px;
}


@media
(max-width: 1023px) and (min-width: 768px){
.td-mega-grid .td-pb-span4 {
width: 252px !important;
}
}

Seems that something went wrong with some classes. Inserting this in the child style file solved it.

Regards

Bogdan B.
tagDiv Staff

Hello,

The custom icons must be added in with css as there will not be a dropdown for you to select the icons. Please provide more information exactly where you want to add the icons.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately i cannot provide any solution to enlarge the images. Our theme can only crop images, not enlarge them. You will have to edit the plugin and have it provide larger images. They cannot be enlarged with css. The images have to be provided by the plugin in bigger dimensions.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can add this code in the theme panel-> custom css code
.td-sub-footer-container .td-sub-footer-menu{
width:100%!important;
}
.menu-subfootermenu-container{
display:table;
margin-left:auto;
margin-right:auto;
}

But please note that this will make you not be able to add a footer copyright text as the containers had to be altered for a centered position in the sub-footer. If you decide to add a footer copyright text , then you will have to remove this customization in order for it to show up properly.

Thank you!

Catalin
tagDiv Staff

Hello newbietamvan,

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

.td-social-google, .td-sp-pinterest{
display:none!important;
}

The result is here -> https://www.screencast.com/t/rjmud0xM

Thanks for the message!

Catalin
tagDiv Staff

Hello harmario,

If you want to remove the category siblings, you should use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-category-siblings{
display:none!important;
}

Thanks for the message!

Catalin
tagDiv Staff

Hello danhysa,

You should use a bit of CSS code to do that. Try to check our Inspector Browser tutorial here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ to see how you can create your own custom CSS code.

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello,

It seems the black color is coming from your end. The theme css does not apply as it is rewritten by either a custom css in the theme panel or a plugin css.
Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Viewing 25 results - 18,701 through 18,725 (of 33,436 total)