kolorowestudio
Forum Replies Created
-
THANK YOUUUUU
I got same problem with author description for author archive page
it was braking the page completly
strip_tags solve everything
Forum: Fixing WordPress
In reply to: Grid of external blog posts in WP websiteI think I was trying to smt similar, and its quite hard to do due to wordpress safety, so … probably you have to hire a specialist ;]
try to look for plugin maybe
Forum: Fixing WordPress
In reply to: Page is way too long!id=”sidebar_wrap_right”
it your problemwidth: 0% makes wird reaction, correct that and it should be ok
this theme is wird anyway, why u using overflow for exemple ?
anyway put it to your css in it will be ok but this is only a cut not sollution
css in your theme is not correct
#sidebar_wrap_right.right-2-col, #sidebar_wrap_right.right-2-col-bottom {
display: none;
}Forum: Fixing WordPress
In reply to: Huge and urgent problem with out of loop datayup sorry for that, I ment more of the causes not solution
plugin breaks </head><body> tag causes wired action, im looking for solution.
BTW
it’s Facebook AWD plug problem puting meta into the header, wchih suposed to end before </head> but it goes after <body> also, so if smbd knows whats goin on, pls let me know ??Thanks for help Man with Beard, somtimes even the simplest and obvius things are very hard to notice ??
Forum: Fixing WordPress
In reply to: Huge and urgent problem with out of loop datammm thanks, I did look on a code of course, just looking in the wrong way ??
just I dont’t get it completely, grrr
Why AWD causes to throw plain html from other function on the top ?
Forum: Plugins
In reply to: photo slider which supports .PNG transparent background files ?!figured it out nicelly ;]
[links removed]
elegantthemes ??
https://php.net/manual/en/function.error-reporting.php
<?php // Turn off all error reporting error_reporting(0); // Report simple running errors error_reporting(E_ERROR | E_WARNING | E_PARSE); // Reporting E_NOTICE can be good too (to report uninitialized // variables or catch variable name misspellings ...) error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE); // Report all errors except E_NOTICE // This is the default value set in php.ini error_reporting(E_ALL ^ E_NOTICE); // Report all PHP errors (see changelog) error_reporting(E_ALL); // Report all PHP errors error_reporting(-1); // Same as error_reporting(E_ALL); ini_set('error_reporting', E_ALL); ?>
same problem, I have done everything above still no result, shame cos its usefull
Forum: Plugins
In reply to: photo slider which supports .PNG transparent background files ?!Ill try it ?? look ok i think :0
thanksForum: Plugins
In reply to: photo slider which supports .PNG transparent background files ?!yup it works due to the images are positioned side to side and scrolls from hidden area so its ok
let me know please if u will find somthing with fading effect, cos this script dosent support that
Forum: Plugins
In reply to: photo slider which supports .PNG transparent background files ?!Forum: Plugins
In reply to: photo slider which supports .PNG transparent background files ?!well
yup I know it will be easy with Flash but im looking for html sollution
and i think i found it
https://cssglobe.com/lab/easyslider1.7/
slides are floated sides to eachoder so it should work
it’s not a plug but it should be ok ??