Me777 link philippines.REGISTER NOW GET FREE 888 PESOS REWARDS! https://www.ads-software.com/support/plugin/panda-pods-repeater-field/feed Tue, 26 Nov 2024 06:04:40 +0000 https://bbpress.org/?v=2.7.0-alpha-2 en-US https://www.ads-software.com/support/topic/is-there-any-way-to-fetch-data-using-js/ <![CDATA[Is there any way to fetch data using JS?]]> https://www.ads-software.com/support/topic/is-there-any-way-to-fetch-data-using-js/ Mon, 14 Oct 2024 07:39:58 +0000 sinahosseinigst Replies: 1

Hi @codingpanda!

const url = "https://localhost:8012/wordpress/wp-json/wp/v2/"
const response = await fetch(url);
const json = await response.json();
console.log(json);

I used the code above but couldn’t find Pods to be shown in my HTML… Any help?

]]>
https://www.ads-software.com/support/topic/using-repeaters-with-pods-and-paid-membership-pro/ <![CDATA[Using repeaters with Pods and Paid Membership Pro]]> https://www.ads-software.com/support/topic/using-repeaters-with-pods-and-paid-membership-pro/ Tue, 17 Oct 2023 13:15:05 +0000 Trident Marketing Anglia Ltd Replies: 0

Hi,
I’m currently using this plugin with Pods and Paid Memberships Pro. I’m trying to make a repeater group so that on a sign up page, it asks details about the company directors. I want the name of the director and the number of shares owned, in a group, so then I can add multiple directors etc.

I followed the screen grabs but using pods 3.0.6 and Panda Pods 1.5.11 – the screenshots are different to what I see and the repeater fields aren’t displayed at all. I get the name of the content box, but the two fields dont show.

Any ideas?

]]>
https://www.ads-software.com/support/topic/unknown-column-2/ <![CDATA[Unknown column]]> https://www.ads-software.com/support/topic/unknown-column-2/ Tue, 26 Sep 2023 19:28:22 +0000 mullerroland Replies: 2

I started getting this error and not sure when it started. No error on submission it just not showing anything for the repeating fields.

Unknown column ‘pandarf_parent_pod_id’ in ‘where clause’ for query SELECT * ,(
SELECT GROUP_CONCAT( psl0_tb.related_item_id ORDER BY psl0_tb.weight ASC SEPARATOR “,” )
FROM msc_podsrel AS psl0_tb
WHERE psl0_tb.pod_id = “1570”
AND psl0_tb.field_id = “1575”
AND psl0_tb.item_id = pod_tb.id
GROUP BY psl0_tb.item_id
) AS author FROM msc_pods_revenue_source AS pod_tb WHERE 1=1 AND pandarf_parent_pod_id = 77 AND pandarf_parent_post_id = 1569 AND pandarf_pod_field_id = 95 ORDER BY CAST( pandarf_order AS UNSIGNED ) ASC made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/scratchpad-child/single-application.php’), get_template_part, locate_template, load_template, require(‘/themes/scratchpad-child/edit-application.php’), pandarf_items_fn, get_pandarf_items

]]>
https://www.ads-software.com/support/topic/repeater-only-or-mix/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Repeater only or mix?]]> https://www.ads-software.com/support/topic/repeater-only-or-mix/ Sat, 08 Jul 2023 08:33:24 +0000 johnynla Replies: 1

Hello, sorry if question is too simple, but still I don’t see answer – how it possible to make CustomFields set for CPT/ACT with structure like:

– CustomField1

– CustomField2

– CustomReapeterFieldsSet1

– CustomField3

– CustomReapeterFieldsSet2

– CustomField4

So the mix of some CustomFields and CustomReapeterFieldsSets…

So now I see the next possibilities:

A) Add to any CPT/ACT many single CustomFields (standard functionality);

B) Add to any CPT/ACT mix of single CustomFields and single RepeaterCustomFields (standard functionality from Pods 2.9);

C) Add to any CPT/ACT ONLY ONE CustomReapeterFieldsSet (with your addon)?

D) But is it possible to add to any CPT/ACT mix of some CustomFields and some RepeaterCustomFields and MANY CustomReapeterFieldsSets… ???

  • This topic was modified 1 year, 4 months ago by johnynla.
]]>
https://www.ads-software.com/support/topic/supported-gutenberg-blocks-plugins/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Supported Gutenberg Blocks plugins]]> https://www.ads-software.com/support/topic/supported-gutenberg-blocks-plugins/ Fri, 07 Jul 2023 13:03:22 +0000 johnynla Replies: 1

Hello, which Gutenberg Blocks plugins support Repeated data from DB Custom Table displaying at frontend without coding?

]]>
https://www.ads-software.com/support/topic/how-to-allow-the-repeater-field-in-a-pod-form-at-the-frontend/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>How to allow the repeater field in a Pod form at the frontend]]> https://www.ads-software.com/support/topic/how-to-allow-the-repeater-field-in-a-pod-form-at-the-frontend/ Tue, 25 Apr 2023 00:44:54 +0000 margm Replies: 3

Hi

I am using the filter ‘pprf_load_panda_repeater_allow_input‘ on a standard pods form but without success.

I can see that $is_allowed is successfully returned as true but only the id and title fields are displayed on the form – the other repeatable fields do not expand the when I click the edit icon.

Do you have any ideas what I might be doing wrong?

In case it helps:
– Nothing is checked in the fields’ advanced section to restrict visibility.
– I am able to add and edit repeated fields in the backend without problem.
– I am using just two levels of pods – the main pod and one level of repeatable fields.
– I eventually intend to use the fields on a custom frontend form but, when I tested in this way, I had the same problem (so the standard pods form is an attempt to simplify things).

Thanks
Martin

PANDA 1.5.10
PODS 2.9.13
WP 6.2

]]>
https://www.ads-software.com/support/topic/bricks-builder-compatibility-2/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Bricks Builder compatibility]]> https://www.ads-software.com/support/topic/bricks-builder-compatibility-2/ Thu, 06 Apr 2023 14:52:51 +0000 dizplay Replies: 25

I’m trying to make the contents of a repeater appear in bricks, without success. Does anyone have any tips or guides?

]]>
https://www.ads-software.com/support/topic/each-loop-if-field/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>[each] loop + [if field … ]]]> https://www.ads-software.com/support/topic/each-loop-if-field/ Sat, 08 Oct 2022 06:31:25 +0000 [email protected] Replies: 1

sorry, hate coming up with subjects … hopefully my ask is better …

Hopefully I’m asking this in the right place .. the repeater field is implemented with Panda, so I’m figuring it has something to do with how its being linked …

I’ve got a pod created that defines a staff member for a spa, and I’ve added a ACT using Panda pods to define their hourly rates … it all set up great, I can enter data, I can see it on the backend … and I can even see it ( sort of ) on the front end, but I’m trying to do something that i’m jus tnot figuring out …

I made a Pod Template:

<center>
<table width=75% border=1>
[each hourly_rates]
<tr>
<td width=25%>{@time_label}</td>
<td width=25%>$ {@service1}</td>
<td width=25%>[if field=”service2″ value=”0″ compare=”>”]$ {@service2}[/if]</td>
<td width=25%>$ {@service3}</td>
</tr>
[/each]
</table>
</center>

But I can’t get the if statement to work … if I take the if statement out, the value for @server2 shows properly … with the if statement there, then the table entry is empty, as if the if is returning FALSE, so I’m thinking I’m somehow referencing the fields wrong … ?

the ACT is defined as a table, and as:

> describe wp_gtuqdz_pods_rate_table;
+————————-+—————–+——+—–+———————+—————-+
| Field | Type | Null | Key | Default | Extra |
+————————-+—————–+——+—–+———————+—————-+
| id | bigint unsigned | NO | PRI | NULL | auto_increment |
| time_label | decimal(4,0) | YES | | NULL | |
| service2 | decimal(4,0) | YES | | NULL | |
| service1 | decimal(4,0) | YES | | NULL | |
| service3 | decimal(4,0) | YES | | NULL | |
| pandarf_parent_pod_id | int | NO | | NULL | |
| pandarf_parent_post_id | int | NO | | NULL | |
| pandarf_pod_field_id | int | NO | | NULL | |
| pandarf_order | text | NO | | NULL | |
| pandarf_created | datetime | NO | | 0000-00-00 00:00:00 | |
| pandarf_modified | datetime | NO | | 0000-00-00 00:00:00 | |
| pandarf_modified_author | int | NO | | NULL | |
| pandarf_author | int | NO | | NULL | |
| pandarf_trash | int | NO | | 0 | |
+————————-+—————–+——+—–+———————+—————-+
14 rows in set (0.00 sec)

I’ve checked the backend … when I leave a field blank during data entry ( ie. service3 is blank ), it gets a value of 0 in the field, which is why I’m asking it to display a value *only* if that field is > 0 …

I’m always happy with a pointer to RTFM, but am hoping that its something stupid that I’ve just not tried or found in my searches of the docs to date …

Thanks for your patience, any help appreciated …

]]>
https://www.ads-software.com/support/topic/issue-plugin-lacks-support-for-php-8-1/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Issue: Plugin lacks support for PHP 8.1]]> https://www.ads-software.com/support/topic/issue-plugin-lacks-support-for-php-8-1/ Thu, 25 Aug 2022 13:04:42 +0000 jemon Replies: 11

Hey!

I have a website running WordPress 6.0.1 and the latest version of your plugin at the time of writing this, being version 1.5.2. I tried upgrading the server the website is running on to be using PHP 8.1 instead of 7.4. However, when I tried accessing the page after upgrading I was greeted by the usual “The Site Is Experiencing Technical Difficulties” message.

I get an error log printed to my debug.log file and if I’m reading it properly, it seems the problem is originating from your plugin’s main file. The output of my debug.log file is as follows:

Stack trace:

#0 /var/www/html/wp-admin/includes/class-wp-filesystem-ftpext.php(230): ftp_pwd(NULL)
#1 /var/www/html/wp-admin/includes/class-wp-filesystem-ftpext.php(450): WP_Filesystem_FTPext->cwd()
#2 /var/www/html/wp-content/plugins/pods-alternative-cache/classes/Pods/Alternative/Cache/File.php(335): WP_Filesystem_FTPext->is_dir('/var/www/sites/...')
#3 /var/www/html/wp-content/plugins/pods-alternative-cache/classes/Pods/Alternative/Cache/File.php(246): Pods_Alternative_Cache_File->get_path_for_file('000001/2/f33/a8...')
#4 /var/www/html/wp-content/plugins/pods-alternative-cache/classes/Pods/Alternative/Cache.php(119): Pods_Alternative_Cache_File->get_value('pods_pods_field...', '')
#5 /var/www/html/wp-includes/class-wp-hook.php(307): Pods_Alternative_Cache->has_value(false, 'transient', 'pods_pods_field...', 'pods_field_type...', '')
#6 /var/www/html/wp-includes/plugin.php(191): WP_Hook->apply_filters(false, Array)
#7 /var/www/html/wp-content/plugins/pods/classes/PodsView.php(207): apply_filters('pods_view_cache...', false, 'transient', 'pods_pods_field...', 'pods_field_type...', '')
#8 /var/www/html/wp-content/plugins/pods/includes/general.php(2273): PodsView::get('pods_field_type...', 'transient', '', NULL)
#9 /var/www/html/wp-content/plugins/pods/includes/general.php(2374): pods_view_get('pods_field_type...', 'transient', '', NULL)
#10 /var/www/html/wp-content/plugins/pods/classes/PodsForm.php(1571): pods_transient_get('pods_field_type...')
#11 /var/www/html/wp-content/plugins/pods/includes/general.php(2702): PodsForm::register_field_type('pandarepeaterfi...', '/var/www/sites/...')
#12 /var/www/html/wp-content/plugins/panda-pods-repeater-field/panda-pods-repeater-field.php(444): pods_register_field_type('pandarepeaterfi...', '/var/www/sites/...')
#13 /var/www/html/wp-includes/class-wp-hook.php(307): panda_repeater_safe_activate('')
#14 /var/www/html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
#15 /var/www/html/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#16 /var/www/html/wp-settings.php(461): do_action('plugins_loaded')
#17 /var/www/html/wp-config.php(104): require_once('/var/www/sites/...')
#18 /var/www/html/wp-load.php(50): require_once('/var/www/sites/...')
#19 /var/www/html/wp-blog-header.php(13): require_once('/var/www/sites/...')
#20 /var/www/html/index.php(17): require('/var/www/sites/...')
#21 {main}
thrown in /var/www/html/wp-admin/includes/class-wp-filesystem-ftpext.php on line 230
[24-Aug-2022 10:28:50 UTC] PHP Fatal error: Uncaught TypeError: ftp_pwd(): Argument #1 ($ftp) must be of type FTP\Connection, null given in /var/www/html/wp-admin/includes/class-wp-filesystem-ftpext.php:230

From before the PHP upgrade (when the server was running PHP 7.4) I used to get this error message in my debug.log:

24-Aug-2022 11:56:34 UTC] PHP Warning: ftp_pwd() expects parameter 1 to be resource, null given in /var/www/html/wp-admin/includes/class-wp-filesystem-ftpext.php on line 230

It seems it’s been a problem for a while but before PHP 8.1 it only threw a warning and not an error.

If you believe the error is not coming from the Panda Pods Repeater Field plugin, I’d greatly appreciate it if you could point me in the proper direction.

Thanks in advance!

]]>
https://www.ads-software.com/support/topic/filter-via-date-in-the-repeater-field/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Filter via date in the repeater field]]> https://www.ads-software.com/support/topic/filter-via-date-in-the-repeater-field/ Fri, 08 Jul 2022 04:28:32 +0000 jaceejoef Replies: 1

Hi,

I have an events page that has a list, map and calendar views. The list and map view filters using one date but the map view needs to filter using the whole month.

These are my current WHERE clause using normal pods field:

List and Map views
$where[] = "'$date' BETWEEN CAST(opening_date_time.meta_value as DATE) AND CAST(closing_date_time.meta_value as DATE)";

Calendar view
$where[] = "CAST(opening_date_time.meta_value as DATE) BETWEEN '$month_first_date' AND '$month_last_date'";

One event can be scheduled on multiple dates that’s why I opted to use repeater fields. I created a Datetime ACT (fields: date, opening time, closing time).

I’m not sure know how to implement the filter with repeater fields. Hope you can help me out.

]]>
https://www.ads-software.com/support/topic/this-plugin-woks-with-internal-pods-templates/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>This plugin woks with internal Pods Templates?]]> https://www.ads-software.com/support/topic/this-plugin-woks-with-internal-pods-templates/ Wed, 15 Jun 2022 18:51:41 +0000 Christos Vouzas Replies: 12

Hi, This plugin woks with internal Pods Templates?
i place to my template {@repeat_field} but nothing happens.
The fields not snowing.
Thank you.

]]>
https://www.ads-software.com/support/topic/displaying-nested-repeaters/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>displaying nested repeaters]]> https://www.ads-software.com/support/topic/displaying-nested-repeaters/ Wed, 20 Apr 2022 10:40:17 +0000 M1chel Replies: 1

Hi, how do I display nested repeaters?

for instance:
I created a a repeater named ‘town’ and a repeater called ‘places’. ‘places’ are part of the fields of ‘town’ but I don’t know how to display them for each ‘town’ entry.

I tried a loop but it displays all the entries of ‘places’ and not just the ones of their parent post. (town = luoghi and places = consigliati)

<section class="luoghi_da_visitare">
    <ul> 
        <?php
            $mypod = pods( 'luogo' ); 
            
            $mypod->find();
         
            // Loop through the items returned.
            
         while ( $mypod->fetch() ) {
            ?>
        <li class="luogo_item">
            <div class="luogo_img">
                 <img src="<?php    echo $mypod->display( 'immagine_luogo' ); ?>" alt="">
                 </div>
            <div class="luogo_testo">
            <a href="<?php    echo $mypod->display( 'sito_turismo' ); ?>"><?php    echo '<h3>' . $mypod->display( 'name' ) . '</h3>'; ?></a>
           
                <?php    echo $mypod->display( 'descrizione_del_luogo' ); ?>
                <a href="<?php the_permalink(); ?>" class="button">Scopri di piĆ¹</a>
                <div class="consigliati">
                    <h4>Consigliamo</h4>
                    <ul>
                    <?php
            $consigliati = pods( 'consigliati' ); 
            
            $consigliati->find();
         
            // Loop through the items returned.
            
         while ( $consigliati->fetch() ) {
            ?>
                        <li>
                            <a href="<?php    echo $consigliati->display( 'link_al_posto' ); ?>"><?php    echo $consigliati->display( 'name' ); ?></a>
                        </li>
                        <?php
            } //endwhile  
            ?>   
                    </ul>
                </div>
            </div>
            
        </li>
            <?php
            } //endwhile  
            ?>        
        
    </ul>
</section>
]]>
https://www.ads-software.com/support/topic/date-field-is-not-working-in-repeater/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Date Field is not working in repeater]]> https://www.ads-software.com/support/topic/date-field-is-not-working-in-repeater/ Sat, 09 Apr 2022 05:26:16 +0000 Jaswinder0091 Replies: 1

After the latest update, the date field is not working anymore, it’s not giving the date output.

]]>
https://www.ads-software.com/support/topic/insert-with-additional-field/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Insert with additional field]]> https://www.ads-software.com/support/topic/insert-with-additional-field/ Tue, 22 Mar 2022 23:24:41 +0000 jaceejoef Replies: 2

Hi,

I use pandarf_insert function to insert content and it does its job but only if I insert just the name field. I have two fields: name and image.

This code works:

$id_int = pandarf_insert(
	array( 
		'name' => '11112'
	), 
	array( 
		'child_pod_name' => 'fabric_code', 
		'parent_pod_id' => 548, // parent cpt id
		'parent_pod_post_id' => 1201, // the post id
		'parent_pod_field_id' => 566, // parent cpt field id
		'user_id' => 1
	), 
	true
);

This code doesn’t work:

$id_int = pandarf_insert(
	array( 
		'name' => '11112',
		'image' => '1138' // also tried image link here but does nothing
	), 
	array( 
		'child_pod_name' => 'fabric_code', 
		'parent_pod_id' => 548, // parent cpt id
		'parent_pod_post_id' => 1201, // the post id
		'parent_pod_field_id' => 566, // parent cpt field id
		'user_id' => 1
	), 
	true
);

The non-working code returns this SQL:
INSERT INTO 'wp_osnnwxgsg5_pods_fabric_code' ( 'name','image','pandarf_parent_pod_id','pandarf_parent_post_id','pandarf_pod_field_id','pandarf_created','pandarf_modified','pandarf_modified_author','pandarf_author','pandarf_order' ) VALUES ( 11112,1138,548,1201,566,'2022-03-22 23:18:50','2022-03-22 23:18:50',1,1,3 );
I execute this SQL and it says “image” is an unknown column.

To investigate further, I insert the content in the dashboard instead of code and checked how they are placed in the database tables. The content with the name field is added in the wp_osnnwxgsg5_pods_fabric_code table and the image field is added on wp_osnnwxgsg5_podsrel.

These are the screenshots of the database tables:

View post on imgur.com

View post on imgur.com

  • This topic was modified 2 years, 8 months ago by jaceejoef. Reason: formatting
  • This topic was modified 2 years, 8 months ago by jaceejoef. Reason: additional info
  • This topic was modified 2 years, 8 months ago by James Huff.
]]>
https://www.ads-software.com/support/topic/whats-the-best-way-to-give-my-panda-ish-website-to-the-cutomer/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>What’s the best way to give my Panda-ish website to the cutomer?]]> https://www.ads-software.com/support/topic/whats-the-best-way-to-give-my-panda-ish-website-to-the-cutomer/ Tue, 01 Mar 2022 07:24:30 +0000 sinahosseinigst Replies: 3

I have all the WordPress theme files, everything works fine with Pods created inside the project, and Repeater Pods are also everywhere! But how to give it to the customer I have? Maybe export all Rpeater Pods, and give it along with theme files to the customer to edit the content of the website themselves?
I’m waiting @codingpanda!

]]>
https://www.ads-software.com/support/topic/how-to-have-condition-inside-echo-html-content/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>How to have condition inside echo ‘html content’?]]> https://www.ads-software.com/support/topic/how-to-have-condition-inside-echo-html-content/ Sun, 27 Feb 2022 19:28:18 +0000 sinahosseinigst Replies: 2


        <?php
          $params= array(
            'orderby' => 't.post_title DESC',
            'limit' => 25,
          );
          $music_pod= pods( 'padra_content', $params );
          $items= $music_pod->data();
              
          foreach( $items as $item ){
            $musics = pods_field( 'padra_content', $item->ID, 'album_single_track' );
            foreach( $musics as $music){
              // lyrics having album
              if($music['album_or_single_track'] && !$music['instrumental_or_with_lyrics']){
                echo '<article class="lyrics-having-album flex xl:flex-row flex-col xl:justify-center xl:items-stretch items-center xl:not-last-child:mb-c-13 md:not-last-child:mb-c-57 not-last-child:mb-20">
                  <!-- img & iframe & btn -->
                  <div class="xl:w-2/6 md:w-c-40 sm:w-80 w-60">
                    <div class="w-full sticky top-0">
                      <img class="w-full h-auto" src="' . wp_get_attachment_image_url( $music['music_image'], 'full' ) . '" alt="">'
                      . $music['spotify_player'] .
                      '<button class="toggle-btn flex flex-col items-center absolute bottom-0 group transition-opacity duration-500 opacity-100 xl:left-c-28 md:left-c-48 left-c-63 xl:gap-c-5 md:gap-c-46 gap-c-62 -translate-x-1/2 focus:outline-none">
                        <!-- text -->
                        <div class="[writing-mode:vertical-lr] [text-orientation:upright] group-hover:text-shadow-c duration-200 xl:text-c-7 md:text-c-18 text-c-19 xl:-tracking-c-5 md:-tracking-c-11 -tracking-c-17">Lyrics</div>
                        <!-- Lyrics icon -->
                        <svg class="fill-gray-300 group-hover:drop-shadow-c transition-c-6 duration-200 xl:w-c-29 md:w-c-49 w-c-61" xmlns="https://www.w3.org/2000/svg" viewBox="3 6 19 14"><path d="M0 0h24v24H0z" fill="none"></path><path d="M15 6H3v2h12V6zm0 4H3v2h12v-2zM3 16h8v-2H3v2zM17 6v8.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V8h3V6h-5z"></path></svg>
                        <!-- Info icon -->
                        <svg class="fill-gray-300 group-hover:drop-shadow-c transition-c-6 duration-200 xl:w-c-29 md:w-c-49 w-c-61 hidden" xmlns="https://www.w3.org/2000/svg" viewBox="1 1 22 22"><path d="M13 7.5a1 1 0 11-2 0 1 1 0 012 0zm-3 3.75a.75.75 0 01.75-.75h1.5a.75.75 0 01.75.75v4.25h.75a.75.75 0 010 1.5h-3a.75.75 0 010-1.5h.75V12h-.75a.75.75 0 01-.75-.75z"></path><path fill-rule="evenodd" d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0z"></path></svg>
                      </button>
                    </div>
                  </div>
                  <!-- information -->
                  <div class="xl:w-3/6 md:w-c-41 w-c-60 xl:pl-c">
                    <!-- titles -->
                    <div class="xl:text-c-5 md:text-c-15 text-c-22 xl:text-left text-center xl:mt-0 md:mt-6 mt-c-59">
                      <h1 class="italic xl:tracking-c md:tracking-c-9 tracking-c-15 text-shadow-c-2">
                        <strong>' . $music['album_single_track_name'] . '</strong>
                      </h1>
                      <div class="xl:my-c-15 md:my-c-47 my-3 xl:tracking-c-2 md:tracking-c-10 tracking-c-16 text-gray-400">
                        Release Date:
                      </div>
                      <div class="italic xl:tracking-c md:tracking-c-9 tracking-c-15 text-shadow-c-2">'
                        . $music['release_date'] .
                      '</div>
                    </div>
                    <!-- info | tracklist and/or lyrics -->
                    <div class="dual-cnt xl:pl-c-22 transition-opacity duration-500 opacity-100">
                      <!-- 1 -->
                      <p class="text-gray-200 xl:pt-c-21 md:pt-3 pt-c-43 xl:text-c-6 md:text-c-19 text-c-21 xl:leading-c-3 md:leading-c-10 leading-c-11 xl:tracking-c-3 md:tracking-c-12 tracking-c-14">'
                        . $music['music_info'] .
                      '</p>
                      <!-- 2 -->
                      <div class="xl:pt-c-14 md:pt-6 sm:pt-c-59 sm:mt-0 -mt-c-72 hidden">
                        <div class="track-list-cnt sm:w-1/3 xl:text-c-8 md:text-c-17 text-c-25">
                          <div class="track-list sticky top-0">
                            <div class="xl:py-c-11 md:py-2 py-c-72 md:w-c-4 w-c-70 sm:ml-auto xl:mr-c-24 md:mr-c-52 sm:mr-c-71">
                              <svg class="fill-gray-300 w-full h-auto" xmlns="https://www.w3.org/2000/svg" viewBox="3 6 19 14"><path d="M0 0h24v24H0z" fill="none"></path><path d="M15 6H3v2h12V6zm0 4H3v2h12v-2zM3 16h8v-2H3v2zM17 6v8.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V8h3V6h-5z"></path></svg>
                            </div>
                            <div class="text-gray-200 border-t sm:border-b border-l sm:border-r-0 border-r border-c-gray-7">'
                              . foreach($music['track_lyrics_translation'] as $details){
                                if($details['an_instrumental_track_from_a_lyrics_having_album']){
                                  echo '<div class="cursor-default not-last-child:border-b not-last-child:border-c-gray-7 track-name xl:px-c-11 xl:py-c-10 md:px-c-51 md:py-c-50 px-c-69 py-c-68 w-full text-left text-gray-600 font-bold" title="Instrumental">'
                                    . $details['track_name'] .
                                  '</div>';
                                }
                                else{
                                  echo '<button class="not-last-child:border-b not-last-child:border-c-gray-7 track-name xl:px-c-11 xl:py-c-10 md:px-c-51 md:py-c-50 px-c-69 py-c-68 w-full text-left hover:bg-c-gray-3 transition-colors focus:outline-none">'
                                    . $details['track_name'] .
                                  '</button>';
                                }
                              } .
                            '</div>
                          </div>
                        </div>
                        <div class="lyrics-cnt sm:flex-1 overflow-hidden xl:pt-c-5 xl:pb-c-15 md:pt-c-46 md:pb-c-47 pt-c-62 pb-3 border border-c-gray-7 sm:rounded-tr rounded-br sm:rounded-bl-none rounded-bl">
                          <div class="lyrics transition-opacity duration-500 opacity-0">
                            <div class="sub-lyrics hidden xl:not-last-child:mb-c-21 md:not-last-child:mb-c-53 not-last-child:mb-5">
                              <div class="sub-lyrics-fa [direction:rtl] xl:text-c-5 md:text-c-15 text-c-22 xl:[word-spacing:.2vw] md:[word-spacing:.135rem] [word-spacing:.125rem] text-c-gray-5 w-3/4 ml-auto xl:mr-c-22 md:mr-c-42 mr-c-64 xl:mb-c-23 md:mb-c-44 mb-c-66 font-Badkhat2">
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                              </div>
                              <div class="sub-lyrics-en xl:text-c-9 md:text-c-16 text-c-24 xl:[word-spacing:.25vw] md:[word-spacing:.17rem] [word-spacing:.15rem] xl:tracking-c-5 md:tracking-c-8 tracking-c-17 text-white w-3/4 mr-auto xl:ml-c-22 md:ml-c-42 ml-c-64">
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  In my eyes, the effect of my dreams broke
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  My dream ran in the plain of your dreams
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  My dream ran in the plain of your dreams your dreams your dreams
                                </p>
                              </div>
                            </div>
                            <div class="sub-lyrics hidden xl:not-last-child:mb-c-21 md:not-last-child:mb-c-53 not-last-child:mb-5">
                              <div class="sub-lyrics-fa [direction:rtl] xl:text-c-5 md:text-c-15 text-c-22 xl:[word-spacing:.2vw] md:[word-spacing:.135rem] [word-spacing:.125rem] text-c-gray-5 w-3/4 ml-auto xl:mr-c-22 md:mr-c-42 mr-c-64 xl:mb-c-23 md:mb-c-44 mb-c-66 font-Badkhat2">
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                              </div>
                              <div class="sub-lyrics-en xl:text-c-9 md:text-c-16 text-c-24 xl:[word-spacing:.25vw] md:[word-spacing:.17rem] [word-spacing:.15rem] xl:tracking-c-5 md:tracking-c-8 tracking-c-17 text-white w-3/4 mr-auto xl:ml-c-22 md:ml-c-42 ml-c-64">
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  In my eyes, the effect of my dreams broke
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  My dream ran in the plain of your dreams
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  He reached a dead end
                                </p>
                              </div>
                            </div>
                          </div>
                          <div class="lyrics transition-opacity duration-500 opacity-0">
                            <div class="sub-lyrics hidden xl:not-last-child:mb-c-21 md:not-last-child:mb-c-53 not-last-child:mb-5">
                              <div class="sub-lyrics-fa [direction:rtl] xl:text-c-5 md:text-c-15 text-c-22 xl:[word-spacing:.2vw] md:[word-spacing:.135rem] [word-spacing:.125rem] text-c-gray-5 w-3/4 ml-auto xl:mr-c-22 md:mr-c-42 mr-c-64 xl:mb-c-23 md:mb-c-44 mb-c-66 font-Badkhat2">
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                              </div>
                              <div class="sub-lyrics-en xl:text-c-9 md:text-c-16 text-c-24 xl:[word-spacing:.25vw] md:[word-spacing:.17rem] [word-spacing:.15rem] xl:tracking-c-5 md:tracking-c-8 tracking-c-17 text-white w-3/4 mr-auto xl:ml-c-22 md:ml-c-42 ml-c-64">
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  In my eyes, the effect of my dreams broke
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  My dream ran in the plain of your dreams
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  My dream ran in the plain of your dreams your dreams your dreams
                                </p>
                              </div>
                            </div>
                            <div class="sub-lyrics hidden xl:not-last-child:mb-c-21 md:not-last-child:mb-c-53 not-last-child:mb-5">
                              <div class="sub-lyrics-fa [direction:rtl] xl:text-c-5 md:text-c-15 text-c-22 xl:[word-spacing:.2vw] md:[word-spacing:.135rem] [word-spacing:.125rem] text-c-gray-5 w-3/4 ml-auto xl:mr-c-22 md:mr-c-42 mr-c-64 xl:mb-c-23 md:mb-c-44 mb-c-66 font-Badkhat2">
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                              </div>
                              <div class="sub-lyrics-en xl:text-c-9 md:text-c-16 text-c-24 xl:[word-spacing:.25vw] md:[word-spacing:.17rem] [word-spacing:.15rem] xl:tracking-c-5 md:tracking-c-8 tracking-c-17 text-white w-3/4 mr-auto xl:ml-c-22 md:ml-c-42 ml-c-64">
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  In my eyes, the effect of my dreams broke
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  My dream ran in the plain of your dreams
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  He reached a dead end
                                </p>
                              </div>
                            </div>
                          </div>
                          <div class="lyrics transition-opacity duration-500 opacity-0">
                            <div class="sub-lyrics hidden xl:not-last-child:mb-c-21 md:not-last-child:mb-c-53 not-last-child:mb-5">
                              <div class="sub-lyrics-fa [direction:rtl] xl:text-c-5 md:text-c-15 text-c-22 xl:[word-spacing:.2vw] md:[word-spacing:.135rem] [word-spacing:.125rem] text-c-gray-5 w-3/4 ml-auto xl:mr-c-22 md:mr-c-42 mr-c-64 xl:mb-c-23 md:mb-c-44 mb-c-66 font-Badkhat2">
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43  not-last-child:mb-c-65xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                              </div>
                              <div class="sub-lyrics-en xl:text-c-9 md:text-c-16 text-c-24 xl:[word-spacing:.25vw] md:[word-spacing:.17rem] [word-spacing:.15rem] xl:tracking-c-5 md:tracking-c-8 tracking-c-17 text-white w-3/4 mr-auto xl:ml-c-22 md:ml-c-42 ml-c-64">
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  In my eyes, the effect of my dreams broke
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  My dream ran in the plain of your dreams
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  My dream ran in the plain of your dreams your dreams your dreams
                                </p>
                              </div>
                            </div>
                            <div class="sub-lyrics hidden xl:not-last-child:mb-c-21 md:not-last-child:mb-c-53 not-last-child:mb-5">
                              <div class="sub-lyrics-fa [direction:rtl] xl:text-c-5 md:text-c-15 text-c-22 xl:[word-spacing:.2vw] md:[word-spacing:.135rem] [word-spacing:.125rem] text-c-gray-5 w-3/4 ml-auto xl:mr-c-22 md:mr-c-42 mr-c-64 xl:mb-c-23 md:mb-c-44 mb-c-66 font-Badkhat2">
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ???? 
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                                <p class="xl:not-last-child:mb-c-25 md:not-last-child:mb-c-43 not-last-child:mb-c-65 xl:leading-c-5 md:leading-c-8 leading-c-12">
                                  ?? ????
                                </p>
                              </div>
                              <div class="sub-lyrics-en xl:text-c-9 md:text-c-16 text-c-24 xl:[word-spacing:.25vw] md:[word-spacing:.17rem] [word-spacing:.15rem] xl:tracking-c-5 md:tracking-c-8 tracking-c-17 text-white w-3/4 mr-auto xl:ml-c-22 md:ml-c-42 ml-c-64">
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  A black crow sat on the lucky grave
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  In my eyes, the effect of my dreams broke
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  My dream ran in the plain of your dreams
                                </p>
                                <p class="xl:not-last-child:mb-c-2 md:not-last-child:mb-c-45 not-last-child:mb-c-67 xl:leading-c-4 md:leading-c-9 leading-c-13">
                                  He reached a dead end
                                </p>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </article>';
              }
            }
          }
        ?>

I have this code @codingpanda, but the front end shows an error when using this inside my php files, saying the part I broke the “echo ‘html'” code and used some conditional statements or loop is an absolute error! What should I do @codingpanda?

]]>
https://www.ads-software.com/support/topic/does-panda-use-some-css-codes/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Does Panda use some CSS codes?!]]> https://www.ads-software.com/support/topic/does-panda-use-some-css-codes/ Sun, 27 Feb 2022 11:54:50 +0000 sinahosseinigst Replies: 12

Everything works fine so far, since I decided to make my project Panda-ish! But, just a simple code overrides the code I wrote in my styles.css and it says it’s from Panda Pods Repeater Field:
https://gofile.io/d/FojR8U
@codingpanda, it works great when using it locally, but not in WordPress, due to using this plugin ;(

]]>
https://www.ads-software.com/support/topic/repeater-media-field-only-show-the-media-id-how-do-i-get-the-media-url/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Repeater media field only show the media id ā€“ how do I get the media url?]]> https://www.ads-software.com/support/topic/repeater-media-field-only-show-the-media-id-how-do-i-get-the-media-url/ Sun, 27 Feb 2022 00:57:17 +0000 komengtech Replies: 1

Repeater media field only show the media id ā€“ how do I get the media url?

I am currently calling the RestAPI for a mobile application.

]]>
https://www.ads-software.com/support/topic/a-weird-glitch-using-panda-pods-repeater-field-causing-all-my-content-lost/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>A weird glitch using Panda Pods Repeater Field causing all my content lost!]]> https://www.ads-software.com/support/topic/a-weird-glitch-using-panda-pods-repeater-field-causing-all-my-content-lost/ Thu, 24 Feb 2022 08:44:21 +0000 sinahosseinigst Replies: 39

Hey there @codingpanda
I’m just using Panda Pods Repeater Field for a project, but in one of the groups (in which there are so many loops), whenever I add content to my Repeater, then all the content will be lost the next time I see it! For example, in the Section 2 group of this file, you can add your lyrics for one track of your music album (both in Farsi and in English), but the weird thing is that when you submitted everything for track 1, and you’re going to add everything for track 2 for example, you see these two things: the lyrics for track 1 appears in track 2! And also, all the lyrics of track 1 are gone! Just why????????
Please test it @codingpanda! I’m in need of urgent help!

{
    "meta": {
        "version": "2.8.10",
        "build": 1645692218
    },
    "pods": [
        {
            "name": "announcement",
            "id": 333,
            "label": "Announcements",
            "description": "",
            "type": "pod",
            "storage": "table",
            "label_singular": "Announcement",
            "public": "1",
            "show_ui": "1",
            "pod_index": "name",
            "_migrated_28": "1",
            "unique": "0",
            "required": "0",
            "ui_style": "settings",
            "show_in_menu": "0",
            "menu_position": "0",
            "ui_actions_enabled": [
                "add",
                "edit",
                "duplicate",
                "delete",
                "export"
            ],
            "ui_reorder_field": "menu_order",
            "ui_fields_manage": [
                "name"
            ],
            "groups": [
                {
                    "name": "details",
                    "id": 334,
                    "label": "Details",
                    "description": "",
                    "weight": 0,
                    "fields": [
                        {
                            "name": "name",
                            "id": 335,
                            "label": "Name",
                            "description": "",
                            "weight": 0,
                            "type": "text",
                            "required": "0",
                            "sister_id": "-- Select One --",
                            "unique": "0",
                            "text_allowed_html_tags": "strong em a ul ol li b i",
                            "text_max_length": "255",
                            "roles_allowed": "administrator"
                        },
                        {
                            "name": "news_image",
                            "id": 340,
                            "label": "News Image",
                            "description": "",
                            "weight": 1,
                            "type": "file",
                            "sister_id": "-- Select One --",
                            "required": "1",
                            "unique": "0",
                            "file_format_type": "single",
                            "file_uploader": "attachment",
                            "file_attachment_tab": "upload",
                            "file_upload_dir": "wp",
                            "file_edit_title": "1",
                            "file_show_edit_link": "0",
                            "file_linked": "0",
                            "file_limit": "0",
                            "file_type": "images",
                            "file_field_template": "rows",
                            "file_add_button": "Add File",
                            "file_modal_title": "Attach a file",
                            "file_modal_add_button": "Add File",
                            "roles_allowed": "administrator"
                        },
                        {
                            "name": "news_title",
                            "id": 351,
                            "label": "News Title",
                            "description": "",
                            "weight": 2,
                            "type": "text",
                            "sister_id": "-- Select One --",
                            "required": "1",
                            "unique": "0",
                            "text_allowed_html_tags": "strong em a ul ol li b i",
                            "text_max_length": "255",
                            "roles_allowed": "administrator"
                        },
                        {
                            "name": "news_text",
                            "id": 352,
                            "label": "News Text",
                            "description": "",
                            "weight": 3,
                            "type": "wysiwyg",
                            "sister_id": "-- Select One --",
                            "required": "1",
                            "unique": "0",
                            "wysiwyg_editor": "tinymce",
                            "roles_allowed": "administrator"
                        }
                    ]
                }
            ]
        },
        {
            "name": "lha_detail",
            "id": 392,
            "label": "LHA Details",
            "description": "",
            "type": "pod",
            "storage": "table",
            "label_singular": "LHA Detail",
            "public": "1",
            "show_ui": "1",
            "pod_index": "name",
            "_migrated_28": "1",
            "required": "0",
            "unique": "0",
            "ui_style": "settings",
            "show_in_menu": "0",
            "menu_position": "0",
            "ui_actions_enabled": [
                "add",
                "edit",
                "duplicate",
                "delete",
                "export"
            ],
            "ui_reorder_field": "menu_order",
            "ui_fields_manage": [
                "name"
            ],
            "groups": [
                {
                    "name": "details",
                    "id": 393,
                    "label": "Details",
                    "description": "",
                    "weight": 0,
                    "fields": [
                        {
                            "name": "name",
                            "id": 394,
                            "label": "Name",
                            "description": "",
                            "weight": 0,
                            "type": "text",
                            "required": "0",
                            "sister_id": "-- Select One --",
                            "unique": "0",
                            "text_allowed_html_tags": "strong em a ul ol li b i",
                            "text_max_length": "255",
                            "roles_allowed": "administrator"
                        },
                        {
                            "name": "track_name",
                            "id": 399,
                            "label": "Track Name",
                            "description": "",
                            "weight": 1,
                            "type": "text",
                            "sister_id": "-- Select One --",
                            "required": "1",
                            "unique": "0",
                            "text_allowed_html_tags": "strong em a ul ol li b i",
                            "text_max_length": "255",
                            "roles_allowed": "administrator"
                        },
                        {
                            "name": "sub_lyrics",
                            "id": 426,
                            "label": "Sub Lyrics",
                            "description": "",
                            "weight": 2,
                            "type": "pandarepeaterfield",
                            "sister_id": "-- Select One --",
                            "required": "1",
                            "unique": "0",
                            "pandarepeaterfield_table": "lha_sub_lyrics",
                            "pandarepeaterfield_field_width": "100",
                            "pandarepeaterfield_entry_limit": "0",
                            "pandarepeaterfield_enable_load_more": "0",
                            "pandarepeaterfield_initial_amount": "10",
                            "pandarepeaterfield_enable_trash": "0",
                            "pandarepeaterfield_order_by": "pandarf_order",
                            "pandarepeaterfield_order": "ASC",
                            "pandarepeaterfield_display_order_info": "0",
                            "pandarepeaterfield_apply_admin_columns": "0",
                            "pandarepeaterfield_allow_reassign": "0",
                            "pandarepeaterfield_public_access": "0",
                            "roles_allowed": "administrator"
                        }
                    ]
                }
            ]
        },
        {
            "name": "lha_english_sub_lyrics",
            "id": 415,
            "label": "LHA English Sub Lyrics Group",
            "description": "",
            "type": "pod",
            "storage": "table",
            "label_singular": "LHA English Sub Lyrics",
            "public": "1",
            "show_ui": "1",
            "pod_index": "name",
            "_migrated_28": "1",
            "unique": "0",
            "required": "0",
            "groups": [
                {
                    "name": "details",
                    "id": 416,
                    "label": "Details",
                    "description": "",
                    "weight": 0,
                    "fields": [
                        {
                            "name": "english_sub_lyrics",
                            "id": 422,
                            "label": "English Sub Lyrics",
                            "description": "",
                            "weight": 0,
                            "type": "text",
                            "sister_id": "-- Select One --",
                            "required": "1",
                            "unique": "0",
                            "roles_allowed": "administrator",
                            "text_allowed_html_tags": "strong em a ul ol li b i",
                            "text_max_length": "255"
                        }
                    ]
                }
            ]
        },
        {
            "name": "lha_farsi_sub_lyrics",
            "id": 407,
            "label": "LHA Farsi Sub Lyrics Group",
            "description": "",
            "type": "pod",
            "storage": "table",
            "label_singular": "LHA Farsi Sub Lyrics",
            "public": "1",
            "show_ui": "1",
            "pod_index": "name",
            "_migrated_28": "1",
            "unique": "0",
            "required": "0",
            "groups": [
                {
                    "name": "details",
                    "id": 408,
                    "label": "Details",
                    "description": "",
                    "weight": 0,
                    "fields": [
                        {
                            "name": "farsi_sub_lyrics",
                            "id": 423,
                            "label": "Farsi Sub Lyrics",
                            "description": "",
                            "weight": 0,
                            "type": "text",
                            "sister_id": "-- Select One --",
                            "required": "1",
                            "unique": "0",
                            "roles_allowed": "administrator",
                            "text_allowed_html_tags": "strong em a ul ol li b i",
                            "text_max_length": "255"
                        }
                    ]
                }
            ]
        },
        {
            "name": "lha_sub_lyrics",
            "id": 400,
            "label": "LHA Sub Lyrics Group",
            "description": "",
            "type": "pod",
            "storage": "table",
            "label_singular": "LHA Sub Lyrics",
            "public": "1",
            "show_ui": "1",
            "pod_index": "name",
            "_migrated_28": "1",
            "ui_style": "settings",
            "show_in_menu": "0",
            "menu_position": "0",
            "ui_actions_enabled": [
                "add",
                "edit",
                "duplicate",
                "delete",
                "export"
            ],
            "ui_reorder_field": "menu_order",
            "ui_fields_manage": [
                "name",
                "modified"
            ],
            "required": "0",
            "unique": "0",
            "groups": [
                {
                    "name": "details",
                    "id": 401,
                    "label": "Details",
                    "description": "",
                    "weight": 0,
                    "fields": [
                        {
                            "name": "name",
                            "id": 441,
                            "label": "Name",
                            "description": "",
                            "weight": 0,
                            "type": "text",
                            "sister_id": "-- Select One --",
                            "required": "0",
                            "unique": "0",
                            "text_allowed_html_tags": "strong em a ul ol li b i",
                            "text_max_length": "255",
                            "roles_allowed": "administrator"
                        },
                        {
                            "name": "farsi_lyrics",
                            "id": 424,
                            "label": "Farsi Lyrics",
                            "description": "",
                            "weight": 1,
                            "type": "pandarepeaterfield",
                            "sister_id": "-- Select One --",
                            "required": "1",
                            "unique": "0",
                            "pandarepeaterfield_table": "lha_farsi_sub_lyrics",
                            "pandarepeaterfield_field_width": "100",
                            "pandarepeaterfield_entry_limit": "0",
                            "pandarepeaterfield_enable_load_more": "0",
                            "pandarepeaterfield_initial_amount": "10",
                            "pandarepeaterfield_enable_trash": "0",
                            "pandarepeaterfield_order_by": "pandarf_order",
                            "pandarepeaterfield_order": "ASC",
                            "pandarepeaterfield_display_order_info": "0",
                            "pandarepeaterfield_apply_admin_columns": "0",
                            "pandarepeaterfield_allow_reassign": "0",
                            "pandarepeaterfield_public_access": "0",
                            "roles_allowed": "administrator"
                        },
                        {
                            "name": "english_lyrics",
                            "id": 425,
                            "label": "English Lyrics",
                            "description": "",
                            "weight": 2,
                            "type": "pandarepeaterfield",
                            "sister_id": "-- Select One --",
                            "required": "1",
                            "unique": "0",
                            "pandarepeaterfield_table": "lha_english_sub_lyrics",
                            "pandarepeaterfield_field_width": "100",
                            "pandarepeaterfield_entry_limit": "0",
                            "pandarepeaterfield_enable_load_more": "0",
                            "pandarepeaterfield_initial_amount": "10",
                            "pandarepeaterfield_enable_trash": "0",
                            "pandarepeaterfield_order_by": "pandarf_order",
                            "pandarepeaterfield_order": "ASC",
                            "pandarepeaterfield_display_order_info": "0",
                            "pandarepeaterfield_apply_admin_columns": "0",
                            "pandarepeaterfield_allow_reassign": "0",
                            "pandarepeaterfield_public_access": "0",
                            "roles_allowed": "administrator"
                        }
                    ]
                }
            ]
        },
        {
            "name": "lyrics_having_album",
            "id": 364,
            "label": "Lyrics Having Albums",
            "description": "",
            "type": "pod",
            "storage": "table",
            "label_singular": "Lyrics Having Album",
            "public": "1",
            "show_ui": "1",
            "pod_index": "name",
            "_migrated_28": "1",
            "required": "0",
            "unique": "0",
            "ui_style": "settings",
            "show_in_menu": "0",
            "menu_position": "0",
            "ui_actions_enabled": [
                "add",
                "edit",
                "duplicate",
                "delete",
                "export"
            ],
            "ui_reorder_field": "menu_order",
            "ui_fields_manage": [
                "name"
            ],
            "groups": [
                {
                    "name": "details",
                    "id": 365,
                    "label": "Details",
                    "description": "",
                    "weight": 0,
                    "fields": [
                        {
                            "name": "name",
                            "id": 366,
                            "label": "Name",
                            "description": "",
                            "weight": 0,
                            "type": "text",
                            "required": "0",
                            "sister_id": "-- Select One --",
                            "unique": "0",
                            "text_allowed_html_tags": "strong em a ul ol li b i",
                            "text_max_length": "255",
                            "roles_allowed": "administrator"
                        },
                        {
                            "name": "album_image",
                            "id": 371,
                            "label": "Album Image",
                            "description": "",
                            "weight": 1,
                            "type": "file",
                            "sister_id": "-- Select One --",
                            "required": "1",
                            "unique": "0",
                            "file_format_type": "single",
                            "file_uploader": "attachment",
                            "file_attachment_tab": "upload",
                            "file_upload_dir": "wp",
                            "file_edit_title": "1",
                            "file_show_edit_link": "0",
                            "file_linked": "0",
                            "file_limit": "0",
                            "file_type": "images",
                            "file_field_template": "rows",
                            "file_add_button": "Add File",
                            "file_modal_title": "Attach a file",
                            "file_modal_add_button": "Add File",
                            "roles_allowed": "administrator"
                        },
                        {
                            "name": "spotify_player",
                            "id": 372,
                            "label": "Spotify Player",
                            "description": "",
                            "weight": 2,
                            "type": "html",
                            "sister_id": "-- Select One --",
                            "required": "1",
                            "unique": "0",
                            "html_no_label": "1",
                            "roles_allowed": "administrator"
                        },
                        {
                            "name": "album_name",
                            "id": 373,
                            "label": "Album Name",
                            "description": "",
                            "weight": 3,
                            "type": "text",
                            "sister_id": "-- Select One --",
                            "required": "1",
                            "unique": "0",
                            "text_allowed_html_tags": "strong em a ul ol li b i",
                            "text_max_length": "255",
                            "roles_allowed": "administrator"
                        },
                        {
                            "name": "release_date",
                            "id": 374,
                            "label": "Release Date",
                            "description": "",
                            "weight": 4,
                            "type": "text",
                            "sister_id": "-- Select One --",
                            "required": "1",
                            "unique": "0",
                            "text_allowed_html_tags": "strong em a ul ol li b i",
                            "text_max_length": "255",
                            "roles_allowed": "administrator"
                        },
                        {
                            "name": "info",
                            "id": 375,
                            "label": "Info",
                            "description": "",
                            "weight": 5,
                            "type": "wysiwyg",
                            "sister_id": "-- Select One --",
                            "required": "1",
                            "unique": "0",
                            "wysiwyg_editor": "tinymce",
                            "roles_allowed": "administrator"
                        },
                        {
                            "name": "track_lyrics_and_translation",
                            "id": 458,
                            "label": "Track, Lyrics, and Translation",
                            "description": "",
                            "weight": 6,
                            "type": "pandarepeaterfield",
                            "sister_id": "-- Select One --",
                            "required": "0",
                            "unique": "0",
                            "pandarepeaterfield_table": "lha_detail",
                            "pandarepeaterfield_field_width": "100",
                            "pandarepeaterfield_entry_limit": "0",
                            "pandarepeaterfield_enable_load_more": "0",
                            "pandarepeaterfield_initial_amount": "10",
                            "pandarepeaterfield_enable_trash": "0",
                            "pandarepeaterfield_order_by": "pandarf_order",
                            "pandarepeaterfield_order": "ASC",
                            "pandarepeaterfield_display_order_info": "0",
                            "pandarepeaterfield_apply_admin_columns": "0",
                            "pandarepeaterfield_allow_reassign": "0",
                            "pandarepeaterfield_public_access": "0",
                            "roles_allowed": "administrator"
                        }
                    ]
                }
            ]
        },
        {
            "name": "padra_content",
            "id": 313,
            "label": "Padra Contents",
            "description": "",
            "type": "post_type",
            "storage": "meta",
            "label_singular": "Padra Content",
            "public": "1",
            "show_ui": "1",
            "rest_enable": "1",
            "supports_title": "1",
            "supports_editor": "1",
            "_migrated_28": "1",
            "required": "0",
            "meta_box_context": "normal",
            "meta_box_priority": "default",
            "can_export": "1",
            "groups": [
                {
                    "name": "header",
                    "id": 314,
                    "label": "Header",
                    "description": "",
                    "weight": 0,
                    "meta_box_context": "normal",
                    "meta_box_priority": "default",
                    "roles_allowed": "administrator",
                    "fields": [
                        {
                            "name": "header_title",
                            "id": 315,
                            "label": "Header Title",
                            "description": "",
                            "weight": 0,
                            "type": "wysiwyg",
                            "sister_id": "-- Select One --",
                            "required": "1",
                            "wysiwyg_editor": "tinymce",
                            "roles_allowed": "administrator",
                            "rest_pick_response": "array",
                            "rest_pick_depth": "1"
                        },
                        {
                            "name": "header_image",
                            "id": 316,
                            "label": "Header Image",
                            "description": "",
                            "weight": 1,
                            "type": "file",
                            "sister_id": "-- Select One --",
                            "required": "1",
                            "file_format_type": "single",
                            "file_uploader": "attachment",
                            "file_attachment_tab": "upload",
                            "file_upload_dir": "wp",
                            "file_edit_title": "1",
                            "file_show_edit_link": "0",
                            "file_linked": "0",
                            "file_limit": "0",
                            "file_type": "images",
                            "file_field_template": "rows",
                            "file_add_button": "Add File",
                            "file_modal_title": "Attach a file",
                            "file_modal_add_button": "Add File",
                            "roles_allowed": "administrator",
                            "rest_pick_response": "array",
                            "rest_pick_depth": "1"
                        }
                    ]
                },
                {
                    "name": "section_1",
                    "id": 319,
                    "label": "Section 1",
                    "description": "",
                    "weight": 1,
                    "meta_box_context": "normal",
                    "meta_box_priority": "default",
                    "roles_allowed": "administrator",
                    "fields": [
                        {
                            "name": "news",
                            "id": 345,
                            "label": "News",
                            "description": "",
                            "weight": 0,
                            "type": "pandarepeaterfield",
                            "sister_id": "-- Select One --",
                            "required": "0",
                            "pandarepeaterfield_table": "announcement",
                            "pandarepeaterfield_field_width": "100",
                            "pandarepeaterfield_entry_limit": "0",
                            "pandarepeaterfield_enable_load_more": "0",
                            "pandarepeaterfield_initial_amount": "10",
                            "pandarepeaterfield_enable_trash": "0",
                            "pandarepeaterfield_order_by": "pandarf_order",
                            "pandarepeaterfield_order": "ASC",
                            "pandarepeaterfield_display_order_info": "0",
                            "pandarepeaterfield_apply_admin_columns": "0",
                            "pandarepeaterfield_allow_reassign": "0",
                            "pandarepeaterfield_public_access": "0",
                            "roles_allowed": "administrator",
                            "rest_pick_response": "array",
                            "rest_pick_depth": "1"
                        }
                    ]
                },
                {
                    "name": "section_2",
                    "id": 453,
                    "label": "Section 2",
                    "description": "",
                    "weight": 2,
                    "meta_box_context": "normal",
                    "meta_box_priority": "default",
                    "roles_allowed": "administrator",
                    "fields": [
                        {
                            "name": "lyrics_having_album",
                            "id": 457,
                            "label": "Lyrics Having Album",
                            "description": "",
                            "weight": 0,
                            "type": "pandarepeaterfield",
                            "sister_id": "-- Select One --",
                            "required": "0",
                            "pandarepeaterfield_table": "lyrics_having_album",
                            "pandarepeaterfield_field_width": "100",
                            "pandarepeaterfield_entry_limit": "0",
                            "pandarepeaterfield_enable_load_more": "0",
                            "pandarepeaterfield_initial_amount": "10",
                            "pandarepeaterfield_enable_trash": "0",
                            "pandarepeaterfield_order_by": "pandarf_order",
                            "pandarepeaterfield_order": "ASC",
                            "pandarepeaterfield_display_order_info": "0",
                            "pandarepeaterfield_apply_admin_columns": "0",
                            "pandarepeaterfield_allow_reassign": "0",
                            "pandarepeaterfield_public_access": "0",
                            "roles_allowed": "administrator",
                            "rest_pick_response": "array",
                            "rest_pick_depth": "1"
                        }
                    ]
                }
            ]
        }
    ]
}
]]>
https://www.ads-software.com/support/topic/remove-unwanted-css-js-from-frontend/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Remove Unwanted CSS / JS from Frontend]]> https://www.ads-software.com/support/topic/remove-unwanted-css-js-from-frontend/ Wed, 16 Feb 2022 04:22:03 +0000 wparijat Replies: 5

Hello,

I was looking to remove unwanted jQuery UI JS and Panda Pods CSS from front-end.

https://www.ads-software.com/support/topic/removing-script-from-frontend/
This link help to remove the panda pods script but not the jQuery UI.

/wp-includes/js/jquery/ui/core.min.js
/wp-includes/js/jquery/ui/mouse.min.js
/wp-includes/js/jquery/ui/resizable.min.js
/wp-includes/js/jquery/ui/draggable.min.js
/wp-includes/js/jquery/ui/droppable.min.js
/wp-includes/js/jquery/ui/sortable.min.js

/wp-content/plugins/panda-pods-repeater-field/css/general.min.css
/wp-content/plugins/panda-pods-repeater-field/css/front-end.min.css

Thanks,

]]>
https://www.ads-software.com/support/topic/sort-functuon/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Sort functuon]]> https://www.ads-software.com/support/topic/sort-functuon/ Tue, 08 Feb 2022 04:33:07 +0000 ozosh182 Replies: 8

Hello,
I cannot sort the repeater items with the given options and settings..
Please check if it’s possible to sort them.
Thank you.
Regards Ozzy.

]]>
https://www.ads-software.com/support/topic/wp-object-cache-is-not-handled-properly-in-is_pandarf/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>WP Object Cache is not handled properly in is_pandarf()]]> https://www.ads-software.com/support/topic/wp-object-cache-is-not-handled-properly-in-is_pandarf/ Thu, 13 Jan 2022 13:39:51 +0000 Marian Kadanka Replies: 1

Hi,

i’ve submitted bug report and related merge request on GitHub https://github.com/coding-panda/panda-pods-repeater-field/issues/8 to fix incorrect handling of WP Object Cache in is_pandarf(() function. Could you, please, fix this? Thank you very much.

]]>
https://www.ads-software.com/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>‘Form submitted successfully’ message appeared without any item added!]]> https://www.ads-software.com/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/ Tue, 21 Dec 2021 18:13:42 +0000 sinahosseinigst Replies: 26

And when I go to ‘Pods’ on the left dashboard of WP, it shows nothing but this:
Database Error; SQL: SELECT DISTINCTt.idFROMwp_pods_best_seller_itemAStWHERE (t.id< 1 ) ORDER BYt.idDESC,t.name,t.idLIMIT 0, 1; Response: Unknown column 't.name' in 'order clause'
and here is my pod setup:

{
    "meta": {
        "version": "2.8.8.1",
        "build": 1640110327
    },
    "pods": [
        {
            "name": "best_seller_item",
            "id": 202,
            "label": "Best Seller Items",
            "description": "",
            "type": "pod",
            "storage": "table",
            "label_singular": "Best Seller Item",
            "public": "1",
            "show_ui": "1",
            "pod_index": "name",
            "_migrated_28": "1",
            "required": "0",
            "unique": "0",
            "groups": [
                {
                    "name": "details",
                    "id": 203,
                    "label": "Details",
                    "description": "",
                    "weight": 0,
                    "fields": [
                        {
                            "name": "food_image",
                            "id": 209,
                            "label": "Food Image",
                            "description": "",
                            "weight": 0,
                            "type": "file",
                            "sister_id": "-- Select One --",
                            "required": "0",
                            "unique": "0",
                            "file_format_type": "single",
                            "file_uploader": "attachment",
                            "file_attachment_tab": "upload",
                            "file_upload_dir": "wp",
                            "file_edit_title": "1",
                            "file_show_edit_link": "0",
                            "file_linked": "0",
                            "file_limit": "0",
                            "file_type": "images",
                            "file_field_template": "rows",
                            "file_add_button": "Add File",
                            "file_modal_title": "Attach a file",
                            "file_modal_add_button": "Add File",
                            "roles_allowed": "administrator"
                        },
                        {
                            "name": "food_title",
                            "id": 210,
                            "label": "Food Title",
                            "description": "",
                            "weight": 1,
                            "type": "text",
                            "sister_id": "-- Select One --",
                            "required": "0",
                            "unique": "0",
                            "text_allowed_html_tags": "strong em a ul ol li b i",
                            "text_max_length": "255",
                            "roles_allowed": "administrator"
                        },
                        {
                            "name": "food_price",
                            "id": 211,
                            "label": "Food Price",
                            "description": "",
                            "weight": 2,
                            "type": "text",
                            "sister_id": "-- Select One --",
                            "required": "0",
                            "unique": "0",
                            "text_allowed_html_tags": "strong em a ul ol li b i",
                            "text_max_length": "255",
                            "roles_allowed": "administrator"
                        },
                        {
                            "name": "food_button_text",
                            "id": 212,
                            "label": "Food Button Text",
                            "description": "",
                            "weight": 3,
                            "type": "text",
                            "sister_id": "-- Select One --",
                            "required": "0",
                            "unique": "0",
                            "text_allowed_html_tags": "strong em a ul ol li b i",
                            "text_max_length": "255",
                            "roles_allowed": "administrator"
                        },
                        {
                            "name": "food_button_link",
                            "id": 213,
                            "label": "Food Button Link",
                            "description": "",
                            "weight": 4,
                            "type": "website",
                            "sister_id": "-- Select One --",
                            "required": "0",
                            "unique": "0",
                            "website_format": "normal",
                            "website_allow_port": "0",
                            "website_clickable": "0",
                            "website_new_window": "0",
                            "website_max_length": "255",
                            "website_html5": "0",
                            "roles_allowed": "administrator"
                        }
                    ]
                }
            ]
        },
        {
            "name": "best_seller_group",
            "id": 200,
            "label": "Best Sellers Group",
            "description": "",
            "type": "post_type",
            "storage": "table",
            "label_singular": "Best Seller Group",
            "public": "1",
            "show_ui": "1",
            "rest_enable": "1",
            "supports_title": "1",
            "supports_editor": "1",
            "_migrated_28": "1",
            "required": "0",
            "unique": "0",
            "groups": [
                {
                    "name": "more_fields",
                    "id": 201,
                    "label": "More Fields",
                    "description": "",
                    "weight": 0,
                    "fields": [
                        {
                            "name": "best_seller_item",
                            "id": 214,
                            "label": "Best Seller Item",
                            "description": "",
                            "weight": 0,
                            "type": "pandarepeaterfield",
                            "sister_id": "-- Select One --",
                            "required": "0",
                            "unique": "0",
                            "pandarepeaterfield_table": "best_seller_item",
                            "pandarepeaterfield_field_width": "100",
                            "pandarepeaterfield_entry_limit": "0",
                            "pandarepeaterfield_enable_load_more": "0",
                            "pandarepeaterfield_initial_amount": "10",
                            "pandarepeaterfield_enable_trash": "0",
                            "pandarepeaterfield_order_by": "pandarf_order",
                            "pandarepeaterfield_order": "ASC",
                            "pandarepeaterfield_display_order_info": "0",
                            "pandarepeaterfield_apply_admin_columns": "0",
                            "pandarepeaterfield_allow_reassign": "0",
                            "pandarepeaterfield_public_access": "0",
                            "roles_allowed": "administrator",
                            "rest_pick_response": "array",
                            "rest_pick_depth": "1"
                        }
                    ]
                }
            ]
        }
    ]
}

My hero, help again @codingpanda! I can create Pods and they work well, but don’t know what’s wrong with this one! Thanks, waiting for your support!

]]>
https://www.ads-software.com/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>How to show repeater Pod fields on the front-end using VSCode?]]> https://www.ads-software.com/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/ Tue, 21 Dec 2021 12:17:07 +0000 sinahosseinigst Replies: 22

I can create any repeater fields using Pods in the WordPress dashboard and they work well in the WP dashboard, but whenever I see front-end nothing happens! Because I have no idea on how to show the looped items on the front-end using VSCode, any tips? Need your help!
(I use these data:
‘products’ as ‘Custom Post Type’.
‘product_name’ as ‘Advanced Content Type’.
and whenever I want to add a ‘products’, I can add multiple ‘product_name’s (‘product name’ is looped)
and this is the html template I want to be looped:

<div id=”products”>
<div class=”product_name”>product1</div>
</div>
)
I saw all the videos, but I still got stuck in this situation!
Help, please…
Thanks
Sina!

]]>
https://www.ads-software.com/support/topic/output-with-shortcode-2/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Output with Shortcode]]> https://www.ads-software.com/support/topic/output-with-shortcode-2/ Mon, 01 Nov 2021 21:20:04 +0000 one3rdnerd Replies: 4

Are there any code examples using a shortcode?

I am using Beaverbuilder (like Elementor) and want to pull the data into my template with a shortcode.

I would attempt it myself but I can’t really tell what code to use after looking at the plugin accordion as parts of it are in a < pre > box and parts aren’t. It’s sort of scrambled.

Is there a web page with code examples?

This is how far I have got

/* Repeater Fields */
function press_shortcode() {
global $post;
$presspub = pods('press_pub', $post->ID);
echo $presspub->display('publication_name');
print_r( pods_field('press_pub', $post->ID, 'publication_name') );
print_r( pods_field('press_pub', $post->ID, 'publication_logo') );
}
add_shortcode('pressbox', 'press_shortcode');`
  • This topic was modified 3 years ago by one3rdnerd.
]]>
https://www.ads-software.com/support/topic/images-uploaded-doesnt-show-in-pods-2-8/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Images Uploaded Doesn’t Show in PODS 2.8]]> https://www.ads-software.com/support/topic/images-uploaded-doesnt-show-in-pods-2-8/ Tue, 19 Oct 2021 10:13:26 +0000 wparijat Replies: 2

As pods is now updated to 2.8, image field used in repeater is not showing even while trying var_dump.

I tried previous version 2.7.3 and image can be called in front-end.

]]>
https://www.ads-software.com/support/topic/panda-repeater-activated-but-cannot-do-the-settings/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Panda repeater activated but cannot do the settings]]> https://www.ads-software.com/support/topic/panda-repeater-activated-but-cannot-do-the-settings/ Fri, 24 Sep 2021 07:41:22 +0000 info43 Replies: 15

Hi, I installed and activated Panda Pods Repeater Field and activated it
WordPress 5.2.12 running Twenty Sixteen theme.
PODS Version 2.7.31
bug I cannot see Panda anywhere??
If I go to PODS Add New page, there is no Automatic option, just Custom Post, Custom Taxonomy and Custom Settings Page

Your Installation instruction 3. Use the Settings->Plugin Name screen to configure the plugin
but only the standard options show for Settings – General, Writing, Reading, Discussion, Media, Permalinks, Privacy

Am I doing something wrong?

]]>
https://www.ads-software.com/support/topic/filter-by-repeater-fields-value/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Filter by repeater fields value]]> https://www.ads-software.com/support/topic/filter-by-repeater-fields-value/ Sat, 21 Aug 2021 16:41:07 +0000 jaceejoef Replies: 1

Hi,

I have the following CPT and ACT:

CPT: Services
Fields: name, description, amenities

CPT: Location
Fields: name, address, email, phone, service location (repeater)

ACT: Service Location
Fields: service (relationship to Services CPT), work hours

When I go to Service single page, I want to display all the locations for that service.

You’ve mentioned in the FAQ about pandarf_pods_field_attrs and pandarf_data_attrs to filter the pods_field but I don’t get how to use it.

]]>
https://www.ads-software.com/support/topic/display-fields-on-front-end/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Display fields on front-end]]> https://www.ads-software.com/support/topic/display-fields-on-front-end/ Sat, 17 Jul 2021 14:57:56 +0000 brianreilly75 Replies: 2

Hi,
I’ve been using the plugin and got it working great in the WP backend but I’m now trying to display on the front and having issues.

I have a pod called work_order and another called work_order_content (Advanced Content Type with repeatable fields).

I’m trying to display a form to create new work orders and it is displaying post fields properly but the repeater field has ‘Please save the parent first to add work order content’. I believe this is done but can’t get it to show the field.

Also, when I’m trying to display a single work order on a page using a Pods template it’s coming back blank from this:

print_r( pods_field(‘work_order’, $post->ID, ‘work_order_content’) );

I’ve also tried a standard template and no luck:

{@work_order_product}<br>
{@work_order_product_quantity}<br>

I’d appreciate if you could point me in the right direction where I’m going wrong.

Thanks in advance.

  • This topic was modified 3 years, 4 months ago by brianreilly75.
]]>
https://www.ads-software.com/support/topic/display-repeater-fields/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Display Repeater Fields]]> https://www.ads-software.com/support/topic/display-repeater-fields/ Wed, 12 May 2021 11:50:20 +0000 snookian Replies: 7

Hi, I am using you plugin and have looked at previous topics and your videos but I cannot get they repeater fields to display.

I have a Custom Post Type POD called ‘products’ with a field called ‘growth_promotion’. The additional field options for ‘growth_promotion’ is set to PODS table called ‘product_growth_promotion’.

‘product_growth_promotion’ Is a Advanced Content Type POD with two fields in, growth_name and growth_type.

I am using a single page template called single-product.php. I am not using the while loop and this is how I display the standard POD fields:

global $post;
$product = pods(‘product’, $post->ID);
echo $product->display(‘product_name’);

How do I display the fields from the repeater? I have tried:

print_r( pods_field(‘product’, $post->ID, ‘growth_promotion’) );

print_r( pods_field(‘product’, $post->ID, ‘product_growth_promotion’) );

print_r( pods_field(‘product_growth_promotion’, $post->ID, ‘growth_promotion’) );

print_r( pods_field(‘product_growth_promotion’) );

print_r( pods_field(‘growth_promotion’) );

None of these output anything. Some will display an empty array but still no values inside.

]]>
Malaking puwang ng bass splash review Bakit pinapayagan ng pamahalaan ang operasyon ng mga monopolyo How to play Super Ace jili Nice88 club withdrawal Esball online casino com registration Nuebe Gaming legit HB888 Casino real money Casino bonus no deposit free spins 2021 12 Titans Greek mythology online slot machines for real money free play Mines jili login download Allin88 ph login Casino Guru gratis Vegas World login Apanalo online game no deposit bonus 77ph Himala himala wikipedia 啶掂啷嵿ぐ啶ぞ啶?啶曕啶ぞ 啶灌? 啶す 啶囙い啶ㄠぞ 啶栢い啶班え啶距 啶曕啶啶?啶灌啶むぞ 啶灌? Mnl168 online casino register philippines login Bally slot machine value Jili live casino no deposit bonus Gcash gambling reddit philippines tamabetcasino Jili magic lamp app Mwplay888 net download for android Vegas Live Slots hack APK Clive and jill sidequest ffxvi Jiliasia online casino Online bingo jili withdrawal Chili for a crowd Silver Palate Jili168 register philippines Jili mk casino Jili cc download for android Habanero online casino games philippines Philucky withdrawal format 377 jili login register philippines Jili slots download Bsa387 login password Ginto Casino link 49jili login to my account login philippines app Royal777 casino no deposit bonus 8 juli feiertag wikipedia Ano ang mga flash game sa hollywoodbets app download Game of Thrones Slots referral code Igt address manila Zynga slots free coins cheat android Jilicash real money withdrawal Paano gumagana ang mga online slot machine login Ezwin online casino philippines Peso88 login register Jili kaganapan login register Winning plus 8 login philippines masuwerteng iikot ang mga nakakalokang slot 123jili app Login casino games online unblocked Transaction password USDT Baccarat games online real money Appointment slots vs appointment schedule quick hit slots commercial actor Multiclass spell slots table Slot schedule template 啶灌啶曕啶?啶曕ぞ 啶い啷嵿い啶?啶曕た啶むえ啶?啶灌啶むぞ 啶灌 Jili jackpot 777 download for android latest version Million 888 casino login register Tongits go apk unlimited money latest version Pinakamahusay na jili slot game download YE7 Download App BET99 Quebec Free 100 online casino registration facebook page 2021 slots no deposit bonus Online gambling philippines real money Jilibet casino login philippines Super Royal 777 Slots go casino login Register Youtube ng slots today Peso 888 apk Mini777 register download PG gaming casino login Wizard of Oz free coins gamehunters Philippine News today live 247Spin free 100 spin the wizard of oz slots free coins E2 jili casino login Konjac jelly Japan Big bet review korean Online casino Philippines News 7 Juli 2024 memperingati Hari Apa Jili 747 casino login Winph 777 login philippines app benefits of online casino games Wild aces online casino real money Mwcash88 Bonus hunter cc email Maduna clan names FF16 change party members Online casino games real money free spins no deposit Dbx casino real money philippines Okada online casino apk latest version Skype Download for PC Jilibet donnalyn login Register online casino 777 Pub download old version Spaghetti Jollibee price Jili no 1 login register Jiliasia app apk Super slots apk old version 646 casino login Register Philippines Listahan ng laro ng skillz login Totoong online pokies philippines release the kraken clash of the titans (1981) Casinos online real money philippines Phil168 APK Download Chumba Casino login Www 49 jili casino login password Fb jili casino login download apk Jlbet slot login Jili 777 lucky slot login register philippines apk Pagcor logo meaning Hard Rock online casino login 77ph com login password download Ano ang gamot sa mataas ang sugar Online casino download APK Geely Emgrand price Philippines BLBET Tapwin 2024 download apk Lodi 646 casino login ph Royal558 download Abc jili register philippines download LVJILI login Royal fishing jili download for android Free60 casino philippines Kk jili libre 58 real money download PHFUN login Nice88 download free ios Best penny slot machines to play at the casino for beginners portal.pagcor.ph sitemap online casino games no deposit bonus Unlapi AAA Jili login Bongobongo ug Casino Jili x yb download apk do 888 casino register Cash Rush slots 777 apk latest version Free online casino games win real money no deposit Philippines Fortune 888 login password Slots casino login no deposit bonus 49 jili time philippines download Nuebe register login Jili fishing game download free Win99 casino philippines Bingo Super Star download 55bmw win withdrawal Jili kilig login download Superball Keno online Hacksaw slots real money Pagcor address philippines 188 jili demo account hack Vegas online casino games free play Jili 49 net casino login philippines 777 jili jackpot apk latest version Fc slot demo free download Jili under maintenance today download android 3 patti slots patti online play Jili bingo download for android Smbet register philippines Osm jili register mobile number philippines MWGAMING 188 register Nuebe agent login philippines Online casino color games philippines Is Winford Casino open today Jili update today WK777 slot Jili casino review philippines slotomania online Lucky jili slots login register mobile 188 jili casino login download philippines Baccarat game strategy reddit Jili22 promotion How to withdraw in jili slot online 1xslots login Mnl168 online casino register philippines login Paano maglaro ng slot gambling login casino for real money online Best online casino Philippines reddit Jili deposit 50 withdrawal limit Nextbet philippines registration 168jili login registration Www royal888casino net register Double Win Withdrawal App Fisheries department officials 777 Lucky JILI Slots Casino APK download Nz online casino games real money 888php withdrawal Jili mines predictor apk Online casino jackpot slots free play yy777cam Jili one login download mainstream records lee young-ji 77ph com download free 49 jili years login register Jili slot club jackpot 777 download free money philippines Www betvisa games app 1888 jili casino withdrawal online July 10 religious holiday Labet88 login registration 2021 Osm jili casino online games philippines download Money 888 login download Empire slot machine download Ireland online casino games free play Kk jili casino login registration download apk 1000 free games to play with friends Poseidon god son Jili lucky slot app download Big baller club casino login registration philippines Fish Hunter - Shooting Fish Pnp 888 jili slot game login app Limbo game download for PC Highly Compressed Jili jackpot 777 download apk ios slot machine free games free spins deposit bonus Jackpot meter app for android Instant withdrawal betting app Dama N.V. casinos no deposit Bonus Joy 7 casino login free chips Eliakim Sadoki Hadaa Ya Walimwengu Gemdisco login 08 jili register app Jollibee slot casino login philippines register online Award winning chili recipe Allrecipes Helens Slot APK old version Mga kahinaan ng mga pragmatic slot machine login Jili pulang sobre register online Jili777 free 150 no deposit bonus Philippines Jili no 1 com withdrawal philippines Slot online game free real money Jackpot joker jili demo free download Best pg slot game free no download Wagi77 login Philippines Rich9 pinakamainit na laro login Fortune gaming88 login philippines Royal Slot Login Fun facts about July 19th Geely gx3 fiche technique philippines IND slots APK yono Ox jili slot withdrawal What happened on October 7 Al Jazeera 777 pub com login download Nice88 app 99 Fortune Casino login Register Tmtplay888 Jiliplay login download Love jili vip login password 888bet registration online Dragon vs Tiger hack apk Lucky JILI slots login register Kpl casino Online casino game for real money free play 777pub open now promo Video poker jacks or better strategy chart Jili 365 casino login register philippines no deposit bonus download Free slots com party bonus Animal Husbandry Minister Bihar list 188 JILI casino login registration Philippines Anuani ya katibu tawala mkoa wa dar es salaam NetBet registration Fg777 register philippines 90 jili live login download One slot game download Agent GEMDISCO Jili 999 com withdrawal Jilimk casino log in no deposit bonus tg777 login register philippines Pagcor login philippines List of licensed POGO in Philippines 2023 How many cannabinoid receptors are there in the human body Q25 jili download ios Ff777 vip login Jili 49 dot com registration philippines Ano ang speed roulette review Ph joy vip login registration philippines 4 ram slots which ones to use Mga puwang ng video youtube Jackpot Party Instagram free coins www.free facebook.com log in Betvisa download for android 49jili pogcor Betso888 login download Jollibee slot login Fruit Theme Birthday Party Wjslot claim form Nextbet Live Casino Lotto go Jili volatility calculator philippines Teenage Kraken Salish Matter Lucky 777 online casino login philippines Slotomania 777 casino real money Mega ace jili demo apk latest version Falcon Play customer service www.666.com games Bingo Jili PH Slots earning app real money no deposit Canara Bank Internet banking PIN generation 8K8 vip login Philippines No 1 jili app for android free download Gonzo's Quest max win 9 Pots of Gold land and win What does Mr Mike Slots do for a living Jili fc slot real money no deposit bonus Ph macao jili register download limbo apk + obb download Swcup6 net live login Register philippines Free slots 8888 no deposit philippines Jili tadhana slots download free Free casino slots 3 lines no download Jili okbet real money philippines Jili88 ph com register login password Slots earning app real money download Jili apps download free for android ios Kurdish traditional dress Labet88 online casino Ez jili telegram ios 94067 water heater door installation Real Boxing 3 download Best casino online Wishbone Games Nextbet login mobile registration Jili no 2 login no deposit bonus Poder Judicial Superace88 club login registration link Triple match 3d master mod apk Sino ang cowboy slots wife Jili 5678 casino login poker star Apanalo casino app login KK JILI casino login app apk Www gibson casino www gibsoncasino com login APEX slot download Best free slot machines play for free no deposit Mining Telegram group link Jili t7 real money Jili369 app download Progressive jackpot meter link Lampara ng genie philippines Best free slots with bonus Asia JILI casino register 888 ladies slots login UNO Spin Millionaire Dimm slots reddit King game app download apk Yy777 index login No deposit slots real money Yeriko by injili bora choir session 49 jili road register philippines Jili slot 777 login register online no deposit bonus philippines 啶啶?啶曕 啶啶班が啶?啶曕ぐ啶ㄠ 啶曕 啶夃お啶距く GGBet welcome bonus Is the 49ers coach a Christian Sino ang may akda ng medusa Ace Super ph casino Login games.747 games.ph/launchgame open now Tiktok video Zili 7 Gold Fruits slot Peraplay APK download Labet88 register philippines app Love jili vip login philippines Slots download free Jili slot jackpot login register Junglee Rummy APK Paddy power virtue Welke dag is het vandaag in belgie Nn777 login philippines app Pb777 login id and password free Sweet Bonanza free spins no deposit Online slots casino 888 real money no deposit online casino games real money Osm jili casino Megaways slots login Konami free slots no download Big Bass Hold and Spinner Megaways demo Jili 888 register Jili mines download free Best free video poker no download fishing slot casino - free 100 000 coins Jili22 NEW com register Big Bass Bonanza Geely subsidiaries in philippines State fish of bihar in english Game of Thrones Slots Casino free coins hack Lucky jili casino login registration philippines apk Mga laro ng slot na nagbabayad ng totoong pera apk Niceph casino real money Fortune Dragon PG slot demo Reference generator Jili88ph net register download FG7777 Jili super win apk best online casino games to win money Bagong jili register app 777sm vip login Jl bet slot register Jili casino sign up bonus no deposit philippines Phlove Casino Login Register Jili slot online real money Ez jili code free download Cannabinoids structure How does Dragon Link slot work 188 jili casino download free Which casino has the most winners in Vegas Goldfish slots apk Fisheries, Bihar gov in Medusa megaways real money Mwcash88 casino login Best time to play crazy time reddit Voslot jili register philippines Ang tao ba ay nagmula sa unggoy PHL63 login register Demo Jili Golden Empire Download app and get bonus Pogibet free 100 philippines 22FUN APK Lucky JILI Casino login registration Win win Game zambia online app download Win100 com casino group win100 originals win100 originals register Mlbb Win Rate Calculator APK Mi777 casino login philippines register Do888 casino login no deposit bonus Jill Scott net worth 8 jili slot download for android 55X Casino Login Register Philippines Ug777 app download apk for android 94067 water heater door replacement Loveph casino Tianjin University of Science and Technology How to play Fortune Gems online Earn money online Philippines legit Xo jili com register philippines Cruise casino in Goa Play slot machines for free online no deposit Is golden Cowboy good tds online casino games volatility Tmtplay casino login register mobile 啶戉え啶侧ぞ啶囙え 啶曕啶膏啶ㄠ 啶椸啶?啶曕啶膏 啶栢啶侧啶? EZJILI Login Register Game room online casino games real money Casino dealer Reddit ph Slots jackpot meter philippines app Pldt 777 real money withdrawal Jackpot World redeem code free 2024 Jilibay free 68 no deposit bonus Bet88 ph app download for android OKBet rewards app Julie emergency contraception reviews 啶ぞ啶椸啶?啶う啶侧え啷?啶曕ぞ 啶膏す啶?啶夃お啶距く Mega win login Best online casino games real money app Jiliasia ace download Jili 178 real money app Pag-IBIG membership Double DaVinci Diamonds free slot game jili 711 Slot virtual real money free Jili tongits withdrawal limit Okbet casino login philippines download Sabong derby 2023 Full Video MONOPOLY Slots download White part of eye swollen like jelly home remedies Ez jili codes 2021 Wjslot com rewards login How many evolutions can you have in a deck Clash Royale Online casino jili login register House of Fun VIP PLUS download SM Megamall 3 day sale 2024 dates Phil163 login Simple chili recipe Jili slot machine apk latest version Jili188 login download Boss88 Slot Login Jili go login philippines Online casino games with free signup bonus philippines Jili mines download apk Fc slot online philippines Y777 jili real money withdrawal Win99 online casino login register Lucky jili slots login register mobile philippines BetVictor UK Jilino1 new site Jili no minimum deposit philippines 2020 Royal777 login register philippines Forgot transaction password in phdream Casino plus jili slot real money Win99 slot games free apk Nn777 slot jili real money 38jili login GO Keyboard APK betBonanza mobile login registration Dragon cash vs Dragon Link 8k8 online casino games downloadable content philippines Best slots to play on FanDuel reddit balato8aa Crown89ph casino login Online casino builder Wjevo22 app irich slots&games casino 777 Boxing king casino real money Jili22 vip202 download online casino games with no minimum deposit Mega Wheel game download Jili apps download for android free Diablo 4 enchantment slot not working Online lucky sweepstakes no deposit bonus 747 online casino games philippines Super ace demo game online free Spin and win cash in Uganda withdrawal PG Soft Wild Bounty Showdown 777sky slot Jiliapp download latest version Www royal888casino net register Royal slots real money login ????? ?? ???? ??? ???? ????? ????? Phkuya com casino login PHIL168 new link Royal888casino net withdrawal July 8, 2024 Casino machine Jili lucky slot app apk Pragmatikong laro ng big bass bonanza videos 200jili download latest version Dometic 94067 Online slot machines philippines 12 Titans Greek mythology Online slots strategy Casinos online slots real money Jili official website app for android Play tongits online real money philippines Bmy88 net login password Jili 646 ph register app ios Kumuha ng jili app login download Ezjili com download ios Mega Ace mechanics Jili ace 777 no deposit bonus Jili live club login Jili 747 login app 291 jili 01 register download Tongits Go new version Boss JILI casino login Rich711 casino login download 9jlbet Real money casino app apk Jili event login app Jackpot fishing jili download free Pagsasalin ng teksto Sixers game today Please complete the required turnover for withdrawal tagalog Majhail X song download Mp3 April 8 2024 holiday Philippines Pg777 login register online Crazy Time prediction telegram Tadhana slots apk download old version Transaction password in scatter example Mine (Taylor Swift release date) Jili zeus slot login register International casino app Monopolyo ng big baller login Win888pub app Diablo 4 enchantments Phmacau club 啶す啶苦啶︵啶班ぞ 啶溹啶む 啶曕 啶啶∴ Apat na uri ng tunggalian at halimbawa Sw888 casino register BYU portal 49 jili vip login philippines Ubet95 Casino login Jili 178 ph register Is online gambling legal in Philippines Jili t7 login registration form Fg777 official withdrawal How to get unlimited coins on Vegas Live Slots Go88 slot login register download Slot sites philippines Pnxbet77 legit Online lucky 9 gcash download bwinners - online sports betting virtual & casino games Fachai free 150 Casino table games inside (2008) Ocean King Jackpot download Boom casino login KK JILI Casino Login app apk Nexusgaming88 agent login philippines Bonus 365 casino login Free unlimited bingo card generator PDF Microsoft login Jill meaning slang origin Grand slot Palace online casino W888 login Jili369 real money login Nexus88 Gaming login register Jackpot fishing demo free download Jajji veer punjabi gane mp3 download online casino games not real money Wagi 777 download for android free spins bonus no deposit Best casino online slots europe Bombing Fishing demo Limbo bar game Lodigame 291 login registration philippines Mammoth Gold Megaways Peraplay login Fb jili casino login download free no deposit bonus Bingo filipino machine price Login slot machine app Nextbet app download apk Slots game machine free Is DraftKings Casino legal in Massachusetts Webcam app Free unlimited bingo card generator What do CB1 receptors do 177bet cc download Jiliasia casino login philippines Online lucky 9 gcash withdrawal KK JILI register Slots rivals ladbrokes login Jilivip download ios online casino games in florida slot o pol online Jl777 Login Register Charge Buffalo free play Lucky Tongits gcash download Ph646 register mobile philippines Promotion 100 free 58jili login registration online x570 ram slots Mines predictor free Jili17 register mobile Kkjili com app download latest version Best free bonus slots real money Gba 777 casino no deposit bonus Best slots to buy bonus GGBET GCash Wild hammer megaways apk Real money gambling games philippines Jiliko photos free Libreng mga laro ng slot online register MVG SunBet login Bet777 Login Casino keno games free online no deposit Casino ng rainbow riches real money Jili referencing indian law ppt Free casino online real money Philboss link login Jili slot 777 login register online philippines Premiumbets TG777 app login 10 07 day Pocket GK Book PDF in Hindi Online casino 50 cash in no deposit Free slots paypal deposit Phlwin online casino hash encryption games traceable fair casino apk casino game casino Jili188 tv login password 5e sorcerer spell slots guide Alamat ng wizarding wars reddit Jili slot jackpot 777 withdrawal Www jilino1 club app Betso89 register Free website browser download pagcor online casino games Poker machines games casinos online free bonus Play video poker free no download for android Is Seybold journal Scopus Indexed How to withdraw in jili online gcash mwplay888.net login Phpslot app apk Top 1 game in the world 2024 Bingo plus pagcor login password 178jili HP777 Casino Jili day app apk Casino guru Brazil nuebegamingslot Jili casino app login download Jili 09 register download taylor swift july 9th 1:38 Geely Coolray 2024 Release date Philippines Jollibee picture outside Xo jili casino login register mobile Spielautomaten kaufen Royal Club apk Mod Helens gogo jili login register philippines Lucky 777 apk latest version Katangian ni apollo sa cupid at psyche Doble Engineering Casino jili real money app Slot machine png Falcon casino login register 5e multiclass spell slots Arcane Trickster Jili slot jackpot app download Paano maglaro ng slot para kumita withdrawal casino slot games real money Helens gogo jili register philippines Casino articles topics Fachai free 100 Slot 50 minimum deposit Philippines sm 3-day sale schedule 2024 Magic jili slot game login Are casino Apps rigged Tala888 download jackpotfree Big bet review guardian online casino games for free Fg777 casino login register link Betvisa best online casino Microsoft Store download lodivip3web Jili 789 download Best online casino games for real cash Tongits go 4.1 6 apk download latest version Gba333 login Register Phone club Game online azure pre-validated domain Sabong app apk Bandit Slots Youtube Jacks or Better strategy app Magandang slot ba ang Sweet Bonanza? 100 free spins no deposit no wagering requirements philippines Fg777win com login Pci slot types explained Nakakabuti ba ang sugal sa tao Tmtplay casino login register mobile Galaxy 88 casino com login register Free flash video poker download no download Winford Online casino login JIL pastor Winhq9 login register mobile W500 one Jili veo casino login registration Buenas 88 Register How to withdraw 90 jili club philippines online Jili free 100 php no deposit bonus philippines Jili com casino register Minecraft Crazy games Mitran de boot remix mp3 song download 320kbps Anjeer Dry fruit tg777 customer service 24/7 Arat365 com login Apps na pwedeng kumita ng pera legit 9k slot Casino Jili 8888 download for android William Hill live Tesla jili login philippines 啶す啶苦啶︵啶班ぞ 啶溹啶む x7-16 啶啶侧啶? Okada Online Casino download ios Lucky Neko demo play Jili lucky download for pc Original Buffalo wings recipe 777 jili Casino real money Betsson Group Glassdoor 40 jili casino login philippines app 777ku login App Byu jili register download Yesjili com login philippines Jackpot fishing game real money Ubet95 app apk 888 casino app store download Betway zambia online live sports betting download jili 80 iRich kh free download Mga nakakatawang palaro Top online slots online lucky 777 slot game download 50 deposit game online 49 jili games Online casino game with real money Freeplay Casino no deposit bonus Jili 646 777 login register philippines link Kk jili login register online philippines Anti epidemic online casino gcash login Gold 168 Casino login Royal777 register JILI6 promo code Philippines Lodislot 777 casino online real money Ijility maumelle ar Mnl168 download for android Bet 888 login philippines Boeing Secure Login 188 JILI Casino login Jili asya download Mr joker Photo Dinosaur tycoon jili ios download Jili777 login register Philippines 49 jili games download Wow888one philippines Phl63one philippines Mega Medusa Casino login Win888 casino register online Pldt 777 real money withdrawal solaire online casino games MNL63 free 100 No Deposit Jili caishen casino irich slots&games casino 777 Free slots poker online real money Casinos online for real money philippines Royal Club login app download free Online casino free real money DO888 online casino JILI188 app Charge buffalo jili download free Jili free 100 no turnover philippines no deposit bonus Gogosolot online Casino Login Superjilli ph Jili365 bet login sign up philippines Jili x super ace download 5 jili casino login register online Lolliplay login no deposit bonus Pldt jili slot download ios New online casino free chip no deposit Is transaction password and atm pin same sbi mega joker spielautomat Baccarat Strategy book Sweet Bonanza Candyland live Jili 337 withdrawal fee Baccarat Evolution Jili games download for pc slots with real money online 5jl Casino Login Super Ace slot demo SWERTRES sureball hearing today Philippines youtube Jili big win login register Online casino games no deposit free spins philippines Top online slots online lucky 777 slot game download Big baller Club info login Non working holiday Pasig 45 days from july 9, 2024 777 10 jili casino register download jackpot giant slot 90 jili register download JL777 Casino Tp777 com login register mobile Casino tr c tuy n login Gogo jili app download apk mod Legends Slot Bingo JILI 52 Club APK Jilievo888 com login register online Lucky jili real money 888bets mozambique app download Happy jackpot slots Fairground Slots no deposit bonus Wild ace demo download New Vegas slots luck Casino mania bonus Huff and more Puff slot machine for sale baccarat game how to play Jili ph register online Jolibet withdrawal Football teams Premier League sissi slot machine free play Jili vip login register philippines download app ios Transaction password in tagalog example brainly Play free casino games online without downloading for android ELK casino games Libreng computer video poker download Winph6aa philippines Jlbetslot 49 jili casino slots login Jili app casino download apk for android Mnl168 online casino register philippines apk Jili 80 login register Jili free withdrawal app Maaari ba tayong maglaro ng monopoly online play SYNOT Interactive Playzone cashback labet88.com app Jili49 login register Jili asia com casino login download Gold slots casino sa facebook login Jili balita withdrawal fee Gamezy Rummy Jili day register online 90jili game club download PH Macao game 777sky casino philippines Ibetph web casino Best online casino games philippines gcash 247 slots login Elf bingo jili online registration Funny captions for online casino games 777 lucky slot no deposit bonus OKBet App download apk Z25 Gaming P88 jili login app Jili77win philippines DuckyLuck Casino Ttjl casino link app 55jili login Cali 777 com login password LIMBO APK download latest version 200jili login philippines 646 jili 01 login app FB JILI Login Golden Wealth Baccarat live Panaloka login registration Tala0888 download apk GemDisco Login register Lion dance history Ezjili login register mobile Royal777 register Jili 337 login register philippines download Fishing era poppo How to play jackpot fishing app Libreng jili games login Swerte ng buto 77ph1 com login password How do i install tongits go on android Joy jili casino login register philippines free chips Slot machine 777 login Jili online slot apk Jili ko o casino login register APK injector Slot Pragmatic Play Gogo JILI Casino login 50 minimum Z790 ram slots for gaming Tongits Go update download How to compute special non working holiday Philippines 777 Casino 77 free spins login MWGAMING Login Password How to play taya 777 online How does Lee Young ji know English Phdream88 login app 63jili download ios ME777 Casino Login Philippines Baba Slots online casinoplusslot How to play jili super ace online Unibet sign up bonus 60 jili login download no deposit bonus Philippine online casino no deposit bonus pxbetgamingslot Online casino games that pay real money no deposit 49jili flag login password Jili 2024 login register Paano maglaro ng jili super ace login download Vip jili login philippines app Jili bingo download for android 9Y game City Jili jackpot lucky casino real money no deposit bonus Easy money jackpot fishing philippines Casino free games slots machine no deposit Slots7 Casino free spins Winjili ph login registration Jili games free 100 download apk Jiliplay999 com login Hot chilli megaways review Jili games apk latest version ang mga slot ay nagsusugal Nice 888 login philippines Playzone Casino FC jackpot Casino login Spin jackpot YONO apk Juegos de casino gratis sin descargar ni registrarse Gold slots casino sa facebook withdrawal Jili 168 login registration link Mitran De Junction Te Mp3 Song Download pagalworld Lovejili app for android apk download Helens gogo jili casino login Transaction password in scatter example mainit na jili casino Casino online free credit no deposit How do i install tongits go on iphone Boombet casino 100 JILI casino no deposit bonus Peso88aa philippines Jiliko gcash withdrawal Jili veo login philippines Jili slot game download apk latest version Macau casino online login philippines online casino Katangian ni sita sa rama at sita 49jili login to my account philippines app Forgot transaction password Fg777app download Baccarat in casino online 98 jili casino login register philippines download app Marvelbet apps download apk for android Xo jili app login Speed roulette strategy betway zambia live soccer online casino games Casino 777 lucky jili slots real money yakuza: like a dragon slots high payout token Wild Coaster PG slot Turkish Airlines flights Bet jili app download for iphone Why do slot machines have bingo cards Ez jili code philippines DOUBLE Jackpot Slot MACHINE for sale play free online casino games Bet777 Login app Supabets mobile app download Winning plus 40 apk Play top Dollar slot machine online free no download Jackpot meter jili download apk Plot 777 casino login register link Best time to play jili slot on sunday reddit