zena1939
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to make a Child theme from a modified parent themeI modified the CSS and two lines in the function.php file.
Forum: Themes and Templates
In reply to: How to make a Child theme from a modified parent themeLook I’m new at this. My friend wanted me to create a website for her using wordpress so I did. I never even heard about a child theme until a couple of days ago but it was too late I already made modifications to the parent theme. I made a rookie mistake. What files do I need to make to create my child theme. The parent theme seems to be effected by this.
Forum: Themes and Templates
In reply to: How to make a footer disclamierokay. Thank you for all your help!
Forum: Themes and Templates
In reply to: How to make a footer disclamierThank You! But after I get the child theme setup how do I change the footer.php file. Do I put the code for the navigation bar somewhere else?
Forum: Themes and Templates
In reply to: How to make a footer disclamierI’m using the one that my host provider: cpanel has. It called cPanel File Manager v3.
But the have a place for FTP accounts and I FileZilla plugin it looks like.
Forum: Themes and Templates
In reply to: How to make a footer disclamierWhat is the difference between a FTP and a file manager?
Can I create child themes using WAMP?Forum: Themes and Templates
In reply to: How to make a footer disclamierI tried making a child theme before but it doesn’t seem to work for me. I even tried doing one with the default theme wordpress twenty eleven and nothing. I followed the codex example for child themes.
I keep getting this errorThis child theme requires its parent theme, Twenty Twelve.
I even tried using different plugins for creating child themes and the same error pops up. I even tried including a license but it didn’t work.
Forum: Themes and Templates
In reply to: Sidebar keeps going to the bottom after styling borderIt worked! Thank you WPyogi!
One more question. I’m using Jetpack’s css editor. Do you know where all the css revisions that I make go?Forum: Themes and Templates
In reply to: Change prewritten text within Yasmin themeTry using Firefox inspect tools to get the names of the classes and ids.
Just press ctrl +shift + i. This allows you to change your css automatically. Once you found something you like copy and paste it to you style.css file.Forum: Themes and Templates
In reply to: Sidebar keeps going to the bottom after styling borderI used Firefox inspection to text it out but to no avail.
Here is the original css code.
#sidebar {
float: left;
width: 220px;
color: rgb(51, 51, 51);
line-height: 36px;
}I only made tweaks to the background color and the psuedo class.
Forum: Themes and Templates
In reply to: Sidebar keeps going to the bottom after styling borderSorry about that.
Forum: Themes and Templates
In reply to: How to make a footer disclamierI don’t know anything about php. I’m too afraid to touch it. Here is the code:
<footer id="footer"> <?php get_sidebar( 'footer' ); ?> <nav id="access" role="navigation"> <?php wp_nav_menu( array( 'theme_location' => 'primary_nav', 'container_id' => 'primary-nav', 'container_class' => 'nav', 'fallback_cb' => 'minimatica_nav_menu' ) ); ?> </nav><!-- #access --> </footer><!-- #footer --> </div><!-- #wrapper --> <?php wp_footer(); ?>
Forum: Themes and Templates
In reply to: How to make a footer disclamierI’m using the minimatica theme and for some reason the footer is about the navigation bar.
I used the advanced excerpt plugin and changed the settings.
https://www.ads-software.com/extend/plugins/advanced-excerpt/
Forum: Themes and Templates
In reply to: Responsive Theme ( need to remove Blogs,arhcieve,comment)