Pancho Perez
Forum Replies Created
-
Forum: Reviews
In reply to: [TTT Crop] Thanks!Great to hear that ?? thanx for your 5 stars rating ??
Forum: Reviews
In reply to: [TTT Devices] Great Pluginthanx for your rating ?? love to hear was usefull for your project!
+1
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] CSS messed up after updatethanx @stephane it works for me too ??
@jeffparker why don′t just add a checkbox to mark if the css is load or not, that′s more easy I think.
Forum: Plugins
In reply to: [Facebook] How to add utm_source, utm_medium, utm_campaign ?I have the same question ??
hey, thanx for the feedback. Looking forward for a better solution.
with @gabrielperezs found a solution use the textdomain and blog/site ID.
function weg_localisation() { global $blog_id; if ( $blog_id == 7 ) { unload_textdomain('my-theme-string'); $s = load_textdomain('my-theme-string', get_stylesheet_directory() . '/languages/en_GB.mo'); } } add_action('init', 'weg_localisation');
Forum: Plugins
In reply to: [Codestyling Localization] Child theme not showingI have the same problem, how do you fix it ?
@ipstenu the translation works but only for the dashboard, the theme (frontend) doesn′t take the subsite language ??
What I did was to first upload the German Language .po & .mo files to wp-content, then change the wplang in wp-config.php to de_DE. Till here works, I can go to Settings -> General and choose the language for the subsite, in this case the subsite must be in english, again the dashboard language work but not for the frontend of that subsite, even if the THeme used by the subsite have the /language folder with the en_GB.po & .mo files in it.
You know what I mean ?
oh! great. I test it.
Yes, for this porject I have to custom the widget by CSS, but is not good idea to do it in REAL, better in the developer mode/server
Forum: Fixing WordPress
In reply to: Update WP 3.9 – Can't add mediathanx @chaoskaizer it′s works for me too ??
Forum: Themes and Templates
In reply to: [P2] Can′t post from home P2 Could not connect to WordPress SSLTry to downgrade P2 to 1.5.2 but nothing. Nether deactivating the SSL plugin ??
Forum: Themes and Templates
In reply to: [P2] Old P2 problem back with v1.5?I have the same problem, MU and with https, tried deactivating the https but the problem persist. Some others sujest to reflush permalinks, tried to but nothing. I was working without problems with the last version and this bug appears sudenly, any idea ? I will try to downgrade the Theme to see if this fix the bug.
Forum: Themes and Templates
In reply to: [P2] P2 Not Connecting to WordPress?I have the same problem, but in a multisite installation, tried the permalink reflush but the problem persist, any idea?