oavs
Forum Replies Created
-
Forum: Plugins
In reply to: [Live Summary for Gravity Forms] Hide empty fieldsThe “gf_invisible” CSS class will hide any field from view (using a different technique than the “gf_hidden” class;. This allows you to use any product field type for your product field and still prevent the field from being visible to the user.
oh I get it now. It only shows if you select “profile” then in the profile shows as tabs.
What I really wanted was to list these links on the left column under the Account navigations.
Is there a way of doing that.
My old code worked 100% but I could not add a second navigation and that was my firsy query.
OK so that was a waste of time but thanks ?? for the new link.
I have copied the code from the link “add several extra tabs, example” you gave me and pasted in my theme/child functions as it is just to see what it would have looked like. Nothing. No changed at all.
Should I be doing anything else. At this stage I just want to see your example but showing nothing.
any ideas ?
Developer says its SecurePay problem , SecurePay says it’s developers problem.
Has anyone used an alternative plugin…. like “SecurePay DP” or similar?Thanks . They flicker when you hover over. Moreover they will only pop up if you scroll the form further up to the top Otherwise they flicker.
Further more after importing forms TEXTHELP under DISPAY does not show in admin. I have already disabled DEV mode in admin. how do I get the HELPTEXT inder DISPLAY tab again?
Forum: Plugins
In reply to: [WP Customer Reviews] Firefix IssueI need to know if anyone managed to add an option field in the form.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Eliminate spacing at the top menuThis seem ti fix it.
.main-navigation li {
margin: 0;
padding-right: 1.5rem;
padding-left: 0rem;
}Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] No confirmation sent and no addition to listGreat help. Yes you are correct possible as many times you can remember as you can ??
On the same subject, how do I get a copy of the mailChimp online form submission ?
Cheers
Faruk
Forum: Themes and Templates
In reply to: Can not insert a image link in Portfolio to protected login pageThis is the page https://www.kidsportfolio.com.au/portfolio/ida-oscar/ has the link at the bottom ‘Click here to Order Online” . This text link works
Right at the top of the text before the text ‘English Springer Spaniels are smart and eager ….’ I should be seen my image link but not visible.
Code for the image link is in the source you can see between the <p> </p> tags
Forum: Plugins
In reply to: [Protected Posts Logout Button] Logged out but now can't loginOk It works it was to to with function code I had added stopping it work. Code is blow here . If anyone can fix the problem and post it here would also be great. Code adds extra text to the password login page which is very handy.
= code===========
// Customizing And Styling The Password Protected Form
add_filter( ‘the_password_form’, ‘custom_password_form’ );
function custom_password_form() {
global $post;
$label = ‘pwbox-‘.( empty( $post->ID ) ? rand() : $post->ID );
$o = ‘<form class=”protected-post-form” action=”‘ . get_option(‘siteurl’) . ‘/wp-pass.php” method=”post”>
‘ . __( “THIS IS PASSWORD PROTECTED PAGE” ) . ‘
<label class=”pass-label” for=”‘ . $label . ‘”>’ . __( “ENTER YOUR PASSWORD:” ) . ‘ </label><input name=”post_password” id=”‘ . $label . ‘” type=”password” style=”background: #ffffff; border:1px solid #999; color:#333333; padding:10px;” size=”20″ /><input type=”submit” name=”Submit” class=”button” value=”‘ . esc_attr__( “Submit” ) . ‘” />
</form><p style=”font-size:14px;margin:0px;”>?Only registered users with portfolios may only login. If you do not have your password sent to you or if you have not registered, please do so using the Register form on the right.</p>
‘;
return $o;
}// END
Forum: Themes and Templates
In reply to: [Virtue] virtue premium menu icons not all showingForum: Themes and Templates
In reply to: [Virtue] virtue premium menu icons not all showingHi
I create pages
Appearance > menu
add menu
select CSS icon field to add icon to the menu. No drop downs to select from. Just type the icon name.if I want to list all the icons https://www.abcd.com/icons
some icons are showing missing however icon names are still showing.Forum: Themes and Templates
In reply to: [onetone] Full Page Background ImageHi
” replace the video with a Full Page Background Image in section 1. >> Set “Video Background Section” as “no video background”. isn’t working with the latest version. What is the required image size to fill the screen?
Forum: Themes and Templates
In reply to: [ColorWay] Home Page Tab goes to empty page“The homepage comes by default in the theme.” that is correct if you choose ‘Home’ page as a ‘post’ page set by ‘Reading ‘ settings.
I have asked the similar question and had no reply yet.
What I want and I think similar to what Jennifer wants is to have a static page that look like default ‘ColorWay post page.
When I create a static page and set the reading as ‘Static’ , home page shows blank. We can not apply the default ‘post’ look to static home page. That is the problem. Can the Theme Author please advise how to achieve this?
Forum: Plugins
In reply to: [Social Photo Fetcher] Facebook Photo Fetcher Lightbox Not WorkingSame. I have installed LightBox Plus and still not working with Facebook Photo Fetcher. Anyone please ?