AshleyRazz
Forum Replies Created
-
Hello,
I was able to pin point the issue. I simply had to disable AJAX on my theme and Jetpack works on my site now. Thank you for your assistance!
Hello,
Still sending me to my Home page when I go to the test index. I am on a shared server with Greengeeks.
Error:
The https://YOUR_WEBSITE_DOMAIN/index.php?test=hack%00 goes back to my homepage.https://YOUR_WEBSITE_DOMAIN/index.php?test=hack%00 gave me a 404 page not found.
NinjaFirewall (WP edition) troublershooter v1.02
========================== 8< ============================
HTTP server: Apache
PHP version: 5.4.34
PHP SAPI: CGI-FCGI
Loaded INI file: /usr/local/lib/php.ini
auto_prepend_file: none
user_ini.filename: .user.ini
user_ini.cache_ttl: 300
user INI: php5.ini found
PHPRC: unknown
DOCUMENT_ROOT: /home/domainname/public_html
wp-config.php: foundWarning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/domainname/public_html/ninjacheck.php:25) in /home/domainname/public_html/wp-content/plugins/ninjafirewall/ninjafirewall.php on line 47
ABSPATH: /home/domainname/public_html/
WP version: 4.0.1
WP_CONTENT_DIR: /home/domainname/public_html/wp-content========================== 8< ============================
Forum: Themes and Templates
In reply to: [Arcade Basic] Navigation bar changes transparancyWas able to figure out the code I forgot to change to transparent as well:
Orginal:
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
Update:
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: transparent;
}Forum: Themes and Templates
In reply to: [Arcade Basic] Navigation bar changes transparancyHello bavota,
I change the CSS by changing the opacity to 0 but the black background still shows when on the pages of my site. Any suggestions?
V/r
Ashley