Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter simbaclaws

    (@simbaclaws)

    Apparently this started happening from version 2.0.0 onward.

    (I also can not find a package.json for building the php files in the build folder, that’s an error I’m getting in version 2.0.0)

    include(/var/www/my-website/wp-content/plugins/create-block-theme/build/wp-org-theme-directory.asset.php): Failed to open stream: No such file or directory in /var/www/my-website/wp-content/plugins/create-block-theme/admin/wp-org-theme-directory.php on line 54

    Version 1.13.8 seems to still work for me accordingly and properly saves my theme changes.

    Thread Starter simbaclaws

    (@simbaclaws)

    Ah, sorry, it wasn’t very clear for me that I had to use the search bar there in order to find the text I was looking for. I assumed what was originally shown was the entirety of what could be changed.

    Thank you.

    Thread Starter simbaclaws

    (@simbaclaws)

    I also need to do this for: submit your review

    I’m not quite sure if this is related, but I’m seeing a white screen in the plugin’s editor settings. I’m not sure if that is what you meant.

    In any case, if that is what you meant, I can confirm that the editor settings are missing, the development console shows the following error message in case that can be useful to debug the issue:

    admin.js?ver=64cb8db8f307d:1 Uncaught ReferenceError: lodash is not defined
    at 7431 (admin.js?ver=64cb8db8f307d:1:417175)
    at r (admin.js?ver=64cb8db8f307d:1:993292)
    at admin.js?ver=64cb8db8f307d:1:994598
    at r.O (admin.js?ver=64cb8db8f307d:1:993643)
    at admin.js?ver=64cb8db8f307d:1:994612
    at admin.js?ver=64cb8db8f307d:1:994618

    To me it seems that the minified admin.js file includes lodash, but lodash isn’t in the production environment of the plugin. Perhaps lodash is installed in the development environment of the plugin which we do not have access to.

    I suggest importing the lodash plugin and shipping it with the production version of the plugin so that we may be able to see all settings again.

    Thank you for your time.

    If lodash is something you might not want to ship, you might want to take a look at:

    https://youmightnotneed.com/lodash

    I hope the plugin developer will read my message.

    • This reply was modified 1 year, 7 months ago by simbaclaws.
    • This reply was modified 1 year, 7 months ago by simbaclaws.
    Thread Starter simbaclaws

    (@simbaclaws)

    I think the only thing you’d have to do is put a check for:

    if (is_admin()) {
    
    }

    somwehere inside your code.

    • This reply was modified 2 years, 4 months ago by simbaclaws.
    Plugin Contributor simbaclaws

    (@simbaclaws)

    I’ll mark this ticket as resolved for now.

    If you want you can make a new ticket for the currency character.

    Plugin Contributor simbaclaws

    (@simbaclaws)

    I’ll close this ticket because it should have been fixed by now.
    If it’s not, please make a new ticket.

    Plugin Contributor simbaclaws

    (@simbaclaws)

    Dear hardtokill,

    I just checked your website, and things seem to be working now.
    However, I did find out that the russian currency character still doesn’t work for the pdf.

    I think this has to do with the dejavusans font not having this character in it’s character set sadly enough.

    Perhaps we can find a way to support this character in dejavusans by adding it or use a different font that does have full support and convert this to a tcpdf format.

    We also found a bug related to installing the pro version while you have the free version installed that has our priority right now.

    So for now this currency issue has a low priority for us.
    I’m sorry if this inconveniences you.

    We’ll do our best to keep users of our plugin happy.

    Plugin Contributor simbaclaws

    (@simbaclaws)

    Dear hardtokill,

    Thank you for pointing out this issue, some things went wrong with updating the svn repository. I’m still in the process of learning how the svn command line tools work and made a few mistakes. I’m more familiar with git than svn.

    I now have succesfully added all the files to version 1.0.5 and the tag 1.0.5.

    Could you please remove the plugin from your wordpress installation and redownload/reinstall it from the official wordpress website or via the plugins setting?

    Please let us know if this fixes it.

    • This reply was modified 3 years, 8 months ago by simbaclaws.
    Plugin Contributor simbaclaws

    (@simbaclaws)

    Уважаемый/ая Hardtokill,

    Прежде всего, хотим поблагодарить вас за отзыв, который очень ценен для нас.

    Совсем недавно состоялся релиз нашей новой бесплатной версии с номером 1.0.5.
    Данная версия должна была решить проблему с кириллицей.

    Кроме этого, мы сделали расширение, в котором настройки можно теперь передавать в шорткод в качестве параметров непосредственно на странице настроек.
    Это позволит вам теперь везде размещать разные шорткоды с различными параметрами.

    Таким образом, посредством использования:

    [pricelist output=”html”] или [pricelist output=”pdf”]

    становится возможным формирование различных типов прайслистов (стандартная кнопка или представление в формате html).

    Возможность генерирования ссылки на pdf-документ мы добавили в платную pro-версию.
    В pro-версии также возможно использовать дополнительный параметр: generate_url, для того, чтобы шорткод возвращал ссылку, которую вы сможете использовать, например, в самостоятельно создаваемых вами кнопках или ссылках.

    Не могли бы вы сообщить, что вы думаете о нашем новом релизе и как его расцениваете?

    Мы будем очень признательны, если вы поделитесь с нами и другими вашими замечаниями и предложениями!

    С уважением,
    Simbaclaws

    Plugin Contributor simbaclaws

    (@simbaclaws)

    Dear Ian,

    Sorry for the somewhat late response from our side, we’ve been quite busy with other things.

    We’ve just pushed out an update that fixes this issue for smaller screens and different wordpress themes (where the content area is smaller).
    It depends on how many columns are being displayed and how much space is left for the image column.

    We’re thinking about dropping some of the columns for smaller devices or create a different working solution for smaller devices, so that information can still be properly displayed. But this will be in a future version.

    Version 1.0.2 should have this fixed when using the default amount of columns with information.
    (image, title, price), more column support for smaller devices will probably be a future update.

    The pro version does not have this fix yet but will so soon in the pro version 1.0.4.

    • This reply was modified 3 years, 11 months ago by simbaclaws.
    Thread Starter simbaclaws

    (@simbaclaws)

    Is there some form of hook I can use to change the settings for the home page to another page whenever the theme is switched? I would like to use a theme switcher in the frontend but can I also use a hook to set predefined widget and menu locations for these themes?

    If there is anything I can do development wise to make it so that switching a theme switches all of it’s settings to a predefined set, I would love to make it so. It would be the easiest way to showcase my themes to a client.

    I will bookmark this page for future reference.
    If nessecary I could make a plugin out of this just for showcasing purposes.

    • This reply was modified 5 years, 8 months ago by simbaclaws.
    • This reply was modified 5 years, 8 months ago by simbaclaws.

    I’m experiencing the same issue on my site. I’m also reverting back to 6.4.7 for the time being.

    • This reply was modified 8 years, 1 month ago by simbaclaws.
    Thread Starter simbaclaws

    (@simbaclaws)

    Sorry for double posting but I think I’ve found what I was looking for. The plugin seems a little old but if it doesn’t work I’ll just complaint at the dev team that it doesn’t work for this version. I hope they’ll then update it as I’m buying support for a year from them.

    The plugin I would need is the following:
    https://catmanstudios.com/product/woocommerce-download-tab/?v=796834e7a283

    Exactly what I requested…

    Thread Starter simbaclaws

    (@simbaclaws)

    Nevermind I fixed my issue with a simple function in my functions.php.

Viewing 15 replies - 1 through 15 (of 15 total)