Remove/hide sidebar title

Posted in: Newspaper
Post count: 77

Hi

Is there a css trick to hide widget title on page sidebar? So if there says Social media and i have facebook stream, i want only facebook stream, without widget title and line under that title.

Can be done?

Thanks

Post count: 23312

Hello dizajn,

Yes, it is possible to do that with CSS code but for achieving that I will need first of all to your website URL and some useful screenshots so I can understand what you want to hide. I need these details so I will be able to provide a more accurate response.

Thank you for your message!

Post count: 77

http://notranjskoprimorske.si/2016/02/san-diego-gre-na-emo-2016/

This si some article. I want to comepletely hide “družbena omrežja” with line uder aswell, so it goes together with social counter nicely.

http://s15.postimg.org/ilx54w83v/sidebar.jpg

thanks

Post count: 23312

Hello dizajn,

Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.widget_gcz_facebook_page_like .block-title {
display:none;
}

The result you should see here -> http://screencast.com/t/1GwkFOwZajH

Thank you for the message!

Post count: 77

Thank you. It works.

What would you think to use for caching that facebook stream only? SO it is not loaded every time.

Post count: 23312

Hello dizajn,

Unfortunately, this kind of plugin is not tested with our theme and we have no idea about the theme behaviour with this plugin. If this is working properly with the theme and do not have any issue caused by it, means it is okay.

Thank you for the message!

Post count: 77

There is a problem.

If i hide widget title, post tags are lifted up for 20+px and are hidden behind visual composer items.

Take a look at the end when gallery is over.
http://notranjskoprimorske.si/2015/12/fotogalerija-v-loski-dolini-so-krasili-smrecice-obiskal-jih-je-tudi-dedek-mraz/

Also why custom css area in theme is empty and cannot be added new css? Seems locked.

Post count: 23312

Hello dizajn,

Please try the code below is you want to have a padding for your widget.

The code is ->

.widget_gcz_facebook_page_like {
padding-top:20px;
}

The result you should see here -> http://screencast.com/t/zdnghsc3ra

For your second request, please try to disable all the active plugins, leave just Visual Composer, clear all cache and instal only the plugins that come bundled with our theme. It could be the conflicting plugin that interferes our theme and produces this error.

Hope this helps!

If is not what you mean, please provide more details about your problem so I will be able to provide a more accurate response.

Thank you for the message!

Post count: 77

http://notranjskoprimorske.si/2016/01/smucarski-skoki-mladinec-andraz-modic-skocil-na-tretje-mesto/

Here it is problem:

http://s24.postimg.org/5ki2qaux1/Untitled_1.jpg

Tags are hidden behind visual composer body container.

Can you send code to fix it?

Post count: 77

ALso if you see this and all other subpages in mobile, you can see everything is moved to the left and you cannot read articles. Not sure what happened here.

Post count: 77

OK, the problem was in both cases Chris’s functions.php modifications. If you are interested what was wrong i can send you updated functions.php.

Post count: 77

Also custom css tab in theme panel is unlocked again. If you want i can send you modified functions file so you will see what was wrong.

Post count: 23312

Hello dizajn,

Please ensure these problems do not come from your conflict between your untested plugins and our theme. Please try to disable all the active plugins, leave just Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out conflicting plugins. Try to disable these and see if your problem reappears.

Thank you for the message!

Post count: 77

No, the problem was in chris functions.php modifications. Will send you file here.

http://www.filedropper.com/functions

here it is in zip file. modifications are at bottom of it.

Post count: 23312

Hello dizajn,

Please redo your theme/function.php to the default mode and check if your problem persists after this because we cannot provide support for custom modifications, sorry!

Thank you for your understanding!

Post count: 77

Uploaded default functions.php and is ok.

Think you can assist me with following css code:

p {
hyphens:auto;
text-align:justify;
-webkit-hyphens:auto;
-moz-hyphens:auto;
-epub-hyphens:auto;
}

So i’d insert it into custom css tab and would apply to all articles? Now i must apply it to every article css fild on visual composer.

Thanks

Post count: 23312

Hello dizajn,

I suppose that you are referring to the modules (title posts and excerpts). If you want to add CSS code to affect these fields you have to use the correct classes like -> .td-excerpt, .td-module-title and then your code.

The code is ->

.td-excerpt, .td-module-title {
hyphens:auto;
text-align:justify;
-webkit-hyphens:auto;
-moz-hyphens:auto;
-epub-hyphens:auto;
}

The result -> http://screencast.com/t/MfvgwzxsbBQ

Hope this helps!

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

Post count: 77

Can you try some article in chrome why font icons for social media disappear

http://s8.postimg.org/janv6cj2d/circles_without_icon_font.jpg

Thanks

Post count: 23312

Hello dizajn,

I have tested your website and saw that your social icons are there -> http://screencast.com/t/5fXJpj3eiLZ Also, please notice that for this option you have used an untested plugin and we have no idea about the theme behaviour with this kind of plugin and we cannot provide support for untested plugins.

Thank you for the message!

Viewing 19 posts - 1 through 19 (of 19 total)
The forum ‘Newspaper’ is closed to new topics and replies.