Jump to content
thirty bees forum

netamismb

Ivory member
  • Posts

    153
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by netamismb

  1. 6 minutes ago, Theo said:

    Thanks. I believe he should also be added to the private Forum thread that Lesley created. So he can get a background of some of the ideas that was discussed. @lesley

    would be possible to add me to the thread?

  2. I get the following errors in Google search console:

    Either 'offers', 'review' or 'aggregateRating' should be specified

    Either 'ratingCount' or 'reviewCount' should be specified

    Missing field 'ratingValue'

    I am using modules Customer loyalty and rewards v3.0.2 and Google JSON+LD v1.0.4  and Niara theme.  How i can add those values, even there is no reviews for products. As far as I am aware, Google just want to see there is possibility to add the review, and not really care if there are reviews or not.

     

  3. Table collation for _bees_blog_category_lang is utf8mb4_general_ci. I have both English ans Spanish installed.

    I have update manually the table _bees_blog_category_lang and can see the categories in category page, but when switch to post page cannot add a post as i get the message No categories found. Please add a category before making a new post.

  4. Hi guys,have an issue with Thirtybees blog, the category title is not saved. I am running Thirtybees v1.1.0, lang es, Bees blog category 1.0.2 PHP v7.2. Checking in database I found the data in _bees_blog_category and _bees_blog_category_shop tables, but nothing in the _bees_blog_category_lang.  Trying to update I get the message Unable to update category

  5. It is  a great theme, thank you for sharing. I have installed on an website and works fine, just with the new products module on the left coolumn I have some issues, the image doesn't render despite regenerating all the images and is displaying a long list of links:

    image.png.abd232352b524b5f6a0960ae536ba411.png

  6. Thank you very much for your help, @datakick. The issues was the Tar.php file was not compatible with PHP7.3 and solved using the solution from thread forum.thirtybees.com/topic/2441-2441/gitupdater-preview/page/2/?tab=comments#comment-26779:

    Edit the file on your server /vendor/pear/archive_tar/Archive/Tar.php

    And replace this code

    $v_att_list = & func_get_args();

    with

    $v_att_list = func_get_args();
  7. I've try again and get same error, Request to https://www.rock4u.eu/oficina4u/index.php?controller=AdminCoreUpdater&token=c2a47185d7eef8d5fe0b1af8a4beb3fd&action=processUpdate&ajax=1 failed with status 'rejected':

    Parameter 'compareVersion' is empty.

    Core Update module:  Core Updater v1.1.1 - by thirty bees.

    I have recently change the server, could be a missing module ?

  8.  

    I am trying to update ThirtyBees to version 1.1.0 from 1.0.7 -in production (I haven't any issues doing it locally 😞 ), but I get  the error Processing log (request failed, see JavaScript console):

    and in Java Console

    /...u/index.php?controller=AdminCoreUpdater&token=c2a47185d7eef8d5fe0b1af8a4beb3fd&action=processUpdate&ajax=1:1 Failed to load resource: the server responded with a status of 500 ()
    controller.js:210 Request to https://,,,/o.../index.php?controller=AdminCoreUpdater&token=c2a47185d7eef8d5fe0b1af8a4beb3fd&action=processUpdate&ajax=1 failed with status 'rejected'.

     

    any idea how can I fix this?

  9. Hello guys,

    I am have a issue with the Niara translation, cannot find anywhere the strings from Best seller module that are showing on the home page, please see attachment.

    screenshot_06_10_2019.thumb.png.a0f1b58720ee4a937a7efd64b6763cff.png

    The strings are in blockbestseller-home.tpl:

     <div class="tm-hp text-center">
        <h2><span class="tm-over">{l s='What others' mod='blockbestsellers'} <span>{l s='love' mod='blockbestsellers'}</span> {l s='most'}</span></h2>
        <p>{l s='Browse our top selling products.' mod='blockbestsellers'}</p>
      </div>
      {include file="$tpl_dir./product-list.tpl" products=$best_sellers class='blockbestsellers' id='blockbestsellers'}
    {else}
      <ul id="blockbestsellers" class="blockbestsellers">
        <li class="alert alert-info">{l s='No best sellers at this time.' mod='blockbestsellers'}</li>
      </ul>

×
×
  • Create New...