ahmetsali

Forum Replies Created

list of topics you have created till now.

  • ahmetsali
    Keymaster

    @tlautrup

    does it occur with rtl code applied? if yes, sorry we can’t guarantee rtl support.

    ahmetsali
    Keymaster

    Hi, i can’t view your url : “This webpage is not available”.

    ahmetsali
    Keymaster
    Posted in : Portfolio size

    Hi,

    for portfolio posts : 400px width
    for blog posts : 800px width featured images should be fine.

    ahmetsali
    Keymaster

    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.

    http://validator.w3.org/check?uri=http%3A%2F%2Fandreasdettlaff.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

    ahmetsali
    Keymaster

    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;
    }
    
    ahmetsali
    Keymaster

    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 item

    ahmetsali
    Keymaster
    Posted in : Border size issues

    Hi, can you provide your url to check what’s wrong.

    ahmetsali
    Keymaster
    Posted in : permalink icon

    Hi, can you provide your url or a screenshot?

    ahmetsali
    Keymaster

    can you provide your url?

    ahmetsali
    Keymaster

    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.js line : 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: ""
    				});
    			
    		});
    	
    	});
    }
    //**********************************
    
    ahmetsali
    Keymaster
    Posted in : older post

    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;
    }
    
    ahmetsali
    Keymaster

    @JoshuaBatty

    i can’t view your url : “account suspended”


    @neilfahey

    you can send it to ahmetsali at gmail.com

    ahmetsali
    Keymaster

    @JoshuaBatty

    can you provide your url?

    ahmetsali
    Keymaster

    Hi, it is not available by default, you can only create a link that goes to portfolio.

    ahmetsali
    Keymaster

    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;

    http://www.pixelwars.org/forums/topic/social-icon/

    ahmetsali
    Keymaster

    Hi, we will fix this in the next update. Thanks for the feedback.

    ahmetsali
    Keymaster

    Hi, please update your theme to the latest version and check it again.

    ahmetsali
    Keymaster

    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;
    }
    
    ahmetsali
    Keymaster

    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.

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .vs-sidenav {
        display: none;
    }
    .vs-triplelayout .wrapper > section:not(.vs-current) {
        opacity: 0;
    }
    
    ahmetsali
    Keymaster

    @SusanneBoer

    Hi again, when i check your source code i see that your service shortcodes are wrapped by a pre element, remove that redundant element from content editor and it should be fine.

    ahmetsali
    Keymaster

    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.

    ahmetsali
    Keymaster

    Hi, i am not sure if this will work for you but you can try this custom css code;

    .rotate-words { text-align: center; }
    
    ahmetsali
    Keymaster

    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.

    ahmetsali
    Keymaster

    Hi, i can’t view your url, just a coming soon page.

    ahmetsali
    Keymaster

    you are welcome, i am glad it helped.

    ahmetsali
    Keymaster

    also, add this custom css code;

    #portfolio .section-title .icon-leaf:before {
        content: "\f0b1"; font-family: "FontAwesome";
    }
    
    ahmetsali
    Keymaster
    Posted in : Less Files

    Hi, i haven’t used less for css, just plain css coding.

    ahmetsali
    Keymaster

    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

    http://fortawesome.github.io/Font-Awesome/icons/

    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    .site-header {
        background: #fafafa; padding-bottom: 0; margin-bottom: 3em;
    }
    
    ahmetsali
    Keymaster
    ahmetsali
    Keymaster

    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-size in the code you also need to increase min-height value accordingly.

    ahmetsali
    Keymaster
    Posted in : Twitter Feed?

    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;

    https://blog.twitter.com/2012/embedded-timelines-howto

    ahmetsali
    Keymaster
    Posted in : Contact form labels

    Hi, please check out Documentation > Localization section.

    ahmetsali
    Keymaster

    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
    Keymaster

    @Janec700

    Hi, please create a new topic under Readme category and please include your link in your post. Thank you.

    ahmetsali
    Keymaster

    Hi, featured images width can be min 740px to max 1920px (if you are using blog alternate).

    ahmetsali
    Keymaster

    sure, try this custom css code;

    footer.post-tags {
        text-align: left;
    }
    
    ahmetsali
    Keymaster
    Posted in : Phone number

    Hi, can you provide your url?

    ahmetsali
    Keymaster

    @SusanneBoer

    Hi, can you provide your url?

    ahmetsali
    Keymaster

    @Janec700

    Hi, readme theme doesn’t have this file. You don’t have to worry about it.

    ahmetsali
    Keymaster

    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.

    ahmetsali
    Keymaster
    Posted in : Closing quote

    Hi again, please create a new topic for your new question and please include your url in your post.

    ahmetsali
    Keymaster

    @Janec700

    Hi, can you provide your url to see what’s wrong?

    ahmetsali
    Keymaster
    Posted in : Closing quote

    you are welcome.

    ahmetsali
    Keymaster
    Posted in : Closing quote

    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";
    }
    
    ahmetsali
    Keymaster
    Posted in : Contact Form

    Hi, you can add the same contact form using this shortcode;

    [contact_form to="info@johndoe.com" subject="Contact form message from Readme Theme"]
    
    ahmetsali
    Keymaster

    @broheim

    Thank you for the feedback, we will inspect the code.

    ahmetsali
    Keymaster
    Posted in : "Chat log" post type

    Hi Mela, we will fix this with in a future update. Thanks for the feedback and your support.

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .p-overlay { z-index: 1000; }
    

    if it doesn’t work, please provide your url.

Viewing 50 posts - 2,851 through 2,900 (of 4,785 total)