Paolo
Forum Replies Created
-
AuthorPosts
-
Hi Ray,
as you can see, it is working here: http://wpgeo.directory/?geodir_signup=true&redirect_add_listing=http%3A%2F%2Fwpgeo.directory%2Fadd-listing%2F%3Flisting_type%3Dgd_place
So you must be doing something wrong.
1) Create geodirectory folder in your active theme
2) inside the new folder create a file called geodir-signup.php
3) copy following code in it:<?php if(get_current_user_id()){wp_redirect( home_url(), 302 ); exit;} // call header get_header(); ###### WRAPPER OPEN ###### // this adds the opening html tags to the primary div, this required the closing tag below :: ($type='',$id='',$class='') do_action( 'geodir_wrapper_open', 'signup-page', 'geodir-wrapper',''); ###### TOP CONTENT ###### // action called before the main content and the page specific content do_action('geodir_top_content', 'signup-page'); // template specific, this can add the sidebar top section and breadcrums do_action('geodir_signin_before_main_content'); // action called before the main content do_action('geodir_before_main_content', 'signup-page'); ###### MAIN CONTENT WRAPPERS OPEN ###### // this adds the opening html tags to the content div, this required the closing tag below :: ($type='',$id='',$class='') do_action( 'geodir_wrapper_content_open', 'signup-page', 'geodir-wrapper-content','geodir-content-fullwidth'); // this action adds the top sidebar do_action( 'geodir_sidebar_signup_top'); // This is the line of code added to create the welcome message echo '<h1>Welcome to our website!</h1>'; ###### MAIN CONTENT ###### // this call the main page content do_action( 'geodir_signup_forms'); ###### MAIN CONTENT WRAPPERS CLOSE ###### // this adds the closing html tags to the wrapper_content div :: ($type='') do_action( 'geodir_wrapper_content_close', 'signup-page'); ###### WRAPPER CLOSE ###### // this adds the closing html tags to the wrapper div :: ($type='') do_action( 'geodir_wrapper_close', 'signup-page'); get_footer();Thanks
You I can confirm that working on your website backend is really painful. Almost 2 miuntes to load the Places page…
my bad it was:
echo '<h1>welcome to our website!</h1>;did you change the shortcode name? [gd_current_location_name]
I tested it on another test website and worked there too…
Hi,
you can do this. Create a folder within your active theme called geodirectory.
Take a copy of geodirectory-templates/geodir-signup.php and paste in the new theme folder.
In this file you can add whatever you like.
For example if you want to leave a welcome note you can add before
###### MAIN CONTENT ######echo '<h1>welcome to our website!</h1>;And you will get this: http://wpgeo.directory/?geodir_signup=true
Let us know how you went.
Thx
Hi Jeff,
I’ve added your remark in the project manager and flagged for Stiofan. It will be taken care of asap. It really looks like an oversight.
Thanks as usual!
Ops, that’s my fault, I failed to upload the latest version. Now I’ve updated it there too.
Anyway, I would go the autoupdate way if I were in you…
Thx for letting me notice this and sorry for the inconvenience!
That’s normal, you purchased via theme tailors and you are not a member of any subscription here.
You can download via your “My Order” page on Theme Tailors or Auto Update via your dashboard.
Click on GD >> Auto Updates and enter username and password used to access this forum. VIsit the plugin page and you will see that there is an update available for MultiLocation. CLick on update and let the machines do the work…
Let us know,
Thx
Hi,
I think the problem is due to the Location Manager still at version 1.2.2 when latest is 1.2.5.
Can you please try to update the addon too and see if that fixes everything?
Let us know,
Thx
Should be all fixed now, can you please try autoupdating GDF again?
Let us know,
pls see results with and without GD Booster for wpgeo.directory in images attached:
Hi Charles,
it appears that syncing failed to include GDF between your available options.
Stiofan is investigating. IN the mean time I’ve updated GDF on Theme Tailors, so you should be able to download it again and manually update it via FTP.
If you prefer that we update it for you, simple forward us link and wp admin credentials in a private reply and we will proceed.
Thx
Hi Bob,
we would need FTP, that folder isn’t reachable via wordpress backend.
It is only a matter of overwriting a file with another one. There is no programming involved in this.
Thx
Hi,
pls see results with and without GD Booster for wpgeo.directory in images attached:
Without
Load Time: 2.54
Requests: 168
Perf. Grade: 67/100With
Load Time: 1.97
Requests: 108
Perf. Grade: 83/100Remember that:
1) Caching is only performed for loggedout users. Logged in users are not served cached pages.
2) Caching plugins help, especially when you have a spike in your traffic. If the website is slow in development while you have little or no visitors draining down your server resources, that it means that the server used isn’t sized correctly for the app you intend to run on it.
Thx
p.s. just a quick tip.
when building a website with opensource products, were other developers product are involved and server configuration could be different, you should always have 1 live website and 1 staging website.
Updates should never be performed on the live website unless you confirmed that there were no conflicts after updating your staging website 1st.
The only way we could confirm that an update will not break anything in your website is that you are using the latest version of WordPress in a standard server configuration, with ONLY GD products installed. Meaning not even one 3rd party theme or plugin installed.
Thx
-
AuthorPosts