Search Results for 'css'

Results from the Forum
Lucian
tagDiv Staff

Hi,

Use this css, add it in Theme Panel > Custom CSS:

.tag .entry-content ins iframe {
width: auto !important;
}
.tag .entry-content ins {
width: auto !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

Thanks for your suggestion, you can do this by adding this css in Theme Panel > Custom CSS:

.td-template4-header header h1 {
background-color: rgba(77, 178, 236, 0.7)!important;
}

.single_template_3 header h1 {
background-color: rgba(77, 178, 236, 0.7)!important;
}

If you don’t like this color you can change it as you like.

Thanks!

Lucian
tagDiv Staff

Hi,

You can hide it via CSS using this code:

@media (max-width: 767px) {
.td-page-wrap .span4.column_container {
display: none !important;
}  
}

Thanks

Daniel
tagDiv Member

After the update none of my custom CSS seem to have any effect, resulting in the paging looking nothing like before. Please help?

Lucian
tagDiv Staff

Hi,


@yoluca

You can remove that color to make it transparent or to enlarge the image to fit the area.

Use this CSS for the removing background:

.iosSlider {
background-color: transparent !important;
}

To enlarge the image use this CSS:

.iosSlider-col-2 .entry-thumb {
width: 100% !important;
}

Also I have noticed that you have some JavaScript errors in console.

Thanks!

  • This reply was modified 12 years by Lucian.
Lucian
tagDiv Staff

Hi,

1. Please remove this code from page-category-slider.php file, like this: http://screencast.com/t/JEZpd4Ysa

2. Use this css:

.iosSlider-col-2 .entry-thumb {
width: 100% !important;
}

Thanks

ericsan
tagDiv Member

Is there a non-plugin way to eliminate the render-blocking CSS issue?

simchris
tagDiv Member

See how to with WordPress docs; the login form is not part of the theme, but can be modified through CSS and the functions.php file where most things are modified without a plugin; see:
http://codex.wordpress.org/Customizing_the_Login_Form

Change the Login Logo

To change the WordPress logo to your own, you will need to change the CSS styles associated with this heading:
<h1>Your Site Name</h1>

WordPress uses CSS to display a background image — the WordPress logo — in the link (<a>)inside the heading tag (<h1>). You can use the login_enqueue_scripts hook to insert CSS into the head of the login page so your logo loads instead.

To use the code below, replace the file named site-login-logo.png with the file-name of your logo, and store your logo with your active Theme files in a directory named /images:

function my_login_logo() { ?>
    <style type="text/css">
        body.login div#login h1 a {
            background-image: url(<?php echo get_stylesheet_directory_uri(); ?>/images/site-login-logo.png);
            padding-bottom: 30px;
        }
    </style>
<?php }
add_action( 'login_enqueue_scripts', 'my_login_logo' );

The size of your logo should be no bigger than 80 x 80 pixels (though even this can change with custom CSS). Adjust the above padding-bottom value to the spacing you want between your logo and the login form.

  • This reply was modified 12 years by simchris.
Manuel Fink
Participant
#0

Hey TagDiv Team,

Does the theme support multisite support? Does it handle different settings (custom css and analytics) for different domains correctly running in a multi site setup?

Thx, I really appreciate your great support!

cheers Manuel

simchris
tagDiv Member

This may or may not work for you with this theme; but general settings from a blog called online media masters, and I’ve seen the same settings elsewhere would be as so:

(THIS MAY BE INCORRECT FOR THIS THEME: BE SURE TO TRY SETTINGS FOR YOUR SETUP: KEEP BACKUPS, AND KNOW HOW TO GO BACKWARDS BEFORE USING ANY CACHE!)

—————-
(to quote …)

General Settings
ā—¾Leave unchecked

Page Cache
ā—¾Page cache: enable
ā—¾Page cache method: disk enhanced

Minify Settings
ā—¾Minify: enable
ā—¾Minify mode: auto
ā—¾Minify cache method: disk
ā—¾HTML minifier: default
ā—¾JS minifier: JSMin (default)
ā—¾CSS minifier: default

Database Cache
ā—¾Database cache: enable
ā—¾Database cache method: disk

Object Cache
ā—¾Object cache: enable
ā—¾Object cache method: disk

Browser Cache
ā—¾Browser cache: enable

CDN
ā—¾CDN: enable
ā—¾CDN Type: MaxCDN

Reverse Proxy
ā—¾Leave unchecked

Network Performance & Security powered by CloudFlare
ā—¾If you have a CDN: leave unchecked
ā—¾If you don’t have a CDN: sign up for CloudFlare and use the settings shown in the picture

Note: W3 Total Cache and CloudFare have integrated their products.

Monitoring

You’ll see an option here to sign up for New Relic. This is a tool for monitoring your web and mobile apps performance. It’s more for developers but if you are one, you probably already know about this service. Otherwise, leave it blank.

Licensing
ā—¾Leave blank

Miscellaneous Settings

If you want to see your Google Page Speed score in your WordPress dashboard, there’s instructions in this menu. Otherwise, here are the settings I use:
ā—¾Enable Google Page Speed dashboard widget: enable
ā—¾Verify rewrite rules: checked
ā—¾Enable file locking: unchecked
ā—¾Optimize disk enhanced page and minify disk caching for NFS: unchecked

Debug
ā—¾Leave everything unchecked

Import / Export Settings

If you want to use the same W3 total cache settings across multiple websites, export your settings and import them into the new WordPress sites.

Radu
tagDiv Staff

The only solution that we have for that pagespeed score is to use less scripts and css files. Also a smaller and fast respondif homepage helps a lot. Other than that, the score is pretty good.

Radu o>

Lucian
tagDiv Staff

Hi,

Please add this custom CSS in Theme Panel > Custom CSS and just change the color as you want it:

 .td-doubleSlider-1, .td-doubleSlider-2, .td-gallery-slide-top{
background-color: red !important;}

Thanks

Lucian
tagDiv Staff

Hi,

The big slider will be fixed in the next update to work on 980px to, about the logo from your header can be adjusted with a CSS, we will fix this in the next version to.

Thanks!

Lucian
tagDiv Staff

Hi,


@mehedi

You have an old style on that popup, because the popup doesn’t look like on our demo
Use this CSS but this fix only the arrows

.mfp-arrow-right:after,
.mfp-arrow-left:after {
display: none;
}


@davistar
Yes, you can use them both.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Please add this custom CSS in Theme Panel > Custom CSS:

@media (max-width: 767px){
.td-menu-wrap #td-top-menu {
display: block;
}
#td-top-mobile-toggle {
display: none;
}
.header-search-wrap {
display: none !important;
}
.td-grid-wrap {
padding-top: 0px;
}
}

Thanks

Lucian
tagDiv Staff

Hi,

Please add this custom CSS:

.post .wpb_video_wrapper iframe {
margin-top: -25px;
}

It’s hard to make this working if you can’t give us a link to see the issue, and to fix it directly where is needed.

Thanks

Lucian
tagDiv Staff

Hi,

Try this custom CSS, add it in Theme Panel > Custom CSS:

.sf-menu {
float: right !important;
}

#td-top-search {
right: auto !important;
left: 40px !important;
}

Thanks for the message

OuweAap
Participant
#0

Hi Support,

Please take a look here: http://goo.gl/fSaU7L

Two questions:

1. How do I remove the complete category block (and sub categories) from each category page?

2. How do I prevent these grey block in the slider? Is there an option to have the image automatically fit/stretch? Should I change the background color? I have this with almost all images, very annoying. How to avoid/fix this?

I use a child theme, so please let me know what code to insert/remove from which php file.
Custom css code is also fine šŸ™‚

Thank you.

sergenial
tagDiv Member

Hi Emil,

after the V4 update the big slider looking strange on mobile view. I have tried the above mentioned workaround with 2 sliders, one normal and one big but somehow this is not working anymore? Can you please check? With this css code the normal slider is hidden on desktop but unfortunatelly the big one is not hidden on mobiles. You can check on my site too: http://hashtagsport.de/beta

Thx in advance!

Radu
tagDiv Staff

@Gee95
please send us a link if possible. I’ve tried the template on our dev and it looks normal.


@mbasche
We just added it:
https://forum.tagdiv.com/create-an-image-slide-gallery/


@gregoire
:
Sorry for the problems 😐


@jeffreya93
:
The h can be changed from theme panel now


@substreamjacob

add this in the custom css section of theme panel:


.td-post-featured-image {
text-align:center;
}
anastasios
Participant
#0

Hello!

Is it possible to please let me know where are the tagdiv gallery css. The new one from version 4.0.1. not the wp one. I would like to change the background color. Thank you so much.

ambrosiacombr
tagDiv Member

Thanks a lot for those tips =]

Marius
tagDiv Staff

Hi,
If you want you can remove the background color to make the side full width and we can provide you a CSS that change the color for the background.

Use this CSS, add it in Theme panel -> Custom CSS

#inner-wrap {
    background-color: #00042b;
}

For header you have the color in Theme panel -> Theme colors.

Now you can use the full width post template.
Hope this help!

Thanks for the message!

mehedi
tagDiv Member

Hi Marius,

I know a bit of PHP and HTMl, CSS. But couldn’t figure out which is the review file. Can you please tell me which files are related to review?

Regards,
Mehedi

Also, please help: https://forum.tagdiv.com/topic/v4-make-post-style-2-the-default-post-style/

Viewing 25 results - 32,151 through 32,175 (of 33,436 total)