sohum
Forum Replies Created
-
Update: just noticing that the html code for the homepage shows the following where the facebook widget should be:
<!– HIDDEN_IFRAME_URL_REMOVED_RULE_373763 –>
What does that mean?
Forum: Plugins
In reply to: UpdraftPlus No backup has been completedSame problem here, wheel keeps on turning, but never seems to finish (ever).
There’s no failure message, or error message, just never finishes and never seem to have completed backup listed on the dashboard, just “No Backups Completed” showing.
But looking in FTP, I can see a backup folders been created, and it seems to have a zip and content in it?
Just tested it! All good.
Thank you Mr Katz.
… this happened to me too. What worked was unchecking Askimet as the spam control device for Constant Contact:
got to the path YOURWEBDOMAIN/wp-admin/admin.php?page=constant-contact-api&oauth=new&settings-updated=true#spam-prevention
Of course it remains that now the form is wide open to spam, which is not good. Come on constant contact, let’s get cracking with this problem!
Forum: Fixing WordPress
In reply to: Dozens of entries into Media Library for one image upload since 4.0.Same thing happened to me, but might be your theme file. I resolved it by adding this to my child functions.php, where column1-1/1 is the name of the size preset:
add_filter( ‘intermediate_image_sizes_advanced’, ‘remove_parent_image_sizes’ );
function remove_parent_image_sizes( $sizes ) {
unset( $sizes[‘column1-1/1’] );
unset( $sizes[‘column1-1/2’] );
return $sizes;
}Hope that helps!
Forum: Themes and Templates
In reply to: [Minamaze] Mobile MenuHi Tarynmelugin,
If I understand your question correctly, you just need to login, go to your dashboard, click on appearance/menus
When you get here, you’ll see a tab item above the menu area for locations, click that tab, and if you’ve created menus, you can choose which menus show where.
To create a menu, just click “Create Menu” and then choose what you want to show ??
Hope that helps!
Update: it definitely works, no more nasty sprint things! Thank you Zack!
Forum: Plugins
In reply to: [Gravity Forms Directory] Search Filter for Date Fields not working… mmm, Zack any possible feedback on this and this related thread (https://www.ads-software.com/support/topic/advanced-search-with-multiselect-field?replies=2)?
If possible, would be willing to sponsor a little time fixing this so that it behaves as one would expect, but couldn’t afford $100.
If that possible, please email me Zack at rowenravera at gmail? I’m really keen to wrap up this project and can’t do it without this bug fix ??
Thank you for your time and plugin.
Apparently, this will be fixed in the next update. Marking this resolved, because I know I’ll forget to come back in here if it is fixed, but will not forget to reopen this if it’s not ??
Forum: Plugins
In reply to: [Gravity Forms Directory] Php ErrorThank you! ??
Forum: Plugins
In reply to: [Gravity Forms Directory] Php ErrorYes, me too tpilant!
Just created this thread, not realising you’d posted this already: https://www.ads-software.com/support/topic/updated-version-and-now-getting-a-warning-sprintf-functionsprintf?replies=1
This started happening after I updated my version though, or at least I thought that was the trigger.
Did you by any changes update?
Forum: Plugins
In reply to: [Gravity Forms Directory] Search Filter for Date Fields not workingBump…
Am fairly desperate for feedback on this, any guidance or directions on how I can fix this myself would be greatly appreciate! (I have basic to middling experience of editing plugins backend.)
You can see the page in question here: https://www.newcomers.se/raveras/listings/
Thank you!
WordPress version: 4.0
Gravity Forms Directory version: 3.6.2I did this: added date fields to my gravity form as both dropdown and date picker, and made them search filters
I expected the plugin to do this: I expected the search fields for these date fields to mimic the type used in the form (as with the other fields) so to allow anyone searching to use a date picker or dropdown for date
Instead it did this: instead the date fields for this form render as a text field, so that a person searching could type multiple date formats and find no results
Here’s a link to see what I mean: https://www.newcomers.se/raveras/listings/
Forum: Plugins
In reply to: [Gravity Forms Directory] Advanced Search with Multiselect FieldThis same thing is happening with the date fields, it doesn’t show the input types, but just renders it as with the multiselect fields like a text search…
Forum: Plugins
In reply to: [Front-End Users] [Plugin: Front-End Users] Further instructions and examplesHi Dominor,
Most of your instructions I’ve followed, and they were great – no problems!
However, I’ve run into a problem adding the menu to my profile page. Although I can get the “setting” menu item to show, and I’ve added
page-a.php
page-c.php
page-x.php
page-y.php
page-z.phpto my view, and followed your instructions copying the code into my theme’s functions.php. But this is where i ran into a problem. Loading my profile page resulted in this error message:
“Parse error: syntax error, unexpected $end in /home/rowenr/public_html/theyogapost.com/wp-content/themes/reportage/functions.php on line 122”
Do you have any idea why I’m seeing that? And how I can neat tabs to display the menu items as seen in the screenshot for this plugin?
Forum: Plugins
In reply to: [Plugin: Weather Forecast – WP Wunderground] Not WorkingHi, wondered if you have resolved this?
Exactly the same thing happened to me. It was fine, I was seeing the symbols and all was working well.
Then the images and title for that matter disappeared, I see nothing. But looking at the source code I see: <!– WP Wunderground Error : Error reading XML file at https://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=Rome –>
Fingers crossed you figured this out, because although other people seem to be experiencing this, the creator has not seemed to respond?