By Jacki Barineau on Thursday, 29 June 2017
Posted in General
Likes 0
Views 399
Votes 0
Hi, I'm trying to get my Subscribe button working in EasyBlog. It works fine on my Home Page (with the text wrapping if the window is small, like on a mobile device). However, on the Blog pages, it doesn't wrap but extends past the right margin and looks bad. Here is the page that isn't working right:

http://nottheturkey.com/blog

The Home page you can see behaves differently, and I can't figure out why!

Also, how would I change the text on the button itself? I can't seem to find that either in the customization tutorials...

One other thing - is there a way to have the "Subscription Success" pop up in a window or display right below the module instead of way at the bottom of the page where no one can see it?!

Thanks so much for your help!
Hi there,

However, on the Blog pages, it doesn't wrap but extends past the right margin and looks bad. Here is the page that isn't working right:

Honestly, i am bit lost here actually. Can you explain more regarding this issues, maybe provide us with some screenshot for better understanding on this issues.

Also, how would I change the text on the button itself? I can't seem to find that either in the customization tutorials...

It is controlled by language string set on this files .../language/en-GB/en-GB.mod_easyblogsubscribe.ini on this string MOD_SUBSCRIBE_MESSAGE_SITE, it is based from what type of subscription you have set on the modules itself.


One other thing - is there a way to have the "Subscription Success" pop up in a window or display right below the module instead of way at the bottom of the page where no one can see it?!

It seems that this is known issues on our end. This will be included on our next release version. By the way, can you uploaded attached file at this path ../modules/mod_easyblogsubscribe/mod_easyblogsubscribe.php and see how it goes

Please advice
·
Thursday, 29 June 2017 12:50
·
0 Likes
·
0 Votes
·
0 Comments
·
I was able to fix the problem with the buttons not looking the same on my Home page - what had been happening was if I shrank the window smaller, the button itself would go off screen where you could no longer see it (the right part of the button). It was a css that was there that said:

white-space: nowrap

I changed it to say:

white-space: normal

and it wraps now if it needs to.

Thanks for showing me where the text can be changed - I have it working like I want now.

I used your attached php file and it now pops up like I want! Wonderful!! Thanks so much!
·
Friday, 30 June 2017 00:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Thanks for the information.

By the way, you are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Friday, 30 June 2017 09:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post