ahmetsali

Forum Replies Created

list of topics you have created till now.

  • ahmetsali
    Keymaster

    then wrap your links with a div

    <div class="my-social">
     
    </div>
    

    then use this custom css;

    .widget-area .my-social a:hover {
        border: 0;
        background: none;
    }
    
    ahmetsali
    Keymaster

    Hi,

    1-) try this custom css code;

    .main-navigation {
        border-bottom-width: 2px;
    }
    .main-navigation > ul > li > a {
        border-bottom-width: 2px;
        margin-bottom: -1px;
    }
    

    2-) paste this to External JS box in Theme Options > Style tab.

    <script>
    jQuery(document).ready(function($)
    {
       var nav = $( '#site-navigation' );
       $( '.site-header hgroup' ).before(nav);
    });
    </script>
    
    ahmetsali
    Keymaster

    can you try resizing your image logo file, it is 4000px width now which is too large, make it max 1000px width.

    ahmetsali
    Keymaster

    ok i see, 560×94 px would be fine, double the size if you want retina support.

    ahmetsali
    Keymaster

    you can try this custom css code to remove hover effect on sidebar links;

    .widget-area a:hover {
        border: 0;
        background: none;
    }
    
    ahmetsali
    Keymaster

    sure, update the code as;

    .single-portfolio .site-header, .page-template-page-portfolio-php .site-header {
        display: none;
    }
    
    ahmetsali
    Keymaster

    Hi,

    i just checked your site on chrome and yes i can’t see scollbar on portfolio page. But when i check our preview site i can see it, no problem.

    – have you modified any source file directly, or if you have custom css/js in theme options, remove them and check again.

    – disable any third party plugins in wp admin.

    – download the latest version and install a fresh copy and see if the problem exists.

    ahmetsali
    Keymaster

    Hi, you can use this custom css code;

    .entry-content a.more-link {
        text-transform: uppercase;
    }
    
    ahmetsali
    Keymaster

    Hi @

    – you need to edit columns sizes for portfolio page. Edit js/main.js (in theme folder) in a text editor and find line : 351, you will see column sizes;

    			var viewports = [ {
    					width : 1600,
    					columns : 6
    				}, {
    					width : 1200,
    					columns : 5
    				}, {
    					width : 900,
    					columns : 4
    				}, {
    					width : 500,
    					columns : 3
    				}, { 
    					width : 320,
    					columns : 2
    				}, { 
    					width : 0,
    					columns : 2
    				} ];
    

    increase columns per row value to decrease item’s width;

    			var viewports = [ {
    					width : 1600,
    					columns : 7
    				}, {
    					width : 1200,
    					columns : 6
    				}, {
    					width : 900,
    					columns : 4
    				}, {
    					width : 500,
    					columns : 3
    				}, { 
    					width : 320,
    					columns : 2
    				}, { 
    					width : 0,
    					columns : 2
    				} ];
    
    ahmetsali
    Keymaster
    Posted in : mobile theme

    Hi @bluewhisky23

    try this custom css code;

    .main-navigation div.selector:before {
        color: #333;
    }
    
    ahmetsali
    Keymaster

    this just works for portfolio single pages.

    ahmetsali
    Keymaster

    Hi, remove empty p tags and try this custom css code;

    .entry-content > .row-fluid > .span3 > p > .button {
        display: inline-block;
    }
    
    ahmetsali
    Keymaster

    Hi, you mean cover image? We have used 770×1090 px in the preview site.

    then try this custom css code;

    @media screen and (min-width: 1200px) { 
    	.portfolio-items .hentry img, .portfolio-items .media-box:hover img { -webkit-filter: none; }
    }
    

    *moved the topic to bookcard wp forum,

    ahmetsali
    Keymaster

    @goombanomics

    try this custom css code;

    .site-description {
        display: none;
    }
    h1.site-title a {
        border: 0;
    }
    h1.site-title {
        line-height: 1;
    }
    .site-header hgroup {
        padding-bottom: 0;
    }
    
    ahmetsali
    Keymaster

    please provide your url to see what’s wrong.

    ahmetsali
    Keymaster

    try this custom css code;

    .toggle h4, .button[class^="icon-"], .button[class*=" icon-"] {
        font-family: "Gudea", Georgia, serif;
    }
    
    ahmetsali
    Keymaster

    @rossmnz

    – try adding this custom css code;

    .social li a {
        font-family: 'JustVectorRegular' !important;
    }
    

    Hi, try adding this custom css code;

    .media-box:hover img {
    	-webkit-filter: none; filter: none;
    	}
    
    ahmetsali
    Keymaster
    Posted in : mobile theme

    sorry i made a syntax error, just updated the code in my previous post, please try the updated custom css code.

    ahmetsali
    Keymaster

    Hi, try adding this custom css code;

    .process:before {
        content: "";
    }
    
    ahmetsali
    Keymaster
    Posted in : Menu order of pages

    Hi,

    – order of the menu links and page markup should be same. So if you change the order of the menu links you need to also change the order of the page markups. Check documentation > HTML > Layout > Layout Markup to see more about page markups.

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .portfolio-single + .span9 + .span4 {
        float: left;
        padding-bottom: 20px;
    }
    .portfolio-single + .span9 + .span4 + .span5 {
        float: right;
        padding-bottom: 20px;
    }
    
    ahmetsali
    Keymaster
    Posted in : Portfolio URL link

    Hi, i guess you are asking how to hide portfolio single sidebar content which is constructed with shortcodes. You are free to remove it and have full width images/videos.

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .home .middle {
        padding-bottom: 0;
    }
    .home #comments {
        display: none;
    }
    .home .hentry {
        padding: 0;
    }
    
    ahmetsali
    Keymaster

    Hi,

    please provide your url to see what’s wrong.

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .widget-title {
        border-bottom: 2px solid #ddd;
        margin-bottom: 18px;
    }
    
    ahmetsali
    Keymaster

    Hi,

    please provide your url to see what’s wrong.

    ahmetsali
    Keymaster
    Posted in : mobile theme

    @julesei84

    try this custom css code;

    @media (max-width: 767px) { 
       .blog-posts .entry-meta { display: block; }
    }
    
    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .single-portfolio .site-header {
        display: none;
    }
    
    ahmetsali
    Keymaster

    Hi,

    1- you can change border colors via Live Customizer, update the theme if you don’t see them. To change the thickness try this custom css code;

    .main-navigation, .main-navigation > ul > li > a { 
        border-bottom-width: 2px;
        margin-bottom: -1px;
    }
    

    2-) try this custom css code;

    .main-navigation > ul > li > a:hover, .main-navigation > ul > li > a.selected {
        background: #345;
        color: #aff;
    }
    
    ahmetsali
    Keymaster

    Hi, here is a starting point for you, try this custom css code;

    @media screen and (min-width: 978px) {
        .site-header ul.social {
            position: absolute;
            top: 33%;
            right: 20%;
        }
        .site-header{
            position: relative;
        }
        .site-header hgroup h1 {
            padding-right: 200px;
        }
    }
    
    ahmetsali
    Keymaster

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

    ahmetsali
    Keymaster

    Hi @Kaneisha

    i just checked your markup and can’t see the custom css code;

    .readable-content { max-width: 580px; }
    

    make sure you add this to Custom CSS box.

    ahmetsali
    Keymaster

    Hi, the update is in progress, we plan to release it in 2-3 days.

    ahmetsali
    Keymaster
    Posted in : Align masonry

    yes, in the download package, in the theme folder you should see a folder named js. look for main.js file in it.

    ahmetsali
    Keymaster

    Hi, this is really weird.

    – are you sure you are logging in with the right account. The account that you bought the theme a year ago.

    – it is not possible the licence to expire, you should be able to download the theme.

    – if you have still problems contact to envato support again and start a ticket about your request. You should get an answer.

    http://support.envato.com/

    ahmetsali
    Keymaster

    you can add many lines to Custom Css box.

    ahmetsali
    Keymaster

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

    http://www.pdqwebsolutions.com/

    ahmetsali
    Keymaster

    Hi, paste the code below to the “External Stylesheet / Javascript” box under Theme Settings > Style;

    <script>
    $(function() {
       $('#filters li').first().remove();
       setTimeout(function() { $('#filters li').first().find('a').trigger('click')}, 1000);
    });
    </script>
    

    Also we plan to improve our support forums usability (better search results) in a near future. Thanks for the feedback.

    ahmetsali
    Keymaster
    Posted in : image

    Hi,

    sorry i really didn’t understand what you are asking. You want a custom animation on the cover page?

    ahmetsali
    Keymaster
    Posted in : Infinite scroll

    Hi, please check the post below, it should be working for Bloggy Wp too.

    http://www.pixelwars.org/forums/topic/read-wp-infinite-scroll

    ahmetsali
    Keymaster

    Hi,

    just use social icon shortcodes and use this custom css code;

    .social li a.facebook {
        /* color: #bbb !important; */
        border: 0 !important;
    }
    .social li a {
        border: 0 !important;
        font-size: 44px;
        color: #BBB !important;
    }
    .social li a.facebook:hover {
        background: none;
        color: #3C5FAC !important;
    }
    
    ahmetsali
    Keymaster
    Posted in : FONT.

    Hi,

    just use [about_text] shortcode on the title;

    [about_text]Where can you find me?[/about_text]
    
    ahmetsali
    Keymaster

    Hi, please check out “Updating Instruction text file” in theme folder.

    ahmetsali
    Keymaster

    Hi, you have too many white spaces on your logo image, at first crop your image logo to strip out unnecessary spaces.

    ahmetsali
    Keymaster

    try this one;

    .widget-title {
        text-align: center;
    }
    
    ahmetsali
    Keymaster
    Posted in : Date display

    Hi, try this custom css code;

    .post-date a {
        border: 0;
    }
    
    ahmetsali
    Keymaster

    Hi,

    – when i check your site markup, i see that all of your page markups are wrapped by pre element,

    – in wordpress content editor switch to “Text” tab and remove that wrapper pre element and it should be fine.

    ahmetsali
    Keymaster

    Hi, i am not sure this will suit you, but give it a try;

    – custom css;

    @media (min-width: 1200px) { 
    	#secondary .widget { padding-left:8em; }
    }
    @media (min-width: 1400px) { 
    	#secondary .widget { padding-left:8em; }
    }
    @media (min-width: 1600px) { 
    	#secondary .widget { padding-left:6em; }
    }
    
Viewing 50 posts - 3,751 through 3,800 (of 4,785 total)