PleaseHelpMePlease
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Contact Info] Align Simple Social IconsHow do we go about centering them? Thanks!
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Taxonomy Term Order in drop downsThanks so much!
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Search Results Not Coming Back CorrectHello and thanks for a prompt response.
I am using the WP USER Frontend plugin to create forms to get information from drivers. I would like to be able to store multiple values for a couple of the custom fields I have made. I am afraid it is storing it as single value. Maybe this is my problem. Do you have any knowledge on how I can solve?
2nd: Yes I used the “IN” compare operator.
Thanks again
Forum: Plugins
In reply to: [Frontend Uploader] Can't find some of the info associated with an uploadAny more info on this? I would like to have the additional custom data uploaded to the posts along with the text area data. Thanks
Forum: Fixing WordPress
In reply to: Spacing on my registration formplease delete mods…thanks
Forum: Fixing WordPress
In reply to: Spacing on my registration formnevermind…finally figured it out.
Forum: Themes and Templates
In reply to: [Customizr] Navigation Bar IssueNevermind. I will use a plug-in and make my life easier…thanks!
Forum: Themes and Templates
In reply to: [Customizr] Navigation Bar IssueBy the way, if a theme did have a menu code that looked like
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
Then the change I would need to make is
`<?php
if ( wp_emember_is_member_logged_in() ) {
wp_nav_menu( array( ‘menu’ => ‘logged-in-members’ ) );
} else {
wp_nav_menu( array( ‘menu’ => ‘normal-visitor-menu’ ) );
}
?>`
Not sure if that will help anyone assist on this question.Forum: Fixing WordPress
In reply to: Customizr Theme Menu codeBy the way, if a theme did have a menu code that looked like
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary’ ) ); ?>
Then the change I would need to make is
<?php
if ( wp_emember_is_member_logged_in() ) {
wp_nav_menu( array( ‘menu’ => ‘logged-in-members’ ) );
} else {
wp_nav_menu( array( ‘menu’ => ‘normal-visitor-menu’ ) );
}
?>Not sure if that will help anyone assist on this question.
Forum: Themes and Templates
In reply to: [Customizr] Internal Server ErrorThat worked great. Thanks very much. You are very knowledgeable!
I’d appreciate any ideas on the social icons, unless I need to start a new topic.
Forum: Themes and Templates
In reply to: [Customizr] Internal Server ErrorThanks for your answer!
The social icons is a problem I was going to raise later. They work on chrome but not firefox. Right now I have EVERY plugin disabled and I still have no social icons showing on firfox and also get the Internal Server Error on all browsers.
Forum: Fixing WordPress
In reply to: Product Pics Overlapping in WooCommerceThanks for the help!
Forum: Fixing WordPress
In reply to: Product Pics Overlapping in WooCommerceThanks WPyogi! Only thing is now the Titles under the pics are out of line. Hopefully that will be easy to figure out.
Forum: Fixing WordPress
In reply to: Website launches in a few hours and cant figure out a spacing issueThanks to all for trying to help.
But wow @esmi, that was quick easy and perfect. Thanks so much. Amazing how much time and stress a little know how can save you!
Forum: Fixing WordPress
In reply to: How do I make my images responsive without having to reinsert them?Thanks so much!