ahmetsali

Forum Replies Created

list of topics you have created till now.

  • ahmetsali
    Keymaster
    Posted in : custom background

    Hi, you can do it with a custom css code;

    body { background-image:url(your-image-url.png); }
    
    ahmetsali
    Keymaster

    sure, i will let you know when i came up with a solution for this.

    ahmetsali
    Keymaster

    Hi, sure, try this custom css code;

    .wp-caption p.wp-caption-text {
        letter-spacing: 1px;
    }
    
    ahmetsali
    Keymaster
    Posted in : Book Categories

    Hi, sorry this is not available by default.

    ahmetsali
    Keymaster

    Hi, yes they are ordered by date (newest posts appear first). You can change creation dates of book/portfolio posts to re-order them.

    ahmetsali
    Keymaster

    Hi, here is the content for that page;

    Read is a responsive WordPress theme focused on readability with a minimalist design. You will enjoy blogging using our Read theme. It is clean, minimalist, content-focused and responsive. It looks great on every device. Your readers will enjoy reading your blog.
    
    [portflio_field]
    
    [row]
    
    [column width="2"]
    
    [section_title text="Client"]
    
    Maybe You :)
    
    [/column]
    
    [column width="6"]
    
    [section_title text="Tech"]
    
    [tag_wrap][tag text="HTML 5"][tag text="CSS 3"][tag text="jQuery"][tag text="Responsive Design"][/tag_wrap]
    
    [/column]
    
    [column width="4"]
    
    [section_title text="Launch Project"]
    
    [button text="Launch Project" url="#"]
    
    [/column]
    
    [/row]
    
    [/portflio_field]
    
    <a href="http://themes.pixelwars.org/readme-wp/wp-content/uploads/2014/08/single-01e.jpg"><img class="alignnone size-full wp-image-847" src="http://themes.pixelwars.org/readme-wp/wp-content/uploads/2014/08/single-01e.jpg" alt="single-01e" width="1600" height="1067" /></a>
    
    <a href="http://themes.pixelwars.org/readme-wp/wp-content/uploads/2014/08/single-02e.jpg"><img class="alignnone size-full wp-image-848" src="http://themes.pixelwars.org/readme-wp/wp-content/uploads/2014/08/single-02e.jpg" alt="single-02e" width="1600" height="1067" /></a>
    
    <a href="http://themes.pixelwars.org/readme-wp/wp-content/uploads/2014/08/single-03e.jpg"><img class="alignnone size-full wp-image-849" src="http://themes.pixelwars.org/readme-wp/wp-content/uploads/2014/08/single-03e.jpg" alt="single-03e" width="1600" height="1067" /></a>
    
    [media_wrap]<iframe src="http://player.vimeo.com/video/93094247?title=0&amp;byline=0&amp;portrait=0&amp;color=009966" width="500" height="281" frameborder="0" allowfullscreen="allowfullscreen"></iframe>[/media_wrap]
    
    ahmetsali
    Keymaster
    Posted in : Thanks

    Hi broheim,

    You are welcome. I am glad you are happy with our theme. I also agree with your last quote.

    ahmetsali
    Keymaster

    Hi again, i have no idea why it is happening right now, you can change the slugs until i get a solution for this.

    ahmetsali
    Keymaster

    try this custom css code;

    .hentry.type-portfolio .entry-content > ol,
    .hentry.type-portfolio .entry-content > ul {
        width: 90%; max-width: 740px; margin-left: auto; margin-right: auto; padding-left: 22px;
        }
    
    ahmetsali
    Keymaster
    Posted in : Menu Problem

    Hi again, your menu is well structured but you need to also add the pages as widgets to homepage. Please check the post below for more;

    http://www.pixelwars.org/forums/topic/menu-not-working-2/#post-16646

    ahmetsali
    Keymaster
    Posted in : Menu Problem

    Hi, can you provide your url?

    ahmetsali
    Keymaster

    sure, it will be included in the next update.

    ahmetsali
    Keymaster

    Hi, this is super weird, does changing only page slugs of those two pages solve it?

    ahmetsali
    Keymaster

    Hi, please check out the post below;

    http://www.pixelwars.org/forums/topic/icons-4/

    ahmetsali
    Keymaster
    Posted in : Rotate Words Issue

    Hi, this is really weird, did you change anu js file like modernizr.custom.js?

    – try deactivating all of your plugins and check again.

    – if it still doesn’t work, i suggest you to start with a fresh installation of the theme.

    ahmetsali
    Keymaster

    @vagabs

    i just checked your site and it is says “Maintenance Mode”, let me know when it is live.

    ahmetsali
    Keymaster

    Hi, remove the column shortcode from your page content and use only paragraphs.

    ahmetsali
    Keymaster

    we haven’t tested that plugin, isn’t it working?

    ahmetsali
    Keymaster

    Hi, we will remove that line, thanks for the feedback.

    ahmetsali
    Keymaster
    Posted in : Archivees page

    Hi, just create a new page, and select Template : Archives in Page Attributes box, on the right side of the content editor.

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .testo h4 span {
        display: block;
    }
    
    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .single-post .site-main {
        padding-bottom: 0em; margin-bottom: -27px;
    }
    

    Good font choices btw.

    ahmetsali
    Keymaster

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

    ahmetsali
    Keymaster

    Hi, in order to use turkish characters, you need to select a font that has “Latin Extended” charsets. Default heading font “Coustard” doesn’t have Latin Ext. charsets but body font “Lora” has. You can inspect fonts if they support Latin Extended on Google Fonts.

    After you have chosen proper fonts, you need to navigate to Theme Options > Style > Character Sets and check “Latin Extended” box.

    ahmetsali
    Keymaster

    Hi, yes we hided post tags with css to give a cleaner look, It is ok you to show them with custom css.

    ahmetsali
    Keymaster
    Posted in : Theme customization

    Hi, about your question #2 : can you provide your url?

    ahmetsali
    Keymaster
    Posted in : Quotation style

    Hi, i am not sure i fully understand what you mean. But you can use this custom css to change blockquote font size;

    @media screen and (min-width: 1200px) { 
           blockquote {
    	    font-size: 2em;
    	}
    }
    
    ahmetsali
    Keymaster

    i can’t give you an exact time right now, but 1 month maybe.

    ahmetsali
    Keymaster
    Posted in : custom css

    Hi, try this custom css code;

    a#header-search-link {
        background: #fff; color: #555;
    }
    #header-search-link:hover, #header-search-link.active {
        color: #333; background: #fff;
    }
    nav#site-navigation {
        background: #fff; border-bottom: 1px solid #eee;
    }
    .main-navigation ul li, .main-navigation ul li a {
        color: #555;
    }
    .main-navigation > ul > li > a:hover, .main-navigation > ul > li > a.selected {
        color: #333; background: #fff;
    }
    .main-navigation > ul > li > a {
        border: 0 !important;
    }
    .main-navigation div.selector:before {
        color: #333;
    }
    
    ahmetsali
    Keymaster

    Hi, i see, i will look into this when i am available, currently i am very busy with ongoing projects.

    ahmetsali
    Keymaster

    sadly, i don’t think it would work so quickly. Also we can’t accept custom work, sorry.

    ahmetsali
    Keymaster
    Posted in : Capitalize post title

    Hi, try this custom css code;

    .entry-title {
        text-transform: none;
    }
    .entry-title:first-letter {
        text-transform: uppercase;
    }
    
    ahmetsali
    Keymaster
    Posted in : Problem in Portfolio

    Hi, i just checked your url, reloaded several times in different resolutions, it looks all fine on my side.

    ahmetsali
    Keymaster

    Hi again, i see, maybe it will not add more complexity to the theme but it will take more time from us to add that feature. Try adding this feature by yourself might be exhausting because it will not only require editing php files but also needs to edit javascript functions (about url parsing) to work properly.

    ahmetsali
    Keymaster

    Hi, i can’t say what is wrong with screenshots. If you can provide your url i can check your source code to see what’s wrong.

    ahmetsali
    Keymaster

    Hi, sorry but this feature is not available by default and we don’t plan to add it because this is just a vcard theme and we want to keep things simple. Thank you.

    ahmetsali
    Keymaster

    Hi, ajax portfolio details is a theme default setting. You don’t need to do anything to turn it off. If you are experiencing problems about using portfolio, you can share your url.

    ahmetsali
    Keymaster

    i just checked your url in firefox, looks fine as in chrome on my side.

    ahmetsali
    Keymaster

    this is weird, your custom js code is encoded on your source code, so it doesn’t work. Try coping and pasting the js code from here;

    http://codepen.io/anon/pen/QwEMEO

    ahmetsali
    Keymaster

    Hi again, update the External Js code as;

    1-) Paste the code below to the External Js Box in Theme Options > Style tab.

    <script>
    jQuery(document).ready(function($) {  
    $('.full-width-image').each(function(index, element) {
      $(element).css("min-height", $(element).find('img').height());
      $( window ).resize(function() {
        $(element).css("min-height", $(element).find('img').height());
      });
    });
    });
    </script>
    

    Also when i check your markup i see you have put another image in full-width-image div but have not removed the dummy image in my code, include only one image in this div.

    ahmetsali
    Keymaster
    Posted in : Emoji Support

    @isaumya

    sure, we will look into them.

    ahmetsali
    Keymaster

    Hi,

    1-) You can set the x-y-z coordinates when adding a page to your homepage. If you want a horizontal sliding layout, you should only apply the X-Axis value to your pages. (in Appearance > Widgets > Custom Pages Widget area > Page Properties).

    2-) You can rearrange your portfolio posts by changing the post creation date, they are ordered by date.

    please create a new post about the problems in your second topic.

    ahmetsali
    Keymaster

    @anikber

    Hi, you can try this custom css code;

    .site-description {
        font-size: 15px;
    }
    
    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    .post-thumbnail + div .entry-content {
        padding-top: 2em;
    }
    
    ahmetsali
    Keymaster

    Hi, sorry but it is not possible by default, you can only show one text in the lightbox and that is title.

    ahmetsali
    Keymaster
    Posted in : Emoji Support

    @isaumya

    thanks for the answer.

    ahmetsali
    Keymaster

    Hi, you can use this custom css code;

     #fancybox-overlay {
        background-color: #096 !important;
    }
    

    – please create another topic per your question.

    ahmetsali
    Keymaster

    Hi, i just checked your site, and can’t see lines on cover page, what is your test platform and can you provide a screenshot about the problem.

    Also i guess you have managed to portfolio to sections.

    ahmetsali
    Keymaster

    Hİ, i can’t see the social icons anywhere in your site.

    ahmetsali
    Keymaster
    Posted in : Read time & fluid box

    @broheim

    i see the issue about read-time script add more weight to page size, i wll try to fix this. Thanks for the feedback.

Viewing 50 posts - 2,901 through 2,950 (of 4,785 total)