marianolozano
Forum Replies Created
-
Dear richteam,
I′m glad that you fixed your plugin, but I still have the issue in my website. As a paying customer I think I deserve an updated version ASAP.
Thanks
Dear richteam,
The main page has restricted access only for subscribers, but I′ve created a clone with public content. Please check it out here: https://www.whimwhim.org/zyz/
Repro Steps:
1. Open the page
2. Click on one video. The popup seems good.
3. Resize your browser window.
4. After a couple of seconds, the popup changes its size modifying its content format.
5. Return your browser window to the previous size.
6. The popup doesn′t recover its original format.This behavior can repro also when you initially click on the video, the popup opens and then you maximize the size of the video to full screen. When you click on Escape, the full screen video disappears, but the popup doesn′t recover either its original format.
The expected result is that the popup screen keeps its format regardless of how you navigate around. In the example provided in that page, you can see that any effort to make an appealing format to the audience is worthless when the popup changes its size and doesn′t recover.
Thank you for checking it out
MarianoForum: Plugins
In reply to: [Donations Made Easy - Smart Donations] Thank you mail and form information2) I found out that you can use
</p>
coding. For example:
<p>Hello,</p> <p>text</p> <p>kind regards</p>
And it works. I haven’t try more html code but I guess that a basic code is supported.Forum: Plugins
In reply to: [Donations Made Easy - Smart Donations] Thank you e-mail lay-outI found out that you can use
</p>
coding. In your example:
<p>Hello,</p> <p>text</p> <p>kind regards</p>
And it works. I haven’t try more html code but I guess that a basic code is supported.Forum: Plugins
In reply to: [CodeStyling Localization Preserver] Don't appear in ToolsThank you Steve!
Forum: Plugins
In reply to: [CodeStyling Localization Preserver] Don't appear in ToolsIt looks like you need to activate this plugin first:
https://www.ads-software.com/plugins/codestyling-localization/As it no longer is in the WordPress repository that makes this plugin useless. Also, 8 months with no updates or support here.
Forum: Themes and Templates
In reply to: [SmartShop] Featured Image oversized on item description pageIs there anybody supporting this? I′m really willing to purchase the full version but I need to verify it will work for me.
ThanksForum: Themes and Templates
In reply to: [SmartShop] Add Homepage Title?I think you can change it in your General Settings of WordPress:
General Settings/Site Titleand change it there.
Forum: Plugins
In reply to: Simple Twitter Connect – Can't Log OutThanks a lot john! ??
Forum: Plugins
In reply to: Simple Twitter Connect – Can't Log Outjonh, do you mean replace the single line
session_unset();by the three lines?
session_start();
session_unset();
session_destroy();on both files: stc-login.php and stc-comments.php, correct?
Forum: Plugins
In reply to: [WP-FacebookConnect] [Plugin: WP-FacebookConnect] API ErrorI had the same issue. After double checking everything, I realized that the problem was that I was already logged in my website. I logged out from my website and also I logged out from Facebook (just in case). Then, everything went smooth and the error disappeared.
Hope it helps.