Forum Replies Created
list of topics you have created till now.
-
-
does it occur with rtl code applied? if yes, sorry we can’t guarantee rtl support.
Hi, i can’t view your url : “This webpage is not available”.
Hi,
for portfolio posts : 400px width
for blog posts : 800px width featured images should be fine.Hi, when i validated your source code, i see some markup errors in your content;
try fixing these errors about your content and check again;
Line 153, Column 100: No p element in scope but a p end tag seen.
Line 225, Column 4: No p element in scope but a p end tag seen.
Line 230, Column 4: No p element in scope but a p end tag seen.
Hi, i don’t know an easy way to pull the comment count from disqus, but there is an easy way to hide comment count, try this custom css code;
span.comment-link { display: none; }Hi again, the algorithm for this should be something like that;
When a portfolio single page is opened;
if user pressed left key;
– load the url of the previous portfolio
if user pressed right key;
– load the url of the next portfolio itemHi, can you provide your url to check what’s wrong.
Hi, can you provide your url or a screenshot?
can you provide your url?
Hi, flexslider is included in the template, we used it on post format gallery slider. You can use this markup anywhere in your page to create flexslider slides;
<!-- .flexslider --> <div class="flexslider" data-autoplay="false" data-interval="3000" data-animation="slide" data-direction="horizontal" data-animationSpeed="800" data-pauseOnHover="true"> <!-- .slides --> <ul class="slides"> <!-- slide --> <li> <img src="images/blog/gallery-02.jpg" alt="slide"> <p class="flex-title">THIS IS A SLIDE TITLE.</p> </li> <!-- slide --> <!-- slide --> <li> <img src="images/blog/gallery-01.jpg" alt="slide"> </li> <!-- slide --> <!-- slide --> <li> <img src="images/blog/gallery-03.jpg" alt="slide"> </li> <!-- slide --> </ul> <!-- .slides --> </div> <!-- .flexslider -->you can customize common flexslider settings in here;
<div class="flexslider" data-autoplay="false" data-interval="3000" data-animation="slide" data-direction="horizontal" data-animationSpeed="800" data-pauseOnHover="true">
or you can edit flexslider function call in
js/main.jsline : 593;//********************************** /* FLEX SLIDER */ // cache container var $flexslider = $('.flexslider'); if($flexslider.length) { $flexslider.each(function() { //wait for images $(this).imagesLoaded(function() { //remove loading $(this).find('.loading').remove(); //setup slider $(this).flexslider({ smoothHeight: true, slideshow: $(this).attr('data-autoplay') != "false", slideshowSpeed: $(this).attr('data-interval'), animationSpeed : $(this).attr('data-animationSpeed'), animation: $(this).attr('data-animation'), direction : $(this).attr('data-direction'), directionNav : $(this).attr('data-directionNav') != "false", controlNav : $(this).attr('data-controlNav') != "false", randomize : $(this).attr('data-randomize') == "true", startAt : $(this).attr('data-startAt') != null ? parseInt($(this).attr('data-startAt')) : 0, animationLoop : $(this).attr('data-animationLoop') != "false", pauseOnHover : $(this).attr('data-pauseOnHover') != "false", reverse : $(this).attr('data-reverse') == "true", prevText: "", nextText: "" }); }); }); } //**********************************Hi, you can try this custom css code;
.blog-posts .navigation { text-align: center; } .blog-posts .nav-previous a:first-letter { font-size: 0; } .blog-posts .nav-next a { font-size: 0; } .blog-posts .nav-next a:before { font-size: 13px; content: "Newer Posts"; display: inline-block; padding: .6em 1.2em; }i can’t view your url : “account suspended”
you can send it to ahmetsali at gmail.com
can you provide your url?
Hi, it is not available by default, you can only create a link that goes to portfolio.
Hi again,
academia & researchgate social icons are not available in the icon packs we used, but you can add your custom icons by replacing the ones you don’t use, please check out this post for more;
Hi, we will fix this in the next update. Thanks for the feedback.
Hi, please update your theme to the latest version and check it again.
Hi, i am not sure if this will suit you but you can try this custom css code;
body { direction: rtl; } .rm-container.rm-open .rm-cover { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; } .rm-container.rm-open .rm-right { -webkit-transition-delay: 0s; transition-delay: 0s; }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, try this custom css code;
.vs-sidenav { display: none; } .vs-triplelayout .wrapper > section:not(.vs-current) { opacity: 0; }Hi again, when i check your source code i see that your service shortcodes are wrapped by a
preelement, remove that redundant element from content editor and it should be fine.Hi Brian,
a third party plugin used for calculating post reading times, causes this and we will fix this in the future updates. Thanks for the feedback.
Hi, i am not sure if this will work for you but you can try this custom css code;
.rotate-words { text-align: center; }Hi, this is not available by default, needs more further customizations, you may consider working with a professional, if you are not familiar to javascript coding.
Hi, i can’t view your url, just a coming soon page.
you are welcome, i am glad it helped.
also, add this custom css code;
#portfolio .section-title .icon-leaf:before { content: "\f0b1"; font-family: "FontAwesome"; }Hi, i haven’t used less for css, just plain css coding.
Hi, you can use this custom css code to make portfolio title left aligned;
#portfolio .section-title { text-align: left; }you can replace the icon in the portfolio title, with a custom css code. Here is the available icons, if you can tell me which one you want to use, i can give you the custom css code for this;
http://themes.pixelwars.org/cvcard-wp/wp-content/themes/cvcard/css/fonts/fontello/demo.html
Hi, you can try this custom css code;
.site-header { background: #fafafa; padding-bottom: 0; margin-bottom: 3em; }Hi, you can check out the posts below for using custom fonts;
http://www.pixelwars.org/forums/topic/disable-google-fonts-and-customize-fonts
Hi, you can try this custom css code;
@media screen and (min-width:768px) { .intro h2 { font-size: 1.6em; } .rotate-words { min-height: 28px; } }you can play with this code, remember this; if you increase the
font-sizein the code you also need to increasemin-heightvalue accordingly.Hi, since the twitter api is updated that script doesn’t work anymore. You can use a plugin for latest tweets or just use twitter’s embedded timeline code;
Hi, please check out Documentation > Localization section.
Hi,
1-) try this custom css code;
.main-navigation ul li, .main-navigation ul li a { color: #091; } #search-submit { color: #091 !important; }2-) you can play with this custom css code to add shadow to portfolio masonry items;
.portfolio-items img { box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); }ahmetsali
Keymaster2 January 2015 at 18:52Posted in : Viewport Size Changes affecting Digg Digg BarHi, please create a new topic under Readme category and please include your link in your post. Thank you.
Hi, featured images width can be min 740px to max 1920px (if you are using blog alternate).
sure, try this custom css code;
footer.post-tags { text-align: left; }Hi, can you provide your url?
Hi, can you provide your url?
Hi, readme theme doesn’t have this file. You don’t have to worry about it.
Hi,
1-) try this custom css codes;
– to decrease post title font size;
@media screen and (min-width: 768px) { .with-sidebar h1 { font-size: 2.40em; } }– to decrease paragraph font size on posts;
@media screen and (min-width: 768px) { .post .entry-content > p { font-size: 17px; line-height: 1.6; } }2-) try this custom css code;
@media screen and (min-width: 1200px) { .content-area:not(.with-sidebar) .alignright, .content-area:not(.with-sidebar) .wp-caption.alignright { margin-left: 2em; margin-bottom: 0.4em; } .content-area:not(.with-sidebar) .alignleft, .content-area:not(.with-sidebar) .wp-caption.alignleft { margin-right: 2em; margin-bottom: 0.4em; } } .entry-content { padding-top: 1.2em; } ol, ul { line-height: 1.6; }3-) I see the issue, we will fix this in a future update. Thanks for the feedback.
4-) you can add icons to anywhere in your content like this;
<i class="pw-icon-mail"></i>
just replace the icon name (pw-icon-mail) with any other available icons to use other icons, here is the included icons in the theme;
http://themes.pixelwars.org/readme-wp/wp-content/themes/readme/css/fonts/fontello/demo.html
5-) sorry, they are not available.
Hi again, please create a new topic for your new question and please include your url in your post.
Hi, can you provide your url to see what’s wrong?
you are welcome.
Hi, update your code as;
blockquote:after { display: block; content: "\e819"; line-height: 1; font-size: 18px; position: absolute; right: 0; top: -12px; font-family: "fontello"; }Hi, you can add the same contact form using this shortcode;
[contact_form to="info@johndoe.com" subject="Contact form message from Readme Theme"]
Thank you for the feedback, we will inspect the code.
Hi Mela, we will fix this with in a future update. Thanks for the feedback and your support.
Hi, try this custom css code;
.p-overlay { z-index: 1000; }if it doesn’t work, please provide your url.