hardcab
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP Site SpeedI have and it screwed up my layout but it also didn’t make that much of a difference. I have tried several caching plugins and none of them have helped.
What I don’t understand is the changes that I have made to the .htaccess according to the suggestion from Google and GTMetrix have made no difference at all. They still keep saying I need to do those things
Forum: Fixing WordPress
In reply to: WP Site SpeedAlso the theme I am using was responsive and worked on my phone but now it has stopped being responsive
Forum: Plugins
In reply to: [Child Theme Configurator] Greeny Child Theme not showing correctlyI’m sorry to be a pita but I have been asking on the greeny forum how to add a nav bar in the footer. Unfortunately they are not as helpful as here.
The theme comes with 2 menuu in the header but I am using only one. They have suggested that because I am not using the 2nd menu I can place it in the footer by putting the following code in the footer.
<div class=”navcontainer”>
<?php
if(function_exists(‘wp_nav_menu’)) {
wp_nav_menu( ‘depth=1&theme_location=footer&menu_id=nav&container=&fallback_footer_default’);
} else {
footer_default();
}function footer_default()
{
?>
<ul id=”nav”>
<li <?php if(is_home()) { echo ‘ class=”current-cat” ‘; } ?>>“>Home
<?php wp_list_categories(‘depth=1&hide_empty=0&orderby=name&order=ASC&title_li=’ ); ?><?php
}
?></div>
However, I want a menu bar like at the top and not a bullet style menu
Any suggestions?
Forum: Plugins
In reply to: [Child Theme Configurator] Greeny Child Theme not showing correctlyI have checked your files compared to mine and other than the 2 additional lines everything else was the same. So if those 2 lines only affected IE then I don’t have a clue as to why mine was showing like it was in FF.
Thank you for all your help, it was very much appreciated
Forum: Plugins
In reply to: [Child Theme Configurator] Greeny Child Theme not showing correctlysent
Forum: Plugins
In reply to: [Child Theme Configurator] Greeny Child Theme not showing correctlyI’m sorry but I just don’t get it. As I said I know nothing about PHP. I have followed your instructions and created a child theme using Child Theme Configurator.
I have then clicked on the File tab and checked header.php to be copied to child theme.
However, when I click on “Click here to edit template files using the Theme Editor.” the file that opens is an empty header.
If I try to add the above lines I get an error on line 6 and nothing displays. If I try to copy the header file manually to the child theme and then edit and replace those lines I still get the error.
It appears that I am not meant to create a child theme for this theme even though I have purchased it.
Maybe all I can do is just stick to the duplicate theme and NOT worry about any updates etc because I am ready to smash my pc because this is so frustrating for me
EDIT: I have tried it again following everything step by step. I have noticed though that ALL the tabs ie Query/Selector, Rule?Value, @import etc are ALL empty unlike the instructions on your plugin page that say to select the files that you want to edit. In the child theme everything is blank
Forum: Plugins
In reply to: [Child Theme Configurator] Greeny Child Theme not showing correctlyWell it seems that nothing I try works. I have tried the header but those lines are already there. I have tried the functions.php and the even the themes page gets all screwed up and I have asked on the theme designers forum and was told to follow the child theme tutorial.
I have since pasted a screenshot of what it looks like and have not been given an answer π
This was supposed to be something simple that has turned into a major headache. I will just have to use the “Duplicate” theme and not worry about any updates
EDIT: BTW, I have tried making a child theme with catch-kathmandu and it works perfectly. It only seems that “Greeny” won’t work. And as I know absolutely nothing about PHP I don’t know how to get it to work
Forum: Plugins
In reply to: [Child Theme Configurator] Greeny Child Theme not showing correctlyWell I have used the Duplicate Theme plugin and it all seems to be working fine
Forum: Plugins
In reply to: [Child Theme Configurator] Greeny Child Theme not showing correctlyyep have also tried adding the other style sheets and still looks the same
Forum: Plugins
In reply to: [Child Theme Configurator] Greeny Child Theme not showing correctlyHave tried all that and nothing works. Here is a screenshot of what the child theme looks like as opposed to the parent. Child Theme
Have asked on the authors forum but was just given the same tutorial to follow