Forum Replies Created
list of topics you have created till now.
-
-
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; }2-) sorry, it is not available by default.
3-) try changing creation dates of portfolio posts.thanks for the link.
Hi, you can only add any content before/after service boxes in your homepage.
Hi, try this custom css code;
#header nav ul .current_page_item a { background: #F18B09; }i see you, but we don’t promise any customization work anywhere, but still we try to help you all on some simple css customizations that doesn’t take more than just a few minutes, but what you are asking needs more time and effort for customization, you may think hiring someone to do the customizations for you at envato studio;
sorry, i can’t help you with this.
this custom css code should hide the header only on homepage;
.home .site-header { display: none; }make sure to remove the code you use to hide header before.
actually it should be cropped as 1:1 by default, there should be no need to make all images manually,
– check Settings > Media > Thumbnail size should be 150 x 150px, if it is different set it to 150×150 and run the regenerate thumbnails plugin once;
just change the value in the css, you can use px values too, like
.author-info p { font-size: 16px; }Hi again, i see but i already can’t see the site title or tagline (those you want to hide) in your header, only menu in your header, can you explain it a little more and provide screenshot if possible.
Hi, yes it might be possible, can your provide your homepage url?
Hi, no need to use any shortcode on portfolio please check out Documentation > Portfolio section.
Hi, i see what you mean, but they are not available by default and it requires more time and effort to customization, if you are not familiar to coding you may consider working with a professional.
Hi, try to add your other widgets to the footer social icons location and write back your url maybe we can make it 3 column with some custom css.
Hi, sure they are ordered by creation date, newer posts appear first. You can quick edit any portfolio post and change the date to change it’s order.
Hi, that’s a nice idea we will add an option for this with a future update. Thanks for the feedback.
okay, you can send it to ahmetsali at gmail.com including this post url.
Hi, can you provide your related page url or screenshots about it?
Hi again, not yet, it will be available with the next update which we plan to release just in a few days. Thanks.
Hi, it looks like the font you have selected not yet in the google fonts index and listed under early access, so it is not available to use in the theme right now. You need to choose one of the fonts available in the theme that suits you or you can hire someone experienced to the necessary customizatons for you.
– you can try this custom css code for menu links font size;
.nav-menu ul li { font-size: 15px; }Hi, your images in the gallery for photowall must be bigger than 150x150px both in width and height in order to they get cropped finely.
Hi, did you try leaving blank “Site Title” and “Tagline” fields in Settings > General in wp admin.
Hi, sorry this is not available by default, needs more further customizations, if you are not familiar to wordpress coding you may consider working with a professional.
Hi, sorry can’t understand what you mean, can you explain it with screenshots.
Hi, this is just a static html template not a blogger theme.
Hi, this is not easy to do with some lines of code. If you are not familiar with css coding you may consider working with a professional for further customizations.
Hi again, you can try this custom css code for social icons;
.social li a { color: #fff; background: #444; border-color: #444; } .site-footer { border-top-color: #444; }Hi,
1-) i guess you have managed this.
2-) update your code as this to make it bigger only on large screens;
@media screen and (min-width: 992px) { .site-header .site-title { font-size: 38px; } }3-) try this custom css code;
.site-header .site-description { color: #333; }Hi, sorry Montserrat font doesn’t have latin-extended, you need to choose another font that supports Latin Extended like Open Sans.
Hi, header font or heading font? can you explain it a little more and provide related page url if possible.