Forum Replies Created
-
AuthorPosts
-
Very strange. When I did it, I immediately got a php error and the entire site crashed.
It’s doing it again. Can you fix it for me?
August 4, 2014 at 11:03 pm in reply to: How to make adjustments to mobile version of website #299893This reply has been marked as private.August 4, 2014 at 10:22 pm in reply to: How to make adjustments to mobile version of website #299881This reply has been marked as private.This reply has been marked as private.August 4, 2014 at 8:05 pm in reply to: How to not display "Home" menu item on home page but display on all other pages? #299839This reply has been marked as private.August 4, 2014 at 4:50 pm in reply to: How to not display "Home" menu item on home page but display on all other pages? #299748Hi Yigit,
Please help me with this!
Thanks,
GabeAugust 4, 2014 at 3:47 pm in reply to: How to not display "Home" menu item on home page but display on all other pages? #299708Yigit,
Do I change the alpha part as well?
would it look like this if I want a larger sidebar?
function avia_increase_sidebar_size() {
global $avia_config;$avia_config[‘layout’][‘fullsize’] = array(‘content’ => ‘twelve alpha’, ‘sidebar’ => ‘hidden’, ‘meta’ => ‘two alpha’, ‘entry’ => ‘eleven’);
$avia_config[‘layout’][‘sidebar_left’] = array(‘content’ => ‘seven’, ‘sidebar’ => ‘five alpha’ ,’meta’ => ‘three alpha’, ‘entry’ => ‘seven’);
$avia_config[‘layout’][‘sidebar_right’] = array(‘content’ => ‘seven alpha’, ‘sidebar’ => ‘five alpha’, ‘meta’ => ‘three alpha’, ‘entry’ => ‘seven alpha’);
}
add_action( ‘init’, ‘avia_increase_sidebar_size’, 1);August 4, 2014 at 3:26 pm in reply to: How to not display "Home" menu item on home page but display on all other pages? #299695Thanks Yigit,
Suppose I need to increase the width of the sidebar slightly so that all of my content fits without wrapping onto another line. I have a child theme. Do I copy layout.css to the child theme and then make a change in layout.css? If so, what’s the specific change?
http://awesomescreenshot.com/0d3397cj2f
Thanks,
GabeThis reply has been marked as private.August 2, 2014 at 11:06 pm in reply to: How to make adjustments to mobile version of website #299221This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Thanks Yigit.
Everything is working smoothly now. You rock!
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Fabulous!
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Can I create a child theme first and then transfer the theme files via FTP? That way it should work with updates, right?
Thanks Devin.
I realized it wasn’t a very hard fix and figured it out myself.
You guys are great!This reply has been marked as private. -
AuthorPosts