Forum Replies Created

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

    (@rstrah)

    Guys ?

    Thread Starter Roma

    (@rstrah)

    @sanjeevsetu @akshaycode1
    Any update ?

    Thread Starter Roma

    (@rstrah)

    Thread Starter Roma

    (@rstrah)

    <?php
    /*
    Template Name: Main Blog with ACF
    Template Post Type: blog
    */
    ?>
    <?php $page_id = $post->ID;
    $calendly = get_field('calendly_link', 'option');
    ?>

    <?php get_header(); ?>

    <?php require_once(TEMPLATE_PATH . '_breadcrumbs.php'); ?>
    <?php require_once(TEMPLATE_PATH . '_stive-blog-header-post.php'); ?>

    <section class="article article--post">
    <div class="article__container container">
    <div class="article__wrapper">
    <div class="article__body typography-block">
    <?php
    the_content();
    ?>
    </div>
    <?php display_universal_sidebar(); ?>
    </div>
    </div>
    </section>

    <?php
    $module_ids = get_field('blog_after_main_content', get_queried_object());
    if ($module_ids) {
    foreach ($module_ids as $module_id) {
    $post = get_post($module_id);
    if ($post) {
    if (get_field('is_faq', $module_id)) { ?>
    <section class="faq" id="faq" itemscope itemtype="https://schema.org/FAQPage">
    <div class="container">
    <h2 class="faq__title title-xs">Frequently Asked Questions</h2>
    <?php
    setup_postdata($post);
    the_content();
    wp_reset_postdata();
    ?>
    </div>
    </section>
    <?php } else {
    setup_postdata($post);
    the_content();
    wp_reset_postdata();
    }
    }
    }
    }
    ?>

    <?php get_footer(); ?>
    <?php

    function create_module_for_blog_after_main_content()
    {
    register_post_type(
    'module_for_blog',
    array(
    'label' => __('Module for blog after content'),
    'labels' => array(
    'name' => _x('Module for blog after content', 'Post Type General Name'),
    'singular_name' => _x('Module for blog after content', 'Post Type Singular Name'),
    'menu_name' => __('Block for blog after content'),
    'search_items' => __('Find module for blog after content'),
    'all_items' => __('All module for blog after content'),
    'parent_item' => __('Parent module for blog after content'),
    'parent_item_colon' => __('Parent module for blog after content:'),
    'add_new_item' => __('Add new module for blog after content'),
    'new_item_name' => __('New name for blog after content'),
    ),
    'supports' => array('title', 'editor', 'page-attributes'),
    'hierarchical' => true,
    'public' => false,
    'show_ui' => true,
    'show_in_menu' => true,
    'show_in_nav_menus' => false,
    'can_export' => true,
    'has_archive' => false,
    'exclude_from_search' => true,
    'publicly_queryable' => false,
    'capability_type' => 'post',
    'query_var' => false,
    'rewrite' => false,
    'menu_position' => 20,
    'menu_icon' => 'dashicons-category',
    'show_in_rest' => true,
    )
    );
    }

    add_action('init', 'create_module_for_blog_after_main_content');
    <!-- wp:saswp/faq-block {"items":[{"index":0,"title":"What is OMINA token?","description":"\u003cimg key=\u0022289\u0022 class=\u0022alignright\u0022 style=\u0022height:undefinedpx; width: undefinedpx;\u0022 src=\u0022https://dev.stive.ai/wp-content/uploads/2026/04/nda-logo.svg\u0022 alt=\u0022\u0022\u003eOMINA is a BEP-20 utility token on the Binance Smart Chain (BSC) designed for the trading community. It serves as the backbone of our ecosystem, facilitating efficient transactions and granting access to premium features.","imageUrl":"https://dev.stive.ai/wp-content/uploads/2026/04/nda-logo.svg","imageId":289,"isSelected":true,"questionID":"1","image_sizes":{"full":{"url":"https://dev.stive.ai/wp-content/uploads/2026/04/nda-logo.svg"}}},{"title":"What is OMINA token?","description":"You can purchase OMINA on decentralized exchanges (DEX) like PancakeSwap. Ensure you have a BSC-compatible wallet with some BNB for gas fees, then swap your BNB or USDT for OMINA using our official contract address.","index":1,"isSelected":false,"imageUrl":"","imageId":null,"questionID":"2"},{"index":2,"title":"What is OMINA token?","description":"OMINA offers near-instant transaction speeds, extremely low network fees thanks to BSC, and a unique redistribution model that rewards long-term holders while maintaining liquidity.","imageUrl":"","imageId":null,"isSelected":false,"questionID":"3","image_sizes":{"full":{"url":"https://dev.stive.ai/wp-content/uploads/2026/04/nda-logo.svg"}}},{"index":3,"title":"What is OMINA token?","description":"OMINA is compatible with any wallet that supports the Binance Smart Chain, including MetaMask, Trust Wallet, Binance Web3 Wallet, and hardware wallets like Ledger when connected to a BSC-compatible interface.","imageUrl":"","imageId":null,"isSelected":false,"questionID":"4"},{"index":4,"title":"What is OMINA token?","description":"OMINA features a fixed total supply to prevent inflation. Our tokenomics include a strategic allocation for ecosystem development, community rewards, and a liquidity lock to ensure market stability and investor confidence.","imageUrl":"","imageId":null,"isSelected":false,"questionID":"5"}]} /-->
    Thread Starter Roma

    (@rstrah)

    @sanjeevsetu Hi.
    I can send a copy by duplicator, will that help?

    Thread Starter Roma

    (@rstrah)

    Any update ?

    Thread Starter Roma

    (@rstrah)

    @akshaycode1 Hi. Any update ?

    Thread Starter Roma

    (@rstrah)

    Thread Starter Roma

    (@rstrah)

    @akshaycode1
    I made a mistake in the previous post, the problem is not solved) See screen in my prev post

    • This reply was modified 1 month, 3 weeks ago by Roma.
    Thread Starter Roma

    (@rstrah)

    Thread Starter Roma

    (@rstrah)

    Hi @jeremrm
    I send info in email

    Thread Starter Roma

    (@rstrah)

    @jaideeprm hi



    ` rank-math

    version: 1.0.265
    database_version: 1
    plugin_plan: Free
    active_modules: link-counter, analytics, seo-analysis, sitemap, rich-snippet, role-manager, amp, 404-monitor, redirections, image-seo, llms-txt
    refresh_token: Токен имеется
    permissions: Консоль поиска: Даны
    rank_math_404_logs: 256 КБ
    rank_math_redirections: 48 КБ
    rank_math_redirections_cache: 3 МБ
    rank_math_internal_links: 19 МБ
    rank_math_internal_meta: 4 МБ
    rank_math_analytics_gsc: 695 МБ
    rank_math_analytics_objects: 18 МБ
    rank_math_analytics_inspections: 9 МБ wp-core

    version: 6.9.4
    site_language: ru_RU
    user_language: ru_RU
    timezone: +03:00
    permalink: /%postname%/
    https_status: true
    multisite: false
    user_registration: 0
    blog_public: 1
    default_comment_status: undefined
    environment_type: production
    user_count: 262
    dotorg_communication: true wp-dropins (3)

    advanced-cache.php: true
    db.php: true
    object-cache.php: true wp-active-theme

    name: (ztml-theme)
    version: undefined
    author: Аноним
    author_website: (undefined)
    parent_theme: none
    theme_features: core-block-patterns, admin-bar, post-thumbnails, widgets-block-editor, editor-style, post-formats, widgets, menus
    theme_path: /var/www/www-root/data/www/minsknews.by/wp-content/themes/ztml-theme
    auto_update: Выключено wp-mu-plugins (1)

    Troubleshooting Mode: author: (undefined), version: 1.0.1 wp-plugins-active (47)

    Advanced Database Cleaner: version: 4.0.7, author: SigmaPlugin, Автоматические обновления отключены
    Advanced Editor Tools: version: 5.9.2, author: Automattic, Автоматические обновления отключены
    Breadcrumb: version: 1.5.54, author: PickPlugins, Автоматические обновления отключены
    Carbon Fields: version: 3.6.5, author: htmlburger, Автоматические обновления отключены
    Classic Editor: version: 1.6.7, author: WordPress Contributors, Автоматические обновления отключены
    Classic Widgets: version: 0.3, author: WordPress Contributors, Автоматические обновления отключены
    CompressX - AVIF & WebP Converter: version: 0.9.36, author: WPvivid Team, Автоматические обновления отключены
    CompressX Pro: version: 1.9.12, author: WPvivid Team, Автоматические обновления отключены
    Conditional Widgets: version: 3.3, author: Jason LeMahieu and Kevin Graeme, Автоматические обновления отключены
    Contact Form 7: version: 6.1.5, author: Rock Lobster Inc., Автоматические обновления отключены
    Custom Admin Notifications: version: 1.1, author: Roman Strah, Автоматические обновления отключены
    Cyr-To-Lat: version: 6.6.0, author: Sergey Biryukov, Mikhail Kobzarev, Igor Gergel, Автоматические обновления отключены
    Easy Table of Contents: version: 2.0.81, author: Magazine3, Автоматические обновления отключены
    ElasticPress: version: 5.3.2, author: 10up, Автоматические обновления отключены
    ElasticPress Proxy: version: 1.0.0, author: 10up | ElasticPress.io, Автоматические обновления отключены
    Internet Archive Wayback Machine Link Fixer: version: 1.3.5, author: Internet Archive (latest version: 1.3.6), Автоматические обновления отключены
    Lite Video Embed (YouTube, RuTube): version: 1.8.0.3, author: Mikhail Kobzarev, Автоматические обновления отключены
    MAIL.RU Informer: version: 3.1.0, author: Roman Strah, Автоматические обновления отключены
    Microsoft Clarity: version: 0.10.21, author: Microsoft, Автоматические обновления отключены
    Missed Scheduled Posts Publisher by WPBeginner: version: 2.1.0, author: WPBeginner, Автоматические обновления отключены
    Post SMTP: version: 3.8.0, author: Post SMTP, Автоматические обновления отключены
    ProfilePress: version: 4.16.12, author: ProfilePress Membership Team, Автоматические обновления отключены
    Public Post Preview: version: 3.1.0, author: Dominik Schilling, Автоматические обновления отключены
    Query Monitor: version: 3.20.2, author: John Blackbourn, Автоматические обновления отключены
    Quiz And Survey Master: version: 10.3.5, author: ExpressTech, Автоматические обновления отключены
    Rank Math SEO: version: 1.0.265, author: Rank Math SEO, Автоматические обновления отключены
    ReCrawler: version: 0.1.5, author: Mikhail Kobzarev, Автоматические обновления отключены
    Redis Object Cache: version: 2.7.0, author: Till Krüss, Автоматические обновления отключены
    Remove CPT base: version: 6.7, author: KubiQ, Автоматические обновления отключены
    Schema & Structured Data for WP & AMP: version: 1.56, author: Magazine3, Автоматические обновления отключены
    Shortcodes Ultimate: version: 7.4.9, author: Vova Anokhin, Автоматические обновления отключены
    Site Health Tools: version: 1.0.1, author: Clorith, Автоматические обновления отключены
    TotalRating Pro: version: 1.8.5, author: TotalSuite, Автоматические обновления отключены
    Troubleshooting: version: 1.0.2, author: Clorith, Автоматические обновления отключены
    User Role Editor: version: 4.64.6, author: Vladimir Garagulya, Автоматические обновления отключены
    Wordfence Security: version: 8.1.4, author: Wordfence, Автоматические обновления отключены
    WP Activity Log: version: 5.6.1, author: Melapress, Автоматические обновления отключены
    WPAdCenter: version: 2.6.1, author: WPEka Club, Автоматические обновления отключены
    WP Crontrol: version: 1.21.0, author: John Blackbourn, Автоматические обновления отключены
    WP Fastest Cache: version: 1.4.6, author: Emre Vona, Автоматические обновления отключены
    WP Help: version: 1.7.5, author: Mark Jaquith, Автоматические обновления отключены
    XML Sitemap & Google News: version: 5.7.2, author: RavanH, Автоматические обновления отключены
    Yandex.News Feed by Teplitsa: version: 1.12.5, author: Teplitsa, Автоматические обновления отключены
    Zen Feed (Свежее и актуальное, Дзен, Пульс, Яндекс.Новости): version: 0.8.5, author: Mikhail Kobzarev, Автоматические обновления отключены
    Статистика по журналистам: version: 0.0.1, author: Velial Cypher, Автоматические обновления отключены
    Статистика по новостям: version: 0.3, author: Strah Roman, Автоматические обновления отключены
    ТОП-3 Минск && Итоги: version: 0.0.1, author: Velial Cypher, Автоматические обновления отключены wp-server

    server_architecture: Linux 5.10.0-35-amd64 x86_64
    httpd_software: nginx/1.27.5
    php_version: 8.4.11 64bit
    php_sapi: fpm-fcgi
    max_input_variables: 3000
    time_limit: 60
    memory_limit: 5120M
    max_input_time: 60
    upload_max_filesize: 256M
    php_post_max_size: 256M
    curl_version: 7.74.0 OpenSSL/1.1.1w
    suhosin: false
    imagick_availability: true
    pretty_permalinks: true
    htaccess_extra_rules: true
    static_robotstxt_file: true
    current: 2026-03-13T05:18:45+00:00
    utc-time: Friday, 13-Mar-26 05:18:45 UTC
    server-time: 2026-03-13T08:18:44+03:00 wp-database

    extension: mysqli
    server_version: 8.0.43-34
    client_version: mysqlnd 8.4.0
    max_allowed_packet: 268435456
    max_connections: 350 wp-constants

    WP_HOME: undefined
    WP_SITEURL: undefined
    WP_CONTENT_DIR: /var/www/www-root/data/www/minsknews.by/wp-content
    WP_PLUGIN_DIR: /var/www/www-root/data/www/minsknews.by/wp-content/plugins
    WP_MEMORY_LIMIT: 40M
    WP_MAX_MEMORY_LIMIT: 5120M
    WP_DEBUG: false
    WP_DEBUG_DISPLAY: true
    WP_DEBUG_LOG: false
    SCRIPT_DEBUG: false
    WP_CACHE: true
    CONCATENATE_SCRIPTS: undefined
    COMPRESS_SCRIPTS: undefined
    COMPRESS_CSS: undefined
    WP_ENVIRONMENT_TYPE: undefined
    WP_DEVELOPMENT_MODE: undefined
    DB_CHARSET: utf8
    DB_COLLATE: undefined wp-filesystem

    wordpress: writable
    wp-content: writable
    uploads: writable
    plugins: writable
    themes: writable
    fonts: does not exist
    mu-plugins: writable
    Thread Starter Roma

    (@rstrah)

    @takayukister You can try in footer

    Thread Starter Roma

    (@rstrah)

    Thread Starter Roma

    (@rstrah)

    @takayukister, However, at the moment, the empty field check happens on the backend, I would like to implement it on the frontend

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