Forum Replies Created
list of topics you have created till now.
-
-
It works fine on my side, hit “CTRL + F5” if still nothing changes, provide a url to see what’s wrong if possible.
Hi, try the custom css code below;
* { text-transform: none !important; }Hit “Ctrl + F5” i see the changes on your site, also add this custom css;
h1.site-title { line-height: 1; margin-bottom: 0; }Ok, delete the custom css in my first post, then try this custom css;
.site-header { padding-bottom: 2em; } .hentry > h1 { margin-top: 0; } h1.site-title a { border-bottom: none; } .site-header hgroup { padding: 1.5em 0 0.5em 0; }Can you provide a url to see what’s wrong?
Hi, try the custom css code below;
h1.site-title { line-height: 1; margin-bottom: 0; } .intro h2 { margin-top: 0; }Hi, i noticed that an iframe is being appended at the end of body by pinterest script, that makes the extra space in footer, you can hide it via custom css, we will add this css code in the next update, thanks for the feedback.
#page ~ iframe { display: none; }Hi, you are not using 3d layout now, you must be activated safe-mode. Page attributes are for 3d layout. Deactivate safe-mode and let’s see what’s wrong.
I only noticed that some of your thumbnail images are not big enough to fill the container. You can make them fill the container with custom css code below if you like,
.portfolio-items .hentry img { min-width: 100%;}I didn’t notice anything different in your portfolio page, it looks good to me.
Hi, you can try the custom css code below to reduce the white space on top of blog list.
.post-list ul { padding-top: 0;}Thanks for the feedback also.
Hi, i tested and it looks fine on our preview site, can you provide the url to see what’s wrong.
If the map is shown properly, you can ignore that alert, i always get alert on embeded content on chrome.
Hi, paste the code below to the “External Stylesheet / Javascript” box under Theme Settings > Style tab.
<script> jQuery(document).ready(function($) { $('.blog-post').eq(3).css('clear','left'); $('.blog-post').eq(7).css('clear','left'); }); </script>Hi, we will add lightbox shortcode for this. Thanks for the feedback.
Hi, try the Custom CSS code below;
.flex-container .flex-direction-nav li a { opacity:1; } .flex-container .flex-direction-nav li .next { right:20px; } .flex-container .flex-direction-nav li .prev { right:52px; }Hi, please check the post below;
Hi, please check Documentation > Localization section.
Hi, add the code below to the External CSS/JS box under Appearance > Theme Options > Style tab.
<script> jQuery(document).ready(function($) { $('#primary.span7').removeClass('span7').addClass('span8'); $('#secondary.span5').removeClass('span5').addClass('span4'); }); </script>and add the code below to the Custom CSS box in same window;
.featured { text-align: center; }Hi, you may have something missing in your html markup. You can disable iscroll by enabling safe-mode in html data attribute but this will also disable 3d layout.
<html data-safeMod="true"
Hi, i just checked our live preview again on chrome 24 and it works fine. What is your chrome version?
Try this custom css code;
#portfolio-items { max-width: 960px; }If you want 4 items instead of 5 items per row, you need to increase portfolio items image size so 4 items fit in the layout.
Hi, it might be possible, but i don’t know the exact page parameters. You can check jmpress example page for different layouts;
please check the post below;
http://www.pixelwars.org/forums/topic/thumbnails-sizes-in-portfolio-page/
Hi, it looks like “Raphaël Icon-Set” font icons don’t appear on android 2.x version, I will think for a solution, thanks for the feedback.
Hi, shortcode generator is in the update list.
Hi, you can set cropping value for blog images (“Theme Settings > Style > Cropping for blog page”), but you need to re upload your existing post’s featured images to be cropped in new sizes.
Hi, try the custom css code in the post below;
Hi, since this is just a vcard theme, blog was out of the scope when we were designing the theme. Alternatively you can link to a seperate blog site in social icons on somewhere else.
Try adding this custom css code;
@media screen and (max-width: 480px) { .wrapper { width: 280px; } }ahmetsali
Keymaster11 February 2013 at 20:02Posted in : Homepage Widgets – hide description column?Hi, can you provide a url to see what’s wrong ?
Hi, you can use an image for background 1280px to 1920px width.
Try adding the custom css code below;
@media screen and (max-width: 768px) { .wrapper { width: 660px; } }Try these modifications, open
css/bootstrap.cssin a text editor,1-) On line : 84, change this
@media (max-width:767px)
to this;
@media (max-width:768px)
2-) On line : 85, change this
@media (min-width:768px) and (max-width:979px)
to this;
@media (min-width:769px) and (max-width:979px)
3- in
css/main.cssfile, between line :320 – line: 382 find every code block;(max-width: 767px)
and replace it with this;
(max-width: 768px)
Hi, try the custom css code below;
.portfolio-items .item { width: 272px; }Hi, you can use the custom css code below;
.portfolio-items .title { text-indent: -999em;}Hi, max 300px width is enough but if you want to provide retina support you can consider @2x size.
Hi, your menu links contains full url, menu links should be #/page-name format. Please see Documentation > Menu for detailed instruction.
Hi, there is a documentation file in the downloaded package in
Documentation/help.html.It looks like our “new topic notification system” on forums doesn’t work correctly at sometimes. We have not got any new topic notification on some of your topics, we will reply to your topics in a short time, sorry for the delay.
Hi, this may require more than just a few lines of code in this theme. Why do you want this, something breaks layout on tablets?
Hi, i meant it will work for responsy wp too, not impressivcard wp, they have different markups, please create a new topic under impressivcard wp category about your issue.
ahmetsali
Keymaster7 February 2013 at 01:17Posted in : Turning off Department sub-heading in PortfolioHi, try this custom css code;
h1 small { display: none; }Yes, it will work for wp version also.
Hi, to change bg color of the orange button you can use this custom css;
.btn-warning { background: #aaa; }Hi, you can hide service images, use the custom css code below;
.services img { display: none;}Hi, you can use the custom css code below;
.main-slider .flexslider { min-height: 350px; } .flexslider.ready { min-height: 0; }Hi, i think it is not an issue. The word “MENU” indicates that is a menu actually. One each page, page title indicates user on what page they are. But it is possible select the current page menu item with jquery, but you need to add specific jquery code to each page if you are using this as a static html site. For example to select two indexed menu item in mobile menu, you need to add the code below to index.html;
<script> $(function() { setTimeout(function() { $('select.menu').find('option').eq(2).attr('selected', 'selected'); }, 100); }); </script>Hi, add the custom css code below, at the end of main.css file
@media (max-width: 768px) { #logo { padding-top:26px; } #nav { display:none; } .header .social { margin-top:0; } .header .menu { display:inline-block; } }