laptophobo
Forum Replies Created
-
Hi. I’m having the same problem. I posted the problem in this form a week ago, but no reply so far. Has anyone been able to resolve this?
Thanks so much,
I have tried removing the plugin, then replacing it. But still have same problem. Anyone out there have an idea?
Thank you,
Yes sir, that worked! Thank you for maintaining your product so well. I suppose I should look for the updated plugin version soon?
Also, I couldn’t find your “donation” link.
Luca,
Please check your email box for access to that website.However, to be sure of the problem, I’d went ahead and re-created the situation on another of my (beta) websites that uses SRP. Here’s what I did:
First, I updated the WordPress version to the current one.
Then I updated your plugin.
In both instances (meaning both of the websites) the SRP widget was lost from the active widget area. So, I had to drag it over once again, and then re-set the configurations.However, on this second website the thumbs do appear!
The difference between the first website and the second website is that the first one is a multi-site. Perhaps that is the problem?
Anyway, please check your mailbox. I have emailed you temporary access to the first website.
Thanks again,To view live, go to jwchinstitute.org.
Thank you for your help, Luca.
-RichardI selected “Login errors on screen?” and went to both the Home page and the post page. I saw no error messages anywhere. Am I looking at the wrong place for an error message?
I too am having the same problem as Lucydog. I updated the plugin and the thumb does not show the image. What had worked in previous plugin versions: delete the image from the library permanently, then re-insert the image via the post “insert image” option (not via the library) — does not work this time. I even created a new post, inserting the image from the post (coming from my computer, not the WP library) and it will not view the thumb.
Help.Forum: Plugins
In reply to: [Fast Secure Contact Form] [Plugin: Fast Secure Contact Form] moving fieldsI ended up having to use another form plugin for the longer forms. Too bad: FS is so great, which I still use on the easy ones where staring over isn’t a big deal.
Forum: Plugins
In reply to: [Special Recent Posts] [Plugin: Special Recent Posts] Thumb not showing.I found that SRP sort of gets confused in the transfer from one location to another. What I found that works is to delete the image from the library. Then, insert the image in the post FROM THE COMPUTER’S FILE. Do not upload it to the library via Media > Add option. This should make the thumb appear. If that does not work, you’ll need to re-create the post. (Don’t forget to delete the old one and empty the trash of that post if you plan to use the exact same URL.)
Forum: Plugins
In reply to: [Bilingual Linker] [Plugin: Bilingual Linker] Instructions?I get about 3 request each month for the bilingual linker code. So, here’s the instructions that works on my end:
Get plugin: This is done through the Bilingual Linker: http://wordpress.org/extend/plugins/bilingual-linker/
• Activate this plugin with Network Activation.
• The plugin will not show in sub site plugins. (There will be vague instructions along with a link to the author within Settings > bilingual linker. Note: you may have to delete the plugin, re-install it, and immediately click network activation.)
• Add the following codes in the templates, such as header.php (one goes in the English, the other in the Spanish)(In the English template):
<?php // Bilingual Linker for English template if ( function_exists( 'OutputBilingualLink' ) ) : echo '<ul>'; echo OutputBilingualLink( $post->ID, 'version en espanol', '<li>', '</li>'); echo '</ul>'; endif;?>(In the Spanish template):
<?php // Bilingual Linker for Spanish template if ( function_exists( 'OutputBilingualLink' ) ) : echo '<ul>'; echo OutputBilingualLink( $post->ID, 'version in English', '<li>', '</li>'); echo '</ul>'; endif;?>• Create a post. Near the bottom of the page is the Bilingual Linker box. Place your alternate language link there.
• View.Thanks for the suggestion, but that doesn’t work either. In the 0 setting, it grabs all of the first tier, when I need to pull only 1 page from that, along with that page’s children. Structure example:
Home
About Us
– Board
– Staff
– Location
Services
GivingTherefore, when a person lands on the About Us page, OR any of the About Us child pages (i.e.: Board, Staff or Location), they see this List:
About Us
Board
Staff
LocationForum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] Code for Child of a page AND that page.I found the solution. Sorry for the post.
The “is” tag, e.g.: “is_page(77)” covers both the parent and children.
Those new features are just what I’m looking for. Great work. Thanks!
Forum: Plugins
In reply to: [Per Page Sidebars] [Plugin: Per Page Sidebars] Revised InstructionsCool. I’ll give it another try.
I have a similar issue. I had my (rather complex) form set up on my multisite, but then had to change the domain name. In the process, my form now views in the (very simple) default view.
Is there any way I could retrieve the configuration of my original form?
Thanks much!