metusalem
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Extra infoHi again, I found out that it does show the “more info” but the new info I have added under “Appointment” is not shown?
Forum: Plugins
In reply to: [WP Store Locator] Extra infoA extra question: If I want to replace the text “Appointment” with another text. Then I just replace the label here with bold, right?
‘appointment_url’ => array(
‘label’ => __( ‘Appointment‘, ‘wpsl’ )
)Forum: Plugins
In reply to: [WP Store Locator] Extra infoThank you! It works but after I did this it shows no more the “more info” under store listings. Why is that so…?
Forum: Plugins
In reply to: [WP Store Locator] Extra infoHi, when I insert the code at the top of functions.php so it looks like below, then I get this error message, when I reload the website:
Fatal error: Call to undefined function add_filter() in /customers/d/5/c/fairtrees.de/httpd.www/wp-includes/functions.php on line 3Here is my code:
<?phpadd_filter( ‘wpsl_meta_box_fields’, ‘custom_meta_box_fields’ );
function custom_meta_box_fields( $meta_fields ) {
$meta_fields[__( ‘Additional Information’, ‘wpsl’ )] = array(
‘phone’ => array(
‘label’ => __( ‘Tel’, ‘wpsl’ )
),
‘fax’ => array(
‘label’ => __( ‘Fax’, ‘wpsl’ )
),
’email’ => array(
‘label’ => __( ‘Email’, ‘wpsl’ )
),
‘url’ => array(
‘label’ => __( ‘Url’, ‘wpsl’ )
),
‘appointment_url’ => array(
‘label’ => __( ‘Appointment’, ‘wpsl’ )
)
);return $meta_fields;
}/**
* Main WordPress API
*
* @package WordPress
*/require( ABSPATH . WPINC . ‘/option.php’ );
/**
* Convert given date string into a different format.
*(etc….)
Forum: Plugins
In reply to: [WP Store Locator] Extra infoOk, that sounds good. Thank you. And great job with the plugin. It’s really well done.
But it would be nice with this additional text info in the admin area instead, of course… ??
Forum: Plugins
In reply to: [WP Store Locator] Extra infoThank you! But when I update the plugin, the info will disappear again or?
Forum: Fixing WordPress
In reply to: How to make title text on default gallery bigger?Excellent! Thank you! ??
Forum: Plugins
In reply to: [YOP Poll] Show only when logged inthe website is https://www.udfordringen.dk if that helps.
I am not sure about that. I have uninstalled Wordfence, because I guess it could be many things, but the site needs to be runnning all the time.
Forum: Plugins
In reply to: [Custom Login] Nothing is working?!Now it works…it apperently needed time.
Forum: Plugins
In reply to: [Contact Form 7] When I save, I go the the dashboard.Okay, so to understand you: I should delete it from FTp and after that install it via FTP?
And if I do that my forms will still be there? They will not be deleted?
Forum: Plugins
In reply to: [Contact Form 7] When I save, I go the the dashboard.I have done this, but every time I press “Save” is saved but goes to the dashboard. Very annoying…
So what should I do about it then?
Forum: Plugins
In reply to: [Contact Form 7] When I save, I go the the dashboard.It seems like it’s not working to do that. Other suggestions?
Forum: Plugins
In reply to: [Contact Form 7] Text area will not show in email…??And suddenly it worked ?? I have no idea why because i did not change anything besides code that maybe got the spam-robot suspecious…
Forum: Plugins
In reply to: [The Events Calendar] Syncronize with a Google calendar?Hi Brook,
Ok, I’m sorry to hear that. I hope you will implement this in the future. Is there are chance for that – in the free or the pro version?