Forum Replies Created
list of topics you have created till now.
-
-
Hi,
i believe this topic covers the same subject with your other topic, let’s continue to discussion here;
http://www.pixelwars.org/forums/topic/gallery-crashes-iphone-browser/
Hi, currently gallery types are only available for portfolio posts, but we will also add them to standard pages and posts, it is in the update list. Thanks for the feedback.
try also adding this for mobile devices;
@media (max-width: 768px) { .site-header .site-title { font-size: 22px; } }Hi, sorry currently we don’t have any plan about adding more blog layouts.
Hi, on which page, can you provide related page url?
this post is also related to your other post, let’s continue to discussion here;
http://www.pixelwars.org/forums/topic/image-sizes-on-portfolio-too-large/
masonry script doesn’t seem to be working on your site, did you manually edit any js file of the theme ? if you didn’t try deactivating all of your plugins and check again.
H again, it is really awkward,
– you say you encounter this from time to time not always, right? Is there any chance that might happen when you get a low signal/bad internet connection or might be related to your internet service provider.
@always_happy
i am not sure but it might be because of your wordpress is not in your root directory but in /
apfolder. You can check out the link below about moving wordpress;http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
– and also try to setup your wordpress in your root folder.
Hi, can you provide your url ?
i see the issue in iphone 6, i will make some tests on this issue and try to realize what causes the problem. I let you know when i come up with a solution. Thanks for the feedback.
Hi, happy to see that you have sorted it out.
Hi, i just checked your site, lots of theme files (css and js) seems like not available in your site, you may try starting with a fresh installation of the theme.
can you provide your url to see what’s wrong?
Hi, in the wordpress admin > Portfolio link on the left menu, you can add/remove/edit your portfolio posts.
what about disabling all plugins?
i just checked your site and it seems to be working, columns are much smaller now.
ok, i see, remove this custom css code;
.readable-content { max-width: 1024px; }and try only this;@media screen and (min-width: 1200px) { .featured-image { width: 140%; margin-left: -20%; } }Hi, can you provide your url to check what’s wrong.
@always_happy
try deactivating all of your plugins and check again, if it doesn’t work please provide your url.
Hi, please check out Documentation > Localization section.
update your code as;
@media (min-width: 768px) { .site-header .site-title { font-size: 65px; } }Hi, try also adding this custom css code;
.featured-image { max-width: 760px; margin-left: auto; margin-right: auto; }H , i see what you mean, but it is not available by default and it requires more time and effort to customization, if you are not familiar to wordpress coding you may consider working with a professional.
Hi, can you disable all of your plugins and check again.
Hi, you can set portfolio item width in Appearance > Theme Options > Portfolio > Item Width (px).
Hi, it should be responsive, can you provide your url and what is your browser/os/device version you are testing on?
Hi, try this custom css;
@media screen and (min-width: 768px) { .media-grid-wrap { margin-left: -1.5%; } }Hi, i just checked your site, and rotating words looks centered, it might look like a bit off the center for long words, but there is nothing to do about it.
Hi, here are a few example page coordinates;
x=”20500″
y=”3250″
rotate=”180″
scale=”2″and
x=”22500″
y=”5250″
rotate=”270″
scale=”1″i just tested it again on ipad/ios8, search works fine for me, can you explain it a bit more, and write your test platform device/os version exactly.
Hi, you can try this custom css code;
.password-form { text-align: center; } .password-form .btn { display: block; margin: 2em auto; } .password-form p { margin-bottom: 3em; }we will also add this to the next update. Thanks for the feedback.
Hi again,
1-) try this custom css code;
.nav-menu ul li a:active { color: #333; }2-) this is not possible in wordpress by default, alternatively you can try this plugin;
https://wordpress.org/plugins/quick-pagepost-redirect-plugin/
Hi again,
– this is really weird, same code should work for you too, now you haven’t that code on your site, so i can’t check it on your site,
– about fullscreen issue, i guess this is a chrome bug , i managed to fix it with this custom css code, which should be included by browser default, i will also report this to google.
:-webkit-full-screen-ancestor:not(iframe) { -webkit-animation: none; }– try this custom css code;
.portfolio-items .hentry img { -webkit-filter: grayscale(0%); } .portfolio-items .hentry:hover img { -webkit-filter: grayscale(50%); }Hi, it is weird, same font should be applied to lists as body font, can you provide your related page url?
sorry couldn’t get what you mean, can you describe it in other words.
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
try adding this;
@media screen and (min-width: 768px) { .wpcf7 form p input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]) { max-width: none; width: 100%; } .wpcf7 form p:nth-of-type(1) { width: 50%; float: left; padding-right: 40px; } .wpcf7 form p:nth-of-type(2) { width: 50%; float: right; padding-left: 40px; } .wpcf7 form p:nth-of-type(3) { clear: left; } }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, please don’t forget to rate the theme on themeforest if you liked it, thanks.
try this custom css code;
.wpcf7 form p { font-family: Montserrat; font-size: 13px; font-weight: bold; margin-bottom: 0.6em; text-transform: uppercase; } .wpcf7 form input, .wpcf7 form textarea { margin-top: .6em; font-weight: normal; font-size: 13px !important; } .wpcf7 input[type=submit] { font-weight: bold; }glad to hear that you have sorted it out, you are welcome.
Hi, try this custom css code;
.pw-collage img { border: 2px solid #333; }Hi, try this one;
.blog-single .post .entry-content > p { font-size: 125%; }Hi, try this custom css code;
.testo p { text-align: justify; }you are welcome.
Hi, i just tested it and it works on my side on android 5, what is your device/os version ?
Hi,
1-) try this custom css code;
.blog-masonry .hentry .entry-content { display: none; }2-) Edit
js/main.jsin theme folder in a text editor, and find line: 533, you will see;var viewports = [ { width : 1900, columns : 5 }, { width : 1200, columns : 4 }, { width : 768, columns : 3 }, { width : 480, columns : 2 }, { width : 0, columns : 1 } ];change it to
var viewports = [ { width : 1900, columns : 4 }, { width : 1200, columns : 3 }, { width : 768, columns : 3 }, { width : 480, columns : 2 }, { width : 0, columns : 1 } ];Hi, try this custom css code;
@media (min-width: 768px) { h1.site-title { font-size: 4em; } }