ahmetsali

Forum Replies Created

list of topics you have created till now.

  • ahmetsali
    Keymaster
    Posted in : rtl Adjustment

    Hi, this not easy to do with a few lines of code, you can work with a pro if you are not familiar to css3 coding.

    ahmetsali
    Keymaster
    Posted in : PORTFOLIO AS 1-COLUMN

    You can add x2 class to portfolio items to show them one item per a row for most of the screens.

    ahmetsali
    Keymaster

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

    ahmetsali
    Keymaster

    The problem about “open button” only occurs on firefox when resizing browser window, it looks good on first load. I think it is a browser-related bug.

    ahmetsali
    Keymaster

    Hi, update the code as;

    .social li a.tumblr:before { content: '\\'; }
    

    We will include this fix in the next update, thanks for the feedback.

    Hi, actually we haven’t coded it to be 2-click on touch screens, iOS makes css hover event requires 2 clicks. It works with one-click on android devices. But if you didn’t like two-click on iOS, you can use the custom css code below for a solution;

    .touch .media-box .mask { opacity:1; background: none; }
    .touch .media-box:hover .mask .portfolio-info { display: none; }
    

    This will make it work with one click on iOS, but users won’t be able to see portfolio title.

    ahmetsali
    Keymaster
    Posted in : Featured Images

    ok, we will keep this in mind for the next update, thanks for the feedback.

    ahmetsali
    Keymaster
    ahmetsali
    Keymaster
    Posted in : Featured Images

    Hi, do you want blog featured images to be resized automatically?

    ahmetsali
    Keymaster

    Hi, they are just standart html tags as you can see at W3 Schools HTML Reference.

    ahmetsali
    Keymaster
    Posted in : Tagline Spacing

    also try this css;

    .site-header hgroup { padding-bottom: 0; }
    
    ahmetsali
    Keymaster
    Posted in : Tagline Spacing

    Hi, try this custom css;

    h1.site-title a { border: none; }
    
    ahmetsali
    Keymaster

    You can catch that columns with css3 selectors;

    /* first-column */
    .services .row .item:nth-child(2) { }
    /* 2. column */
    .services .row .item:nth-child(3) { }
    /* 3. column */
    .services .row .item:nth-child(4) { }
    /* 4. column */
    .services .row .item:nth-child(5) { }
    
    ahmetsali
    Keymaster

    You can also check the posts below, if you don’t mind to edit the html markup;

    http://www.pixelwars.org/forums/topic/footer-placement-on-mobiles/

    http://www.pixelwars.org/forums/topic/how-to-add-footer/

    ahmetsali
    Keymaster
    Posted in : Menu Trouble

    ok, you need to sort your page widgets as you desire in Homepage widget location, currently portfolio widget is at first.

    ahmetsali
    Keymaster
    Posted in : Logo and site title

    you need to click “Insert into post” after you have uploaded the image.

    ahmetsali
    Keymaster
    Posted in : Menu Trouble

    i just checked your site, it looks working fine except one thing;

    – you have added one extra widget(recent posts widget) to Homepage widget location, you can remove it, it displays “Hello world” in the header.

    just paste the code below to the Custom CSS box;

    .aligncenter { clear: both; }
    
    ahmetsali
    Keymaster
    Posted in : Logo and site title

    Hi, navigate to “Appearance > Theme Options > General > Logo” and just upload your image logo.

    http://themeforest.net/theme_previews/4004353-read-wp-responsive-html5-minimalist-theme?index=1

    ahmetsali
    Keymaster

    Hi, set data-safeMod attribute to true in html tag data attributes;

    <html lang="en" data-safeMod="true" 
    
    ahmetsali
    Keymaster
    Posted in : Menu Trouble
    ahmetsali
    Keymaster
    Posted in : Twitter widget

    Hi, you can add &exclude_replies=true at the end of the src attribute;

    <script type="text/javascript" src="http://api.twitter.com/1/statuses/user_timeline/envato.json?callback=twitterCallback2&amp;count=1&exclude_replies=true"></script>
    

    Also you can change envato word in the code to your twitter username.

    can you provide the url of the page to check what’s wrong?

    ahmetsali
    Keymaster
    Posted in : Dropcaps

    Hi, we have just added this feature, we will release an update in a few days, thanks for the feedback.

    ahmetsali
    Keymaster

    You can try a custom css code like this;

    .paypal_image { outline: 0 !important; }
    
    ahmetsali
    Keymaster

    sorry no, it is not possible.

    ahmetsali
    Keymaster

    yes, true.

    ahmetsali
    Keymaster
    Posted in : contact form

    Hi again, i have updated the mail send script in the new version v1.4, you can update to latest version.

    ahmetsali
    Keymaster

    Hi, text is not selectable when using 3d layout, iscroll script’s “click and drag to scroll” prevents text being selectable. Text is only selectable when “safe-mod” is activated in html data attributes.

    ahmetsali
    Keymaster

    Hi, first of all i must say you need the “Extended Licence” to use the template in this way.

    Regular License allows use of the item in one single end product which end users are not charged to access or use

    But you are charging end users to access or use,

    Extended License allows use of the item in one single end product, which you or one client may sell to end users (charge end users to access or use the end product).

    Themeforest Licences

    Edit : you have multiple end products in this scenario, in this situation even “Extended Licence” is not enough.

    ahmetsali
    Keymaster

    Hi, i am glad you liked it;

    1-) You can easily add any of 200+ FontAwesome fonts to theme as;

    <i class="icon-camera-retro"></i>
    

    2-) You can replace an existing one with a different social icon via custom css. Let’s say, you are not using tumblr social icon and you want to replace it with soundcloud icon;

    .social li a.tumblr { min-width: 27px; min-height: 28px; text-indent: -999em; background-image: url("http://cdn1.iconfinder.com/data/icons/windows8_icons_iconpharm/26/soundcloud.png"); background-repeat: no-repeat; background-position: center center; }
    

    You can copy and paste this css code at the end of css/main.css file.

    You can do the same for replacing other icons that you are not using.

    ahmetsali
    Keymaster
    Posted in : archive

    Hi, this is really weird, try;

    – deactivate all the plugins and see if there is still an issue.

    ahmetsali
    Keymaster

    it looks like you have changed the custom css code i have provided, also don’t edit main.css file directly, paste the custom css code that i gave to Custom CSS box located under “Appearance > Theme Options > Style tab” .

    ahmetsali
    Keymaster

    can you provide a url to see what’s wrong?

    ahmetsali
    Keymaster

    i don’t get it, it is ok or there is still something that you want to change?

    ahmetsali
    Keymaster

    Ok, i got it, i wrote this down to bug list, i will try to fix it when i get extra time. I am currently very busy with ongoing projects. Thanks for the feedback.

    ahmetsali
    Keymaster

    Also try this custom css for standart layout;

    .safe-mod.on-cover-page .rm-wrapper { top: 60px; max-height: 520px; }
    @media screen and (min-height: 900px) and (min-width: 1400px) {
    	.safe-mod.on-cover-page .rm-wrapper { top: 100px; max-height: 640px;}	
    }
    @media screen and (max-height: 480px) and (max-width: 320px) {
    	.safe-mod.on-cover-page .rm-wrapper { max-height: 300px;}
    }
    
    ahmetsali
    Keymaster
    Posted in : Add more pages

    Hi, please check the post below, and see if it works for you.

    http://www.pixelwars.org/forums/topic/coordinates-for-creating-custom-pages/

    ahmetsali
    Keymaster
    Posted in : Two Small Issues

    1-) It doesn’t seem fixable right now, it might be a platform specific bug.

    ahmetsali
    Keymaster
    Posted in : Two Small Issues

    Hi,

    1-) I checked your site in IE10, about me page looks fine on my side, not blurry.

    2-) It looks like the plugin you are using for your photography page overrides default styles in theme built-in lightbox style. Try this custom css code;

    .fancy-ico, #fancybox-close { padding: 0; }
    
    ahmetsali
    Keymaster

    try this custom css;

    .portfolio-items .portfolio-info:before { display: none; }
    .media-box .mask .portfolio-info { border-bottom: 3px double rgba(170, 170, 170, 0.4);  border-top: 3px double rgba(170, 170, 170, 0.4); padding: .6em 0; left: 10%; width: 80%;}
    
    ahmetsali
    Keymaster

    You can’t find the image files because icons are icon fonts by FontAwesome. You can change icons via css;

    /* standart post */
    .portfolio-items .mask:before { content: "\f0ca"; }
    /* video post */
    .portfolio-items .video .mask:before { content: "\f03d"; }
    /* audio post */
    .portfolio-items .audio .mask:before { content: "\f001"; }
    /* image post */
    .portfolio-items .image .mask:before { content: "\f03e"; }
    /* url post */
    .portfolio-items .url .mask:before { content: "\f0c1"; }
    

    You can find content codes for all icons in css/font-awesome.css file.

    ahmetsali
    Keymaster

    Due to the url structure of ajax portfolio pages, they will not be loaded properly on local machines, ajax will work properly if you upload your site to server.

    ahmetsali
    Keymaster
    Posted in : Contact form problem

    Edit your contact page to have this shortcode structure;

    [column width="7"]
    	[map]
    		<h3>I currently live with my family in Louisville, KY.</h3>
    		<iframe src="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Louisville,+KY&amp;aq=0&amp;oq=louisvill&amp;sll=38.252665,-85.758457&amp;sspn=0.001405,0.002832&amp;ie=UTF8&amp;hq=&amp;hnear=Louisville,+Jefferson,+Kentucky&amp;t=m&amp;ll=38.237101,-85.808716&amp;spn=0.377531,0.583649&amp;z=10&amp;iwloc=A&amp;output=embed&quot" width="320" height="240"></iframe>
    	[/map]
    [/column]
    [column width="5"]
    	<h3>Drop me a line!</h3>
    	[contact_form to="your-mail@gmail.com"]
    [/column]
    
    ahmetsali
    Keymaster

    Hmm, i think this a platform specific bug, i don’t see this on win7. And i have no idea why it is happening on Os x right now. To apply the changes edit js/main.js in a text editor;

    find line : 232

    			// initialize isotope
    			$container.isotope({
    			  itemSelector : '.hentry',
    			  layoutMode : 'masonry'
    			});
    
    

    and replace it with this;

    			// initialize isotope
    			$container.isotope({
    			  itemSelector : '.hentry',
    			  layoutMode : 'masonry'
    			});
    			
    			// fix v1.1
    			setTimeout(function() { setMasonry(); $container.isotope({ filter: "*" }); }, 0);
    

    and find line : 264

    		// Show more images
    		moreLink.on( 'click', function() {
    			
    			moreLink.addClass('loading');
    			addItems();
    			++page;
    			handleMoreLink();
    			return false;
    		} );
    
    

    and replace it with this;

    		// Show more images
    		moreLink.on( 'click', function() {
    			
    			moreLink.addClass('loading');
    			addItems();
    			++page;
    			handleMoreLink();
    			
    			// fix v1.1
    			setTimeout(function() { setMasonry();  }, 0);
    			
    			return false;
    		} );
    

    or you can wait for the next update which we plan to release in a week.

    ahmetsali
    Keymaster

    I see, what about the icon and description paragraph in portfolio item’s hover, do you want to get rid of them too ?

    ahmetsali
    Keymaster

    Hi, you can try a custom css like this; change the color to whatever you like;

    .p-overlay { background: rgba(235, 252, 170, .7); }
    
    ahmetsali
    Keymaster

    Hi, ajax may not work on local machines on chrome, try with firefox or upload to server then try again. Also you can ignore that alert, its false alert.

    ahmetsali
    Keymaster

    Hi, can you provide a url to see what’s wrong?

    ahmetsali
    Keymaster
    Posted in : Contact form problem

    Your markup has several errors, try to fix these, if you don’t know how to fix them, let me know;

    http://validator.w3.org/check?uri=http%3A%2F%2Fnccollins.com%2F%23%2Fcontact&charset=%28detect+automatically%29&doctype=Inline&group=0

Viewing 50 posts - 4,251 through 4,300 (of 4,778 total)