Alex
Forum Replies Created
-
Forum: Plugins
In reply to: [More Privacy Options] [Plugin: More Privacy Options] Doesn’t work@dsader Thanks. I did get it working. Seems to have something to do with the Domain mapping. I am using a host where it is not possible to use the subdomain method for multi-site. Consequently all the domain mapping his handled through the domain-mapping plug in… etc.
Anyway, I found that I had to change the individual database options to get to work. If I am mapping the blog to a subdomain, or different domain than the main network, then it seems to be essential that the site options database has the subomain/alternate domain urls in the home and site url fields. Just setting the domain to “primary domain” in the domain mapping doesn’t seem to work.
I am having the same problem but am not able to fix it.
Setup:
– sub1.mydomain.tdl => wordpress multisite install & blog 1
– sub1.mydomain.tdl/sub2 => blog 2
— mapped to mydomain.tdl
– sub1.mydomain.tdl/sub3 => blog 3
— mapped to sub3.mydomain.tdlIt is a bit complicated because strato.de does not support wildcard domains..
So if I want to use a privacy plugin I just everytime get redirect to /wp-admin and cant view the page anymore. If i turn off the domain mapping remote login setting i get to view the page but need to login for all 3 blogs on their own.
Any ideas? ??
Forum: Networking WordPress
In reply to: weird login/logout behaviourah. at first it didnt change anything. but after not being able to log out anywhere for some time it now looks like to be working fine.. weird ??
Thanks Andrea, will maybe get back to the topic later
Ok. Just found a resolution by jusing 2 calendars with the same feed. One time “Retrieve past events for current month?” enabled, the other time disabled.
@ plugin-author: maybe you can include smth like this in the next update?My code:
plugin/google-calendar-events/inc/gce-parser.php line 35 ..
if($feed_options['show_past_events'] == 'true'){ $feed->set_end_date(mktime(0, 0, 0, date('n'), date('j'), date('Y'))); // added $feed->set_start_date(mktime(0, 0, 0, 01, 1, 2009)); // was $feed->set_start_date(mktime(0, 0, 0, date('m'), 1, date('Y'))); }else{ $feed->set_start_date(mktime(0, 0, 0, date('m'), date('j'), date('Y'))); }
It is not a clean solution because it misuses the “Retrieve past events for current month?” – feature. But you could add a third feature “display only past events” ??
Forum: Themes and Templates
In reply to: stop shrinking custom header imagesOk. I justed hacked the core file. Where do I have to go to submit code to wordpress? I think it would be nice to have this in future WordPress Versions.
Edit: just started a ticket at https://core.trac.www.ads-software.com/ – nfm
Forum: Themes and Templates
In reply to: stop shrinking custom header imagesOk.. well.
I found the the main functions i would have to edit in the wp core – but is there a way to edit or overwrite them via a plugin?– step_2() located in line 564 in wp-admin/custom-header.php and handles the upload
– step_3() located in line 649 and handles the croppingForum: Themes and Templates
In reply to: stop shrinking custom header imageswell i am not directly using twenty ten; i am using a wordpress integraded feature..
maybe i start coding a plugin which changes this functionality – have no idea how to do this yet. completly new into plugins. but i think other designers would like this possibility as well.. maybe wordpress 3.1 will include it?
anyone got an idea of how to start off to overrite a wordpress function without editing the core files and without an extra user interface?Forum: Themes and Templates
In reply to: stop shrinking custom header imagesnot very comfortable fot the end user, is it? if it would be the theme im going to use i would do smth like that – but what about themes for others? i do not want to tell the client that he has to edit his headers manually
Forum: Themes and Templates
In reply to: How to adjust banner and background sheet width?Remove this from the header.php file
<div id="site-description"><?php bloginfo( 'description' ); ?></div>
Further on, to get rid of the space on the left site, put
#header { padding-left: 0 !important; }
into the style.css. Best at the bottom.Forum: Themes and Templates
In reply to: HEADER_TEXTCOLOR not changeableomg – i just found the (get_)header_textcolor() function. can not try it atm – but i think this is what i need. will change topic status later if it works
https://codex.www.ads-software.com/Function_Reference/header_textcolor
https://codex.www.ads-software.com/Function_Reference/get_header_textcolorForum: Themes and Templates
In reply to: HEADER_TEXTCOLOR not changeabletried that already. stays empty if empty before..
Forum: Plugins
In reply to: count wp_nav_menu itemsStill searching for a solution.
Someone?
Forum: Plugins
In reply to: count wp_nav_menu itemsCould someone please help me? Still searching for an solution..