edbeckmann
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] How to allow html markup in featured posts textElectricFeet
Thanks for being so fast with a reply.
I have had a brief look, moved the relevant file /inc/class-fire-init.php to the child theme and tried a few changes, so far with no success.
> Confirmed the child file works, with a harmless change
> Commented out the opening and closing if statements on lines 412 / 458
> Copied lines 442 – 447 to new lines 317 etc.
> Installed and activated qTranslate plugin
> Each time made a change to the code I altered customize > front page text and re-savedI will have a look later today, because the last step should certainly have worked.
Ed
Austin
Thanks for getting onto this so quickly.I have put documentation onto my site so that you can see the screenshots here: http://www.interweave-now.co.uk/2013/wordpress-automatic-backup/
1) none of the core tables appear in the left side of the window. I have to select them manually
2) when I have selected them I select ‘download to my computer’ or ’email them’ – the effect is the same.
3) when I select ‘backup now!’ the progress bar displays but never moves and no backup is producedSites are hosted by 123-reg and I have access to public_html.
Domains are mapped to public_html/…/.. as required
I create a directory for each client, and if I then instal wordpress to public_html/client/wp/ all works fine.
If I install wordpress in public_html/client/ or public_html/members/ then 1 – 3 above results.
My own site is in public_html/wp/, with wordpress url = http://www.interweave-now.co.uk/wp and site url=http://www.interweave-now.co.uk. interweavenow.co.uk is mapped to /wp which is why wp url and site url are different.
Thanks again Austin
Forum: Plugins
In reply to: [Plugin: Events Manager] Show events in post category and tag cloud widgetsPS to above
I’ve added agelonwl’s code into the functions.php of my child theme with no apparent effect.
add_filter( 'pre_get_posts', 'my_get_posts' ); function my_get_posts( $query ) { if ( is_home() && false == $query->query_vars['suppress_filters'] ) $query->set( 'post_type', array( 'post', 'event' ) ); return $query; }Update
There seem to be two problems, one solved and one not.
/extra-user-fields/extra-user-fields.php has an error in line 27, where the location of the wordpress files is hard coded and not a variable. So it will work if your site is at http://yourwordpress but not if it is at http://yourdomain/wordpress/.
Temporary fix is to amend according to your setup, but the ideal would be to read it from the general settings file (sorry – that is beyond my experience to code).
When this is done, it seems that Google Chrome (17.0.963.79) will still have the same response to #2 above. Firefox works perfectly and does not display error #1 above either.
Ed