Search Results for 'css'

Results from the Forum
Bikerznet
tagDiv Member

Sorry sorted it, couldn’t get it to work in my custom css, but had a mistake in my code, td_excerpt instead of td-excerpt.

Ta

Sjoerd
tagDiv Member

The problem was resolved bij deleting 2 rules in the CSS-code:
https://forum.tagdiv.com/topic/problem-with-mobile-use-after-updating-to-3-0/

It still works for our website. After changing the CSS code, the complaints of visitors stopped.

Catalin
tagDiv Staff

Hello mursalinsajib,

Our theme is fully compatible with both HTTP and https. Please use these few resources for a few hints on how to properly set up 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!

Catalin
tagDiv Staff

Hello gpm79,

Unfortunately, I do not exactly understand what you mean regarding on Next and Prev post…about what section do you are referring to? Provide more details, some useful screenshots so I can be able to identify it and also, so I will be able to provide a more accurate response.

If you want to remove the “About Us” from footer section, you should use a bit of CSS code to hide it. Try the code below and place it in Theme panel->Custom CSS Area.

The code is ->

.td-footer-wrap .block-title{
display:none;
}

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

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello,
1) http://www.wpbeginner.com/plugins/how-to-deactivate-all-plugins-when-not-able-to-access-wp-admin/
2) No, our theme is fully compatible with ssl if the implementation is done correctly by the user:
Please refer to these few resources:
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/

Thanks.

munvik
tagDiv Member
Menu - reply

Thanks, done through following suggested css:
.td-header-style-3 .td-header-menu-wrap { background-color: black; }

munvik
tagDiv Member

Q. Does post templates, block and grid support custom post.
Your Answer: Our blocks support custom post types but you will not be able to sort them based on their custom taxonomy. Please read this guide

Query: But in custom post type, option for selecting post template is not available

Q. Is there anyway to change style of reviews
Your Answer: Reviews can only be changed with css. There are no settings for more styles.

Query: Please help me in respect of class and modification code. I do not have knowledge about coding.

Q. Is it possible to create custom templates / style / block / Module / Grid for post, etc.
Your Answer: If you have the proper coding skills you can create anything, but our theme does not have a block/module/grid creator. It can only be done with hardcoding.

Oh, I dont know much about coding

Q. Number of youtube subscriber details are showing 0 insted of actual number
Your Answer: please use this guide to properly configure the plugin

I followed exactly the same. But still, there is problem. Further, my earlier facebook sharing number are not showing on posts

Q. In mobile theme, Menu background is not working. Menu items are there but due to no background it is not visible. see screenshot https://www.dropbox.com/s/8bnhu1mslnwd51e/MobileMenu.png?dl=0

Q. In desktop version, post template style-5 is not showing featured image in the post single page. But in mobile (mobile theme activated) it is showing featured image. Does all post template style, block and module are working only in desktop. Does mobile theme does not support them.

Q. How could I add custom post type posts list in the mobile (mobile theme)

Q. Does Mobile Editor works only in page. Mobile editor option is not available in post.

Simion C.
tagDiv Staff

Hi,

The easier way to do it would be to select header style 3 and enter this code in Theme panel->Custom css

.td-header-style-3 .td-header-menu-wrap {
background-color: black;
}

Result – https://www.screencast.com/t/7g74VeJCS
Thanks

Catalin
tagDiv Staff

Hello newsmaguser,

If you want to change the color of the link, you should use the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

.widget a:hover{
color:red!important;
}

The result is here ->https://www.screencast.com/t/oKMBVS6Gko This is for widget area. If you want for the entire website, yo should remove the .widget code.

IUf you want anything else, you should provide more details about what you want to achieve so I will be able to provide a more accurate response.

Thanks for the message!

Catalin
tagDiv Staff

Hello screengeek,

Please keep in mind that our theme is not full-width, sorry! The theme width is 1021 px as you can see here -> https://www.screencast.com/t/kHHLX9rl8oM and it has not been designed to work in full-width. It cannot be easy adjusted to be in full-width.
Unfortunately, please notice that our product does not have such an option for dynamic width (full width) and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode, please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results.

If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

You can try this code, it should cover most of the elements on your pages with the background you selected and you can add more if you want to, just enter it in Theme panel->Custom Css

.td-main-content-wrap, .td_block_wrap, .vc_row, .wpb_raw_html, .post, .td-post-title, .td-module-meta-holder, .td-more-articles-box, .td-category-grid, .td-category-header {
background-color: #fffdf9!important;
}

Thanks

Lucian
tagDiv Staff

Hi,

You can use the following css code:

1/3. .td_module_wrap .entry-title a {
font-family: Playfair Display;
}

2. .td-post-content p {
font-family: Playfair Display;
font-size: 30px;
}

Add this code to the mobile theme > custom code > custom css section: https://www.screencast.com/t/vtiIYRN3ryW4

Hope this helps you!

Thanks!

Lucian
tagDiv Staff

Hi,

1. Actually the theme does not have an option to completely remove the menu on the mobile theme however you can use a custom css code to hide it like this: https://www.screencast.com/t/WXybdKTiBNd > https://www.screencast.com/t/WrPpBDmyvc1F

use this css code:

#td-top-mobile-toggle {
display: none;
}

2. It’s enough to set the Featured category to it, like this: https://www.screencast.com/t/g7n61VG6v

Thank you!

Simion C.
tagDiv Staff

Hi,

Enter this code in Theme panel->Custom Css

.td-header-style-10 .td-header-gradient:before {
display: none;
}

Result – https://www.screencast.com/t/ocjWVjVHENq
Thanks

Simion C.
tagDiv Staff

Hi,

Enter this code in Theme panel->Custom Css

@media (max-width: 767px) {
#bbpress-forums div.bbp-reply-content {
margin-left: 0;
}
}

Result – https://www.screencast.com/t/A9tdM65bOG
Thanks

Simion C.
tagDiv Staff

Hi,

You could hide it with a simple css code, just enter it in Theme panel->Custom Css, this way you still have a page title but it will not show on the default page template

.page-template-default .td-page-title {
display: none;
}

Result – https://www.screencast.com/t/Cw3XIny5r
Thanks

The Under18
tagDiv Member

Hi,

Thanks for resolving the issue related to font on desktop. I need to make following changes in the mobile there please help CSS code:

1. Change font style of the title of the posts appearing in mobile theme to Playfair Display
2. Change font style of the post content in mobile theme and size too
3. Change the font style of the title appearing on the grid on the homepage in case of mobile theme to Playfair Display.

Thank you for helping me out 🙂

190degrees
tagDiv Member

No im not using a child theme. We have custom css added on a few pages for the button and etc.

Sending you the login and password to your email

Bogdan B.
tagDiv Staff

Hi,

Yes it seems to be a js error affecting the ios slider. Unfortunately css will not fix it. sorry. You will have to wait until the development team can take a look and provide a fix for the element.

Sorry for the inconvenience.

emirza
tagDiv Member

Thank you for the answer. But I want use header style 1, what code I can use?

Oh ya, for information, I have put code in Costum CSS for change the logo view counter.

Bogdan B.
tagDiv Staff

Hello,

Thanks for sharing this. I have checked into this and there seems to be an issue causing this. I added it to our list for future updates.
As a quick fix, you can add this code in the theme panel-> custom css box:

.td_block_slide .td_module_slide, .td_block_slide .td-slider{
width:100%!important
}

Thank you!

Simion C.
tagDiv Staff

Hi,

If you are referring to the border between the menu items, enter this code (it works for header style 11) in Theme panel->Custom Css

.td-header-style-11 .sf-menu > li > a {
border-right: 1px solid #003375;
}
.td-header-style-11 .sf-menu > li:first-child {
border-left: 1px solid #003375;
}

Result – https://www.screencast.com/t/qBuShC1byvM
Thanks

Bogdan B.
tagDiv Staff

Hello,

If you want to add a custom class to a big grid you can do so in visual composer like so: https://www.screencast.com/t/3SiBHjFI8d4
Then you can use it to create your css code. You can target the .td-module-title class
After your code is done and you added the font family and other parameters you want to add, you cna place the code in the theme panel-> custom css box: https://www.screencast.com/t/tQMr1YXI

Thank you!

Simion C.
tagDiv Staff

Hi,

Try this code, enter it in Theme panel->Custom Css (you can modify the margin values to what suits you best)

.td-header-style-8 .td-header-top-menu-full {
margin-top: 48px;
}
@media (min-width: 768px) {
.td-main-page-wrap {
margin-top: 48px;
}
}

Before – https://www.screencast.com/t/YARiAdR3vM
With code added – https://www.screencast.com/t/APMZJxIISn
Please let me know if this works for you

Thanks

Catalin
tagDiv Staff

Hello d2inspire,

Please keep in mind that the block buttons are made them with some custom rule. Also, please notice that the main element is WP Custom menu from Visual Composer, this have a custom class named .td-menu-blocks-custom Also, you have to make your own desired menu from Appearance->Menu from WP panel and then you have to use this visual Composer element with this custom class to get the Custom CSS design, like this -> http://screencast.com/t/i834fsDw -> http://screencast.com/t/Th9oEVLMM -> http://screencast.com/t/WWt2yabWiMv and as an example result -> http://screencast.com/t/7Mtx3fdFGNRd

Thanks for the message!

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