Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Go to Dashbaord>Updates> and click “check again” that should bring up the notification (if WPEU is active) Then you can update as normal. If you have any problems you can do it like how you described.
Thanks,
Stiofan
Hello,
on the locations page u can just add the widget, use the “home” widget areas, the are the used for the location page also.
Thanks,
Stiofan
Are you updating all addons after core? When updating core you should update all addons also.
Stiofan
I have released an update for WPEU that should resolve it, update that first.
Thanks,
Stiofan
The owner has a special class attached you can use to add any sort of not you like, for example
.commentlist li.bypostauthor .dt-comment-header strong a.url:after { content: "Owner"; background: yellow; margin-left: 10px; padding: 1px 8px; }That is just an example, u can do anything with the class.
Thanks,
Stiofan
Hello,
At the moment it’s saved in the options table under tax_meta_gd_place_2 where 2 is the cat id.
country + category top description geodir_cat_loc_gd_place_2_co_india
region + category top description geodir_cat_loc_gd_place_2_re_india_gujarat
city + category top description geodir_cat_loc_gd_place_2_110 (110 is location_id)Thanks,
Stiofan
Great! 🙂
I have added a CSS rule to GD>Design>Scripts>Custom style css code
Thanks,
Stiofan
Hello,
Thanks for reporting, there was a problem that if the theme update info had not been populated it could cause a problem, it is not run on every update check so sometimes it would fail, we have released WPEU 1.1.1 to fix this.
Thanks,
Stiofan
Hello,
Development of this has changed slightly, in future it will become integrated into the events plugin so this plugin will no longer be required.
Thanks,
Stiofan
Install the plugin “code snippets” then add this snippet and activate
function _my_geodir_booster_exclude_js( $continue, $content ) { if (strpos($content, 'hotelscombined.com/SearchBox/') !== false ) { $continue = true; } return $continue; } add_filter( 'geodir_booster_script_continue', '_my_geodir_booster_exclude_js', 10, 2 );Thanks,
Stiofan
Thanks for reporting, i have added an extra check there to make sure everything is defined.
Thanks,
Stiofan
Most of the images will be reduced automatically when uploaded 🙂
Are you having problems with the featured image?Thanks,
Stiofan
May 9, 2017 at 10:18 am in reply to: Limit Comments/Reviews per page not works (using Supreme) #377553Hello,
There seems to be a bug with that setting and the review ratings manager, we have fixed, if you supply wp-admin and FTP info in a private reply we will upload the fix for you to test.
Thanks,
Stiofan
Hi Erwin,
Please enable debugging in your wp-config.php file and then try the page, then check the /wp-content/error.log file to see what the problem is 🙂
https://codex.wordpress.org/Debugging_in_WordPressThanks,
Stiofan
-
AuthorPosts