Search Results for 'css'

Results from the Forum
simchris
tagDiv Member

Google serves ad based on viewport, and are thus served responsive vs fixed width, but a fixed width ad which is not text based will not resize on the fly by changing page width. Ads are served by adsense, not be theme. See the google help for info on how responsive ads work to better understand this.

With your own custom ads you can make ads responsive with css using percentage width max width and height auto in a custom class. Lots of info on making ads responsive online if new to css.

junaiddar
Participant
#0

I didn’t create a child theme earlier and have set everything like I needed on the theme. I still have not made any changes to the CSS. Now I want to make changes via CSS, will making a child theme now make it lose all the customization I did on the front end?

mamito
Participant
#0

Hello, i need to know how can decrease the space between post
Spaces between posts

i have try from css to made it smaller the margin-left and margin-right, but i got white spaces on the image area
white spaces

how can do that?

Reshoka
Participant
#0

Hello,
the TD Composer button is not show on my page, only the “live CSS” button. I have installed all plugins for the theme. Do you now what is the problem?

yehiag
Participant
file edite - topic
#0

hi i have porblem with theme i want edite file on file zilla but the file cannot edite or save
ex i want to rtl website the file zilla add the file rtl but cannot make any change and on style.css
iwant chane bacground color cannot save anything pleas any body hlep me thank.

dexign
Participant
#0

Thanks for all your help along the way so far, from all of us here.

I had a request for help in locating a CSS (or other) code spec. The captions on posts are italicized but captions on pages are not. We are looking to unify this on on both. I have looked around a couple times but, so far, it has eluded me. Where can I find CSS code that would allow me to add “font-style: italic” to the captions on PAGES so that they are formatted the same as captions on posts? So that both are italicized.

Great thanks again.

junaiddar
Participant
#0

I have a contact page that has latest articles showing on the left (1/4th) and text and a contact form 7 showing on the right (3/4th of the screen). When I change the header to global header 6 on my contact page of the Latest articles. My css is lost (made social media icons on top bigger) and contact form 7 disappears and the text above contact form 7 that was properly paragraphed is just shortened to a single para.

simchris
tagDiv Member

We’re also using the TD Composer in place of Visual Composer; limit loading external elements; moved to web-safe fonts vs Google Fonts, disabled comments, etc., minified the main style css file and main js file.

I am using the ‘scripts to footer’ plugin in place of Speedbooster; and then put critical above the fold CSS inline in the head.

I cover some of this in my long winded thread (second link above).

Totally doable; there is just a “tweaking” needed with any complex theme.

Gordonhe
tagDiv Member

Please ignore this question. I have found out where to put the negative value in css area.

Thanks for the support again.
G

simchris
tagDiv Member

Simply add your custom CSS to bottom of the style.css ….

note custom styles must be loaded ‘after’ the main CSS, so that’s why they are added to the head after main CSS loads. That is “best” way to do it.

MrOrsh
Participant
#0

I have only a few (three) categories on one of my websites. As of the default theme behavoir these categories gets pushed in to the regular mobile menu once the site is displayed on a mobile device.

I have been playing around with the css to try and make the changes to the mobile menu never happen when I reduce the browser window in size. However I haven´t been succecfull.

Is there any way to do this? Disable the apparence/changes that are made to the Main menu (not the Top Menu) when a site is shown on mobile?

Catalin
tagDiv Staff

Hello Spyrosm,

Try to use the following quick fix and place the code in Theme panel->Custom CSS area. We will fix this issues as soon as possible in the following theme update which will be next week.

The code is ->

.td-stretch-height {
height: 100%; width: 100.03%; margin: 0; position: relative;
}

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

Please do not post sensitive login information here on the forum, this is a public topic for everyone to see. I have edited your post, and removed them. As a solution to your problem, please enter this code in Theme panel->Custom Css
https://www.screencast.com/t/Zyu5OSOJ
It should make the image more responsive, and display better on mobile devices.

.td-pb-span12 .vc_single_image a {
background-size: contain;
background-repeat: no-repeat;
}

Thanks

Bogdan B.
tagDiv Staff

Hello,

If you want to reduce the space between the last block and the footer you can use a negative margin in the css box you showed in the screenshot.
There is no option for the body background on pages. It can only be added through css.
Here is an example:
.page .td-container-wrap{
background-color:grey;
}

Thank you!
Bogdan B

Simion C.
tagDiv Staff

Hi,

The author name can be disable in general for all the blocks and grids
https://www.screencast.com/t/DzTB9fWAI
If you would like to hide it just for that specific big grid, you can use a code like this for example. It will remove the author name just for the grid in question
https://www.screencast.com/t/7ocWvIT2
The code must be entered in Theme panel->Custom Css

.td_module_mx21 .td-post-author-name {
display: none;
}

Please note that them theme is fully responsive and there should be no problems for mobile devices. The theme package even includes the optional mobile theme plugin. More about the mobile theme here
https://forum.tagdiv.com/the-mobile-theme/

Thanks

damian
Participant
#0

Hello, i had problem with Better WordPress Minify. After refresh css stop work and i see error in code:

<b>Warning</b>: strtotime(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone ‘UTC’ for now, but please set date.timezone to select your timezone. in <b>/home/admin/domains/mydomain.pl/public_html/wp-content/plugins/bwp-minify/min/lib/HTTP/ConditionalGet.php</b> on line <b>360</b><br />
<br />
<b>Warning</b>: Cannot modify header information – headers already sent by (output started at /home/admin/domains/mydomain.pl/public_html/wp-content/plugins/bwp-minify/min/lib/HTTP/ConditionalGet.php:360) in <b>/home/admin/domains/mydomain.pl/public_html/wp-content/plugins/bwp-minify/min/lib/HTTP/ConditionalGet.php</b> on line <b>214</b><br />

If i refresh again it work again :). Earlier i didnt have problem with this. It starts after last(?) update.

And second problem:

It is way to cover with image for example grid 3? Now it depends on image, if image cover the biggest box, then is problem with cover all box in others grid?

Catalin
tagDiv Staff

Hello ninjacyber,

You can make these changes only via custom CSS. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-post-category{
background-color:red!important
}

Thanks.

Simion C.
tagDiv Staff

Hi,

If you mean those thumb icons on the side of the page, I don’t know where they are coming from. Maybe you have installed a plugin and that is placing them there. If that is the case, maybe you can configure the plugin settings to display them like you want.
For the social icons you can try this code to center them, they will look like this
https://www.screencast.com/t/FzE3nRnYt
Enter the code in Theme panel->Custom Css

.td-social-style9 .td_social_type {
width: 33.3333%;
}

Thanks

Bogdan B.
tagDiv Staff

Hello,
The paint background is an image, not a standard css color so as you can imagine, you have to change the image color in order to have a different color on your site. Please check your theme files here https://www.screencast.com/t/7OMekys8hFD
Thanks.

Simion C.
tagDiv Staff

Hi,

Not all elements are designed the same. You can see here how the Big Grid Full 3 is supposed to display
https://demo.tagdiv.com/newspaper/full-big-grid-3/
If you would like to reduce that space, you could try a code like this
https://www.screencast.com/t/1fNA85aeFi
The code needs to be entered in Theme panel->Custom Css

@media (min-width: 1018px) {
.td_block_big_grid_fl_3.td-big-grids-fl.td-big-grids-margin
.td-big-grid-post {
border-width: 0 3px;
}}

Thanks

Catalin
tagDiv Staff

Hello Alek,

I have inspected your footer section of your website and I saw that you have some custom CSS which will overwrite the default theme code and that’s why you will not bring the theme accent hover for that section. -> https://www.screencast.com/t/Y5WDhMYK ->https://www.screencast.com/t/RgaRwaq8AE
Please try to revert the theme to the default state, remove all of the untested plugins if you are using something like this, clear all the caches and check the results.

Hope this helps!

Thanks.

teknolojisk
tagDiv Member

Hi Catalin,

Understood, and that’s why I have made some changes in font styles, especially. I wish you develop an alternative and effective solution for CSS customizations.

Regards,

Sabri

Catalin
tagDiv Staff

Hello teknolojisk,

I have checked your list of code provided above and I saw that you are using a lot of Custom CSS, right? Sorry for this but please notice the adding of this code was your choice and that’s why it will appear in your source page. Please check all of this code and try to replace some code with an option from Theme panel (for example, in the theme panel you will see a turn-off/on post views/date/author) and the other code, you can insert it directly in style.css.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello darian,

You can do this if you will use a bit of CSS code. Try the following code and place it in Theme panel->Custom CSS area.

The code is ->

a:hover{
color:red;
}

Thanks.

teknolojisk
tagDiv Member

No problem! I share a bit of code below. I think that this code is added because of using custom fonts, but isn’t it possible to connect it to an external file. When I look at some example web sites from the showcase area, and check their source code of single posts, although they have customizations, I don’t see extra inline CSS codes like this below.

–>> https://pastebin.com/6wqffx6j

Viewing 25 results - 17,251 through 17,275 (of 33,436 total)