Is there a way to change/customize the size of the main screen so we can put more than 2 lines in for the content below the title?
CJ Coming Soon
(51 posts) (18 voices)-
Posted 3 months ago #
-
On the default theme it won't be possible to increase the size of the message DIV as its aligned to the background however, you can make some changes to the font size in style.css.
Open style.css file in the theme folder and update the code below:
.cjsp-msg{
font-size:12pt; // You can change this value
margin:0 auto;
width:620px;
text-align:center;
height:52px;
overflow:hidden;
}
I hope this helps
Posted 3 months ago # -
Thanks CSSJockey! That did help. I also messed with some of the heading settings and the height of the msg box, so thanks for pointing me in the right direction.
Any news on the IE issues?
Posted 3 months ago # -
Thanks for all your work on this plug-in! It was exactly what I needed.
I updated to your most recent version to be able to add a personalized favicon. Inputed the exact path into the field in the admin, but no go. Replaced the favicon in the default folders and pathed to them. No go still?
Any ideas?
Posted 3 months ago # -
Well I see the updated favicon, you might not see it due to browser cache so I recommend you to clear the browser cache and restart your browser.
Posted 3 months ago # -
Hi,
I installed your plugin on a local server and everything worked fine. But then I installed it on a live site and I couldn't get the custom page to work.
The reason was that in the plugin file "cj-coming-soon.php" the path declared is lowercase (custom_xhtml) although the folder name is uppercase (custom_xHTML). Just changing one to match the other fixes the problem but I thought I should point it out.
Posted 3 months ago # -
Thank you for reporting this issue, will update the folder case in next release
Posted 3 months ago # -
@cssjockey - Any update on the IE issues? Is anybody else besides myself and Geo experiencing the same issue?
Posted 3 months ago # -
Hi,
just got my custom page done and as I was testing things out it appears that I too have the same issue. Everything goes smoothly in every browser except IE. I got the "please wait" message going on and on and never sending the email.
Here's a link http://test.tanora.org/
Posted 3 months ago # -
I am getting the error:
syntax error
var liftoffTime = new Date(, - 1, , 0, 0);\nFor some reason it isn't loading the date, also it isn't loading any of the settings as if it can't read the database settings.
Apparently the theme I am using called glow is being added to the array names:
[glowlaunch_date] =>
[glowlaunch_day] => 12
[glowlaunch_month] => 12
[glowlaunch_year] => 2009I don't know why glow has been added but that seems like a bug.
Posted 3 months ago # -
I fixed the bug by renaming $shortname. Apparently other people are using that variable and when you made it global it used it from the template I am using instead of what you wanted it to be.
Posted 3 months ago # -
Hi, I have tried this on latest version of Firefox on both PC and Mac..and I don't recieve any email that people have subscribed..no errors anywhere
Posted 3 months ago # -
Okay,
the demo site works fine in IE. Wonder what could it be that it doesn't on my site.
Posted 3 months ago # -
I just tested the demo site and it worked also. What the heck can we change on ours to get it working?
Posted 3 months ago # -
Confirming the bug found out by Mr. Floweringmind. By renaming $shortname in $shortnameCJ, I get rid off this problem. Could you solve this problem in an 1.08 update please ? :)
Posted 3 months ago # -
Sure, I will update this asap. Thanks for your support.
Posted 3 months ago # -
The plugin works great when using one of the default WP themes, but I am using a theme called WP Remix (a premium theme) and even when the plugin is enabled, I do not soon the coming soon page. Any suggestions or ideas why?
Posted 3 months ago # -
Please make sure you are using the latest version of this plugin and share the link so I can check and help you with the solution.
Posted 3 months ago # -
The url is http://homebizinstitute.com
I am using version 1.07 of your plugin. Thanks in advance for your help!Posted 3 months ago #
Topic Closed
This topic has been closed to new replies.
closed
resolved