beluxig
Forum Replies Created
-
Thnx a lot, its working
Forum: Themes and Templates
In reply to: [OceanWP] Alter post layout with vertical headerHi @apprimit,
Thnx for the prompt reply, thnx it is working.
Thnx for your reply, I think I already mentioned in my first post that I am trying to use the [aam] shortcode to hide a section of my post. So, can you please help me with an example how to use [aam] with the hide, show, limit, message attributes along with comma separated list of user roles.
Thnx
Thnx for the reply, but how to use the attributes. No examples provided. I already referred to that link and also to the one I provided in my OP. There is no example that shows how to use the shortcode attributes.
Can you please help me with that?
Forum: Plugins
In reply to: [Elementor Website Builder - more than just a page builder] Center the tabsThank you it resolved it.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Add user_metaYeah, that I am aware of, but I cannot get the wallet balance meta_key, because I would require the meta_key to display the user specific wallet balance on Gravity Forms. If you can provide me the meta_key for the user wallet balance that would be great!
I tried
_woo_wallet_balancebut it didn’t work out. You can check the woocommerce-account-funds.php, for the get_user_meta function.Forum: Plugins
In reply to: [Wallet for WooCommerce] Add user_metaHi,
Thnx for the prompt reply! I am using the latest version of the plugin i.e. 1.1.9
I have attached a screenshot of the admin profile page :
The User Profile page does not have any wallet balance. I have deactivated all the plugins. You can see it here:
Forum: Themes and Templates
In reply to: [OceanWP] Where is the bodyWhich script?? .php .js ??
If you want to add .js, you can add it through Customizer > CSS/JS option found at the very bottom.
If you want to add php to the body, would advise against it. Instead, you can use Code Snippets plugin ( https://wordpress.org/plugins/code-snippets/ ) to add php functions.
Hope this helps!
Adding this for further clarifications –
I have 5 Access Levels
-
Level 1: Administrators – access to all pages including backend
Level 2: Public
Level 3: Logged-In
Level 4: Unverified
Level 5: VerifiedI have 2 Pages
-
Page A: Accessible to all
Page B: Accessible to only Level 1, 3, 4 and 5Now, Conditions about Page B
Page B will have contents or sections, which I plan to make accessible through shortcodes (if possible):
-
Content (section) X: Accessible to Level 1, Level 3, Level 4 & Level 5 through shortcodes.
Content (section) Y: Accessible to Level 1, Level 4 & Level 5 through shortcodes and will show a teaser message specific to Level 3 while being in the same page i.e. Page B (the teaser message needs to be in the same page and not a different page).
Content (section) Z: Accessible to Level 1 & Level 5 through shortcodes and will show a different teaser message to Level 4 while being in the same page i.e. Page B
How to go about this?
- This reply was modified 8 years, 3 months ago by beluxig. Reason: added some more clarifications
@awesomesupport thnx a lot for the response, can u please point me the right css to hide the logout button?
Forum: Plugins
In reply to: [WP Support Plus Responsive Ticket System] no helpdesk being shown on page@subhashsrs disable theme integration for everybody by selecting ‘No’
@basils57 You can try tabs option (found under General Elements or simply just type tabs in the search widget at the top)
Why do you ask somebody to contact your own support rather than provide support here?
This issue is not resolved, as for example I am also facing the same issue and would like a resolution.
So, instead of providing a personal support, you should post the resolution for the benefit of everybody.
- This reply was modified 8 years, 3 months ago by James Huff. Reason: removed unnecessary modlook tag
Got it resolved!!
@snifflevalve Thx a lot for the response, do you think this will work with border-bottom property?
Like:
selector .elementor-tab-title.elementor-active { border-bottom: 2px solid #0073AA; }