IlanK
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Related Posts] WPTouchHi Silvo,
WordPress Related Posts is not showing up for me in the mobile version with WPTouch on https://www.ironwhisk.com. Is there anyway I can get around this?
Thanks,
Ilan
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Links*resolved*
Forum: Plugins
In reply to: [Relevanssi - A Better Search] LinksAlright, well I guess it doesn’t really matter that much.
You should consider adding it, and perhaps predictive search, to the next update. ??Forum: Themes and Templates
In reply to: Search Date Links Messed UpI fixed the read more links, it works great now thanks to your advice. ??
I would like to use the child theme, but I’m not sure what I changed, and copying all of it over wouldn’t help. So I’m stuck.
Forum: Themes and Templates
In reply to: Search Date Links Messed UpAlright, I’m going to use the child theme now.
There was PHP in the original theme that I deleted and modified. If I add the function.php file and it just adds more php instead of replacing it, would what I deleted before just come back?I’ve made so many changes, almost to every file. Can I just copy all the files in? I’m not really interested in updates anyway
What I said earlier, just renaming it so it doesn’t get updated, while it’s not a “child theme” can I just do that?
Forum: Themes and Templates
In reply to: Search Date Links Messed UpOkay, thanks. Will try and do that now.
Forum: Themes and Templates
In reply to: Search Date Links Messed UpNo, but there were never any updates.
Would creating a child theme just be renaming ari to something else so it wouldn’t get overwritten?Forum: Themes and Templates
In reply to: Search Date Links Messed UpCould I just remove the date links (as in, keep the dates but remove the link)
Forum: Themes and Templates
In reply to: Search Date Links Messed UpThanks for your response.
Unfortunately the original theme looks nothing like what I have now. I’ve made a ton of changes to it and the original doesn’t have this problem. I’m not really sure what to do because I don’t know the change that broke it ??
Forum: Plugins
In reply to: [Relevanssi - A Better Search] LinksI tried adding this code to my functions.php
function html5_search_form( $form ) { $form = '<section class="widget-container widget_search"><form role="search" method="get" id="searchform" action="' . home_url( '/' ) . '" > <label class="screen-reader-text" for="s">' . __('', 'domain') . '</label> <div class="search-input"> <input type="search" value="' . get_search_query() . '" name="s" id="s" placeholder="e.g. chocolate" /> </div> <input type="submit" id="searchsubmit" value="'. esc_attr__('Search', 'IronWhisk') .'" /> </form></section>'; return $form; } add_filter( 'get_search_form', 'html5_search_form' );
but the text doesn’t disappear on click
Forum: Plugins
In reply to: [Relevanssi - A Better Search] LinksThank you for your reply.
So I take it I should add something like placeholder=”What’s your programming question ? be specific.” into the HTML code for the search field.
Would you mind pointing me to where I could find this code in WordPress?
Thanks,
Ilan
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Facebook Like Box not VisibleFixed. Had to change width.
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] A few issuesI’ve been playing around with it some more and still no luck. Arg. ??
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] A few issuesI took your suggestion of adding the CSS to the Stats & Custom code but I can’t get it to work. For example, I added this code:
#content .easyrecipe .ERSIngredients li.ingredient, .easyrecipe .ERSIngredients li.ingredient { list-style-type: none !important; }
to remove the numbering from the instruction items. This worked in the main site, but not on the mobile version since it is still numbered.
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] A few issuesHi,
I am unable to deactivate all my plugins because a lot of them are older and don’t save the information. Is there any other way to find the problem?
The plugins I use are:
akismet, all in one SEO pack, clean options, columns, comment reply notification, easy recipe, exclude pages from navigation, feedburner feedsmith, google XML sitemaps, header and footer, imagemagick engine, image widget, jQuery pin it button for images, KB advanced RSS widget, linkable title html and php widget by peplamb, remove image links, ultimate google analytics, wordpress database backup, wordpress popular posts, wordpress related posts, and wptouchThanks for your help,
Ilan