Forum Replies Created
list of topics you have created till now.
-
-
Hi, can you provide your url to check what is wrong?
Hi, you can try this custom css code;
.rotate-words { min-width: 220px; }Hi, i see, i will try to fix this when i am available, thanks for the feedback.
try this custom css code;
.site-header .textwidget .social { text-align: center; } .site-header .textwidget { width: 100%; }is it ok now? if not please provide your url to check what’s wrong.
Hi, which image? please provide url or screenshot.
you can start with a custom css code like this;
.section-title i:before { content: ""; width: 40px; height: 40px; background-image: url(https://cdn4.iconfinder.com/data/icons/48-bubbles/48/41.Trophy-128.png); display: block !important; background-size: 26px 26px; background-repeat: no-repeat; background-position: center center; }Hi, this is weird, can you provide your url to see what’s wrong.
try this custom css code;
.vs-triplelayout .vs-nav .vs-nav-current a { color: #fff; }this is not available by default, needs more further customizations, you may consider working with a professional, if you are not familiar to coding.
just check your site on 13′ macbook air, it seems fixed to me. You can reduce your image height and check again.
Hi, try this custom css code;
header.header { padding-bottom: 10px; }I will try to understand what causes the problem and will look for a solution. I let you know then. Thanks for the feedback.
Hi, try this custom css code;
.site-header .social { text-align: center; }Hi, try this custom css code;
@media (min-width:768px) { blockquote { float: left; width: 240px; text-align: left; } }Hi, can you provide your url?
something is wrong with your portfolio page, it even doesn’t animate when you click the filters. It is fine on our demo site. Some customization to theme files might be causing this.
Hi, can you provide your url to see what’s wrong.
Hi, latest instagram feed widget is not included by default, but you can always use a plugin.
ahmetsali
Keymaster28 August 2014 at 18:44Posted in : Responsive feature not working on iPhone titlejust checked your site again on mobile, it looks fine to me, can you provide screenshot that indicates the problem.
Hi, also add this custom css code;
#about-me .iscroll-wrapper { top: 50px; }
Hi, try this custom css code;
.profile-image { margin-bottom: 0; }Hi, try this custom css code;
.cover-object-holder { position: absolute; top: 0; left: 0; }if that doesn’t work, please provide your url.
you can use this custom css code to change the left and right menu link’s color;
.vs-nav li a { color: #333; }“.vs-triplelayout” is the name of the class that is added to div#container only in sliding horizontal layout.
Hi, with sliding horizontal layout 3 menu items is shown by default. If you want to customize that you need further customization, you can check out this link, which will give you a starting point;
http://www.pixelwars.org/forums/topic/menu-without-rotating-effect/
Alternatively if you activate “classic layout” in theme options you will have all menu links visible but no sliding horizontal layout.
p.s : sorry for the delay.
Hi, do you want to add a custom social icon, you can check out this link;
http://www.pixelwars.org/forums/topic/social-icon/
otherwise you can add any icons using Custom CSS/External CSS fields in Theme Options > Style tab.
Hi, i just checked on chrome 36 on win 8 at 1920×1080 and it was fine, what is your test platform? also you can change Layout Type to Masonry in your Widgets > cvCard-Portfolio Page widget settings.
p.s: Sorry for the delay, i was on a vocation, and just had the chance to check my e-mails.
Hi, thanks for the feedback.
Hi, sorry this is not easy to do with this layout.
Hi, please check the post below;
http://www.pixelwars.org/forums/topic/menu-without-rotating-effect/#post-13207
Hi, sorry this theme doesn’t support this by default.
ahmetsali
Keymaster20 August 2014 at 03:11Posted in : Responsive feature not working on iPhone titleHi, try this custom css code;
@media (max-width: 767px) { h1.site-title { font-size: 1.6em; } h2.site-description { font-size: 1.0em; } }Hi, try this custom css code;
.entry-content .social { text-align: center; }can you provide your url to see what’s wrong.
like this;
input.submit.btn { background: #654321; } input.submit.btn:hover { background: #D64B4B; }use this one for page titles;
.content h2 span { background: #654321; }Hi, you can change menu links and page slug, but they must be same (menu item url and related page slug).
Hi, slider doesn’t support videos. Instead you can show a video in the slider area. Navigate to “Theme Settings > Home > Slider > Video Embed Code (iframe)” and paste your iframe code here.
Hi, here is the solution for all your problems,
– make sure all of your client images in the same width and height, and align the logos as you want in an image editor.
Hi, service icons are from iconsweets2 icon pack;
Hi, for #1 try this custom css code;
.single .entry-content { padding-bottom: 0; } .single footer.entry-meta.post-tags { margin-top: 0; }for #2
nav.nav-single { padding: 0; }for #3
div#comments { padding-top: 0; }for #4
.commentlist { padding-top: 0; } .commentlist li p { margin-top: 0; } h2.comments-title { margin-bottom: 0; }try this custom css code to fix the lightbox close button issue;
a#fancybox-close { width: auto; height: auto; }I can’t detect this issue, it is fine on my side, please provide screenshot if possible.
“Also, when clicking VIDEO, the videos seems to drop down :s Not a major fault, maybe just a fun feature, but you know what thats all about?”
ok, try this one;
.launch .btn { background: #654321; } .launch .btn:hover { background: #D64B4B; }Hi, i am not a wordpress developer, so i couldn’t reply to your wordpress related topic. The post you refer is a question about html/css/javascript, these are my expertise.
Hi, in order to use horizontal sliding layout you need 3 pages at least in your homepage. One for left view, one for middle and another one for right view.
let’s try hiding those extra widgets when the book is opened;
add this to External JS box;
<script> jQuery(document).ready(function($) { $('.rm-button-open').click(function() { $('html').addClass('book-opened'); }); $('.rm-close').click(function() { $('html').removeClass('book-opened'); }); }); </script>and finally add this to Custom CSS box;
.book-opened .ungu-latest-news, .book-opened #twitter-container { display: none; }Hi, can you provide your url?
Hi, please check out, Documentation > Customization > Related Posts.
Hi, yes it is possible to modify colors and add more colors,
add more colors to
serviceshortcode as;[service color="color5" icon="fa-html5"]
then change the colors via custom css box;
.color1 i { background: #F8CB30; } .color2 i { background: #74BADE; } .color3 i { background: #5BCF80; } .color4 i { background: #E25E5B; } .color5 i { background: #096; }