ahmetsali

Forum Replies Created

list of topics you have created till now.

  • ahmetsali
    Keymaster

    Hi,

    try this custom css code;

    .cover h1, cover h2, .cover h3 {
        text-shadow: none;
    }
    .cover h3 span {
        color: #096;
    }
    

    2-) try this custom css code;

    .rm-container {
        width: 33%;
        max-width: none;
    }
    
    ahmetsali
    Keymaster
    Posted in : Spaces and Aligning

    Hi,

    1- try this custom css code;

    .blog-posts .entry-meta {
        display: none;
    }
    

    2-) try this custom css code;

    #secondary.widget-area {
        padding-top: 2.0em;
    }
    
    ahmetsali
    Keymaster
    Posted in : Text Logo Size

    @labnoon

    you have a syntax error on your custom css codes;

    body {background-color:#F4F2EC;}
    
    }
    

    duplicate close bracket at that point it breaks the code after that. Remove that extra closing bracket then it should be fine.

    ahmetsali
    Keymaster

    Hi, i just checked your site both on Chrome 33 and Opera 19 on win7. It looks fine, menu fonts are displayed correctly. What is your browser and os version.

    Hi,

    1-)just remove the slider markup starting with;

    <div id="te-wrapper" class="te-wrapper">
    

    and put your static image instead;

    <img src="images/site/profile-2.jpg" alt="profile picture">
    

    2 -) Please check Documentation > Customization > Page Data Attributes.

    ahmetsali
    Keymaster

    Hi, please provide your url to see what’s wrong.

    ahmetsali
    Keymaster

    Hi, yes it is possible with css media queries, try this custom css;

    @media (max-width: 767px) { 
        #secondary #recent-posts-2,
        #secondary #recent-comments-2,
        #secondary #categories-2,
        #secondary #archives-2{ display: none; }
    }
    

    i see, try this one;

    .main-navigation.fixed {
        box-shadow: none; border-color: #eee;
    }
    .main-navigation.fixed + .header-search { top: 47px; }
    
    ahmetsali
    Keymaster

    – firstly add this custom css code;

    #post-361 .portfolio-nav.bottom,
    #post-361 #comments {
        display: none;
    }
    

    – to change the iframe lihtbox winow size, edit js/main.js in a text editor and find line: 364 and edit width and height parameters.

    		if($("a[rel^='fancybox']").length) {
    			$("a[rel^='fancybox']").fancybox({
    				centerOnScroll : true,
    				padding : 0,
    				margin : 44,
    				width : 640,
    				height : 360,
    

    Note that this will also effect the size of your lightbox videos.

    ahmetsali
    Keymaster

    Hi, sorry this is not possible by default.

    ahmetsali
    Keymaster
    Posted in : Update theme

    Hi, just download the latest version and install it as a new theme, your theme options should be kept.

    ahmetsali
    Keymaster

    Hi, i guess there is a style override by a plugin. Try this custom css code and see if it works for you;

    .accordion-heading .icon-chevron-right:before {
        content: "" !important;
    }
    

    Hi, try this custom css code;

    .widget-area a:hover {
        border-bottom: 0;
    }
    

    Hi, it is a flat shadow, if you want to remove it you can try this custom css code;

    .main-navigation.fixed, .main-navigation.fixed + .header-search {
        box-shadow: none;
    }
    
    ahmetsali
    Keymaster

    Are you sure you added the custom css code to end of the main.css and uploaded to your ftp?
    I just checked your main.css file and can’t see the custom css code.

    ahmetsali
    Keymaster
    Posted in : Text Logo Size

    @labnoon

    provide your url and let’s see what’s wrong.

    ahmetsali
    Keymaster

    this is weird i just tested on same config, it is fine on my side. Try hitting “Ctrl + F5” for a hard refresh.

    ahmetsali
    Keymaster
    Posted in : js and chrome problem

    @banicholls

    you can see it in the theme folder/js/main.js

    ahmetsali
    Keymaster

    please provide your url to check what’s wrong.

    ahmetsali
    Keymaster
    Posted in : Text Logo Size

    @labnoon

    try this custom css to change the site title font size;

    h1.site-title {
        font-size: 4em;
    }
    
    ahmetsali
    Keymaster

    Hi, this is not possible by default. If you want to hide comment count on blog page, you can use this custom css code;

    .blog-posts .comments-link {
        display: none;
    }
    
    ahmetsali
    Keymaster

    Hi, it looks like area is not being displayed by browser default. Try this;

    area{
    cursor: pointer !important; display: block;
    }
    
    ahmetsali
    Keymaster

    yes you can create your custom page, good luck.

    ahmetsali
    Keymaster

    ok, try this link;

    <a rel="fancybox-link-99" href="http://fskogsrud.com/?portfolio=252 " class="iframe" >Leo</a>
    
    ahmetsali
    Keymaster

    try putting this ajax link and see if it works for you;

    <a href="http://fskogsrud.com/?portfolio=252" class="ajax">Leo</a>
    
    ahmetsali
    Keymaster

    where exactly do you want to put a link on your resume page. And you want that link to open a portfolio single page via ajax, right ?

    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    .page-header h1 b {
        font-weight: 400;
    }
    
    ahmetsali
    Keymaster

    Hi, it is not possible by default, the current structure only allows to 4 service items.

    ahmetsali
    Keymaster

    you can use inline lightbox shortcode in resume page.

    ahmetsali
    Keymaster

    Hi, i will make some tests on this issue and try to realize what causes the problem. I will let you know when i come up with a solution. Thanks for the feedback.

    ahmetsali
    Keymaster
    Posted in : Image Logo Details

    Hi,

    1-) please check the post below;

    http://www.pixelwars.org/forums/topic/using-different-header-logos-for-mobiles/

    2-) try this custom css code;

    .site-header.wrapper > .row {
        width: 100%;
    }
    

    3-) image logo is limited to 200px height but you can change this with custom css code;

    h1.site-title img { max-height:200px; }
    

    4-) try this custom css code;

    .site-header {
        padding-top: 0;
    }
    .site-header hgroup {
        padding-top: 0;
    }
    h1.site-title a {
        border: none;
    }
    
    ahmetsali
    Keymaster
    Posted in : Font size

    Hi, font size of which element(s), heading? post titles ? or paragraphs ?

    ahmetsali
    Keymaster

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

    ahmetsali
    Keymaster
    Posted in : Editing Text

    @Luxrep

    10pt is really small for post titles, but here is the custom css for this;

    h1.entry-title {
        font-size: 10pt;
    }
    
    ahmetsali
    Keymaster

    Hi,

    – we are using a customized version of bootstrap, so it might not be comfortable to move Bootstrap 2 to 3.

    – html version is a different product than wp version, and wp version doesn’t include html files.

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .portfolio-items .hentry img { -webkit-filter: grayscale(0%); }
    
    ahmetsali
    Keymaster
    Posted in : Sidebar adjustments

    also for your icons in the sidebar you can try this custom css code;

    .jetpack-image-container a:hover {
        background: none;
        border: none;
    }
    .widget_image {
        float: left;
    }
    .widget_archive {
        clear: left;
    }
    .widget_image + .widget_image {
        padding-left: 16px !important;
    }
    
    ahmetsali
    Keymaster
    Posted in : Center Featured Image

    Hi, please provide your url to see what’s wrong.

    ahmetsali
    Keymaster
    Posted in : Meta problem

    Hi, can you provide your url?

    ahmetsali
    Keymaster

    try this custom css code;

    .site-header.wrapper > .row {
        width: 100%;
    }
    .main-navigation ul li {
        padding: 10px 0;
    }
    .main-navigation ul ul {
        top: 42px;
    }
    
    ahmetsali
    Keymaster

    Hi, i just checked your site on chrome33 on win7, it looks fine. What is your browser and os version?

    ahmetsali
    Keymaster

    Hi, thanks for sharing your solution.

    ahmetsali
    Keymaster

    Hi, which link, a link on your content? Then switch to Text tab of your content editor then put your link code like this;

    <a style="color: red" href="your-target-url-here">link content</a>
    
    ahmetsali
    Keymaster

    Hi,

    edit js/main.js and find line : 383 , you will see the width and height attributes;

    		if($("a[rel^='fancybox']").length) {
    			$("a[rel^='fancybox']").fancybox({
    				centerOnScroll : true,
    				padding : 0,
    				margin : 44,
    				width : 640,
    				height : 360,
    

    you can edit these values.

    ahmetsali
    Keymaster
    Posted in : Video not responsive

    Hi, try putting your video between inline_video shortcode

    [inline_video]Put your iframe code here.[/inline_video]
    
    ahmetsali
    Keymaster

    Hi, this needs customization more than a few lines of code, but here is a starting point for you.

    This css code makes menu static (works only if you have 3 menu items);

    .vs-nav {
     	position: relative; display: block; margin: .9em auto 0 auto; padding: 0; list-style: none;
    	}
    .vs-triplelayout .vs-nav {
     	width: auto; max-width: none; height: 60px;
    	}
    .vs-nav li {
     	display: inline-block; margin: 10px; text-align: center; text-decoration: none;
    	}
    .vs-nav li a { font-size: 1.2em; letter-spacing: 0; }
    .vs-triplelayout .vs-nav li {
     	position: static; visibility: visible; width: auto;
    	}
    .container.vs-move-left .vs-nav-left,
    .container.vs-move-left .vs-nav-left-outer,
    .container.vs-move-left .vs-nav-current,
    .container.vs-move-left .vs-nav-right,
    .container.vs-move-left .vs-nav-right-outer,
    .container.vs-move-right .vs-nav-left,
    .container.vs-move-right .vs-nav-left-outer,
    .container.vs-move-right .vs-nav-current,
    .container.vs-move-right .vs-nav-right,
    .container.vs-move-right .vs-nav-right-outer {
     	-webkit-transition:  none; transition:  none; -webkit-transform:  none; transform: none; opacity: 1;
    	}
    
    ahmetsali
    Keymaster

    sorry, we are currently busy with new themes.

    ahmetsali
    Keymaster

    Hi, this is not easy to do with a few lines of code. If you are not familiar with coding you may consider working with a professional for further customizations.

    ahmetsali
    Keymaster

    Hi,

    1-) please check the post below;

    http://www.pixelwars.org/forums/topic/animation-speed/#post-11362

    2-) this is not easy to do with a few lines.

    ahmetsali
    Keymaster

    Hi, it can be possible but it requires more hard work, we can only provide customizations of some lines of code. You can hire someone experienced to do the job for you, if you are not familiar to wordpress-html coding.

Viewing 50 posts - 3,651 through 3,700 (of 4,785 total)