Forum Replies Created
list of topics you have created till now.
-
-
Hi, can you provide your related page url?
Hi, please see this post about adding background image to your homepage;
you can try this custom css code;
.owl-carousel { max-width: 960px; margin-left: auto; margin-right: auto; }i see, try removing the old css code and use this one;
body.home { background: url('http://rachelwintonphotography.com.au/wordpress/wp-content/uploads/2015/03/Two-Strings-e1425953562646.png'); background-repeat: no-repeat; background-position: right 0; }if you can’t wait for the update, you can disable ajax in the code. Edit
js/main.js(in theme folder) in a text editor, and find line : 172;$(".one-page-layout a.ajax").live('click',function() {and change it to
$(".one-page-layout a.ajax2").live('click',function() {can you provide your related page url?
Hi, you can play with this custom css code;
.layout-fixed { max-width: 740px; }Hi, you can try this custom css code;
.intro h2 { font-weight: 400; }i see, try removing any spaces in your social shortcodes in your footer.
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi, try this custom css code;
.single-portfolio .entry-header { display: none; }you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
yes it is included in the new update, i forgot to add it to change list, adding now.
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi, you can try this custom css code;
.home-wrap .ri-grid:after { background: #111; opacity: .4; }Hi, the image size on the cover page we used in the demo is : 770x1090px .
Hi, i am not sure i fully understand what you mean, but you can try this custom css code;
.sy-box { max-height: none; }Hi, please check out Documentation > Localization.
Hi, you can try this custom css code;
.pswp__caption__center { max-height: 34px; overflow: hidden; } .pswp__caption__center:hover { max-height: none; overflow: visible; }Hi, can you provide your url?
Hi, can you provide your related page url?
you can try this custom css code;
@media screen and (min-width: 768px) {} .aligncenter { margin: 1em auto; } }Hi, you can try this custom css code;
@media screen and (min-width: 768px) { .gallery-grid .masonry-item { display: inline-block; float: none; width: 48%; max-width: 420px; } }1-) you can try this custom css code to reduce the gab between footer and content;
.site-footer { margin-top: 2em; }2-) update the first piece of code as;
.nav-menu li a { font-size: 14px; text-transform: none !important; }the second code block is ok.
Hi, sorry this is not available by default.
Hi, thanks for sharing the solution.
i logged in and fixed the portfolio slug by selecting your portfolio page in cvcard-Portfolio-Page widget, now everything seems fine but portfolio ajax still doesn’t work, i have no idea why it is not working. We plan to add an update to disable ajax on portfolio for such cases with a future update, i let you know when the update is out. I also experienced this your server is responding too slow sometimes.
minimum width is 760px and minimum height is 507px.
are you sure you have updated your theme, when i check your source code, i see you are using version 1.1.1, please make sure you have the updated version running and try deactivating all plugins for caching issues.
http://2onx4z3ozd2yfknec1qhdzx1.wpengine.netdna-cdn.com/wp-content/themes/readme/style.css
Hi, the second image in your portfolio (titled Wedding) is 760x504px, your portfolio featured images must be equal or higher than 760x507px in order to look good.
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’re welcome, glad to know that you have sorted it out, also 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’re welcome, please don’t forget to rate the theme on themeforest if you liked it. Thanks.
you can try this custom css code;
@media screen and (min-width: 992px) { .footer-social > * { width: 33%; float: left; } .footer-social { margin-top: 32px; } }please see this post;
http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it. Thanks.
i guess you have managed to fix it somehow.
Hi, you can try this custom css code to change the font size on blog posts;
.post .entry-content > p { font-size: 16px; line-height: 1.6; }and try this custom css for sidebar space;
@media screen and (min-width: 1200px) { .sidebar { padding-left: 2em; } }and please create a new topic about shortcode generator issue. Thanks.
Hi, text is not selectable in modern layout, you need to activate classic layout for it; go to Appearance > Theme Options > Animation > Activate Classic Layout.
thanks for sharing the solution.
can’t view it : Site is offline for maintenance
i can’t see the custom css code in 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/
Hi, you can try this custom css code;
#fancybox-outer { background: none; box-shadow: none; }Hi, it looks like all of your images in your portfolio are not in the same size; you have two option;
– make all the images exact same in size
– or use fitRows layout option instead of masonry, to do this editjs/main.jsin a text editor and find line : 473, you will see;layoutMode : 'masonry',
cahange it to this;
layoutMode : 'fitRows',
this is because you have still the old custom css code that hides header in all pages, edit this line in your custom css;
header.site-header.wrapper {display: none; padding-bottom:15px; padding-top:15px}to this;
header.site-header.wrapper { padding-bottom:15px; padding-top:15px}Hi, try this custom css code;
.entry-header .entry-title { color: #a89965; }Hi, try this custom css code;
.social { text-align: center; }