Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Answer from my thread:

    If you need to access the deprecated Imagely settings, follow these steps:

    1. Log into your WordPress dashboard.
    2. Add this query string to your website URL and press enter: /wp-admin/admin.php?page=imagely-settings&tab=hidden
    3. Your URL should look like this: https://www.mywebsite.com/wp-admin/admin.php?page=imagely-settings&tab=hidden

    This will bring up the legacy admin options “NextGEN Gallery > Gallery Settings” from where you should be able to select a global custom template for the gallery display type.

    Please note that these are deprecated Legacy settings, so support may be limited if issues arise.

    U can try this but it didn’t work for me. I’m still waiting for a solution with a custom templates ((

    Answer from my thread:

    If you need to access the deprecated Imagely settings, follow these steps:

    1. Log into your WordPress dashboard.
    2. Add this query string to your website URL and press enter: /wp-admin/admin.php?page=imagely-settings&tab=hidden
    3. Your URL should look like this: https://www.mywebsite.com/wp-admin/admin.php?page=imagely-settings&tab=hidden

    This will bring up the legacy admin options “NextGEN Gallery > Gallery Settings” from where you should be able to select a global custom template for the gallery display type.

    Please note that these are deprecated Legacy settings, so support may be limited if issues arise.

    U can try this but it didn’t work for me. I’m still waiting for a solution with a custom templates ((

    Answer from my thread:

    If you need to access the deprecated Imagely settings, follow these steps:

    1. Log into your WordPress dashboard.
    2. Add this query string to your website URL and press enter: /wp-admin/admin.php?page=imagely-settings&tab=hidden
    3. Your URL should look like this: https://www.mywebsite.com/wp-admin/admin.php?page=imagely-settings&tab=hidden

    This will bring up the legacy admin options “NextGEN Gallery > Gallery Settings” from where you should be able to select a global custom template for the gallery display type.

    Please note that these are deprecated Legacy settings, so support may be limited if issues arise.

    U can try this but it didn’t work for me. I’m still waiting for a solution with a custom templates ((

    Thread Starter axr

    (@axr)

    Not working. I see legacy templates, but my custom templates are still not in list and causes error [Not a valid template]

    Shortcode [ngg src=”galleries” ids=”1″ display=”basic_thumbnail” display_view=”default” template=”/var/www/kmcoru/data/www/kmco.ru/core/ngg/modules/photocrati-nextgen-custom/templates/gallery-custom.php”] doesn’t work

    Thread Starter axr

    (@axr)

    Ответ от поддержки плагина:

    1. Включить на стороне сайта в конфигурации режим отладки в браузере.

    YOUR_HOST/wp-admin/admin.php?page=wc1c&section=configurations&do_action=update&configuration_id=N&form=configurations-update

    где N – цифровой ID конфигурации обмена.

    2. Файлы данных import.xml и offers.xml закачать в папку загрузок плагина /wp-content/uploads/wc1c/configurations/productscml-N/catalog

    где N – цифровой ID конфигурации обмена

    3. Произвести обмен, запустив через адресную строку скрипт обмена

    YOUR_HOST/?wc1c-receiver=N&get_param?type=catalog&mode=import&filename=import.xml

    YOUR_HOST/?wc1c-receiver=N&get_param?type=catalog&mode=import&filename=offers.xml

    где N – цифровой ID конфигурации обмена

    4. В случае успешного завершения обмена вы получите сообщение “success
    Импорт данных из файла успешно завершен.”

    5. Не забудьте отключить режим отладки после завершения настроек плагина.

    У меня обмен сваливался в ошибку, пришлось подкрутить настройки shared-хостинга.

    Значения, при которых всё сработало:
    max_execution_time: 300
    memory_limit: 512M

    Thread Starter axr

    (@axr)

    My testing device runs under Android 4.1.2 using Chrome 42.0.2311.111
    And filter doesn’t work ((

    Did you allow debugging?
    If not then find a string

    define(‘WP_DEBUG’, false);

    in your wp-config.php

    Add this strings below

    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_DISPLAY’, 0);
    define(‘WP_DEBUG_LOG’, 1);

    This will allow you to get debug.log file in your /wp-content folder
    Probably you’ll find the description of your problem in this log.

    And don’t forget to remove added three strings after discovering the source of troubles.

    Thread Starter axr

    (@axr)

    Thank you! The question is solved ))

    sparx2017, thank you! it worked!

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