Forum Replies Created
list of topics you have created till now.
-
-
yes one favicon (.ico) for generic browsers and one (.png) (152×152) icon for apple touch devices is a good practice.
1-) to change the font size of the site title in the header, try this custom css code;
@media screen and (min-width: 992px) { .site-header .site-title { font-size: 38px; } }2-) “Is it possible to have all page in video? fullsize of screen?” can you describe this in other words, i can’t understand what you mean.
Hi, you can try this custom css code;
.p-overlay { background: #eee; }Hi, you can choose a different blog layout for your categories while having regular blog style for your blog.
– navigate to Theme Options > Blog > Category Archive Type : masonry.
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
you are welcome.
can you provide your url?
Hi, can you provide your url?
Hi, can you provide your related page url?
Hi, can you provide your page url?
Hi, try this custom css code;
@media screen and (min-width: 1200px) { .content-area:not(.with-sidebar) .alignright, .content-area:not(.with-sidebar) .wp-caption.alignright { margin-right: 0; } .content-area:not(.with-sidebar) .alignleft, .content-area:not(.with-sidebar) .wp-caption.alignleft { margin-left: 0; } }Hi, please see this post;
http://www.pixelwars.org/forums/topic/alternative-home-page/#post-18878
Hi,
1- sorry it is not possible by default to put link on ken slider slides.
2- please check out this post;
http://www.pixelwars.org/forums/topic/alternative-home-page/#post-18878
Hi, i just tested and drop caps are fine in posts. It is ok to remove that code if it helped you.
Hi, can your provide your urls to check whats wrong.
sorry, i didn’t get what you mean about phone.
try this custom css code;
.intro { padding-bottom: 1em; } .aligncenter { margin-bottom: 1em; } .post-list { padding-top: 0; }Hi, i just checked your site, and fluidbox seems to be working fine.
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi,
– just create a new page and select Full Width as page template, then insert a video using
media_wrapshortcode inside this page.– “change the font size of the header test of the home page” can you explain it a little more? you are talking about site title or page title?
Hi again,
– about background, also add this custom css code;
.site { background: none; }– and update your theme to the latest version and also the images in your homepage in the slider are too big, try resizing them to increase your page load speed.
can you try adding one line break after each
social_iconshortcode.Hi, i just checked your site and can’t see any black line in the slider.
sorry this is not easy to do and can’t be done with some custom css.
can you provide your url?
Hi, i couldn’t test it on retina Macbook Pro but could test it on macbook air on OS X Yosemite 10.10 and chrome 41 and can’t see any issues about portfolio.
– what is your os and browser version?
– does it only occur in chrome?
– can you send a screenshot about the issue?Hi,
1-) try this custom css code;
.gallery-grid figure h2 { text-transform: none; } @media screen and (min-width: 768px) { .gallery-grid figure h2 { font-size: 1.6em; } }2-) Your featured images in the portfolio must be equal or higher than 760x507px .
3-) can you provide your related page url?
Hi, the answer was for cvcard-wp theme, are you sure you are using the same theme? If you are asking for another theme please create a new topic under the right category. Thanks.
Hi, sorry the slider works responsively only if you have images in the same aspect ratio, so the only solution is the one that explained by @stephanieverhart .
Hi, can you provide your related page url to check what’s wrong.
sure i will let you know when the update is out.
i just checked your url but it seems like you don’t have any standard type portfolio post right now, so i can’t test it on your site.
i guess you are in the wrong category, this is cvcard theme forum. If you have posted it elsewhere, we will reply soon.
Hi again, i just checked your site on iphone5(ios 6) and 5s(ios 7) department titles looks fine on both. And about the social icons in the footer, try this custom css code;
.footer-social .social { font-size: 0; }i just checked your site again and can’t see the custom css code added to your site, make sure you have added the custom css code to your site.
http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
try this custom css code;
.home-landing body { background: url('your-image-url-here'); background-repeat: no-repeat; background-size: cover; } .home-landing .ri-grid { display: none; }Hi, i just checked your site, it seems to be pretty fast loading for me.
Hi, i see you what you mean, it is not possible with the service shortcode by default, but you can use the plain html code for service so you can change the icons as you wish. Also you need to include font-awesome icons with a plugin, and use this html code in your content editor “Text” tab;
<div class="service"> <i class="fa fa-check"></i> <h4>Graphic Design</h4> <p>I design super cool websites. It is a long established fact that a reader will be distracted by the readable content.</p> </div>you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
i see, you can try this custom css code;
.alignright .wp-caption-text, .alignleft p.wp-caption-text { max-width: 230px; }we will also include this in the next update. Thanks for the feedback;
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
it might be a caching issue, just hit
ctrl + F5in chrome.i just checked your portfolio page and posts load just fine without ajax, only the first post is a custom url, it doesn’t work, you need to remove/edit that first post.
Hi, facebook isn’t very good at sharing individual images, so if you want it to display image thumb that is shared you need to share the image attachment page, by clicking “Share on Facebook” in the lightbox it will share image attachment page, so you can have picture thumbnail in facebook share post.
Hi again, i just checked your site and can see the icons before phone number and others. What exactly do you want?
Hi, try this custom css code;
.home .section-title { margin-top: 1em; }if it doesn’t work please provide your url.
Hi, can you check your url, it is not using readme theme.
Hi, try this custom css code;
.gallery-grid figure p { color: #fff; }Hi, try this custom css code;
.gallery-grid figure img { opacity: .7; } .gallery-grid figure:hover img { opacity: .5; }the second one is mouse hover opacity.