ahmetsali

Forum Replies Created

list of topics you have created till now.

  • ahmetsali
    Keymaster

    Hi, sorry this is not possible by default, portfolio items are aligned to left by default.

    ahmetsali
    Keymaster

    @neilfahey

    no problem, you write your link when your site is online.

    ahmetsali
    Keymaster

    Hi again, i can’t see the full width image code in your content.

    ahmetsali
    Keymaster
    Posted in : Read time & fluid box

    Hi, again you can disable fluidbox plugin, edit js/main.js and find line : 123, and comment that line;

    $('a[rel="lightbox"], .format-gallery .gallery a, .entry-content > p a, .wp-caption a, .r-gallery-single .media-box a').fluidbox();
    

    to

    //$('a[rel="lightbox"], .format-gallery .gallery a, .entry-content > p a, .wp-caption a, .r-gallery-single .media-box a').fluidbox();
    
    ahmetsali
    Keymaster

    No, i haven’t seen this issue before, some icons shows properly because they have been added later. when i check your site i still can’t see social icons background image on your server;

    http://www.harebraineddesign.com/wp-content/themes/responsy/img/background/social.png

    getting 404 not found error code, are you sure you have uploaded it manually to the correct folder?

    Or you can try downloading the theme again and uploading it again.

    ahmetsali
    Keymaster

    Hi, maybe this will work for you;

    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>
    

    2-) Paste the code below to the Custom CSS box;

    .full-width-image {
    	margin: 1em 0 1.6em;
    	}
    .full-width-image img {
    	position: absolute; left: 0; width: 100%;
    	}
    

    then add your full width image to the content like this;

    <div class="full-width-image">
      <img src="your-image-url.jpg"/>
    </div>
    
    ahmetsali
    Keymaster

    @neilfahey

    what is your url?

    ahmetsali
    Keymaster

    Hi, i see, i will try to fix these, and release and update when i come up with a solution. Thanks for the feedback.

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .page .entry-header {
        display: none;
    }
    
    ahmetsali
    Keymaster
    Posted in : ChangeTip plugin

    Hi, you should contact the plugin author about it.

    ahmetsali
    Keymaster
    Posted in : Read time & fluid box

    Hi, can you provide your url?

    ahmetsali
    Keymaster
    Posted in : Books & Gallery

    Hi, it is not possible by default.

    ahmetsali
    Keymaster
    Posted in : Disable image fade

    Hi, for the images in the blog masonry page? then you can use this custom css code;

    .blog-masonry .featured-image:hover img {
        opacity: 1;
    }
    
    ahmetsali
    Keymaster

    Hi,

    1-) It looks like this file is missing,

    http://www.harebraineddesign.com/wp-content/themes/responsy/img/background/social.png
    

    upload it to your server, you can grab it here

    http://themes.pixelwars.org/responsy-wp/wp-content/themes/responsy-v3.1/img/background/social.png

    2-) You have a miss-placed or non-closed link element in your latest projects section, just fix it and it will be fine;

    <a href="http://www.saucedmarket.com/#media">
    
    ahmetsali
    Keymaster
    Posted in : ios safari

    Hİ, can you provide your page url in which you see the problem.

    ahmetsali
    Keymaster

    Hi, the menu items are too tight, and no place for search in the menu bar, but you can try this custom css code;

    @media (max-width: 767px) {
        .main-navigation div.selector { display: none; }
        .main-navigation > ul { display: block; padding: 0; }
        .main-navigation > ul li { padding: 0; }
        .main-navigation ul li a { padding: 4px 16px; padding: 10px 5px ; font-size: 12px; }
        #header-search-link { display: none; }
    }
    
    ahmetsali
    Keymaster

    Hi, you can try this one;

    @media screen and (min-width: 768px) {
        .blog-posts.readable-content {
            max-width: 620px;
        }
        .blog-posts.readable-content .featured-image img {
            width: 130%;
            max-width: none;
            margin-left: -15%;
        }
    }
    

    note that : negative padding value doesn’t effect anything but negative margin does.

    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    @media screen and (min-width: 768px) {
    	#nav > li {
    			display: inline-block; position: relative; margin: 0 16px;
    			}
    	#nav > li:after {
    		display: list-item; content: ""; display: list-item; list-style: disc; position: absolute; top: 14px; right: -20px; width: 5px; list-style-position: inside;
    		}
    	#nav > li:last-child:after {
    		display: none;
    		}
    }
    
    ahmetsali
    Keymaster

    Hi again, these links doesn’t come from the theme code also. You can try;

    – install a fresh copy of the theme, add your content again step by step by checking the site after each step.

    ahmetsali
    Keymaster

    Hi again, 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 coding.

    ahmetsali
    Keymaster

    Hi isaumya,

    i really liked the first idea, looks efficient and easy to implement, we will use this from now on. Thanks for the feedback.

    ahmetsali
    Keymaster

    Hi,

    1-) wordpress default search includes the books in the search results, but if you only want to search books, you might need to find an appropriate plugin for that.

    2-) sorry, this is not possible by default.

    ahmetsali
    Keymaster

    you are welcome, thanks.

    ahmetsali
    Keymaster
    Posted in : PayPal Donate Button
    ahmetsali
    Keymaster

    you are welcome.

    ahmetsali
    Keymaster

    Hi again,

    – yes your custom css code is fine.

    – you can try this custom css code to change menu label’s color and font-weight,

    .main-navigation div.selector span {
        font-weight: 400;
        color: green;
    }
    
    ahmetsali
    Keymaster
    Posted in : PayPal Donate Button

    try this custom css code;

    .paypal-donations input[type="image"] {
        width: auto !important;
        padding: 0 !important;
        border: 0 !important;
    }
    
    ahmetsali
    Keymaster

    can you try this custom css code;

    .blog-masonry .hentry {
        margin-left: 0 !important;;
    }
    
    ahmetsali
    Keymaster

    Hi, this is super weird, try this;

    – go to Theme Options > Style > Font Styles and select Yes, click save. see if it changes anything.

    ahmetsali
    Keymaster
    Posted in : background blog

    just try this custom css code;

    .type-post {
        color: #555;
    }
    
    ahmetsali
    Keymaster

    Hi, slider for this theme is not available by default. If you are planning to use a slider plugin note that;

    since portfolio single pages are loaded via ajax, if you need any extra script functionality on portfolio single pages;

    – needs to initialize the script after each ajax call ended, / just before showing portfolio content.

    – you can disable ajax functionality for portfolio items, the script should work if you open portfolio single pages on a new tab.

    ahmetsali
    Keymaster

    Hi, you can use local fonts by uploading font-files to your server and use custom css box for using the font on your site. You can check the post below for more;

    http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/

    ahmetsali
    Keymaster

    Hi, you can use this custom js code;

    <script>
    jQuery(document).ready(function($) {  
       var menuWord = "CHANGE-THIS";
       setTimeout(function() { 
    $('select.menu option:first-child').text(menuWord); $('.main-navigation .selector > span').text(menuWord); }, 1000); 
    });
    </script>
    

    paste it to the External Js Box located in Theme Options > Style tab.

    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    .archive.category .page-header {
        display: none;
    }
    
    ahmetsali
    Keymaster
    Posted in : Moving Pages around

    Hi, glad to hear that you sorted it out.

    ahmetsali
    Keymaster

    Hi, this is weird, can you disable all your plugins and check it again.

    ahmetsali
    Keymaster
    Posted in : PayPal Donate Button

    Hi, can you provide your page url with the donate button.

    ahmetsali
    Keymaster

    Hi, i have just fixed this and will be available with the next update. Thanks for the feedback.

    ahmetsali
    Keymaster

    i wouldn’t worry about it if doesn’t happen in all sessions and if it is a chrome bug, just report it to google by clicking to “Report an issue” in Chrome > About page. They can fix it with an update. Google really pays attention on feedback.

    ahmetsali
    Keymaster
    Posted in : background blog

    Hi, can you provide your url?

    ahmetsali
    Keymaster

    Hi, can you provide your url so i can check what is wrong.

    ahmetsali
    Keymaster

    Hi again, can you check it again by disabling all of your plugins/custom widgets. I see some custom js codes when i check your source code.

    ahmetsali
    Keymaster

    Hi, theme doesn’t have any built in options for customizing reading time script, you can customize it by editing js file. We use this jquery plugin for reading time;

    https://github.com/michael-lynch/reading-time

    and it is called on js/main.js on line 142:

    $(this).readingTime({
    	...
    });
    
    ahmetsali
    Keymaster
    Posted in : SKILLS

    sorry, we don’t plan to add that feature.

    ahmetsali
    Keymaster

    Hi, what is your url?

    ahmetsali
    Keymaster

    Hi, i just checked your site and it is in regular layout, do you still need help?

    ahmetsali
    Keymaster
    Posted in : SKILLS

    thank you, wait for what?

    ahmetsali
    Keymaster
    Posted in : SKILLS

    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 coding.

    ahmetsali
    Keymaster
    Posted in : submit button

    i can see it is working on your site. Also don’t edit theme style.css file directly, paste the custom css code to Appearance > Theme Options > Style tab > Custom css box. This way you will update your theme with no pain.

    ahmetsali
    Keymaster

    try this custom css;

    .header p, .header h1 {
        display: none;
    }
    
Viewing 50 posts - 2,951 through 3,000 (of 4,785 total)