Ünsal Korkmaz
-
unsalkorkmaz replied to the topic Infinity 2.0 brainstorming in the forum General 5 months ago
* Theme customizer should be supported in infinity options ( https://codex.wordpress.org/Theme_Customization_API )
* I seriously hate to say but performance is still a problem […] -
unsalkorkmaz started the topic Theme Customizer in the forum Contribute! 5 months, 3 weeks ago
Any plan on using Theme Customizer for options?
http://codex.wordpress.org/Theme_Customization_API
http://ottopress.com/2012/how-to-leverage-the-theme-customizer-in-your-own-themes/
-
unsalkorkmaz replied to the topic What about Bootstrap? in the forum Contribute! 7 months, 1 week ago
I think Twitter Bootstrap is responsive too:
http://designshack.net/articles/css/twitter-bootstrap-2-bootstrap-goes-responsive/
here is example i […]
-
unsalkorkmaz started the topic What about Bootstrap? in the forum Contribute! 7 months, 1 week ago
Hi,
What you guys thinking on using Bootstrap and HTML5 ★ BOILERPLATE ?
With infinity system, those will be awesome imo. -
unsalkorkmaz replied to the topic Infinity 2.0 brainstorming in the forum General 10 months, 4 weeks ago
http://infinity.presscrew.com/download-infinity-for-buddypress/
still have rc1 download fyi.
-
unsalkorkmaz replied to the topic ✍ icon is not showing on chrome in the forum General 11 months, 2 weeks ago
i have screen capture plugin, just i seriously didn’t know its problem on windows only.. lol
-
unsalkorkmaz replied to the topic is conditional settings possible? in the forum General 11 months, 2 weeks ago
I mean blog options. Basically: “if a plugin activated, show an extra option” like that
-
unsalkorkmaz started the topic is conditional settings possible? in the forum General 11 months, 2 weeks ago
I want to add extra options to theme panel with conditions.. like:
if (get_option("example_option")) {
/* add option to theme settings here */
}
is it possible? -
unsalkorkmaz replied to the topic how to dequeue style.css? in the forum General 11 months, 2 weeks ago
bah.. i couldnt remove it -.-’
-
unsalkorkmaz replied to the topic 404 header in the forum General 11 months, 3 weeks ago
oh well..
It seems its not Infinity’s fault. I was getting 200 response @ 404 pages but it seems its about modifying the main wp_query:
https://twitter.com/Otto42/status/219884490556841985
I did a fresh wp install […] -
unsalkorkmaz replied to the topic 404 header in the forum General 11 months, 3 weeks ago
A WordPress 404 page explanation:
http://yoast.com/404-error-pages-wordpress/
> 404 is not only the name, it’s also the HTTP header that the page
> should send, if not, you might end up with 404 pages in the […] -
unsalkorkmaz started the topic ✍ icon is not showing on chrome in the forum General 11 months, 3 weeks ago
Edit button of infinity (✍) is not showing on google chrome..
Is there any workaround for it? -
unsalkorkmaz replied to the topic 404 header in the forum General 11 months, 3 weeks ago
Funny think is.. WordPress websites gives 404 too:
http://en.wordpress.com/404example
returns: HTTP/1.1 404 Not Found
http://wordpress.org/404example
returns: HTTP/1.1 404 Not Found
For example Matt’s own website:<br […] -
unsalkorkmaz replied to the topic 404 header in the forum General 11 months, 3 weeks ago
i just replaced this:
infinity_get_header();
with this:
header('HTTP/1.0 404 Not Found');
infinity_get_header();
An example 404:
http://gapvitrin.com/404example
You can check headers from
<a href="http://www.webconfs.com/http-header-check.php" […] -
unsalkorkmaz replied to the topic how to dequeue style.css? in the forum General 11 months, 3 weeks ago
its a required file for theme info.. its not require for front-end imo.
-
unsalkorkmaz started the topic how to dequeue style.css? in the forum General 11 months, 3 weeks ago
I am trying to dequeue style.css. Why? because its a waste request that doesnt have any css rule in it. I am using a custom css that including to dynamic css. So i dont need to call style.css.. But i couldnt […]
-
unsalkorkmaz replied to the topic 404 header in the forum General 11 months, 3 weeks ago
An example info about topic:
http://www.seomoz.org/learn-seo/http-status-codes
If a visitor/spider reach a 404 page.. that page need to be 404 status.. not 200 -
unsalkorkmaz started the topic 404 header in the forum General 11 months, 3 weeks ago
Hi,
I think 404 page need to haveheader('HTTP/1.0 404 Not Found');
it gives 200 response atm -
unsalkorkmaz started the topic ICE > assets > Js translation in the forum Bug Reports 1 year, 1 month ago
ICE > assets > Js > global.js or uploader.js have lots of english sentences need to translate.. How can i overwrite those js files on my child theme?
-
unsalkorkmaz started the topic Site Title and Tagline editing from options in the forum Beta Feedback 1 year, 1 month ago
Hi,
I want to disable options for multisite subsite users but i want them edit Site Title and Tagline from theme options. Is it possible with creating a custom features component? - Load More