beluxig
Forum Replies Created
-
Hi,
I resolved it, gravityforms role management is available under the capabilities tab. The gravityforms role management is added when we install gravityforms plugin.
- This reply was modified 8 years, 3 months ago by beluxig.
Forum: Themes and Templates
In reply to: [OceanWP] How to crete a vertical menu with Elementor Pro?@oceanwp Thnx for the reply
The code is removing the vertical header but leaving a white space in its place.
You can check it out in this sample page:
Forum: Fixing WordPress
In reply to: Remove header for logged-out users on a specific page with css@sterndata Thnx for your time. Well I used
.page-id-727 #site-header { display: none; }It is removing the header but leaving a vertical empty space in its place. The content is not taking its place.
Forum: Fixing WordPress
In reply to: Remove header for logged-out users on a specific page with css@sterndata My apologies if I am not clear. The said page has a vertical header and according to the image that you posted it is the option 3 that I want to remove.
@keithdriscoll I am new to css and theme editing, so please bear with me.
If we right click and View source :
<header id="site-header" class="vertical-header has-shadow center-logo clr" data-height="0"Forum: Fixing WordPress
In reply to: Remove header for logged-out users on a specific page with css@sterndata Its a sample page created:
Forum: Fixing WordPress
In reply to: Remove header for logged-out users on a specific page with css@sterndata Thnx for the prompt reply. I would like to clarify that there are two issues that I am facing:
The most important part is (whether or not logged in) the code to hide header is not working, is there a selector I am missing..page-id-727 .site-header { display: none !important; }The above code ideally should remove the header, but is not doing it.
- This reply was modified 8 years, 3 months ago by beluxig. Reason: added few more clarifictions
Forum: Themes and Templates
In reply to: [OceanWP] How to crete a vertical menu with Elementor Pro?How can we remove the header with css, I am trying something like this:
.page-id-727 .site-header { display: none; }Its not working. Is there a specific selector I am missing (I am adding the css to customizer > custom css/js)?
Forum: Themes and Templates
In reply to: [OceanWP] How to crete a vertical menu with Elementor Pro?@oceanwp Thnx for the reply and pointing me out the possibility of Vertical Header. The only issue I am getting is to restrict the header to only logged-in users. If it were a menu I could restrict it to logged-in users by using Nav Menu Roles.
Can a code be added to the header.php like :
<?php if(is_user_logged_in()) { // Checking if user logged in Display this code } else { Display this code instead} ?>So, is there a possibility of the header only for logged-in users?
- This reply was modified 8 years, 3 months ago by beluxig. Reason: added an example code to make it more clear
Hi,
I have lost access to the @jamesfranc account and unable to reset the password, so in continuation to your reply to @jamesfranc – these are the settings for my text field as well as columns.
Text input settings: https://imgur.com/a/tK7nY
Column Settings : https://imgur.com/a/4V93c
I have followed your demo video and used the same settings.
Can u please try on a free theme like Oceanwp or Astra, they are one of the most downloaded free themes?
Thnx for your time.