ahmetsali

Forum Replies Created

list of topics you have created till now.

  • ahmetsali
    Keymaster

    Hi, you need to edit the position of the pages in the 3d layout by playing with x and y parameters.

    ahmetsali
    Keymaster

    This is not available by default, needs more further customizations, you may consider working with a professional, if you are not familiar to html coding.

    ahmetsali
    Keymaster

    1-) You can use this custom css code to change the ribbon color;

    .ribbon {
        background: #555;
    }
    .ribbon:before {
        border-color: #555;
        border-left-color: rgba(0, 0, 0, 0);
    }
    

    2-) Your cover image is too big in size. 2000×3000 and over 1mb. Resize it to 1000x1500px and convert to jpg to reduce the size.

    ahmetsali
    Keymaster
    Posted in : i can't download now.

    hmm this is weird, please contact to envato support and start a ticket about your problem.

    ahmetsali
    Keymaster

    I was talking about built in gallery slideshow internal. I see you are using a plugin for slideshow. You can check the plugin’s setting page for customizing that slideshow.

    ahmetsali
    Keymaster

    Hi, in portfolio filtering, a portfolio item can belong to more than one category(filter). Just add multiple classes to the portfolio items;

    <div class="design web hentry">
    

    You can also check Documentation > HTML > Portfolio for more information about portfolio filtering.

    ahmetsali
    Keymaster

    Currently portfolio items are sorted by date, from newest to older. How should it be in you opinion?

    ahmetsali
    Keymaster

    Hi, check your browser console and see if there is any js error.

    ahmetsali
    Keymaster
    Posted in : Dropdown Boxes Issues

    I can’t see your url now, can you provide your url to see what’s wrong?

    ahmetsali
    Keymaster
    Posted in : Editing Text

    Let’s make one thing clear; do you have Read HTML5 or Read Wp ?

    ahmetsali
    Keymaster

    Hi @acid45087

    i tested your site on various screen sizes, all good for me. On which screen resolution / browser you see the issue ?

    ahmetsali
    Keymaster

    Hi,

    i just tested on our demo site SlideShow Interval (on Single) field works fine as it should. Can you provide your url to see what’s wrong.

    ahmetsali
    Keymaster

    Hi, try this custom css;

    .category .post-archive .hentry {
        padding-top: 0;
    }
    
    ahmetsali
    Keymaster

    Hi,

    – Hash tag : in homepage we use one page layout and ajax functionality for portfolio items. So” #” in the url is required when you are on homepage.

    – Revolution slider : It is hard to detect the issue by looking at screenshots. Let us know when you go live.

    ahmetsali
    Keymaster

    Hi, they can be possible but they require 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.

    ahmetsali
    Keymaster

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

    Hi, i see the issue, we will fix it in the next update. Also you can add this custom css to fix it;

    @media (max-width: 767px) { 
       blockquote::before { font-size: 90px; }
    }
    

    Thanks for the feedback.

    ahmetsali
    Keymaster
    Posted in : Two Small Issues

    Thanks for sharing the solution.

    ahmetsali
    Keymaster

    no it shouldn’t be double sized in desktops, because it’s height is limited via css.

    ahmetsali
    Keymaster
    Posted in : Navigation Issues

    Hi,

    i see the issue. When i validated your markup i see some markup issues, unclosed elements etc.. That might be causing the issue. Try to correct that markup issues, mostly in your “Apply Online” page’s content. And see if the problem persists.

    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.freeboiler-southyorkshire.co.uk%2F%23%2Fhome&charset=%28detect+automatically%29&doctype=Inline&group=0

    ahmetsali
    Keymaster
    Posted in : i can't download now.

    Hi, i just tried to download Read WP, and it was successful. If you are still encountering problems about downloading the theme, envato is responsible of the download process on themeforest.You can contact to envato support and start a ticket about your problem.

    ahmetsali
    Keymaster

    Unfortunately, i am not available for any custom work, really busy with the new upcoming templates/themes. The price depends on to the developer, it might be 50$ to 250$ i guess.

    ahmetsali
    Keymaster

    i have no idea.

    ahmetsali
    Keymaster

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

    ahmetsali
    Keymaster
    Posted in : Ribbon Style

    Hi @aguimoye

    you can try this custom css;

    a.ribbon:after {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        bottom: 2px;
        left: -45px;
        width: 1px;
        border-left: 1px dashed #888;
    }
    .ribbon-stitches-top {
        border-top: 1px dashed #888;
        box-shadow: none;
        margin-left: -45px;
    }
    .ribbon-stitches-bottom {
        border-top: 1px dashed #888;  
        box-shadow: none;
        margin-left: -45px;
    }
    
    ahmetsali
    Keymaster

    I just chose image logo for our demo site and viewed on iphone5, and it looks proper. But your site doesn’t.

    – i also checked your site on android 4.2. it looks good to. i guess this issue is specific to retina devices. I still believe something third party (plugin, widget or something in the content) you have added to your site causes this. When i debug your site i see lots of code that added by plugins or widgets or embeeded media.

    – i recommend you to install a separate fresh copy of the theme and check image logo on iphone before installing anything third party or adding any content.

    ahmetsali
    Keymaster

    Hi, your portfolio page works proper actually. There will be no item under “Touch Drawing” until you load more items three times. I guess portfolio items are ordered by date,

    – try to change the “creation date” of portfolio items under “Touch Drawing” department, and see if it works for you.

    ahmetsali
    Keymaster

    Hi, i don’t have the galaxy s4 to test on, but i just checked our demo site on galaxy s3 and android 4.2.2 and the cover page is fine. Did you tested our demo site on s4 ?

    ahmetsali
    Keymaster
    Posted in : Two Small Issues

    Hi @ioannis66

    can you share the piece of code that works for you ?

    ahmetsali
    Keymaster
    Posted in : Few Questions

    Hi @kuebra

    you can use this custom css to give more space to your related post widget;

    ul.related_post {
        margin: 3em 0 2em 0 !important;
    }
    

    – and about your question #3 : which links / links on where ?

    ahmetsali
    Keymaster

    Hi, when you make it double size it shouldn’t be blurry on mobile, You can edit this custom css code to change the size of image logo for mobile devices;

    @media (max-width: 767px) {
       h1.site-title img {
          max-height: 160px;
       }
    }
    
    ahmetsali
    Keymaster

    this is really weird,

    – deactivate all plugins and try again,

    – you can also add this custom css code to minimize the space between image logo and navigation.

    h1.site-title {
        line-height: 0;
    }
    
    ahmetsali
    Keymaster

    Hi, i tried to check your site to see what’s wrong but it says “Maintenance Mode”.

    http://jordanmacauley.com/

    let me know when you make it public.

    i just checked our demo site on IE10/Win7, blockquotes looks normal on my side.

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .entry-meta a:hover, .site-content h1 a:hover, .nav-single a:hover, .comment-meta a:hover, .comment-reply-link:hover, .navigation a:hover, .post-pagination a:hover, .related-posts a:hover, .archives a:hover, .entry-content a.more-link:hover, .launch-wrap a:hover 
    { color: #003399; background-color: transparent; }
    .entry-meta a:active, .nav-single a:active, .comment-meta a:active, .comment-reply-link:active, .navigation a:active, .post-pagination a:active, .related-posts a:active, .archives a:active, .entry-content a.more-link:active, .launch-wrap a:active 
    { color: #003399 background-color: transparent; }
    
    ahmetsali
    Keymaster

    Hi, try this custom css code;

    #contact-form {
        background: url(http://themes.pixelwars.org/bookcard-wp/wp-content/themes/bookcard/images/bckg/letter-lines.png) left bottom repeat-x;  
        background-size: 45px 5px;
        padding-bottom: 26px;
    }
    

    update the background image url to refer your url.

    ahmetsali
    Keymaster

    you can build on this custom css;

    blockquote {
        font-family: Georgia,serif;
        font-style: italic;
    }
    
    blockquote cite {
        color: #666699;
    }
    blockquote:after {
        display: block;  
        content: "\201D";  line-height: 1;  font-size: 6em;  font-family: Georgia, "Times New Roman", Times, serif;  position: absolute;  
        right: 0;  
        bottom: -0.4em;  color: #DDD;
    }
    blockquote:after, blockquote:before {
        color: #666699;
    }
    
    ahmetsali
    Keymaster

    Hi, i clicked your url, it says 404.

    ahmetsali
    Keymaster

    Hi, try this custom css code;

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

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

    ahmetsali
    Keymaster

    Hi, this theme doesn’t use a classic layout, instead a different css 3d layout. So it may not be compatible with some plugins.

    ahmetsali
    Keymaster
    ahmetsali
    Keymaster

    Hi, sorry this is how css background size: cover property works. I can’t think a better solution.

    ahmetsali
    Keymaster

    Hi, you can check the js/main.js in theme directory, and find line : 514, you will see fancybox iframe width and height parameters;

    // ------------------------------
    // LIGHTBOX
    function setupLigtbox() {
    	if($("a[rel^='fancybox']").length) {
    		$("a[rel^='fancybox']").fancybox({
    			padding : 0,
    			margin : jQuery.browser.mobile ? 0 : 44,
    			width : 640,
    			height : 360,
    
    ahmetsali
    Keymaster

    can you provide the page url in which you have the blockquote you want to style ?

    ahmetsali
    Keymaster

    try adding this;

    .single .entry-meta {
        margin-top: 0;
    }
    
    ahmetsali
    Keymaster
    Posted in : Editing Text

    Hi, you can do this in two steps;

    – add a new class to homepage’s html tag. in index.html;

    <html class="home">;
    

    – then use a custom css code for only homepage like this;

    .home .site-intro { font-size: 1.9em; }
    
    ahmetsali
    Keymaster
    Posted in : Dropdown Boxes Issues

    Hi, i just checked your site.

    – in image-1 : i don’t see the issue anymore, it looks good.
    – in image-2 : i couldn’t find that page on your site, also i didn’t realize what is wrong with that page by looking at the image.

    Hi, did you tested on IE10 on windows mobile ?

    ahmetsali
    Keymaster
    Posted in : lightbox Audio

    Hi, you need to copy the src attribute in the embed code.

    – Click “Share” on an item on soundcloud
    – Navigate to “Embed” tab
    – Copy the value of the “src” attiribute in the “Embed Code” field.
    – Paste it to the url attribute in the shortcode;

    [pf_lightbox_audio title="Soundcloud embed" url="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/62549783&color=ff6600&auto_play=false&show_artwork=true"]
    
    ahmetsali
    Keymaster
    Posted in : ReCaptura Looks funny

    Hi, i see the same style on your site as i see on recaptcha’s own site;

    http://www.google.com/recaptcha/learnmore

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