Ilona
Forum Replies Created
-
Any suggestions?
HTML radio buttons are intended to be used as a single value submission field, whether in Caldera forms or anywhere else.
Try using checkboxes if you need to let users pick more than one value.Thanks, I’m aware of this, however, we’d like to allow our users to change all their details from one page.
I’m just wondering why I can add the password field to the profile form, but it is not appearing on the form even though all the other fields are.
Forum: Fixing WordPress
In reply to: No Preview Text WantedTry adding this to your CSS:
.entry-subtitle{
display: none;
}Forum: Fixing WordPress
In reply to: “Add New Page” Redirects To Spammy LinkIf it’s not in your WP core files or your theme, then the code must be injected somewhere in your DB.
Try doing a High Sensitivity scan in WordFence instead of the basic one.
Can you provide a link to your site, please?
Forum: Fixing WordPress
In reply to: Remove Site Title and Tagline from all pages but HomeBest thing would be to hide it with CSS.
Can you provide a URL to your site, please?
Yep, same here, still looking for answers.
Forum: Plugins
In reply to: [Frontend Uploader] Front End uploader correct shortcodes[fu-upload-form class=”upload-form validate” title=”” form_layout=”post_media” post_type=”if-order” suppress_default_fields=”true” append_to_post=”true”][input type=”text” name=”post_title” id=”shop-name” class=”required” description=”Shop Name”][textarea name=”post_content” description=”Comments”][input type=”file” description=”Image Upload” multiple=”multiple”][input type=”submit” class=”btn” value=”Submit”][/fu-upload-form]
Forum: Fixing WordPress
In reply to: Admin bar not showing (Various troubleshootings attempted)Can you provide a link to your website?
Does your theme have a wp_header() function in header.php?
Does the admin bar appear when you restore the default theme?Forum: Hacks
In reply to: Remove Main Menu from one specific page in TwentyFourteenTry this:
.page-id-47 #page #main {
margin-top: 0;
}Forum: Hacks
In reply to: Remove Main Menu from one specific page in TwentyFourteenTo center the title:
.page-id-47 h1.entry-title {
text-align: center;
}RossMitchell’s code seems correct, but I can’t see it anywhere in the source. Have you added it yet?
Forum: Hacks
In reply to: Hired wordpress admin disappeared – need access to my admin pageDo you have access to your database or cPanel by any chance?
Forum: Themes and Templates
In reply to: [Storefront] Product photo not showing up on homepageI’m not familiar with the theme, but it looks like you added the image in the description area, instead of adding main product photo.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Error when activating the pluginI don’t really have any security plugins. I am hosting with Memset. Could this be a php issue?
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Error when activating the pluginThanks for the reply, I upgraded to 2.1.9, but I’m still getting the error when trying to activate the plugin:
Warning: Unexpected character in input: ‘\’ (ASCII=92) state=1 in …../plugins/rating-widget/rating-widget.php(428) : eval()’d code on line 30