LastForOne
Forum Replies Created
-
Forum: Themes and Templates
In reply to: multiple cssYou can create 2 different colors option(let’s say checkboxes) in theme-setting and include the css according to the option selected in theme-options page.
Peace,
./LastForOneForum: Themes and Templates
In reply to: Theme don't wanna uploadif its already under theme directory, just extract the zip file you don’t need to upload it..
Peace,
LastForOneForum: Themes and Templates
In reply to: Theme don't wanna uploadmake sure the folder /uploads exists under your wp-content directory and like you said you’re on localhost xampp i assume you’re using windows if so you can directly copy the theme folder to C:\xampp\htdocs\wp-content\themes.
Peace,
LastForOneForum: Themes and Templates
In reply to: Coping a theme? wp-content theme, one host 2 websitesif you’ve cpanel and can park/add-on more domains you’ll just have to add the new domain(xyz.com.au) into your cpanel which will create a new directory in your /home/(username)/public_html/xyz.com.au under this directory you can put a fresh installation of wordpress then you can simply copy the Mortar theme folder to your freshly installed wordpress wp-content/themes/ folder i hope you got my point, you cannot have 2 wordpress installation on the same level(directory).
Peace,
./LastForOneForum: Themes and Templates
In reply to: restricting slide show to homepageHi,
i think it’s quite simple, all you have to do is find the call which is including the slider and give it an if statement example:<?php if ( is_home() ) {//is_home is a wordpress function // include 'slider.php'; } ?>
More info about is_home() @ Link
Peace,
./LastForOneForum: Themes and Templates
In reply to: exclude category from the home page postsor you can simply find the id’s of both categories from the wordpress dashboard and exclude them like:
'cat' => '-1,-2';
more @ #Exclude_Categories_From_Your_Home_PagePeace,
LastForOneForum: Themes and Templates
In reply to: Creating a submenu in navigationHow you want to display the sub-menu on small screens when the menu is toggled? just a question..
Peace,
./LastForOneForum: Themes and Templates
In reply to: Parse error: syntax error, unexpected T_STRING…replace your function.php code with this, and let us know if that fixed your problem.
Edit: updated the link to function.php from notesil.0.2.1.
Peace,
./LastForOneForum: Themes and Templates
In reply to: Add dotted line between posts in Recent Posts.widget.widget_recent_entries li { border-bottom: 1px dotted #000; }
this should do it…
Peace,
./LastForOneForum: Themes and Templates
In reply to: Removing Horizontal lines from Portfolio Presslook for class .entry-title and remove the border-bottom, i hope that’s what you’re looking for..
Peace,
./LastForOneForum: Themes and Templates
In reply to: Can you achieve any style in wordpress?of course you can have a completely custom design that’s what WordPress is about you’ve control not just over what you post but how you want to present it to your viewers, that is why i’m always re-doing my site’s design every few months i don’t know its just something i like to do, play around with layout and end up learning more and more..
Peace
./LastForOne