maurizio04
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] [Theme: EvoLve] Update 208 again cut out adsoops, too many “backticks”…
Forum: Themes and Templates
In reply to: [evolve] [Theme: EvoLve] Post date box bugThe base.css is full of filters for IE, the second one is crashing the date box but i’ll cut out also the others..
They are useless and ie9 works with some of the CSS stuff..filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#cccccc');
Forum: Themes and Templates
In reply to: [Theme: EvoLve] How to remove spacing above list itemsFavicon:
Just put a favicon.ico on the root folder, every browser will get it.
Forum: Installing WordPress
In reply to: WordPress needs a REAL import/export toolUsing another domain to test the procedure just made impossible to import/export the sql data dump.
I just used import/export and fixed all the images that did not made it.
Please, instead of adding useless stuff like theme previews on the new WP versions
DO MAKE A WORKING IMPORT/EXPORT tool.
If the provider use the standard phpadmin and the doain do not change moving the sql data can solve the situation but if something will go wrong or there are incompatible system the standard import/export tool is the only thing avail.
I really cannot understand why nobody is asking for it, no one change host? blog just get thrown away? people that do not know what is PHP edit sql backup when moving?
Forum: Plugins
In reply to: [NoSpamNX] [Plugin: NoSpamNX] more errors in debug modeStill got an error on new installation only…
Notice: Undefined index: blacklist_part in /home/mhd-01/www.blogma.it/htdocs/wordpress/wp-content/plugins/nospamnx/nospamnx.php on line 314
-m
Forum: Themes and Templates
In reply to: [evolve] [Theme: EvoLve] some new version bugsI don’t know what to think: nothing fixed on IE even on ver 2.0.6 not yet on the site.
I can understand and accept that the dashboard is buggy on IE, i’m using Firefox due to it’s better handling of the various hosting site on Linux.
But the page displayed to the user cannot be broken on IE, it is still around 50% on the sites i handle.
I’m just staying on the last old version for now and looking for a working and less bloated theme.
Who knows, maybe instead of testing themes on Opera or every version of Safari the author will wake up one day……………Forum: Themes and Templates
In reply to: [evolve] Patch if ADS not workingsame code for all browser.
just cut it out.the CSS part is different for diplay stuff on IE and the other.
tested also with IE9 but buggy, it only work in compatibility mode (ie7)Forum: Themes and Templates
In reply to: [evolve] [Theme: EvoLve] some new version bugsOk for the mess up admin pages on IE8, user cannot see them and the save settings button on top is working (the 2 at the bottom are not).
But the post date and author box with the background box longer twice the rest of the box is totally destroing the look of the site.
This version of Evolve should not be used until bugs fixed.
Stay on the old one.Forum: Themes and Templates
In reply to: [evolve] Patch if ADS not workingThe new code still cut out some javascript code from Google Ads.
You need to delete the lines in the first post.On IE8 your site has some of the bugs listed in the news post.
Forum: Themes and Templates
In reply to: [evolve] [Theme: EvoLve] some new version bugsNothing fixed in 2.0.4.
some fixed in IE8 compatibility mode (the layout get’s very minimal).
do not have IE9 but IE8 is the latest version that will ever run on XP so it is the most important…Forum: Themes and Templates
In reply to: [evolve] Can't add code for adsYes, code for ads broken again.
you need to delete the filtering line in functions.php:$input['evl_space_1'] = wp_filter_post_kses( $input['evl_space_1'] ); $input['evl_space_2'] = wp_filter_post_kses( $input['evl_space_2'] ); $input['evl_space_3'] = wp_filter_post_kses( $input['evl_space_3'] ); $input['evl_space_4'] = wp_filter_post_kses( $input['evl_space_4'] ); $input['evl_space_5'] = wp_filter_post_kses( $input['evl_space_5'] ); $input['evl_space_6'] = wp_filter_post_kses( $input['evl_space_6'] ); $input['evl_space_7'] = wp_filter_post_kses( $input['evl_space_7'] ); $input['evl_space_8'] = wp_filter_post_kses( $input['evl_space_8'] ); $input['evl_space_9'] = wp_filter_post_kses( $input['evl_space_9'] );
Forum: Themes and Templates
In reply to: [evolve] Patch if ADS not workingif you wants Google ads yessss..
or get Evolve from the web site, the lines are already deleted…Forum: Fixing WordPress
In reply to: How to change the footer text?The calling function is this one, but it is coded in a way to make a mess if you simply delete all the line..
<?php echo evolve_copy(); }
If you want to modify the footer text you still need the function anyway.
You can move the original function from the library/functions.php to functions.php so you can edit it on the fly.
ask if do you need an example.Forum: Themes and Templates
In reply to: [evolve] ads not workingSee my old post, you need to delete some lines of code.
Forum: Themes and Templates
In reply to: [evolve] [Theme: EvoLve] Tested with WP 3.2RC1, no problemsI don’t know if the Evolve Advance code is just a pay update with no support (amazing …)of the dead free version or a rewrite, so i can only give you the mod for the free version.
For H tags here is the css code, just put it on customcss and change what you need.
/* Headings */ h1, h2, h3, h4, h5, h6 { font-weight: bold; clear: both;margin-bottom:15px; } h1 { font-size: 46px; line-height: 46px; padding: 5px 0px;letter-spacing:-3px; } h2 { font-size: 40px; line-height: 40px; padding: 5px 0px;letter-spacing:-2px; } h3 { font-size: 34px; line-height: 34px; padding: 5px 0px;letter-spacing:-2px; } h4 { font-size: 27px; line-height: 27px; padding: 5px 0px;letter-spacing:-1px; } h5 { font-size: 20px; line-height: 20px; padding: 5px 0px; } h6 { font-size: 14px; line-height: 18px; }