hilits
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Appointment] Disabling Mobile Themesorry..again… ?? i found the answer.. i deactivated in jetpack the mobile theme..
thanks
anyway.. HilitForum: Themes and Templates
In reply to: [Appointment] white page when browsing wp-adminOK….sorry for all emails…i found my answer by Google it…
like i suspected..it was the dot after theme_options… ??see link:
https://themes.trac.www.ads-software.com/ticket/23199
.
.
.
I still get follofing error on theme options page:
Warning: require_once(…/elitepress/functions/theme_options./pages/banner.php): failed to open stream: No such file or directory in …/wp-includes/template.php on line 501Fatal error: require_once(): Failed opening required ‘…/elitepress/functions/theme_options./pages/banner.php’ (include_path=’.:…’) in …/wp-includes/template.php on line 501
This is because of . present in file path. When I change lines 47 to 64 in elitepress_option_pannel.php to following, everything works fine.
<?php load_template( dirname( __FILE__ ) . ‘/pages/banner.php’ ); ?>
<!–most 1 tabs home_page_settings –>
<?php load_template( dirname( __FILE__ ) . ‘/pages/home_page_settings.php’ ); ?>
<!–most 2 tabs home_page_settings –>
<?php load_template( dirname( __FILE__ ) . ‘/pages/home_slider_settings.php’ ); ?>
<!–most 22 tabs Social_media_settings –>
<?php load_template( dirname( __FILE__ ) . ‘/pages/home_page_header_setting.php’ ); ?>
<!–most home page Project Settings –>
<?php load_template( dirname( __FILE__ ) . ‘/pages/home_header_top_call_out_settings.php’ ); ?>
<!–most 5 tabs footer_call_out_settings –>
<?php load_template( dirname( __FILE__ ) . ‘/pages/home_service_settings.php’ ); ?>
<!–most home page Project Settings –>
<?php load_template( dirname( __FILE__ ) . ‘/pages/home_project_portfolio_settings.php’ ); ?>
<!–most 23 tabs footer_copyright_settings –>
<?php load_template( dirname( __FILE__ ) . ‘/pages/footer_copyright_settings.php’ ); ?>
<!–Contact page setting–>
<!–most 8 tabs footer social media Settings –>
<?php load_template( dirname( __FILE__ ) . ‘/pages/UpgradeToPro.php’ ); ?>Forum: Themes and Templates
In reply to: [Appointment] white page when browsing wp-adminpay attention to this = > …../theme_options./ should dot after the folder name should be there ?
Forum: Themes and Templates
In reply to: [Appointment] white page when browsing wp-admini have no problem to give you user and pass to the admin if you want to see it yourself.
Forum: Themes and Templates
In reply to: [Appointment] white page when browsing wp-adminthank you . i have replaced template-tag.php content with the code you send me buy i still get the same errors ??
option panel page open with same error :Warning: require_once(/home/bizuappn/public_html/newsite/wp-content/themes/appointment/functions/theme_options./pages/home_page_settings.php): failed to open stream: No such file or directory in /home/bizuappn/public_html/newsite/wp-includes/template.php on line 501 Fatal error: require_once(): Failed opening required ‘/home/bizuappn/public_html/newsite/wp-content/themes/appointment/functions/theme_options./pages/home_page_settings.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/bizuappn/public_html/newsite/wp-includes/template.php on line 501
and also i got white page again with same error and needed to rename theme folder to get in to the admin..
can you help with it ?
thanks
HilitForum: Themes and Templates
In reply to: [Appointment] white page when browsing wp-admini have succeed to login to admin- but in the theme option i get this :
Warning: require_once(/home/bizuappn/public_html/newsite/wp-content/themes/appointment/functions/theme_options./pages/home_page_settings.php): failed to open stream: No such file or directory in /home/bizuappn/public_html/newsite/wp-includes/template.php on line 501 Fatal error: require_once(): Failed opening required ‘/home/bizuappn/public_html/newsite/wp-content/themes/appointment/functions/theme_options./pages/home_page_settings.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/bizuappn/public_html/newsite/wp-includes/template.php on line 501
so i can not update anything.
when i look at error massage where the path to home_page_settings.php- i see “.” after theme_options….
maybe this is the problem ?when i want to activate jetpack plugin i get this:
Warning: Cannot modify header information – headers already sent by (output started at /home/bizuappn/public_html/newsite/wp-content/themes/appointment/functions/template-tag.php:54) in /home/bizuappn/public_html/newsite/wp-includes/pluggable.php on line 1179 Warning: Cannot modify header information – headers already sent by (output started at /home/bizuappn/public_html/newsite/wp-content/themes/appointment/functions/template-tag.php:54) in /home/bizuappn/public_html/newsite/wp-includes/pluggable.php on line 1179
thanks Hilit
Forum: Themes and Templates
In reply to: [Appointment] white page when browsing wp-adminalso in my local everything works perfect. at live – contact form corrupted and also Facebook likes at footer vanished (jatpack features)…i don’t know why. i thing the problem is in the template…maybe…
it worked ! thank you !!
thanks for your immediately response. i will try that.
R
Hiliti m working with Appointment theme..when hovering on the logo you see tool tip with the text “Appointment “.i want to remove it.
10x
HilitForum: Themes and Templates
In reply to: [Appointment] display slide caption in mobile resolutionOK… i already succeeded to handle it..in addition to removing .slide-caption { display: none; } i needed to remove also this:
#carousel-example-generic .active > div { display: none; }and it works !
Thanks anyway Hilit
Forum: Themes and Templates
In reply to: [Appointment] display slide caption in mobile resolutionThanks but i know that ?? and i did it…but it doesnt work. Cant see caption in mobile.. ??
Forum: Themes and Templates
In reply to: [Nirvana] How to disable/remove 'RESET TO DEFAULT' button ?i have this(below) in the admin file but its refer both to ‘save changes’ and ‘reset to defualts’ buttons.
#submitDiv input.button {
font-weight: bold;
font-size: 13px ;
padding: 7px 15px;
height: auto;
background: #2d2d2d;
-moz-text-shadow: none;
-webkit-text-shadow: none;
text-shadow: none;
color: #DDD;
border: 0;
-webkit-transition: .3s all ease-out;
-moz-transition: .3s all ease-out;
-o-transition: .3s all ease-out;
transition: .3s all ease-out;
}sorry for bothering u. i have manage to create 2 blogs finally. and see Hebrew and English icons in my site. also can see it in page edit. but the problem now that when i click on English i con i get to dashboard of the English site instead of site… how come ?
1. sorry but i didn’t get u..how do i duplicate the site i have in hebrew (php and css) ?
i have created a new site in the management net…new site created with nothing..2. i don’t know what i did because i did save configuration before – anyway widget appear finally ! thanks.