ccbit
Forum Replies Created
-
Hi Angelo
Thank you for your response. I found the problem several minutes ago. There was a problem with another plugin called “WordPress Tooltips“. Since I’ve disabled that plugin, the event category details are showing.In the meantime I tried it with another theme and disabled and deleted the plugin. Installed it again, made no changes in the settings, but it’s still not working.
Can anyone give me a hint, please?Hi angelo,
thank you for your answer. I found a solution with jQuery, which hides the other dates with CSS (display:none).Forum: Plugins
In reply to: [Admin Menu Editor] Not able to show bbPress-menus for editorThank you anyway…
Forum: Plugins
In reply to: [Admin Menu Editor] Not able to show bbPress-menus for editorWhoops!
Forgot to give the user (wordpress editor-role) the bbPress-super-admin-role. You can change this in the user profile.
Now it works!Forum: Plugins
In reply to: [Mobile Smart] Switching between mobile and desktop themesHi there, same problem here. I’ve got this problem on a mobile theme, that was build with jquery mobile.
I have already tried to put these (rel=”external”, data-ajax=”false”) attributes in the link.
read hereGreetings
Mobile Smart Pro Version 1.2.7
Forum: Plugins
In reply to: [Postie] Mail server error since last updateSame problem like tradeasy here:
Error appears after checking postie mail manually.
Warning: require_once() [function.require-once]: open_basedir restriction in effect. File(/usr/share/pear/PEAR.php) is not within the allowed path(s): (... ... /:/tmp/) in ... .../httpdocs/wp-content/plugins/postie/mimedecode.php on line 66 Warning: require_once(/usr/share/pear/PEAR.php) [function.require-once]: failed to open stream: Operation not permitted in /.. .../httpdocs/wp-content/plugins/postie/mimedecode.php on line 66 Fatal error: require_once() [function.require]: Failed opening required 'PEAR.php' (include_path='.:/usr/share/pear:/usr/share/php') in /... ... /httpdocs/wp-content/plugins/postie/mimedecode.php on line 66
PHP Version 5.3.27
WordPress-Version: 3.9.1
Postie-Version: 1.5.22Any idea?
thank you…Aaah okay, I found a solution. Didn’t see that those slides are posts and are saved in table wp_posts. So it’s very easy to get those informations:
<?php $myposts = get_posts(array('post_type' => 'ml-slider')); var_dump($myposts); ?>
Now we got the titles and id’s of all slides available.
CheersForum: Plugins
In reply to: [Contact Form DB] No records in plugin after submit a form from cf7Forum: Plugins
In reply to: [Contact Form 7] Validation Error Does Not Refresh ScreenSame Problem here…
No flashing, but no chance to insert a text after the validation error. Red text does not disappear.Forum: Plugins
In reply to: [WP Login Box] Remember me doesn't workHi Ziv
You’re absolutely right. I have really something messed up. Sorry for the bother and thank you.Forum: Plugins
In reply to: [Postie] After activation 1.4.40 -> 500 – Internal server error.I’m really sorry for my late respond.
I was a long time away from this project. Today I did a update of wordpress and postie to the latest version (1.5.14). Now everything seams to work absolutely fine. Thank you guys for your efforts.
Forum: Plugins
In reply to: [WP Login Box] Remember me doesn't workHi Ziv, thank you for your answer.
I have activated the plugin and it appears on the frontpage. The values in the fields are ‘username’ and some bullets in ‘password’. When I insert my login data in those fields and choose ‘remember me’ I get logged in, but after the logout there are not my login data in the fields but the word ‘username’ again.Could this be a cookie issue?
Forum: Plugins
In reply to: [Postie] Receive "Automatic scheduled email from WordPress" every hourSorry for the late reply. I’ve actually found a function “my_task” in function.php.
function my_task_function() { wp_mail( 'myemail', 'Automatic email', 'Automatic scheduled email from WordPress.'); }
No idea how they got there. The template was build from someone other.
Thank you for your note.Forum: Plugins
In reply to: [JJ NextGen JQuery Slider] How to stop slider at end of the showHello bajan4evr2
Thank you, but this does not work.