thomasgam
Forum Replies Created
-
Hi
I wanted to the Pro Version, but when small bugs pop now and then in the free version, I don’t feel to secure about buying jet. I want to be sure, that you maintain the plugin and are able to fix these small bugs.
All the best,
ThomasIt’s Danish.
// Thomas
Thanks for the answer. It sounds great – do you know, when you will release the new version?
// Thomas
P.S. I have another bug issue, but will ask it in a new ticket, so this one can be closed and marked as solved.
Sorry – I had added a dot somewhere in my Danish front end translation php-file, that caused the faults.
My mistake.
Now the plugin is working great.
I only lack the ability for users to order something extra via a drop down menu or check box and that the amount will be added to the total price. I hope that’s going to be a feauture either in the basic or pro version.
All the best,
ThomasHi
I have added the code, but both the text and the calendar doesn’t show up, when I enter the calendar code.
The only change is, that I actually added some footer content. I will try to remove it again this evening and see, whether that makes a difference.
// Thomas
Forum: Plugins
In reply to: [Pinpoint Booking System - #1 WordPress Booking Plugin] email not workingI decided to use it without the SMTP mail setup, because it works fine without.
No, its just a general bug. The booking calendar doesn’t show at all, but that’s a different bug and a different thread.
Thanks for the patience and help.
All the best,
Thomas
Forum: Plugins
In reply to: [Pinpoint Booking System - #1 WordPress Booking Plugin] email not workingI have asked my webhost and they say that
allow_url_fopen = 1
is enabled in the php.ini file. They have checked, though I can’t see it myself, since the file is hidden.
Here is the bug, that turns up, when I accept a booking.
I have double checked my smtp information, and they should be correct. The only question left around the email is, that the chat person wrote “no authentication is the only way to sent email via script using mailout.one.com”. Could that guide us to a solution?
// Thomas
Forum: Plugins
In reply to: [Pinpoint Booking System - #1 WordPress Booking Plugin] email not workingDear DOTonPAPER
I also have problems with no mails going through, though the reservations have been made.
I know that I have typed the right SMTP information (doubled check with online chat person from the hosting company). Everytime a person books and/or I accept at the backend, this information comes: “undefined NaN”.
How can I solve it?
All the best,
Thomas
Dear plugin developer
I have uploaded my own DK frontend translation to my WordPress site. I’ve made it fit the needs of the the rental service, that I have used the plugin in for, so my Danish translation will not work well as a universal translation of your plugin.
So I’m sorry. You will not find much use of my translation. Thanks for a great plugin.
// Thomas
Forum: Plugins
In reply to: [Associated Posts Lite] Post Page Associator and Jetpack's Sharedaddy?Perfect! Know it works.
All the best,
Thomas
Forum: Plugins
In reply to: [Associated Posts Lite] Post Page Associator and Jetpack's Sharedaddy?Hi again
I’m one step closer. Now it works – https://www.bylivkolding.dk/test/?page_id=45
BUT: Look at the final text before Share article and icons: “Del dette:FacebookUdskrivE-mailDelStumbleUponDiggReddit”. It means ‘share’ in Danish, and I’m using the Danish translation of the Jetpack plugin package, that contains Sharedaddy. Basicly it just the Jetpack with a Danish translation file, that some Danish WordPress persons have made.
When I change this piece of text in the Sharedaddy Settings, it also changes on the page = it is not only something to do with cache.
It looks like, that the Sharedaddy plugin in called at twice: 1) that doesn’t work and then the one with your fix.
// Thomas
Forum: Plugins
In reply to: [Associated Posts Lite] Post Page Associator and Jetpack's Sharedaddy?Hi Dennis
Uhm…
1) I downloaded, unzipped and placed the folder with the plugin file from you in the plugin folder.
2) I activated the plugin and still the same problem – https://www.bylivkolding.dk/test/?page_id=47
3) I removed your original fix from my own functions.php.
– – – – – –I don’t use any cache plugins. I noticed a small thing, that might help us find the explanation. I use Notepadd++ to edit and create new CSS and PHP files (still on beginner level).
I noticed, that if the functions.php is encoded with UTF-8, I get this mistake, when I try to log in to my WordPress site – https://www.bylivkolding.dk/arkiv-hosting/utf8-functions.jpg
But when I use ANSI, it works fine. Maybe I fucked something up there?
// Thomas
Forum: Plugins
In reply to: [Associated Posts Lite] Post Page Associator and Jetpack's Sharedaddy?Hi again
Okay, I end up with a functions.php in my child theme, that looks like this – https://pastebin.com/GHh1bgh8
But it doesn’t work for me – https://www.bylivkolding.dk/test/?page_id=47
// Thomas
Forum: Plugins
In reply to: [Associated Posts Lite] Post Page Associator and Jetpack's Sharedaddy?Thanks Dennis
I’m almost there now, but I still have some problems.
I have made my own childtheme with a simple extra function to the normal Twentyeleven functions.php:
<?php //*CUSTOM HEADER SIZE add_filter( 'twentyeleven_header_image_height', 'bylivkolding_header_height'); function bylivkolding_header_height($param) { return 150; } ?>
Then I just added your fix in the same functions.php file, but it didn’t work.
Doesn’t your fix miss a?>
at the end?// Thomas