WP-Spezialist
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Style Editor Page not loadingTested it – the page disappears when file-editing is disallowed.
So my solution will be to allow it temporarily until I finished the configuration.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Style Editor Page not loadingNo, it′s not allowed.
Are there any informations I could give you for a better debugging? My site is really complex, so I will install the plugin on a domain with a fresh wordpress but same server configuration tomorrow to check if it′s the same behavior here.
By the way- really great plugin with a clean and well structured code! I love it!
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Style Editor Page not loadingSame here – the Style Editor Page is blank without throwing any errors.
Something seems to break the page, if I look at the Code, the page stoppes working here:
<div id="wpbody" role="main"> <div id="wpbody-content" aria-label="Hauptinhalt" tabindex="0"> <div id="screen-meta" class="metabox-prefs"> <div id="contextual-help-wrap" class="hidden no-sidebar" tabindex="-1" aria-label="Kontexthilfe-Tab"> <div id="contextual-help-back"></div> <div id="contextual-help-columns"> <div class="contextual-help-tabs"> <ul> </ul> </div> <div class="contextual-help-tabs-wrap"> </div> </div> </div> </div>
Forum: Plugins
In reply to: [Slideshow] Arrows now outside of images so that image size is not full widthstupid me… thanks a lot!
Forum: Plugins
In reply to: [Slideshow] Slideshow Text Customization in Description BoxThanks a lot!
Forum: Plugins
In reply to: [Slideshow] Slideshow Text Customization in Description BoxHi Stefan,
really a great plugin!
Customizing the description is difficult because the line-breaks are missing. Is there any way to add a nl2br for the description-output without touching the plugin-code?
Thanks a lot!
Forum: Plugins
In reply to: [Slideshow] How to put sideshow into file php wordpressJust use <?php echo do_shortcode(‘[slideshow id=SlideshowPostId]’); ?>
Forum: Plugins
In reply to: [Slideshow] Error after uploadingsame here. I can upload the images via media and then use them for the slideshow, but I get an error when I want to upload a new image directly to the slide list
Thanks for your reply!
It doesn′t tell me the full path. It′s just “Can’t create ZIP archive: /tmp/[some random letters]”
I′m on a Linux-Server and it′s a V-Server, I think this is the problem, I have to configure things like this on my own (maybe a standard webhosting is preconfigured). phpinfo() told me a “not set”-value for the temp-folder, have to ask my hoster how to set this value.
I tried to change sys_get_temp_dir() to get_temp_dir() in plugin-Code and defined a temp-folder in wp-config but without success.
Forum: Plugins
In reply to: [Plugin: PodPress] load scripts only when neededThanks a lot! I′ll try to get it work when I′m back in office and paste the code here if it works, maybe I′m not the only one who thinks it′s annoying that podpress throws that much code in the header…
Forum: Plugins
In reply to: [Plugin: PodPress] load scripts only when neededHi Tim,
interesting… thanks!
I didn′t know that I could remove actions and filters from a plugin in my function.php.
In header.php there is still a selfmade function to forward a few pages, so I could add the ID of the podcast-page there (it′s just a check like “if is_page(array of IDs) then call FunctionX” and there do the funky add_action-things (which, of course, I have to study first).
Could this be a realistic way?