Forum Replies Created
list of topics you have created till now.
-
-
Hi, try this custom css code;
.site-header .site-title { text-align: left; width: 86%; margin-left: auto; margin-right: auto; }Hi, you can try this custom css code;
.site-main { margin-top: 0; }Hi, you can check out Documentation > Localization section to translate archives page.
Hi, you can change “read” keyword in localization,
– in order to change “min” keyword, edit
wp-content/themes/readme/js/readingTime.jsin a text editor and search for this"1 min";var m="min"
and change the min keywords in this piece of code and save.
Hi, can you provide your related page url?
Hi, please make sure you have read the Documentation before creating a post, you can find it in Documentation > Shortcodes > Button section.
Hi, 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, i just checked your site and social icons look fine on my side. Do you still have problems about it?
Hi, we have used a plugin for reading time calculation, you can check out its github page for more options;
https://github.com/michael-lynch/reading-time
it is called in
js/main.json line: 147$(this).readingTime({ readingTimeTarget: $(this).find('.eta'), remotePath: $(this).find('.entry-title a').attr('href'), remoteTarget: 'article .entry-content' });Hi again, i will look into it when i am available, i can’t say any date now.
Hi, i just checked your site on mobile android and mobile menu works but if you are still experiencing problems with it you can try;
– Theme Options > Animation > Mobile-Only Classic Layout : Yes
Hi, do you mean portfolio page
http://themes.pixelwars.org/photographer/portfolio/
or portfolio single page
Hi again, in order to remove the black overlay on gallery images completely you can try this custom css code;
.gallery-grid figure img { opacity: 1.0; }you have missing this file on your server, upload it to your server and it should be fine;
http://www.angstromdesign.org/wp-content/themes/responsy-v3-5-8/img/background/social.png
thanks for sharing the solution.
– you can see all of the social icon list here;
http://themes.pixelwars.org/readme-wp/about-me/
– to activate header search function go to Theme Options > Style > Header Search : Yes.
Hi, to activate header search function go to Theme Options > Style > Header Search : Yes.
Hi again, i just checked your site and looks good on my side, can see the scrollbars and they are functional. What is your screen resolution and browser/os version?
Hi, this is not available by default, needs more further customizations, if you are not familiar to coding you may consider working with a professional.
Hi, can you provide your url?
Hi, you can try this custom css code;
.site-description { display: none; }Hi, the “#” in the url is required in order to site work properly, I also just checked your site on IE11 i didn’t notice any certificate error.
you have a point, we will improve our response time, thanks.
Hi, you can try this custom css code;
a.button:hover { color: #09C !important; border-color: #09c; }Hi, you can try this custom css code;
.entry-content .social { text-align: center; }please check out this post;
http://www.pixelwars.org/forums/topic/layout-problem-social-icons-in-header/
Hi,
1- i didn’t get what you mean, please describe in more details or provide screenshots.
2-) try this custom css code;
.gallery-grid figure img { opacity: .8; } .gallery-grid figure:hover img { opacity: .4; }Hi, if you want to show your images in the original aspect ratio, you can use this custom css code;
.sy-box { max-height: none; }also i just checked on firefox it looks good on my side. Can you explain a little more about the issue about firefox.
Hi, i see but here is how it works;
– get the portfolio single content via ajax,
– wait for images to be loaded, then show the contentso the loading time of ajax portfolio single pages can be affected by your server response time/speed and/or your images sizes in portfolio single pages.
sorry for the delay.
Hi again, css and js files can be minified with a plugin, we don’t minify sources in our demo site because we want our codes to be visible to possible buyers, thanks for the feedback.
Hi again, i just checked your url and it looks like fixed menu conflicts with your green fixed subscribe bar, you can disable fixed menu option in Theme Options > Style > Fixed Menu : No .
800px height should be fine.
Hi, this is not possible by default, needs more further customizations, if you are not familiar to css coding you may consider hiring someone experienced to do the job for you.
Hi,
– you can try this custom css code;
.gallery-grid h2, .gallery-grid p { display: none; } .gallery-grid figure:hover img { opacity: .3; }– sorry it is not possible by default to have the same animation in gallery single pages on gallery page.
Hi, actually the topic title is a little misleading. You can always create a new topic if you need help about something.
Hi, there are already job titles in Employment timeline style, please explain more.
Hi, we will fix this in the next update, thanks for the feedback.
Hi, i see you have added ads to your page, that pushes the book down, i am not sure this will work but you can try this custom css code;
@media screen and (min-height: 700px) { .rm-wrapper { top: 120px; bottom:40px; } }Hi, you cant try this custom css code;
.post-18 p > a.button { margin-left: -4px; } .post-18 p > a.button:hover { border-color: transparent; } .post-18 p > a.button:nth-child(1):hover { background: #3b5998; } .post-18 p > a.button:nth-child(2):hover { background: #3f729b; } .post-18 p > a.button:nth-child(3):hover { background: #55acee; }you are welcome.
you can add that to footer.php .
Hi, you can try this custom css code to hide share link;
.share.sharer-0 { display: none !important; }– you can share your url when it is ready and we can check again about reading time.
Hi, you can view the source code and look for “style-switcher” keyword, you will see a css file, a js file and related html markup, you are free to get the files and play with the code as you wish.
Hi, this is awkward, it doesn’t happen on our demo site, you can try disabling all of your plugins and check again.
you can try adding more list items with the content like “-“, i don’t have any other idea.
Hi, actually the large white spaces are just part of the design, we don’t plan to change the design as most of the users liked it that way. When i checked your url i see that you have applied some custom css code to reduce the whitespaces.
Hi, i see the issue, we will fix the issue in the next update. Thanks for the feedback.
Hi, sorry the plugin we have used for gallery doesn’t have an option to disable zoom functionality, alternatively you can use another portfolio type for non-zoomable full screen images;
http://themes.pixelwars.org/photographer/portfolio/portraits/
Hi, sorry it is not possible to set a fixed size on responsive columns, because it will break the responsiveness. You can use a custom css code like this to make pricing boxes equal height;
@media screen and (min-width: 768px) { .pricing-table { min-height: 500px; } }set the tallest pricing box’s height to min-height value.
you are welcome, have a nice week too!
Hi, there is no restriction about header bg image size, you can use an image like 1600x400px .