Forum Replies Created

Viewing 14 replies - 91 through 104 (of 104 total)
  • … I would also like to be able to book multiple sequential time slots but this is not possible so I will have to look somewhere else…
    Thanks anyway… Hey ho…

    Hi
    This is what I am looking to do as well. I would also like to change the date format to UK i.e. dd/mm/yyyy – could you give me a pointer?

    I am glad you are offering support on this but surely it would be better to provide hooks to do this (or even better still add it in the settings page).

    Changing the code will mean loss of changes when next the plugin is updated… not good practice.

    Many Thanks,
    theWoosh

    Thread Starter thewoosh

    (@thewoosh)

    …to clarify – instead of showing the date box before every event in the list, I just want to have each month displayed once in the appropriate place in the agenda list -i.e.
    Aug 2015
    …event 1
    …event 2
    Sep 2015
    …event 3
    …event 4

    This is like the default list view in ‘The events calendar’ plugin, but I don’t want to have to migrate this fully populated working calendar…
    Anyone got any ideas?
    Many Thanks

    Thread Starter thewoosh

    (@thewoosh)

    I wonder if WP Migrate DB might help? Anyone used it in this context? for me the development and production sites are both on the host multisite…

    Thread Starter thewoosh

    (@thewoosh)

    Exactly – it was looking very tired…

    Thread Starter thewoosh

    (@thewoosh)

    Hmm I was hoping not to have to do that – I can’t find an easy way to redesign an existing live site – it is not just a Customizr problem. I can’t make modifications to the live site and if I clone it and modify then I am stuck in this situation of having to somehow retrace my steps on the original site. Maybe I need to get my head round plugin design and make me a few $$ ??

    Thread Starter thewoosh

    (@thewoosh)

    sorry this got posted to the wrong forum…

    Thread Starter thewoosh

    (@thewoosh)

    I have upgraded to the pro version which is very cheap ($19 as of Nov 2014), and this seems to be a newer version and works fine. I have had no problems with it and I can’t rule out that the earlier problems were not just specific to my setup.

    I must say that this is a very neat plugin, and used sensibly can really add another dimension to a website.

    The comments about intrusive advertising and image distortion on the free plugin may be about earlier versions – the current one does not do any of that and seems to do just what is expected, very simply.
    With the free version you are limited to 6 backgrounds – the paid one increases that to 10 (though why only 10 I don’t know). It would be good if you could start different pages with different backgrounds – it is a little frustrating to have the sequence restart each time you change page.

    Simple, great – a nice tool to have…

    Thread Starter thewoosh

    (@thewoosh)

    … i also sometimes get ‘something went wrong while displaying this webpage” message from chrome

    I have a similar problem. I wanted to set up a list of events which are posts with the date set to the date they will happen and I wanted it so that only events in the future would be seen (past ones are irrelevant).

    Though it previews fine in the plugin settings page, the future events are not displayed when the shortcode is used. If I include published posts in the advanced post list as well, these are displayed but still not the future ones.

    I guess something has changed in the way WordPress handles post dates and the plugin hasn’t been amended…

    I haven’t been able to figure out any way of doing this with plugins and I really thought this was the answer.

    This looks like such a flexible plugin – it is a shame if it has been abandoned…

    Thread Starter thewoosh

    (@thewoosh)

    Hi – I am now trying ‘User Admin Simplifier’ plugin, which appears to work well with adminize on my WPMU installation…

    It adds the capability to hide admin menu options for individual users. I am able to make general restrictions to any user with the role of editor, say, with Adminize which is installation-wide, and then tailor individual site editors so they only see stuff that is specific to the site they manage (I pretty much have individual sites that are managed by one client who has fairly restricted abilities.

    This combo is pretty much ideal for my setup – though I am running something like 3.8 at the moment and am due to update. I’ll post here if I have any problems…

    Thread Starter thewoosh

    (@thewoosh)

    Hi Mika, thanks for responding…

    The structure of a lot of cusom code relies on the %category% as part of the address – as I inherited it I would not know where to begin to recreate this…

    the .htaccess file looks like this:

    # BEGIN s2Member GZIP exclusions
    <IfModule mod_rewrite.c>
            RewriteEngine On
            RewriteBase /wordpress/
            RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ [OR]
            RewriteCond %{QUERY_STRING} (^|\?|&)no-gzip\=1
            RewriteRule .* - [E=no-gzip:1]
    </IfModule>
    # END s2Member GZIP exclusions
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]
    </IfModule>
    
    # END WordPress
    php_value upload_max_filesize 50M
    php_value post_max_size 50M

    Thread Starter thewoosh

    (@thewoosh)

    Sorry – I forgot to ‘code’ the code – here it is again:
    <?php next_posts_link( __( 'Next Page <span class="meta-nav">&rarr;</span> ', 'GraduateLinksCustom' ) ); ?>

    I have used user role editor plugin for this…

Viewing 14 replies - 91 through 104 (of 104 total)