Search Results for 'css'

Results from the Forum
votranhtuhi
tagDiv Member

It should look something like this
https://drive.google.com/open?id=0B09ARADyxMFOclVmY3lPVWZla0U

Some custom CSS?

Thanks!

luizduducoelho
Participant
#0

Hello, i would like to put more items in my main menu. In my case, more than 7 items make it have 2 rows, but I don’t want that. Can I have a CSS code, or something to solve it ?

Nano
tagDiv Member

Hey Bogdan.

Thasnk you for the response. I totally understood what you say. For now, I tried impleting your css and it does change the left and right arrows to next page and previous page. But the font-size of this text is very small. Have a look here:

I also need to inform you that with the following code, I have already increased the size of these pagination numbers bigger:

.page-nav a, .page-nav span, .page-nav:first-child > div{
font-size: 25px;
min-width: 50px;
line-height: 40px;
}

Now, how can I make the font-size of the text “Previous Page” and “next page” equal to the size of the pagination numbers?

Also, if I can color the box of “previous page” and “next page” with the color as shown with number-2 box ( orange color box), it will solve my current needs to a great extent,’

Please help me achieve these few customisations. Thank you very much.

pacey666
Participant
#0

.td_smart_list_7 .td-slide-smart-list-figure img{
pointer-events:none
}

I Added this in the theme panel-> custom css box 4 disabling my image links. But my image link still working on my mobile version.

Do u have another code for disabling mobile version

thank you 🙂

troypener
Participant
#0

When using default page ..I keep getting this error message..”Fatal error: Call to undefined function vc_shortcode_custom_css_has_property()

Catalin
tagDiv Staff

Hello raunakniroula,

The font which is used in our demo is the default -> Roboto and Open Sans. I do not exactly understand what you mean, regarding on your problem. Please provide your website URL so I can inspect it closer and also, provide some useful screenshots with your problem so I can understand it better. In the future, please notice that you can use the Inspector browser to check all the elements from your website. Follow the steps from our useful tutorial here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ and then you can create your own custom CSS code. Notice that we cannot make your website and cannot make any custom work because we are unavailable doping this, at the moment, sorry! We only point you at the right direction.

Thanks for the message!

mato
Participant
#0

This is the layout I have on page:
http://pasteboard.co/6ahnxBoKa.png

But on frontend the css grid is broken and all columnd get 100% width, because .vc_column_container ‘s width: 100% kills .td-pb-span8‘s width: 66.666%:
http://pasteboard.co/6aiXWEp2u.png

I’m using child theme.

How do I fix this?

Catalin
tagDiv Staff

Hello darararan,

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

.td-header-menu-wrap{
border-bottom: 2px solid red !important;
}

The result is here -> http://screencast.com/t/LHhpFYcmKgnb

Thanks for the message!

Nano
Participant
#0

Hello awesome people,

Approx. 15 days before, we have shifted to more powerful Digital Ocean Server ( Via Cloudways) and have experienced two times more traffic than before due to increased website speed and performance.

However, for last one week or so, I am noticed weird homepage loading on Mobile devices. It first appears broken and then completely loads after the considerably higher amount of time.

Here is how it looks initially: https://i.imgur.com/vBuQN7f.jpg

As you can see, the problem appears to be with mobile style.css and font loading. I use speed booster plugin and wp super cache, nothing else for speed. I have tried removing – the footer moving script code from speed booster which loads fonts and CSS in the footer. But it didn’t help.

After fully loading in 5-6 seconds, it appears fully like this- https://i.imgur.com/vF5lHUe.jpg

I do want to remind you that I also use “TD Mobile theme” plugin but it doesn’t work on the homepage ( it still shows the mobile version of desktop theme even on mobile devices, but only on the homepage), other pages, posts displays mobile theme plugin version.

I have also sent you the login credentials to help you look at the matter.

Thank you very much.

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the smart list was built with clickable images. You can use a css trick to remove the link action though.
.td_smart_list_7 .td-slide-smart-list-figure img{
pointer-events:none
}

Add this in the theme panel-> custom css box. The link will still be there but it will not be clockable.

Thank you!

Bogdan B.
tagDiv Staff

Unfortunately the pagination for the nextpage tag is a numbered pagination.

Here is a starter css:
.single-post .td-icon-menu-right:before{
content: 'Next Page'!important;
}
.single-post .td-icon-menu-left:before{
content: 'Previous Page'!important;
}

It will change the left and right arrows to next page and previous page but you will have to change the wordpress pagination functionality for this. You can find online resources that will provide some coding methods to alter the post pagination. alternatively there could be a oplugin for it.

I hope this helps a bit.
Thanks

Catalin
tagDiv Staff

Hello aizal,

Unfortunately, please notice that our product does not have such an option for dynamic 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!

Bogdan B.
tagDiv Staff

Hello,

1. I cannot see any white line in the top bar on your site. What line are you referring to?

2. If you do not want to change the color from the theme panel, then you can change it using css. If you want to find the css that affects a particular element, the browser inspector is the best tool to see it: http://screencast.com/t/GFm90kXriSR
You can also use the theme panel->custom css box

3. You can eithr resize it with css like so:
.footer-logo-wrap img{
width:20%;
}

or simply disable it from the theme panel-> footer section

4. You can use this css:
.footer-text-wrap .footer-email-wrap a{
color:red;
}

5. Sorry but our theme has no such options. You will have to search for a plugin or create it custom.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
The demos can be changed and you can choose whichever demo you like, but you cannot combine demos. You will need css skills to do that. Please provide more details to what you want top achieve.
Thank you!

Catalin
tagDiv Staff

Hello dimitar,

Please check the Theme panel -> Translations section and from there you can change these names, like this -> http://screencast.com/t/YCoJPBpa
Unfortunately, please notice that our product does not have such an option for dynamic 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!

Bogdan B.
tagDiv Staff

Hi,

Please ad this code in the theme panel->advanced css code under tha tablet landscape box:
.sf-menu a.sf-with-ul{
padding-right: 27px!important;
}

For the tablets portrait unfortunately there is no simple solution as the menu items will be way to close to each other to display on a single line. This solution will only work for smaller desktop screens or tablets landscape.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The category description has no font setting so it can only be targeted with css. Please use this code in the theme panel->custom css box:

.td-category-description p{
font-family: 'Open Sans', arial, sans-serif;
}

Thank you!

Catalin
tagDiv Staff

Hello Vegan Flavour,

For #2, I have noticed that you are using the module 3 style to display the posts to your category page. So, please notice that this is the style for this module and we do not recommend to change it via CSS because you should break the layout of theme. If you are not happy with this, you can change it with another one, from our list, here -> http://screencast.com/t/ATVc3X8rnOf If you want to stretch the image with CSS you should do it yourself because this task involve additional customizations until to good results received and we cannot provide custom work at the moment, sorry!

For #3, try the code below ->

.td-header-style-6 .td-header-main-menu{
padding-right:0!important;
}

Thanks for the message!

Bogdan B.
tagDiv Staff

Hi,

Try another method as the slug will not work in css. Use the category ID in the code. Here is how you can see the category ID: http://screencast.com/t/7tfnTmaEq
Now use the code like so:

category-167 .td_category_template_8 .td-category-header {}

substitute my category id (167) with your own. If it still does not work, please provide a link to your category page so I can inspect it.

Thank you!

Catalin
tagDiv Staff

Hello dandin,

I suppose that your want to make your site in RTL mode, right? Please keep in mind that our theme has no RTL support because it has been designed to be used in this layout, sorry!
Unfortunately, we have no plan on implementing it in the near future. Implementing RTL support in our theme will require 2 style.css files and it will add significant “weight” to the theme. Using the RTL mode means that lots of elements have to be adjusted and this thing involves custom work and we cannot provide this at the moment!
Please try to do a simple search of our forum and you will see that our team offers support only for theme related problems and which not require additional customizations. Please check again our support policy here -> https://forum.tagdiv.com/support-policy-2/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello

Try 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 -> http://screencast.com/t/FRiYjz6GJ

Thanks for the message!

Singh
Participant
#0

Hello,
I want to make my WordPress blog’s ‘Newspaper’ theme full width for the desktop version only.
Here are the things I want –

1. The widget (on the right) get closer to the right with only a little space left on the right hand side. However, the size of the widget area remains the same i.e., I only want it to push closer to right.

2. The content area stretches more to the left and leaves less free area on the left hand side.

3. Full width header area i.e., Logo stick to the extreme corner of left and also the top menu (in black) to begin from the extreme left.

4. full width footer area.

I think these all requirements can be achieved by just increasing the width of the container for the desktop version of the site, but I was a bit confused after looking at that huge CSS code.

URL – http://thatsbreaking.com
theme – Newspaper

I will be very happy to receive some suggestions to make the blog more attractive, if you have any suggestions then do share them with me.
I tried to mention every detail here, but still if I missed any then let me know.
Thanks in advance, and have a nice day.

delavega
Participant
#0

Hi, guys, i have problem with style.css code, because is too big, and i don’t know where i have to put my hands.

1. How can i delete top bar line white?

2. How can i change the color of the main menu line? ( please NO from the setup panel )

3. How can i resize the logo footer or delete that?

4. How can i change color of the email “Contact Us?

5. Can u create for me a search bar like in meritocracy.is/it

Thank u

My site: gotowork.it

jagdishganga
Participant
#0

I recently bought this Newspaper theme…I am happy as of now but I have couple of questions:

1) I don’t want show tags on post details page, but it showing at bottom of post details on post details page. How to hide them, is there any option if not please provide CSS custom code, so that I can update it.

2) On the home page before getting into post detail page I would like to display Excerpt of 50 characters. where to set this?

Thanks

Bogdan B.
tagDiv Staff

It is possible. Each menu item has it;s own class you can use to change the css. Here is an example. On our demo I want to make the gadgets menu a different color and maybe have it look like a button:
http://screencast.com/t/EGjyCtBD
You can also add an icon if you want: https://forum.tagdiv.com/how-to-add-icons-in-menu/
I hope this helps.
Thanks.

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