Search results

  1. Mark

    SSL Activation

    admin -> settings -> change settings and set the URL to use https then install your SSL (letsencrypt or whatever provider you like) on your webhost as usual.
  2. Mark

    Page not show on global menu

    you need to add it to the menu by editing the template. Parabola is also deprecated.
  3. Mark

    Homepage keywords and description

    Hello, login to admin -> settings -> change settings.
  4. Mark

    Screenshot plugin

    you can place the screenshots however you like in your skin, it's a basic bootstrap skin, typoically teh screenshot should go on left side (there is an empty space for them) and they should fit in nicely. Can you send a screenshot or link where I can see it misbehaving?
  5. Mark

    Screenshot plugin extension

    yes, you can absolutely upload the images manually via FTP /screens/www.YOURDOMAIN.COM.png /screens/www.YOURDOMAIN.COM_med.jpg /screens/www.YOURDOMAIN.COM__small.jpg
  6. Mark

    Image Thumbnail

    seems to be the case, yes
  7. Mark

    Image Thumbnail

    That website appears to have significant load time delay, content render is blocked until assets are fully loaded. The white screenshot is what the server sees while the page is loading. (Time to Interactive 9.7 seconds) http://104.207.141.83/uorshard.com.png
  8. Mark

    Considering a purchase

    Hi there, yes, still supported! Though new features are few and far between, really only updating for security and bugfixes as they arise.
  9. Mark

    Image Thumbnail

    Can you provide a couple sample URLs? I can check the screenshot server log and see if they are generating
  10. Mark

    Created Sort server Listing by date-newest

    should be just fine using CSS to hide
  11. Mark

    Catching up :)

    things are good, hope the same for you! Time flies!
  12. Mark

    Upgrading From Version 0.6

    Hi Michel, the price increase this past year was necessary, its the first and only price increase in 15 years, I hope you understand. I think your best bet is to let me do the upgrade for you at no charge, that way it gets done properly in the most efficient way possible. How does that...
  13. Mark

    Automatic Upgrades!

    There is no ETA, the current releases are very stable but I am hoping to have an update before the end of the year.
  14. Mark

    How To Stop Review Spam

    edit sources/rate.php find this line (line 92): $review = $this->bad_words($review); add this after it: eval (PluginManager::getPluginManager ()->pluginHooks ('rate_process_before_insert')); then you can upload the attached plugin, if you get more spam (and I suspect you will)...
  15. Mark

    GDPR Consent plugin?

    if you add other things (like plain text for example) to your child theme wrapper do they show up?
  16. Mark

    How To Stop Review Spam

    The reviews system is no longer supported but it should be easy enough to add some spam protection to the old one. I'll see if I can put together a plugin today for you.
  17. Mark

    Undefined index: sql_prefix

    Php 7.3 and 7.4 is supported, most active lists are running these versions. something else missing on that install above, did you empty the prefix Field? You just need a prefix and that notice would not happen. I will make that field required for next release
  18. Mark

    VisioList 1.9

    Did you follow these setup steps? https://visiolist.com/community/threads/payment-provider-coinbase.2379/
  19. Mark

    boxing on the left

    this is done by editing the wrapper template, most likely it’s a bootstrap theme so just move the sidebar div container before the main content container. I can provide a sample for the default theme if you need
  20. Mark

    banners and screen shots no longer work from page 2 onwards

    that is by design, only the top X listings show banner by default. To show the banner on all listings simply copy the template code from table_top_row.html and overwrite table_row.html
Top