Georgeba
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme Development – Navigation MenuFixed it!
Forum: Networking WordPress
In reply to: Site Name Field?Nevermind, managed to program it myself ??
Forum: Hacks
In reply to: WP Enqueue Styles – PluginThank
You
so
much!Forum: Hacks
In reply to: WP Enqueue Styles – Pluginchanged it back, deactivated other plugins, switched to another theme. Still not working.
This is an active plugin
Forum: Hacks
In reply to: WP Enqueue Styles – PluginI did rename my wp-content directory to assets, could that have messed this up?
Forum: Plugins
In reply to: "The plugin generated…" ErrorFigured problem out..
<link href="<?php echo content_url() . "/plugins/Stepline/css/Stepline.min.css"; ?>" rel="stylesheet" media="screen"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
Forum: Themes and Templates
In reply to: Theme Conversion – ProblemNevermind! Solved it
Forum: Themes and Templates
In reply to: Theme Conversion – ProblemI was also following a tutorial series
Forum: Themes and Templates
In reply to: Theme Creation – ProblemYes!! Thank You So Much!!
I’ll definitely credit you!
Can’t thank you enoughForum: Themes and Templates
In reply to: Theme Creation – ProblemNope, it’s the white part
Forum: Themes and Templates
In reply to: Theme Creation – ProblemForum: Themes and Templates
In reply to: Theme Creation – ProblemCorrect. Perhaps I should change the ID of it?
Forum: Themes and Templates
In reply to: Theme Creation – ProblemThat took away a bunch of stuff..
Perhaps it is because this code..<div id="headerwrap"> <div class="container"> <div class="row"> <div class="col-lg-6"> <h1><span class="glyphicon glyphicon-fire"></span> welcome to Planet Lunar!</h1> <form class="form-inline" role="form"> <div class="form-group"> <h2><input id="exampleInputEmail1" placeholder="Game Pin"></h2> </div> <a href="https://www.roblox.com" class="demo-pricing demo-pricing-1">Enter</a> </form> </div><!-- /col-lg-6 --> <div class="col-lg-6"> <img class="img-responsive" src="/wp-content/themes/Iced/assets/img/ipad-hand.png" alt=""> </div><!-- /col-lg-6 --> <p>This is the main content. To display a lightbox click <a href = "javascript:void(0)" onclick = "document.getElementById('light').style.display='block';document.getElementById('fade').style.display='block'">here</a></p> <div id="light" class="white_content">This is the lightbox content. <a href = "javascript:void(0)" onclick = "document.getElementById('light').style.display='none';document.getElementById('fade').style.display='none'">Close</a></div> </div><!-- /row --> </div><!-- /container --> </div><!-- /headerwrap -->
Forum: Themes and Templates
In reply to: Theme Creation – ProblemPreferably yes
Forum: Themes and Templates
In reply to: Theme Creation – ProblemWonderful! Last question I have is how do I hide the header?
(Here it is now..)