Home › Forums › Aside WordPress Theme › how to eliminate from the icon bar some social icons
Tagged: icon bar, social icons
This topic contains 20 replies, has 2 voices, and was last updated by gigiaeiou71 2 years, 10 months ago.
-
AuthorPosts
-
June 9, 2015 at 6:46 pm #7470
I want to maintain the icon bar in all posts, but the only social icon I want is “facebook” and the navigation arrows. How con I eliminate the rest?
June 10, 2015 at 12:32 am #7473Please login wp-admin, go to Theone / General Settings / Custom Css
Paste the style code to Custom Css:.float-bar-social-share button{display:none;} .float-bar-social-share .social-share-facebook{display: block;}
June 10, 2015 at 3:44 pm #7476Thank you!
But now my client tells me he does not want a facebook link.
So how can I eliminate all social icons but maintain the arrows for navigation?
thanks!!!June 11, 2015 at 2:59 am #7479use the css:
.float-bar-social-share button{display:none;}
June 15, 2015 at 5:05 pm #7505Thanks!! Excellent support!!!
June 16, 2015 at 1:42 am #7506Hi, you are welcome! We are happy to help you.
Could you please give me a 5 stars rating when you goto themeforest ( “download” in drop-down menu when logged )? I would greatly appreciate .
Best
June 16, 2015 at 9:28 pm #7517Sure! but where? I didnt´understand where to rate.
Another thing please.
In this page: http://karlacastrocr.com/wordpress/?page_id=32
How can I center (horizontally and vertically) the title of each post in the rectangular space each title is in? thank you!!June 17, 2015 at 2:25 am #7518.iterlock-caption h2 { margin-bottom: 0; text-align: center;} .iterlock-caption {position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } interlock-item {position: relative;}
Please refer the screenshot to rate: https://www.dropbox.com/s/xd2voq8g9zwnix9/QQ20150617-1.jpg?dl=0
June 19, 2015 at 12:09 am #7549Another thing please!
the website is not responsive! please check in a mobile: http://www.karlacastrocr.com
and if you check you demo version: ximudesign.com/aside it does looks responsive in a mobile.
what should I do?
thank youJune 19, 2015 at 2:01 am #7550I tested your site, it is responsive: https://www.dropbox.com/s/qvzdwmctb8z06kh/QQ20150619-1.jpg?dl=0
June 20, 2015 at 1:41 am #7558Thank you.
About the last code you gave me, on June 17, to center the interlock list titles.
it didn´t work.
I noticed the “n” was missing in the first two lines, but it didn´t work either.
can you check it please.June 20, 2015 at 1:54 am #7562please leave your wp-admin(url/user/pass) as private reply, I’ll log in to check it.
Best,Bwsm
Follow on @uiueux to get update news!June 20, 2015 at 2:41 am #7563This reply has been marked as private.June 20, 2015 at 2:45 am #7564This reply has been marked as private.June 20, 2015 at 2:56 am #7566This reply has been marked as private.June 20, 2015 at 5:49 am #7567I checked your site, it seems that there is frame: https://www.dropbox.com/s/eego4wx67hrjtdg/QQ20150620-2.jpg?dl=0
I think it caused the mobile layout issue, please remove it.I tested on local, the favicon uploader is fine. please leave your wp-admin(url/user/pass) as private reply, I’ll log in to check it.
June 22, 2015 at 7:03 pm #7614This reply has been marked as private.June 23, 2015 at 2:19 am #7624If you copy aLL the documents on the WordPress file to the root, maybe cause other issue. I am not good at the site redirect. Please google it.
June 23, 2015 at 3:27 am #7631This reply has been marked as private.June 23, 2015 at 8:44 am #7638Please use the custom css code:
.iterlock-caption { position: relative; height: 320px; } .iterlock-caption>a{ position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: block; width: 100%; text-align: center; } .iterlock-caption h2 { margin-bottom: 0; } @media (max-width: 768px) { .responsive-ux .iterlock-caption { height: 200px; } } @media (max-width: 480px) { .responsive-ux .iterlock-caption { height: 140px; } }
June 23, 2015 at 2:19 pm #7642This reply has been marked as private. -
AuthorPosts
You must be logged in to reply to this topic.