Search Results for 'css'

Results from the Forum
Alin [tagDiv]
tagDiv Staff

Hi,

Please use this css only for via/source buttons: http://screencast.com/t/TgkfV9Umsky

.td-post-source-via .td-post-small-box span{
background-color: red;
}
.td-post-source-via .td-post-small-box a{
background-color: blue;

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This issue appear when background is used. Try to disable background and see how it goes: http://demo.tagdiv.com/newspaper/popular-people-who-everyone-seems-to-love/
When you use background the features image doesn’t display at full width anyway, so please try to use post template 3, it has a big image and work fine with background: http://screencast.com/t/fMeXbRdR

Also if you want to use background for post template 4 please try this custom css fot mobile view(I tested and I think that works): http://screencast.com/t/dNNBWlYkIGg7

@media(max-width:767px){
.single_template_4 .td-boxed-layout .td-big-slide-background {
width: 100% !important;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css:

@media(max-width:479px){
.td_block_big_grid{
display: none;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use custom css for this: http://screencast.com/t/Eak92erw

.td-style-8-logo-wrapper .td-logo img {
max-height: 48px !important;
}
.td-header-style-8 .menu-item{
max-height: 48px !important;
}
.td-header-style-8 .menu-item a{
max-height: 48px !important;
}
.td-header-style-8 #td-top-search{
max-height: 48px !important;
top: 0px;
}
.td-header-style-8 .td-li-wrapper-menu .sf-menu > li > a .menu_icon{
top: 10px !important;
}
.td-header-style-8 .td-li-wrapper-menu .sf-menu > li > a {
height: 51px!important;
line-height: 50px !important;
}
.td-header-style-8 .td-li-wrapper-menu .sf-menu > li > a .sf-sub-indicator{
top: 26px!important;
}
.td-header-style-8 {
position: relative;
height: 51px !important;
}
.td-header-style-8 .td-li-wrapper-menu .sf-menu li:hover ul, .td-header-style-8 .td-li-wrapper-menu .sf-menu li.sfHover ul{
top: 55px;
}
.td-style-8-menu-wrapper .header-search-wrap .dropdown-menu{
top: 46px !important;
}

Please adjust it like you wish.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can set block’s title color from here: http://screencast.com/t/yqwKQlIS
Result: http://screencast.com/t/qJi8yrme
But if you want set background to entire width of h4 you can use css code: http://screencast.com/t/2HVaoYUkFeQ1

.td_block1 .block-title{
background-color: red;
border-bottom: 2px solid black;
}
.td_block1 .block-title span{
background-color: red;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to add an extra class to that block(text block) that you are using: http://screencast.com/t/fQhD1Ye2O

And use css code to hide it on mobile in Theme Panel > Custom Css: http://screencast.com/t/awayBCam

@media(min-width:767px){
.author{
display: none;
}
}

You can also add an extra class to the column, if on block settings don’t have extra class field: http://screencast.com/t/mMyiDOZN4YZ and css to hide it.

Thanks!

Sayeed
Participant
#0

Hi…

I would like to hide the Big Slider for mobile devices with lower width than 480px…. Please let me know the CSS code either the custom codes…

Thanks!

Jeni
Participant
#0

Does anyone know how to prevent the menu bar from expanding? I feel like this should be a quick thing to fix in css, but I’m not exactly sure what to change, I tried changing a couple of top-header-menu rules, but they didn’t work?

If anyone can shed some light on this I’d appreciate it.

Thanks!

special-ops.org
Participant
#0

I wish to increase an post content size from 640 to 728px size for desktop version. Is it possible? I tried through css but can’t get it working…

Anyone willing to help? My site is on: http://www.special-ops.org

André
tagDiv Member

Crhis
I have NEWSMAG installed

Is allowed put this code to works fine?

/*CHRISTOPHER’s CUSTOM MODS – 1.10.15 rev15A – (c) 2010-2015 Chris Simmons */

remove_action( ‘wp_head’, ‘wp_generator’ ) ;
remove_action( ‘wp_head’, ‘wlwmanifest_link’ ) ;
remove_action( ‘wp_head’, ‘rsd_link’ ) ;
remove_action( ‘wp_head’, ‘feed_links’, 2 );
remove_action( ‘wp_head’, ‘feed_links_extra’, 3 );

add_filter( ‘pre_comment_content’, ‘wp_specialchars’ );

function no_errors_please(){
return ‘You appear to be up to no good. Please stop now!’;
}
add_filter( ‘login_errors’, ‘no_errors_please’ );

/* Disable YOAST SEO Admin Bar. */
function mytheme_admin_bar_render() {
global $wp_admin_bar;
$wp_admin_bar->remove_menu(‘wpseo-menu’);
}
// and we hook our function via
add_action( ‘wp_before_admin_bar_render’, ‘mytheme_admin_bar_render’ );

function delete_enclosure(){
return ”;
}
add_filter( ‘get_enclosed’, ‘delete_enclosure’ );
add_filter( ‘rss_enclosure’, ‘delete_enclosure’ );
add_filter( ‘atom_enclosure’, ‘delete_enclosure’ );

function remove_cssjs_ver( $src ) {
if( strpos( $src, ‘?ver=’ ) )
$src = remove_query_arg( ‘ver’, $src );
return $src;
}
add_filter( ‘style_loader_src’, ‘remove_cssjs_ver’, 10, 2 );
add_filter( ‘script_loader_src’, ‘remove_cssjs_ver’, 10, 2 );

add_filter( ‘jpeg_quality’, create_function( ”, ‘return 50;’ ) );

function remove_pingback_url( $output, $show ) {
if ( $show == ‘pingback_url’ ) $output = ”;
return $output;
}
add_filter( ‘bloginfo_url’, ‘remove_pingback_url’, 10, 2 );

add_action(‘init’, ‘myoverride’, 100);
function myoverride() {
remove_action(‘wp_head’, array(visual_composer(), ‘addMetaData’));
}

function dequeue_visual_composer_css() {
if (is_single()) {
wp_dequeue_style(‘js_composer_front’);
}
}
add_action(‘wp_enqueue_scripts’, ‘dequeue_visual_composer_css’, 1003);

CIDesign_Media
Participant
#0

Hi,
When you look at my site (http://dawg.christianinternethosting.com/) when the screen is under 600px wide, you can see two menu icons. I wanted to remove the one on the far right. So, using Inspect Element I added the below CSS to my Custom CSS field in the Theme Panel:

@media only screen and (max-width: 600px) {
#mega-menu-wrap-header-menu-10 .mega-menu-toggle + label { visibility: hidden; }
}

This hides the far right icon fine, but when you click on the far left icon it pulls out the menu, but the menu is gone. It is hidden along with the far right icon.

Can you tell me what I am doing wrong please? Thanks 🙂

simchris
tagDiv Member

See the wordpress codex on how to do this.

You are correct, however, that changing the folder, and changing the style.css file will work. I’ve done it for several sites running the theme.

Won’t work when using child theme, unless you fix that also.

If your wp-config.php file has hard coded link to /themename/ – that would need to be changed (not common).

All your caching on the server needs to be cleared completely likely twice.

It does work 🙂

Raffaela Frezzotti
Participant
#0

In blok1, blok2, etc. you can set on the admin panel the background color of the title, but this is assigned to the a tag . I wish that were assigned to the background h4 tag so that it extends along the length of the block. Will you help me do this?
In the block can not be assigned a unique class so that I can give the background h4 with css?

Sayeed
tagDiv Member

Thanks Emil for the reply…

Could you please help me to solve this issue?? this is giving a really hard time….

I have two other issues that i would like to have your support.

1. Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 2 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Optimize CSS Delivery of the following:
http://www.magscroll.com/…y-social-share-buttons.min.css?ver=2.0.3
http://fonts.googleapis.com/css?family=Roboto%3A400%2C700&ver=4.1.1

I tired this guide i am not sure what to do? as i am not so good with technical knowledge

https://forum.tagdiv.com/how-to-make-the-site-faster/

2. When I load the site it loads 3 – 4 times of different fonts before it actually loads the the font that i have selected for my website… i feel that it’s also taking time and making the site slower… is there any just to load one type of font which is selected from the backend?

Thanks!

princepetropia
Participant
#0

Hi again!
I was trying to do a little customization with the logo. I tried adding the full-width logo+menu and combine it with a separate logo for the mobile. Strangely, the mobile logo never appeared, so the full width desktop logo just shortens and appears in the mobile view. I found a solution of my own. instead of using a full width logo, I am now using the default logo+ad+menu and I have added a background image to the css element(.td-boxed-layout .td-logo-rec-wrap).

I was wondering if you could see to this yourself too? maybe make it possible for me to add a separate logo for the mobile? There probably might be something wrong with the mobile-logo.php, but I am really an html guy, not much big on php, you know. So, could you pleaze see?

Bryson T
tagDiv Member

You can also add your own with a little html and css or via a plethora of plugins in the repository.

Bryson T
tagDiv Member

Those are like nails on a chalkboard every time. I have to reload the page to get rid of it before I can focus on whatever I was doing before lol.

I go through a custom setup with AdZerk. It pulls AdSense but the code on my site is AdZerk. When I first put it on NewsMag with a TD sidebar ad widget, a 339×339 blank tracking pixel was loading under the actual 300×250 ad covering any menus or whatnot I had in the sidebar. Took me forever to catch the sidebar css on NewsMag .img {width: 100%;} as the cause. I went nuts over that. If it had pushed the sidebar elements down I might have even seen it sooner lol

Coari
Participant
#0

I’m having an issue with theme name change.
After changing a theme folder name and accordingly changing that name in css the website stops working – shows blank.
What can be the issue?

Alin [tagDiv]
tagDiv Staff

Hi,

Use notepad++ or similar to find and replace the default color(#4db2ec) inside the style.css file – http://screencast.com/t/5U4FGVVbcx

Thanks!

Emil G
tagDiv Staff

Hi,

Only if you modify the css in that section.
If you want to reset the theme color to default press the Default button – http://screencast.com/t/nOpjBcKn
Clear the cache and check the page source.

Thank you!

  • This reply was modified 11 years by Emil G.
bastian-pl
tagDiv Member

On this page does not work yet when push for instance I click on the contact tab and advertising
link link

and on this page does not work at css try to come to everywhere was the same
link

Alin [tagDiv]
tagDiv Staff

Hi,

Please add an } to the above code this is correct(I forgot to close it, sorry for this):

@media(max-width:767px){
.archive .header-content-rec .td-a-rec-id-header{
margin-bottom: 0px;
}
}

Also please try this custom css for your issue, this ad has another class: http://screencast.com/t/naY6IYUoh

.archive .header-content-rec .td-g-rec-id-header{
margin-bottom: 20px;
}
@media(max-width:767px){
.archive .header-content-rec .td-g-rec-id-header{
margin-bottom: 0px;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Try this css if you want to remove margin and padding like above: http://screencast.com/t/7BFWK1sxYeCt

.widget_recent_entries li{
margin-bottom: 0px;
padding-bottom: 0px;
}
.widget_categories li{
line-height: 20px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use this custom css for post page in Theme Panel > Custom Css: http://screencast.com/t/kL9gKsaZPW

.single .header-content-rec .td-a-rec-id-header{
margin-bottom:20px;
}

Also for category’s page: http://screencast.com/t/C63i9hYkj

.archive .header-content-rec .td-a-rec-id-header{
margin-bottom: 20px;
}

Thanks!

bastian-pl
tagDiv Member

It looks like this and on our other side, as I take the view Style 3 – (full width logo ) + menu, then the path overlaps on advertising when I push it in css does it on the home page where everything is ok .
Link

Viewing 25 results - 29,601 through 29,625 (of 33,436 total)