Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
Seo Plugins / Meta title is not visible for search pattern
« Last post by Cecile D on November 22, 2024, 08:22:34 PM »
Sir , when you customize the search patern to display pattern|website name. the meta title always default to the default value not the search pattern?

Any updste on that?

Many thanks
72
Condition for validation link is also in zeta theme but it had multiple conditions that it probably didn't met so I removed them and now see the button. Thanks!
Now I get 2 notifications:
1. From Item validation plugin: Your listing could not be activated. All listings are validated by Administrator.
2. From Core Flash Messages: The listing has been validated

I would like to just keep the 1st notification so where do I find the second one so I can remove it?
73
Report bug / Re: Deactivated listings still available via URL
« Last post by katalin2k on November 22, 2024, 06:23:41 PM »
Correct, so user that created listing without login can see this listing.
Listing is not in search and is not included anywhere on site, so cannot be found by visitors.
User created that listing being logged in. Anyone can see it, it can be found on google by customers and they will send message and/or call seller to ask about the item, you should definitely add notification that listing is deactivated.
74
General discussion / Re: post ads in 3 different languages
« Last post by MB Themes on November 22, 2024, 03:46:16 PM »
@ebr15
Depends on theme, some offer input just in current user locale, other themes has option to enter in all active locales.
75
General discussion / Re: Search Function Issue - No Categories and Locations
« Last post by MB Themes on November 22, 2024, 03:43:35 PM »
Uncomment line with OSC_DEBUG_DB to enable database debug
76
Sigma theme, loop-single.php

Code: [Select]
            <?php if(osc_item_can_renew()) { ?>
              <a href="<?php echo osc_item_renew_url();?>" ><?php _e('Renew''sigma'); ?></a>
            <?php ?>
           
            <?php if(osc_item_is_inactive()) {?>
              <a href="<?php echo osc_item_activate_url();?>" ><?php _e('Activate''sigma'); ?></a>
            <?php ?>
           
            <?php if(osc_item_is_active() && osc_can_deactivate_items()) {?>
              <a href="<?php echo osc_item_deactivate_url();?>" ><?php _e('Deactivate''sigma'); ?></a>
            <?php ?>
77
Report bug / Re: Deactivated listings still available via URL
« Last post by MB Themes on November 22, 2024, 03:40:51 PM »
Correct, so user that created listing without login can see this listing.
Listing is not in search and is not included anywhere on site, so cannot be found by visitors.
78
Report bug / Deactivated listings still available via URL
« Last post by katalin2k on November 21, 2024, 08:52:07 PM »
On latest OsClass if you deactivate a listing you can still view it via URL and without any notification that listing is deactivated. It’s ok to be seen via URL so it still shows on Google results but it should have a notification that item is deactivated, like it’s for items marked as sold.
Moreover phone and message should be disabled for deactivated listings.
79
@katalin2k
Try to re-save permalink settings, "reactivate" url is pretty new and may be missing in your config.
When you resave, it should get updated.
I still can't see the activate button. I have the activation permalink but can't see it in frontend. Can you please help fix this?
LE: I found that the republish_link_raw function doesn't exist, that's why it doesn't work properly.

Quote
[20-Nov-2024 21:30:17 Europe/Bucharest] PHP Fatal error:  Uncaught Error: Call to undefined function republish_link_raw() in /home/hosting/public_html/oc-content/themes/zeta/user-items.php:139

Moreover that whole thing lacks a bit of logic because if you deactivate a listing it goes into pending approval instead of going into a separate page "Deactivated listings". Please come up with a fix for this because it's very important!

80
Feature request / Re: Redirect to previous page after login
« Last post by katalin2k on November 20, 2024, 03:28:57 PM »
That's not previous page already and it's not possible to provide this page to login controller as it's not http referrer.
It should be saved in a cookie or session because this is a must. Think about it, you click to add a listing, it redirects to login page and after you log in it redirects to account page instead of the page you originally went from.
Pages: 1 ... 6 7 [8] 9 10