master331
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Top bar problemForum: Themes and Templates
In reply to: [OceanWP] Title attribute image problemProblem resolved by using text editor instead of image element of elementor plugin.
I add text filed, then click on option add media and uplaadimage. After that i wsitch to text editor and add title=”some name”.Forum: Themes and Templates
In reply to: [OceanWP] Title attribute image problemi am using elementor plugin
Forum: Themes and Templates
In reply to: [OceanWP] Help with homepage@amit
Cheers bro, thanka a lotForum: Themes and Templates
In reply to: [OceanWP] Help with homepagein section Customize – Header
i found section Content After Header, and that code is written
[oceanwp_popup_login]<span class=”cart-divider”>|</span>
<span style=”margin: 0 10px”>[ti_wishlist_products_counter]</span>
[oceanwp_woo_cart total=”true”]
What i can safely delete?
Forum: Themes and Templates
In reply to: [OceanWP] Help with homepageThere is no Header template..Only Mega Menu, Footer Callout and Top Bar Right
Forum: Themes and Templates
In reply to: [OceanWP] Help with homepageProblem was in footer callout option , so i resolved that.
Now i want to remove this ocean wp login.i deleted plugin but i dont know how to remove [oceanwp_popup_login] form completely?
this is for testing purpose
Forum: Plugins
In reply to: [Participants Database] Date searching@xnau
I have simillar question.
If i have 3 dropdown field wtih valus day (1-31) , month (january – december) and year (1995-2018), how to setup search for example november 2007 and to show all entries from november 2007?Forum: Plugins
In reply to: [Participants Database] Search for Registered Users Feature“You can only use $current_user to get the user’s information if they are logged in as a WordPress user. If they are not logged in, then you don’t know who they are and so they will have to log in before you can show them personal information.
If you are using a membership plugin, then your members are going to be WordPress users, so it works the same. When they are logged in you can use $current_user to get their info and use that to show them personal information from Participants Database.”
1.can you recommend some membership plugin , which i can edit for my needs?
2.i need to create 4 fields in registration form:
username,password,email and tablice ( tablice on my language is “code”)
3.Instead $current_user->user_email . in need user_tablice.Forum: Plugins
In reply to: [Participants Database] Search for Registered Users Featurethanks for answer.
another question.
is it possible to setup serial number function?
example. first entry gets number 1, second entry gets number 2, third entry gets numer 3…etc and that value to be shown as a fieldForum: Plugins
In reply to: [Participants Database] Dropown filter (sort)thanks, problem resolved
Forum: Plugins
In reply to: [Participants Database] Login searching database<?php
$current_user = wp_get_current_user();echo do_shortcode( ‘[pdb_list search=true filter=”owner_email=’ . $current_user->user_email . ‘”]’ );
?>what is code for another parameter? (example name and surname, or phone nuber, code)
$current_user->user_email what is modifications on this line for my question?- This reply was modified 8 years ago by master331.
Forum: Plugins
In reply to: [Participants Database] Login searching databasei will try your suggestion in a few minutes, and if i develop my site i am very interested by buy some of your PRO extensions
Forum: Plugins
In reply to: [Participants Database] Login searching databasedo you plan to extend possibilties by adding some new features? sms validation or something innovative?
Forum: Plugins
In reply to: [Participants Database] Dropown filter (sort)then i got this https://imgur.com/qn77s3A
this is full code i need
[pdb_list search=true pdb_list search_fields=time,owner,device pdb_list template=edit-link pdb_list filter=”servis=auto marko” sort=true orderby fields=time,owner]