orryjp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hotel Sydney] adding additional photo next to logoI have replied to your contact page.
Forum: Themes and Templates
In reply to: [Sydney] Header menu not showingthe response made me look and think that the .header-slider has already been altered, so I went into that section and added padding.
Thank you for your help!!!! I greatly appreciate it.
Forum: Themes and Templates
In reply to: [Sydney] Header menu not showingHere is the link to the google doc.
Google doc linkThe homepage now cuts off the bottom of the white portion and instead brings up the second portion of the webpage. I would like the opening page when entering the site to show complete white, so my guess is that padding needs to be added to the bottom?
Forum: Themes and Templates
In reply to: [Sydney] Header menu not showingThe code seems to have multiple elements that are very similar.
in addition, when I refer to the page looking “funky,” I am referring to the lack of padding of the top section / the header that is all white. I am trying to get the page to just show the white section upon entering the website.
Forum: Themes and Templates
In reply to: [Sydney] Header menu not showingIn regard to the custom CSS, here is the complete log, as now it looks funky.
font-display: optional
@media only screen and (min-width: 1025px) { .site-header .header-wrap .col-md-8 {
margin-top: 40;
}
.site-header .header-wrap .col-md-4 {
max-width: 33.33333333%;
}
}@media only screen and (max-width:767px){
.header-wrap .container{
text-align: left;
}#mainnav-mobi ul li {
background-color: #000000 !important;
}
#mainnav-mobi ul ul.sub-menu li {
background-color: #000000 !important;
}
.header-wrap .btn-menu{
float: right;
margin-right: 15px;
}
.header-wrap .col-md-4 {
max-width: 90%;
position: relative;
z-index: 2;
}
.header-wrap .col-md-8 {
margin-top: -70px;
}
#mainnav-mobi {
top: 150px;
}
}
.slides-container .slide-item{
background-position: 50% -10% !important;
}
.slide-inner {
top: 90%;
padding-left: 0px !important;
text-align: center;
}
.site-title {
text-align: left;
}
.site-description {
padding-left: 45px !important;
margin-top: 2px !important;
text-align: left;
}
@media only screen and (min-width: 1025px) {
#mainnav .menu {
text-align: right;
margin-top: -80px !important;
}
}
.text-slider .subtitle {
font-size: 15px;
line-height: 40px;
padding: 20px 0 50px;
font-weight: 300;
text-align: center;
}Forum: Themes and Templates
In reply to: [Sydney] mobile menu background color and other issuesi believe it has fixed?
Forum: Themes and Templates
In reply to: [Sydney] mobile menu background color and other issues@kharisblank The code that I inserted did not fix the problem but has been updated.
Forum: Themes and Templates
In reply to: [Sydney] mobile menu background color and other issuesHello again @kharisblank,
Thank you for the help. However, after updating the CSS, I am still having the same problems on the mobile version of my site.
1) The Home button and the Services button do not show a black background on the menu like the rest of the options.
2) When scrolling up and down on the pages, they shift to the right. I have already erased the cache from my phone to double check as well as changed section overflow to hidden.
thank you,
Orrywhere do i go to create a new topic…I do not see on the menu.
yes, i thought I opened a new topic
i have inquired about it and am checking.
This is not resolved Renee. I responded to your email via email. Maybe I should have responded here…
Security measures as in? I can ask
hello @jamesosborne,
I’m having a similar issue and have similar issues, as I am using a google admin and site admin information. I have deactivated cache plugins and even tried to do it in an incognito window. the message is related to my server but I run…“Forbidden
You don’t have permission to access /wp-admin/admin.php on this server.”if ( ! defined( ‘WP_ADMIN’ ) ) {
define( ‘WP_ADMIN’, true );
}if ( ! defined( ‘WP_NETWORK_ADMIN’ ) ) {
define( ‘WP_NETWORK_ADMIN’, false );
}if ( ! defined( ‘WP_USER_ADMIN’ ) ) {
define( ‘WP_USER_ADMIN’, false );
}if ( ! WP_NETWORK_ADMIN && ! WP_USER_ADMIN ) {
define( ‘WP_BLOG_ADMIN’, true );
}if ( isset( $_GET[‘import’] ) && ! defined( ‘WP_LOAD_IMPORTERS’ ) ) {
define( ‘WP_LOAD_IMPORTERS’, true );
}require_once dirname( __DIR__ ) . ‘/wp-load.php’;
nocache_headers();
if ( get_option( ‘db_upgraded’ ) ) {
flush_rewrite_rules();
update_option( ‘db_upgraded’, false );/**
* Fires on the next page load after a successful DB upgrade.
*
* @since 2.8.0
*/
do_action( ‘after_db_upgrade’ );
} elseif ( get_option( ‘db_version’ ) != $wp_db_version && empty( $_POST ) ) {
if ( ! is_multisite() ) {
wp_redirect( admin_url( ‘upgrade.php?_wp_http_referer=’ . urlencode( wp_unslash( $_SERVER[‘REQUEST_URI’] ) ) ) );
exit;
}hello @jamesosborne,
I’m having a similar issue and have similar issues, as I am using a google admin and site admin information. I have deactivated cache plugins and even tried to do it in an incognito window. the message is related to my server but I run…“Forbidden
You don’t have permission to access /wp-admin/admin.php on this server.”if ( ! defined( ‘WP_ADMIN’ ) ) {
define( ‘WP_ADMIN’, true );
}if ( ! defined( ‘WP_NETWORK_ADMIN’ ) ) {
define( ‘WP_NETWORK_ADMIN’, false );
}if ( ! defined( ‘WP_USER_ADMIN’ ) ) {
define( ‘WP_USER_ADMIN’, false );
}if ( ! WP_NETWORK_ADMIN && ! WP_USER_ADMIN ) {
define( ‘WP_BLOG_ADMIN’, true );
}if ( isset( $_GET[‘import’] ) && ! defined( ‘WP_LOAD_IMPORTERS’ ) ) {
define( ‘WP_LOAD_IMPORTERS’, true );
}require_once dirname( __DIR__ ) . ‘/wp-load.php’;
nocache_headers();
if ( get_option( ‘db_upgraded’ ) ) {
flush_rewrite_rules();
update_option( ‘db_upgraded’, false );/**
* Fires on the next page load after a successful DB upgrade.
*
* @since 2.8.0
*/
do_action( ‘after_db_upgrade’ );
} elseif ( get_option( ‘db_version’ ) != $wp_db_version && empty( $_POST ) ) {
if ( ! is_multisite() ) {
wp_redirect( admin_url( ‘upgrade.php?_wp_http_referer=’ . urlencode( wp_unslash( $_SERVER[‘REQUEST_URI’] ) ) ) );
exit;
}hello @jamesosborne,
I’m having a similar issue and have similar issues, as I am using a google admin and site admin information. I have deactivated cache plugins and even tried to do it in an incognito window. the message is related to my server but I run…“Forbidden
You don’t have permission to access /wp-admin/admin.php on this server.”