Meeker
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moved website directory. Some pages will not save.I have discovered something else. I can add/amend pages fine, but if there is an image there, then it fails and gives me the 404 error.
I now thing this maybe htaccess, index.php or a permalinks issue. Any ideas folks?
Forum: Fixing WordPress
In reply to: Moved website directory. Some pages will not save.Hi any ideas anyone – could #2 be a GUID issue?
That worked. Many thanks Sauril!
I treid to revert to an older version, no joy. Had to swap to My Calendar which is not as good.
Interesting. Fingers crossed, you can figure it out.
One quick thing Joe. Do you know how to add a My Calendar as a sidebar widget. Adding the quickcode to sidebar_home.php does not seem to work. I added:
[my_calendar_upcoming format="list" type="event" showkey="yes" shownav="no" showjump="yes" toggle="no" time="month" before="0" after="8"]It simply showed the text above instead of loading the widget.
Sorted it! I had to put entries in for the Target URL’s. There are 3 of them in the settings.
Forum: Plugins
In reply to: [WP Bannerize] [Plugin: WP Bannerize] Editor Access not workingThink I solved it. I changed to edit_users which only an administrator would have the right to do. Works for me. Can someone confirm this is ok to do?
Forum: Plugins
In reply to: [WP Bannerize] [Plugin: WP Bannerize] Editor Access not workingHi Pankrol,
Do you know what to put in this field to restrict so that only administrators can access this module? The rest cannot even see it.Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] No toolbar on editorSolved, thanks for your help.
I now understand that photos are recorded by date upload, this first issue is no longer a problem. Many thanks for your reply.
Bump. Any ideas folks?
Forum: Plugins
In reply to: Looking for multiple rotating bannersFound a solution. Try the WP Bannerize plugin!
I did some investigating myself into removing the default styles in v3.3.1 and it is not easy. It appears that Styles takes it’s default list from a variety of locations. So to remove the list, comment them out of their respective css files:
wp-includes/js/tinymce/plugins/wordpress/css/content/css
wpGallery
wp-oembedwp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css
aligncenter
alignleft
alignright
wp-caption
wp-caption-ddDo not comment out the mceIEcenter class which is in the middle of the 2nd list above.
Thanks…Forum: Fixing WordPress
In reply to: WordPress with a hidden URLGreat thanks for this.