Forum Replies Created
list of topics you have created till now.
-
-
Hi, you have not setup your site correctly, please check “Documentation > Install > WordPress Settings > Permalinks” and “Documentation > Menu” section.
Hi,
1-) No modification needed. Footer has 4 widget locations, you can put any widgets you want. Naviagate to Appearance > Widgets in wp admin.
2-) It can be possible but it requires more hard work, we can only provide customizations of some lines of code. You can hire someone experienced to do the job for you, if you are not familiar to wordpress-html coding.
3-) Here is a starting point for you, try the custom css code below;
.site-header { padding-top: 0; } .site-header > .row { width: 100%; background: #eee; } .main-navigation { border:0; background: #85a681;}4-) navigate to “Dashboard > Settings > Reading > Blog pages show at most” change the value as you wish.
Hi, we will add this in the next update, which will be available in a week.
Hi, try the custom css code below, and see if it is what you want;
@media screen and (min-width: 979px) { html:not(.safe-mod) .rm-wrapper, html:not(.safe-mod) .rm-wrapper > div { max-height: 400px; } html:not(.safe-mod) .rm-wrapper { top: 90px; } } @media screen and (min-width: 1500px) { html:not(.safe-mod) .rm-wrapper, html:not(.safe-mod) .rm-wrapper > div { max-height: 480px; } }Hi, can you provide a url to see what’s wrong?
Slideshow like in the gallery page? Sorry it’s not possible.
“But there’s now a small annoying shift/jump of all the thumbnails when I hit the more items button.”
Can you explain this in details, everything is fine when i click “More Items” button.
good luck on that :)
Compatibility mode = IE7, that is why it looks bad, i just checked your site on real IE8, it looks fine.
Hi, can you provide a url?
try this custom css;
.portfolio-single + .span9 .shareaholic-show-on-load { display: none !important; }Hi, please provide a page url that you want to hide shareaholic.
Hi, they need to be at least 270px width.
Hi, most of the warnings are against theme structure. Thanks for the feedback.
Try this custom css;
.tagline + .aside.span4 { display: none; }Since the layout is fixed to 1170px, it doesn’t seem possible. You can think of using lightbox for large images.
Hi, i noticed a similar bug when browser size is about 444px, and i have just made some changes in the script, and fixed it, could you check the url below and see if there is still any bug?
Hi, try the custom css code below;
.site-footer { background: #666; } .site-footer, .site-footer .widget-area, .site-footer .widget-area a, .site-footer .widget-title, .site-footer .widget-area ul li:before { color: #fff;} .site-footer .widget_recent_entries ul li:before { content: ""; }You can see blog list with featured images;
http://themes.pixelwars.org/read-wp/
Also, yes featured image will be pulled when sharing on Facebook / Google+ / Pinterest.
We added this to update list, thanks for the feedback.
Hi, i just checked on iphone5 and android, toggles works fine. One note on your portfolio page; your thumbnail images are too big, which makes portfolio page load too slow. You can resize their width to 400px or 800px for 2x sized thumbs.
Hi, i didn’t get what you mean, you want everything in one page and you don’t want scroll? As the page content increases scroll will appear. Please describe in details.
Hi, try the custom css code below;
@media (max-width: 767px) { /* NAVIGATION */ .main-navigation div.selector { display:none; } .main-navigation > ul { display: block;} }I am not sure but It might be possible with disqus.
It can be possible but it requires more hard work, we can only provide customizations of some lines of code. You can hire someone experienced to do the job for you, if you are not familiar to coding.
Hi, i guess you are using a different character than regular Hyphen “-” . Use the ASCII code below in the editor “Text” tab:
-
You need to register with your e-mail address on gravatar.com
I got your mail, the error messages in the console are related to google map embed code, you can ignore them. I also checked your site in chrome and scrolling works fine on my side. If you are still having issues about scrolling you can enable “safe-mod” in html data attributes, but it will also disable 3d layout.
You can set every post a featured image (optional), that image will appear on the blog list.
What do you mean by “Facebook / Social Sharing?” ?
Hi,
1-) to align tagline on the header use this custom css code;
h1.site-title { margin-bottom: .45em; }2-) We will add inline lightbox shortcode in the next update for this.
3-) Use this custom css code to center featured images;
.featured { text-align: center; }Hi, this is not easy to do with some lines of code. But alternatively you can change fonts of your second navigation via custom css;
@import url(http://fonts.googleapis.com/css?family=Oxygen); .cat-navigation ul li { font-family: 'Oxygen', sans-serif; }Also you can add non google fonts via “Custom Css” box.
Your portfolio images are too narrow;
Hi, this is because your portfolio images are too narrow. They should be about 220px width at least to fit the container. Resize your images to a larger width or you can use the custom css code below;
#portfolio .item img { width: 100%; }you can send it via contact form.
Hi, try this custom css;
.site-header hgroup { padding-top: 0; }Hi, you can change headings font-sizes via custom css, here are default values;
h1 { font-size: 2.20em; } h2 { font-size: 1.60em; } h3 { font-size: 1.20em; } h4 { font-size: 0.90em; } h5 { font-size: 0.90em; } h6 { font-size: 0.85em; }Hi, we plan to make improvements on forums for better user experience. “Searching in categories” is one of the essentials in the list. Thanks for the feedback.
It looks like some of the script and css files are missing on your server, try re-installing your theme.
You can add icons via Text tab of the content editor like this;
<i class="icon-file"></i>
Hi, try this custom css code;
blockquote { font-size: 1.0em; text-align: left; }Lightbox images should be centered on screen. If this is is not the answer to your question please provide a screenshot that indicates the problem.
Yes, this is super weird, i just checked on two different machines win7 64 + chrome25, scrolling works in both. If i can detect any issue about scrolling, i will try to fix it asap.
ahmetsali
Keymaster12 March 2013 at 15:59Posted in : problem with lightbox gallery on mobile devicesI just checked on iphone5 and android 4.1, lightbox gallery works fine, i can navigate through the gallery, expand the image to real size, and close the lightbox, it works fine on my side, site is not blocked at all.
try this one;
.site-header hgroup { padding-top: 1em; }Hi, try the custom css code below;
@media (max-width: 480px) { h1.site-title { font-size: 3em; } }Hi, only left alignment is possible in the portfolio page.
i just tested on win7 + chrome25 and scroll works fine on my side. I just updated chrome to Version 25.0.1364.160 m, please make sure your chrome is up to date.
Hi, i just tested on win7 + chrome25 and scroll works fine on my side. I just updated chrome to Version 25.0.1364.160 m, please make sure your chrome is up to date. And check our live preview site if scrolling works there?
It looks like ie10 isn’t ready for the 3d layout yet. We can force it to view classic layout on all ie browsers. Edit
js/main.jsand find line: 60safeMod = safeMod || mobileSafeMod || !Modernizr.csstransforms || !Modernizr.csstransforms3d || ios5;
and change it to this;
safeMod = safeMod || mobileSafeMod || !Modernizr.csstransforms || !Modernizr.csstransforms3d || ios5 || $.browser.msie;
ahmetsali
Keymaster9 March 2013 at 16:07Posted in : problem with lightbox gallery on mobile devicestry this custom css and see if it works for you;
@media (max-width: 480px) { .pp_gallery { display: none !important; } }