Irian
Forum Replies Created
-
Forum: Plugins
In reply to: [Doneren met Mollie] Webhook kan niet gevonden worden door MollieGoedemorgen Nick,
Geen probleem. Ik heb een account aangemaakt.
Met vriendelijke groet,
Irian VisForum: Plugins
In reply to: [Doneren met Mollie] Webhook kan niet gevonden worden door MollieGoedenavond Nick,
heb je enig idee hoe ik dit probleem op kan lossen? Op dit moment kunnen wij namelijk helaas geen notaties ontvangen.
Met vriendelijke groet,
Irian VisForum: Plugins
In reply to: [Doneren met Mollie] PHP shortcodeIk heb het nu opgelost door de shortcode op een sub-pagina te plaatsen en deze vervolgens via een WP_Query aan te roepen.
Forum: Plugins
In reply to: [Doneren met Mollie] PHP shortcodeOké, bedankt.
Welke functie bedoel je? Voor de uiteindelijke operator van de website zal het lastig worden om een div bij te houden aangezien zei geen kennis van HTML en CSS heeft.
Forum: Fixing WordPress
In reply to: I18n Translate links within sentenceForum: Themes and Templates
In reply to: Comments don't showHi,
you’re right, however I did not change anything of the part i have a problem with.
here is the link to the source:
https://pastebin.com/FEuh1Pui
the problem starts at row 12.and this is the page:
https://nl.tolvsbo.se/verblijf/restaurant/Thanks,
IrianForum: Fixing WordPress
In reply to: TinyMCE table issueRealy? Nobody with the same (resolved) problem?
Hope one could help me!
IrianForum: Themes and Templates
In reply to: shortcode does not work with own templateProblem solved, had to apply filters to the content.
$content = get_the_content(); $content = apply_filters('the_content', $content);
Greets,
cURL is enabled, version of php is 5.3.4
see: php info
Also I have tried on two servers, mine which I have been using succesfully for years now, and an other one which has some other problems, but is working fine now.
Thanks,
IrianForum: Fixing WordPress
In reply to: Problem with my wordpress site linking URGENTFor me it’s quit fast (Chrome). I don’t know what is causing the #, but if it’s working does it matter for now?
Forum: Fixing WordPress
In reply to: Problem with my wordpress site linking URGENTFor me the links are working aswell.
When I hover over the link I indeed get a /# as the link url in the bottom corner of my browser, clicking on the link works fine.
What browser are you using? Probably a JavaScript vs browser problem?
Good luck!Forum: Installing WordPress
In reply to: Just Moved my webpage and blog and its brokenHi Johud,
Can you post the error?
Probably something went wrong with the databse connection. This means you should change the wp_config.php file to the new database settings.
You could ask you host aswell.If you want to know which version you are on, look at the bottom-right corner of the backend;).
Good luck!
Forum: Plugins
In reply to: [RB Internal Links] [Plugin: RB Internal Links] Not working with WP 3.0I found the problem for me, I set the order of the buttons in my functions.php file differently:
function fb_change_mce_buttons( $initArray ) { $initArray['theme_advanced_buttons1'] = 'bold,italic,etc...'; return $initArray; }
You should add
rbinternallinks
somewhere in the code above, this will add the plugin button to the TinyMCE.Forum: Fixing WordPress
In reply to: Permalink structure does not work except standardIt was possible to change my server to UNIX, so now the permalinks work!
One weird thing still exists, I set the permalink to year/post, but the links show just the post. Any idea why?Thanks!
IrianForum: Fixing WordPress
In reply to: Permalink structure does not work except standardOkee, I’ll try contacting my host first, and will post something like that later on.
Thanks a lot!
greets,
Irian