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!
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
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!
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!
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.
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!
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?
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!
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.
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
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!
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
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!