Home › Forums › All Other Themes › Online Coach: Slider error messages
- This topic has 7 replies, 3 voices, and was last updated 6 years, 11 months ago by
Forum Moderator.
-
AuthorPosts
-
June 6, 2016 at 12:47 pm #36128
Hi
** Note: My site is local – and cannot be accessed through the Internet. **
Recently bought the Online Coach theme and after installing the theme to a newly created WP installation, I get the following error messages (they are all the same message):
( ! ) Notice: Undefined offset: 2 in C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-content\themes\skt-online-coach-pro\index-default.php on line 42
Call Stack
# Time Memory Function Location
1 0.0070 186584 {main}( ) ..\index.php:0
2 0.0070 188640 require( ‘C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-blog-header.php’ ) ..\index.php:17
3 0.8650 13644112 require_once( ‘C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-includes\template-loader.php’ ) ..\wp-blog-header.php:16
4 0.8911 13895960 include( ‘C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-content\themes\skt-online-coach-pro\index.php’ ) ..\template-loader.php:89
5 0.8911 13895992 get_header( ) ..\index.php:13
6 0.8911 13896384 locate_template( ) ..\general-template.php:45
7 0.8921 13896608 load_template( ) ..\template.php:521
8 0.8921 13939768 require_once( ‘C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-content\themes\skt-online-coach-pro\header.php’ ) ..\template.php:562
9 1.0131 14052328 require( ‘C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-content\themes\skt-online-coach-pro\index-default.php’ ) ..\header.php:27( ! ) Notice: Undefined offset: 3 in C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-content\themes\skt-online-coach-pro\index-default.php on line 42
Call Stack
#Time Memory Function Location1 0.0070 186584 {main}( ) ..\index.php:0
2 0.0070 188640 require( ‘C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-blog-header.php’ ) ..\index.php:17
3 0.8650 13644112 require_once( ‘C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-includes\template-loader.php’ ) ..\wp-blog-header.php:16
4 0.8911 13895960 include( ‘C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-content\themes\skt-online-coach-pro\index.php’ ) ..\template-loader.php:89
5 0.8911 13895992 get_header( ) ..\index.php:13
6 0.8911 13896384 locate_template( ) ..\general-template.php:45
7 0.8921 13896608 load_template( ) ..\template.php:521
8 0.8921 13939768 require_once( ‘C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-content\themes\skt-online-coach-pro\header.php’ ) ..\template.php:562
9 1.0131 14052328 require( ‘C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-content\themes\skt-online-coach-pro\index-default.php’ ) ..\header.php:27( ! ) Notice: Undefined offset: 4 in C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-content\themes\skt-online-coach-pro\index-default.php on line 42
Call Stack
# Time Memory Function Location1 0.0070 186584 {main}( ) ..\index.php:0
2 0.0070 188640 require( ‘C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-blog-header.php’ ) ..\index.php:17
3 0.8650 13644112 require_once( ‘C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-includes\template-loader.php’ ) ..\wp-blog-header.php:16
4 0.8911 13895960 include( ‘C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-content\themes\skt-online-coach-pro\index.php’ ) ..\template-loader.php:89
5 0.8911 13895992 get_header( ) ..\index.php:13
6 0.8911 13896384 locate_template( ) ..\general-template.php:45
7 0.8921 13896608 load_template( ) ..\template.php:521
8 0.8921 13939768 require_once( ‘C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-content\themes\skt-online-coach-pro\header.php’ ) ..\template.php:562
9 1.0131 14052328 require( ‘C:\Users\Owner\Documents\Websites\www.realsite.dev\wp-content\themes\skt-online-coach-pro\index-default.php’ ) ..\header.php:27If I remove all of the images from the slider, the site will load without errors, but I have a large “white space” where the images would be displayed. I do not have many plugins installed. The only ones that are installed are:
Akismet (not activated)
Hello Dolly (not activated)
Shortcodes Ultimate (installed; version 4.9.9)
Any ideas?
Jim
June 6, 2016 at 1:47 pm #36146Its on local server. Kindly make it live somewhere and send us URL of the site and WordPress admin details.
Regards,
ShriJune 6, 2016 at 6:12 pm #36162Hi
Sorry for the delay. Had to find a temp place to store it. Looks like moving it online (live) fixed the issue. Bummer I can’t work on it offline, but glad this fixed the issue.
Unless you think you can zero in on the issue for the offline version, I guess we can close this ticket.
Different Question: Can the logo be left justified so it sits all the way (less 10 pixels) to the left side of the screen instead of mid-center? Is there a CSS for that?
Thanks,
JimJune 9, 2016 at 11:57 am #36587Hi Jim,
Logo is in the container of 1170px and currently appears left side. Do you want logo to be appear outside container?
Regards,
DaveJune 10, 2016 at 10:00 am #36721Hi Dave
Yes outside the container…and with maybe 10px off the outside left edge.
Jim
June 13, 2016 at 6:06 am #36909Hi Jim,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.logo{position:relative; left:-75px;}
Regards,
DaveJune 14, 2016 at 9:46 pm #37117Hi
That works, but when the site is viewed on a cellphone to iPad…the logo disappears (or is simply off the screen). Any other adjustments I can make?
Jim
June 15, 2016 at 5:54 am #37152Hi Jim,
You have to manage it with the help of media queries. So that it looks find on responsive also.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.