bootsgrid
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: DOES Z INDEX IN CSS WORK TO KEEP DROP DOWN IN FRONT & ON TOPHello,
Should be change the dropdown and dropdown-content html code.
Actual code:
<div class="dropdown"><p><strong><span style="color: #ff0000;">MENU</span></strong></p> <div class="dropdown-content"> <p><a href="../blank2pagecopy2/">Hello World!</a></p> <p><a></p> </div> </div>
Updated code:
<div class="dropdown"><p><strong><span style="color: #ff0000;">MENU</span></strong></p></div> <div class="dropdown-content"> <p><a href="../blank2pagecopy2/">Hello World!</a></p> <p><a></p> </div>
Change the blow css
Actual code:
.dropdown-content
{
display: none;
position: absolute;
background-color: #ff0000;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding: 12px 16px;
z-index: auto;
}Updated code:
.dropdown-content { visibility: hidden; position: absolute; background-color: #ff0000; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding: 12px 16px; z-index: 99999; transition: visibility 0s, opacity 0.5s linear; opacity: 0; } .dropdown p:hover .dropdown-content { visibility: visible; opacity: 1; }
- This reply was modified 6 years, 9 months ago by bootsgrid.
Forum: Fixing WordPress
In reply to: Need some help with upload & edit WordPress themeHi maxprolinks,
1) upload the new theme from your WordPress dashboard.
Below the link for update the theme on your WordPress dashboard.
Appearance > Themes > Add New
https://docs.presscustomizr.com/article/141-how-to-manually-install-or-update-a-wordpress-theme
2) Change the theme name and customize the tabs name:
wp-content/themes/customizr
Follow the steps:
i) Download the you needed theme.
ii) Replace the theme name and theme link in your local using any one editor like notepad, sublime.Hope this helps.
Forum: Fixing WordPress
In reply to: pages missing / video appeared behind slider revolutionDear theodimstore,
Can you compare the database before hosting changing.
Hope this helps.
Forum: Fixing WordPress
In reply to: Readers cannot access blog from linkHi Richardjmann,
Can you send me the hosting provider, Because this issues caused by server.
Forum: Fixing WordPress
In reply to: remove search icon in header bannerHi Astephens,
Go to the below URL find the default.css file and update the line number 118 replace with
https://gch.gracechurchhouston.com/wp-content/themes/revive/assets/theme-styles/css/default.css
Actual code:
#search-icon { display:block; text-align:center; margin-bottom:10px }
Updated code:
#search-icon { display:none !important; text-align:center; margin-bottom:10px }
Forum: Themes and Templates
In reply to: [Customizr] remove ‘posts like this’ from bottom of postHi stephencottontail,
Sorry for the inconvenience, I don’t know using the signature while using wordpress forum. Hereafter I avoid the signature.
Forum: Themes and Templates
In reply to: [Customizr] remove ‘posts like this’ from bottom of postHello cmarico,
Can you send me the your site link?
Kind Regards,
[signature removed]- This reply was modified 7 years, 1 month ago by stephencottontail. Reason: removed signature link
Forum: Themes and Templates
In reply to: [Layla] Long menu title – added break – placement is wrongHi gindavis,
You should remove the <br/> in last menu(Event Organizer Start here), then you should increase the class row maxwidth into 1200px to 1250px (style.css line number: 44)
current:
.row {
margin: 0 auto;
max-width: 1200px;
}change it
.row {
margin: 0 auto;
max-width: 1250px;
}- This reply was modified 7 years, 1 month ago by stephencottontail. Reason: removed signature link
Forum: Themes and Templates
In reply to: [Ignis] Mobile Menu issuesCan you send me the site link?
- This reply was modified 7 years, 1 month ago by stephencottontail. Reason: removed signature link
Forum: Themes and Templates
In reply to: [Consulting] API License keyThe license provided by only theme developer. So you call to theme provider.
- This reply was modified 7 years, 1 month ago by bootsgrid.
- This reply was modified 7 years, 1 month ago by stephencottontail. Reason: removed signature link