1. Jose Gil
  2. Bugs
  3. Wednesday, 09 January 2013
  4.  Subscribe via email
Hi

I have had your component working but since the recent update by MailChimp, subscriptions only provide a spinning wheel. No response from the module at all.

The registration still works and the subscription occurs but the website provides no feedback.

Can you please help

Thank you
Responses (10)
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Hey Jose,
this must be a conflict with something on your page. If you look at our startpage at the bottom you'll find the module. When you subscribe to the list it works just fine.

Without a link to your page I won't be able to help you with that.
Cheers,
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. Bugs
  3. # 1
Accepted Answer Pending Moderation
Thank you for the prompt reply.

Site address is http://www.hypnosistoday.com.au
  1. more than a month ago
  2. Bugs
  3. # 2
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Let me guess! One of the latest extensions that you've installed has to do with SEF urls? Just disable it for com_cmc and the module should start to work again :)
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. Bugs
  3. # 3
Accepted Answer Pending Moderation
I am using SH404SEF and I have now disable it for cmc_cmc. That did the trick.

Thank you for the great component and support. I will write you a review :)
  1. more than a month ago
  2. Bugs
  3. # 4
Accepted Answer Pending Moderation
I have the same problem with 1.3.1 and am not using any kind of SEF currently.

There are no messages in the JS console relevant to the issue either.

http://www.backcountrypilot.net

The module is located in the footer. I'd appreciate someone taking a look.

Thanks.
  1. more than a month ago
  2. Bugs
  3. # 5
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Hey Jane,
I cannot look at your site as it is password protected. Would you mind sending access credentials to contact-us@compojoom.com?

Thanks,
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. Bugs
  3. # 6
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Hey Zane,
The ajax response on your site looks like this:


<h6 class="auto-anchor-start-marker" style="display:none"></h6><h5 class="auto-anchor-start-marker" style="display:none"></h5><h4 class="auto-anchor-start-marker" style="display:none"></h4><h3 class="auto-anchor-start-marker" style="display:none"></h3><h2 class="auto-anchor-start-marker" style="display:none"></h2><h1 class="auto-anchor-start-marker" style="display:none"></h1>{"html":"saved","error":false}<h1 class="auto-anchor-stop-marker" style="display:none"></h1><h2 class="auto-anchor-stop-marker" style="display:none"></h2><h3 class="auto-anchor-stop-marker" style="display:none"></h3><h4 class="auto-anchor-stop-marker" style="display:none"></h4><h5 class="auto-anchor-stop-marker" style="display:none"></h5><h6 class="auto-anchor-stop-marker" style="display:none"></h6>


You have a plugin or something else that modifies it. All those divs are not coming from the component and that is why it is braking...
This is the correct response

{"html":"saved","error":false}


As you can see - the mail was saved, but because you have all those divs around it is not doing what it has to do in the frontend.
Regards,
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. Bugs
  3. # 7
Accepted Answer Pending Moderation
Those are simply anchors that get appended as children before and after component content for "Back to top" style navigation for an extension that automatically makes a TAble of Contents from all H5 elements

. How are you wrapping your AJAX return? I'm curious why those are being appended to all output. Does the CMC module utilize JPlugin?

jimport('joomla.plugin.plugin');

class plgSystemJtricks_AutoAnchor extends JPlugin
{
public function onAfterDispatch()
{
if (JFactory::getApplication()->isAdmin())
{
return;
}

// Adjust the component buffer.
$doc = JFactory::getDocument();
$buf = $doc->getBuffer('component');

for ($i = 1; $i <= 6; $i++)
{
$buf = '<h' . $i . ' class="auto-anchor-start-marker" style="display:none"></h' . $i . '>'
. $buf
. '<h' . $i . ' class="auto-anchor-stop-marker" style="display:none"></h' . $i . '>';
}
$doc->setBuffer($buf, 'component');

return;
}
}
  1. more than a month ago
  2. Bugs
  3. # 8
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
We do ajax the way we are supposed to do it in joomla. Our url goes to
index.php?options...&format=raw

The plugin should only execute when the format of the request is html. And it should do absolutely nothing when you have an ajax request.

You see the first 4 line?

if (JFactory::getApplication()->isAdmin())
{
return;
}


this tells the plugin to do nothing when in the backend. The author of this plugin should also add few lines for a request with format=raw (fomat=ajax, format=json, format=xml etc)

Kind regards,
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. Bugs
  3. # 9
Accepted Answer Pending Moderation
Thanks Daniel. I simply commented out the line that concatenates this output to the document on the Jtricks plugin and your module works as advertised. Seems like a bad idea to append anything to the main component output with little discretion.
  1. more than a month ago
  2. Bugs
  3. # 10
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Last questions

Language parameter in the link to the comment
Hello. 1) I have a multilingual website (3 languages). If someone added a comme...
1 Replies
Posted on Saturday, 06 April 2024
categories icon in header
Hi! I saw this in the promo, but I can't find how to set it up. https://compo...
0 Replies
Posted on Monday, 22 April 2024
  • New
    • #style
    • #Categories
    Questions on new installation...
    Working on getting this set up... https://eastend2024.joepolecheck.com/rumma...
    3 Replies
    Posted on Wednesday, 17 April 2024
  • Resolved
  • New
  • Changes to the Submission form
    Can you make changes to the Submission form? There are a few fields I'd like to ...
    0 Replies
    Posted on Thursday, 18 April 2024
  • New
  • Error received? Class "XMLReader" not fo
    Just installed the Pro version of Hotspots, but am getting an error when I try t...
    1 Replies
    Posted on Wednesday, 17 April 2024
  • Resolved
  • New