Search Results for 'css'

Results from the Forum
Catalin
tagDiv Staff

Hello krismali,

Please keep in mind that by default, the theme does not show up the top bar menu, but only for the desktop version. So, if you want to display it, you should try using the code below and place it in Theme panel->Custom CSS Area

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

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

Thanks for the message!

Catalin
tagDiv Staff

Hello Lewis,

You should use our guide here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ because there you will find all the steps which you are needed to take to create your own custom CSS code.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello krismali,

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

The code is ->

.td-grid-style-1 .td-tiny-thumb .td-module-meta-info{
display:block;
}

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

Thanks for the message!

orlando
Participant
#0

hi,

1. I have some problems with your td-speed-booster plugin version 4.5 does not work with plugins Cache Enabler and WP CDN Rewrite. Creating gaps post to google and GoogleNews.

I also tried Wp Super Cache, but caused a website blocking.

I want to bring in the footer deguenti file:

https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&ver=4.7.2

https://fonts.googleapis.com/css?family=Roboto%3A400%2C300%2C700%2C700italic%2C400italic%2C300italic&ver=4.7.2

https://static.site.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css

https://static.site.com/wp-content/themes/Newsmag/style.css

https://static.site.com/wp-content/themes/Newsmag/js/tagdiv_theme.js

With your plugin could do it, I would need a code to be entered in the file function.php

otherwise you will have another solution with another plugin ??

2. Then another question, I can minimize the following files, on the advice of google speed, or cause errors:

/wp-content/themes/Newsmag/style.css

/wp-content/themes/Newsmag/js/tagdiv_theme.js

I look forward to new about and do not tell me I need a technician, otherwise return thema and I turn to others and make you a bad publicity.

nairolf
tagDiv Member

Yes, at the end of the main style.css (of course after that, delete cache, bla bla bla 🙂 )

That delay happen because the main .css load before any other custom.

  • This reply was modified 9 years by nairolf.
Nano
tagDiv Member

Hi nairolf,
Do I need to simply put this code at the end of main style.css or at any specific place there?

Thanks.

indro
Participant
#0

Hello!

I am trying to find a css class or theme-panel way to increase the category tag size on posts but without success till now! Please let me know!

Thank you very much!

Indro,

nairolf
tagDiv Member

Hi Nano,
Put that line into the main .css

Regards.

ffarci
Participant
#0

Hi!
I need to:
1. modify the font of the text logo. I tried modifying the css, as you told in this forum …
(“Hello ….,
If you want to change the text for your second line of your header logo text, you should do it from Theme panel, like this -> http://screencast.com/t/yDp2uMHI8Tkg
Unfortunately, our theme does not have any such an option that allows you to change the font for Logo text from the theme panel, sorry! If you want to change it you should use a bit of CSS code to load the new font for this section. For example, you can use the code below and place it in Theme panel->Custom CSS area:
.td-logo-text, .td-tagline-text {
font-family: ABeeZee;
}
Also, notice that the ABeeZee font should have to be loaded in your theme from the panel if you want that the code to be applied.)
…but I didn’t have the hope result!
2. I also need to reduce the size of the text logo on mobile, but I don’t know how to do.
I tried as you told in this forum…
(“Unfortunately the font family and font style can only be changed with css as the mobile theme has no font customization at the moment. You can use this method to load a new font with css: https://forum.tagdiv.com/topic/how-to-change-font-for-text-logo/
and then use this css to set the font family and size for the quotes on mobile:

@media
(max-width:767px){
.td-post-content blockquote p{
font-family:mycustomfont!important;
font-size:25px!important;
}} “)
changing 25x with lower size, but any effect has sorted.
How to do? thanks a lot

Nano
Participant
#0

Hey,
I read this thread: https://forum.tagdiv.com/topic/landing-page-without-menu-etc-at-the-top/

This code worked well :

.page-id-27 .td-header-wrap, .td-footer-wrapper, .td-sub-footer-container{
display:none;
}

Since it’s a custom CSS, it loads after some delay ( because of slow server speed or slow slider loading by revolution slider) . How can I modify the code CSS files to prevent these loading delays?

Thank you.

benneely
Participant
#0

Hi There,

I’ve tried changing the font color of one menu item on my theme by using simple css. I created a simple CSS class of the menu item called “daily” and in the custom css i have .daily a { color: #FFFFFF; } but the theme keeps the original color selected, how do I override this on Newspaper?

kanstan
Participant
#0

Hi!
The problem with the site work for the ssl protocol. It remains mixed content and problems with CSS styles.
I enlisted the help of web hosting provider with this issue.
His answer: Sorry, but the problem with the logo, styles and other things there for the reason that the database of your site URL c explicitly using the HTTP defined in JSON format, which is so easy to edit can not be, because it becomes invalid after such changes. You need to refer to your themes developer to solve the problem.

Harlock_
Participant
#0

Hi,
I would like to reduce header image height on post style 6:

https://tacticalpedia.com/youve-got-get-get/

Can you help me with CSS?
Thanks,
Francesco

olivervossmann
tagDiv Member

ok both codes doesent work without errors in the copyright line …

so back to my first question sorry …

Hi, i use the Footer from Newspaper, i Need a custom css to Center the Content in this three boxes

http://mallorca.inselleben.es/inhalt/uploads/2017/01/Unbenannt.png

and set the logo in vertikal top

Thanks ?

olivervossmann
Participant
#0

Hi, i use the Footer from Newspaper, i Need a custom css to Center the Content in this three boxes

http://mallorca.inselleben.es/inhalt/uploads/2017/01/Unbenannt.png

Thanks 🙂

Lewis
tagDiv Member

great thank you

yes that what i need 🙂

Now the Question is, How you target the widget?? i mean if i have another widget, How to get his name and target it using css

Thanks

mayaguez
tagDiv Member

Thanks Simion, I tried but can’t get it done.
I went to Theme Panel-Blog and Post Template
But it seems to me that I can only select or create 1 sidebar. I don’t see how to select 2 sidebars. ???

Also, when I downloaded the Newspaper demo the Post template displayed (still does) News Categories-see here
http://hispaniclatinonewsandevents.network/usa/miami/hamilton-coming-fort-lauderdale-heres-get-tickets/

Will have to delete in order to add more ad boxes?
If so, how?

Thanks

Also I did the css to remove Ads from the Home Page Header as you intructed, the Ads do not display but for a “moment” the title “Advertisement” displays and then disappears. Can this be corrected?

  • This reply was modified 9 years by mayaguez.
drekum
tagDiv Member

Hi there. Please ignore my previous post.

I have managed to figure out the mobile theme css has a max-height setting that blocked out the extra rows/items.

By changing the max-height style, i was able to show all items in the menu.

thanks for you time

Consider this topic resolved.

Catalin
tagDiv Staff

Hello ChRoM,

Please keep in mind that by default, the theme does not show up the top bar menu, but only for the desktop version. So, if you want to display it, you should use the code below and place it in Theme panel->Custom CSS Area

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

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

Thanks for the message!

Catalin
tagDiv Staff

Hello Lewis,

If you are referring to the widget which has a red background color, you should use the code below and place it in Theme panel->Custom CSS area.

The code is ->

body .td-block-color-style-1{
background-color: green;
}

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

Otherwise, you should provide more details.

Thanks.

Tericus
tagDiv Member

Thanks very much for your reply – I added the code today and I now have the list of js and css.

Unfortunately the files which are being highlighted as a problem by the Google speed test are not included on the list.

Is there anything else I can do to identify the files so that I can resolve the problem with the Speed Booster Plugin?

Thanks again.

Bogdan B.
tagDiv Staff

Hello,

There is only 1 file changed. That is td-login-modal.php
The other 2 are td_config and style.css but those are changed only to change the theme version. The actual important change is in https://www.screencast.com/t/tv0IPhGeJm

Thank you!

Catalin
tagDiv Staff

Hello jimvanwyck,

If you want to have a landing page, without header and footer section, you should use a bit of CSS code to hide them. Also, you should use the page ID for this type of page. Try the code below and place it in Theme panel->Custom CSS Area.

The code is ->

.page-id-38 .td-header-wrap, .td-footer-wrapper, .td-sub-footer-container{
display:none;
}

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

Thanks for your understanding!

Bogdan B.
tagDiv Staff

You have a problem in your custm css box. Please check the code above this one as it could not be closed properly. Please remove all the other code and only leave this one. Alternatively provide a picture of the full css in your box and I will tell you what is wrong with it. The red X on line 12 warns you of errors.
Thank you!

Simion C.
tagDiv Staff

Hi,

I’m assuming that you want to hide the author name in search template M1 results page – https://www.screencast.com/t/HxBwxuE3 try this code in Theme panel->Custom Css

.search-results .td_module_1 .td-post-author-name {
display: none;
}

Result – https://www.screencast.com/t/6elOuUeOsB
If this is not what you wanted please provide a screenshot or more detailes about this matter.
Thanks

Viewing 25 results - 19,201 through 19,225 (of 33,436 total)