masoud_wp
Forum Replies Created
-
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Lazy Load Does NOT work in AmronI disabled the WP Rocket plugin. I also disabled all installed plugins. I even changed the theme, but the problem still remains.
Of course, in the same situation, the Woowgallery plugin works properly with lazy load and has no problem. This problem is only seen in gmedia.
What else do I need to do?
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Lazy Load Does NOT work in AmronYes, Sure
thanks
but language of the website is not English, Sorry.Thanks a lot
that’s right. in csv export, the leading zero is in it.
Using the help of the following links, I was able to solve my problem using Excel and OpenOffice.for Excel:
https://smallbusiness.chron.com/keep-leading-zeros-csv-43807.htmlfor OpenOffice:
Of course, there were other problems in importing the file in Excel, but it worked properly in OpenOffice. I suggest using OpenOffice for changes in csv.
Thank you very much for your guidance
Forum: Plugins
In reply to: [Participants Database] why custom templates were removed after the update?Yes that’s right, but the data of other plugins is stored in the database and there is no need to add file in plugin folder.
It would be better if Participants Database plugin had the Custom Templates Folder plugin in it, of course, this may not work.
Thank you anyway.but i have to tell you that this is a very great plugin that i have been working on it recently and with excellent support.
This plugin solved many of my problems. Thank you very much 🙏🏻🙏🏻🙏🏻Thanks but i have done this before.
because when the file is opened, it does not have zero, changing the format of the spreadsheet column has no effect.Forum: Plugins
In reply to: [Participants Database] Critical error on upload csv fileThe problem was completely solved.
Thank you very much for quick responseForum: Plugins
In reply to: [Participants Database] Update field value in custom template (in pdb_list)Excellent, Thank you very much
Forum: Plugins
In reply to: [Participants Database] how to use shortcodes of other plugins in PDBThank you for solving my problem.
Forum: Plugins
In reply to: [Participants Database] Get Labels of Optionsyes but i want the label of it, not value
Consider the following example (in multiselect checkbox)
Western States::optgroup, New Mexico::NM, California::CA, Maine::ME, Arizona::AZIn your code:
<p>The value is: <?php $record->print_value(‘fieldname’); ?>.<?p>
output is
The value is: CAbut i want (output):
The label is: Californiaalso i want optgroup label
for example (output):
The group is : Western StatesForum: Plugins
In reply to: [Participants Database] Get the value of a field in template pageThanks a lot. This is an excellent solution.
- This reply was modified 5 years, 6 months ago by masoud_wp.
Forum: Plugins
In reply to: [Participants Database] Get the value of a field in template pageHow to get current filters name and their values in custom template code?
for example,
[pdb_list template=”ad” filter=”type=Movie&city=NY”]how to get “Movie” and “NY” in code (custom template)???
custom template code:
<h1>Your selected is: <?php –What code should be written here to get “Music”– ?> and <?php –What code should be written here to get “NY”– ?> </h1>
The result is as follows:
Your selected is: Movie and NYPlease guide me
thanksForum: Plugins
In reply to: [Participants Database] Get the value of a field in template pageSorry if I did not explain correctly
Let me explain with an exampleI created a custom template that has the following code:
<h1>Selected type is: <?php ?> </h1>that use as follows:
[pdb_list template=”ad” filter=”type=Music&city=NY”]I want the result to be displayed as follows:
Selected type is: MusicI mean, I want to get what I enter as value of filter and display it on the output page
But I do not know what php code to use?
<?php ?>another example
[pdb_list template=”ad” filter=”type=Movie&city=WA”]result to be displayed as follows:
Selected type is: MovieThankful
We’ll be waiting for new updates.Forum: Networking WordPress
In reply to: Disabling some of the subdomaini login as superadmin…
Thanks!
Solved!