How would I change the background menu color. I want it too look the same as the current colors (background and foreground). I tried several css edits but none seem to work.
The site in question is here watsonlawlc.com
Hello,
There is a problem with the custom header function : there is NO Remove Header Image button in the customizer…
Of course you can manually delete the header image with the Media Library, but this leads to a broken image in the HTML source code… i.e. the source code still contains this :
<div id="custom-header"><img alt="" src="https://mydomain.com/wp-content/uploads/old-header-image-which-has-been-deleted.png" class="header-image"></div>
I tried to find out where the issue comes from but couldn’t spot the issue. Maybe it’s a ThemeHybrid core problem.
Any idea ?
Cheers,
]]>Please have a look at newleafst.com and see what I mean…need to change the side of the title box. Where do I find this ?
]]>My menu is not displaying properly and the title box on my side bar is not in the right place. Anyone who can give me the unbroken php code for the primary sidebar for spine theme?
Also please can anyone tell my why my menu is not displaying properly? newleafst.com
Thanks!
]]>How can I hide the tags on the bottom of each post? I want the search engines to find them on the page, just not visible.
]]>How can I change the theme to a 1140 or 1280 pixels lay-out with 3 columns?
]]>Hello,
This is a great theme, thank you very much for developing it!
I am familiar with responsive design but new to Foundation, but I was wondering if there is a way to set a custom breakpoint for this theme. With bare bones Foundation I can do so here: https://foundation.zurb.com/develop/download.html but as I am working on a child theme that extends Spine I was hoping someone could please tell me if this is possible without extreme Javascript hackery. ??
Thanks,
Rosemary
I am trying to use the 3-column center layout, with a fixed front page. All pages seem to work as expected EXCEPT for the front page. It looks like the front page only displays a two-column left layout, regardless of what layout option I select in the theme options. Am i misunderstanding something?
PS I have not provided a link, since I had to revert to the two column left layout for the live site until I get this issue resolved.
Thank you.
]]>Hi There,
I saw this theme come up when I searched for themes with RTL support. I’d like to know if there is a way to enable it site wide with all content displaying RTL including titles as my website is in Hebrew.
Many thanks for your help,
Ariel
]]>Hello,
First, thanks to Paul for this theme, I just downloaded and it has been great. However, I’m wondering if there is any way to remove the header from specific pages. I need to do this for a couple of landing pages, but not for all the website. Is it possible?
Thank you!
Jesús Rosas
]]>Hi all,
I have a problem with leading image on category pages. If post has some picture added from media, after publishing, there is part of this picture before every post on category page. I try to change featured image, bit it only affects slider.
How to remove this embarrassing cropped image?
Example: https://zupaluznica.org.rs/category/%D1%80%D0%B0%D0%B4%D0%BE%D0%B2%D0%B8/
Thanks
Miroslav
Just want 4 entries on the secondary menu.
Is there a way to remove all the extra gunk/padding?
Thanks!
]]>Hi. Firstly, I love the Spine theme!
The only issue I’m having is that the featured image isn’t showing up for some posts. Here’s a post where it works-
https://lilithdark.com/the-thing/
And here’s a post where it doesn’t work-
https://lilithdark.com/lilith-dark-1/
Thanks for any advice you can provide.
]]>How do I keep the text from becoming an excerpt on the home page, or at least increase the character count of the excerpt? I can’t seem to find the right bit of info that will allow that.
]]>What is the best way to change or override some of the many great Foundation variables from a child theme?
A few that could be useful from a child theme are $primary-color, $secondary-color, $body-bg,$body-font-color,$row-width, $column-gutter, $total-columns. Obviously there are many more.
]]>in spine, i am having a hard time deleting the recent posts at the bottom of the page.
tonydegrazia.com
]]>Created ../spine/spine-child folder, created ../spine-child/style.css, declared the following
/*
Theme Name: Spine Child
Theme URI:
Author: Paul de Wouters
Author URI: https://paulwp.com/
Description: Highly customizable mobile responsive theme. Make it your own by using a live preview to change colors, layouts, background and header images and upload your logo with a click of the mouse. It also looks great out of the box! Built with the Hybrid Core theme framework and the Foundation 4 front end framework.
Template: Spine
Version: 1
*/
@import url(“../spine/style.css”);
And, no “Spine-child” theme in themes listing.
What gives?
Help!!
]]>I’m having difficulty figuring this out, as the code is in footer.
See below
I’ve even tried my hand at creating a blank page, but, funny enough, nothing displays but the sidebar. ??
Thanks!
P.S. I haven’t included the link to the site as it’s not live yet.
‘
<?php
if(! is_page_template(‘page-templates/front-page.php’)){
get_sidebar( ‘primary’ ); // Loads the sidebar-primary.php template.
get_sidebar( ‘secondary’ ); // Loads the sidebar-secondary.php template.
}
?>
</div><!– #main –>
<?php get_sidebar( ‘subsidiary’ ); // Loads the sidebar-subsidiary.php template. ?>
<?php get_template_part( ‘menu’, ‘subsidiary’ ); // Loads the menu-subsidiary.php template. ?>
<footer id=”footer”>
<div class=”wrap”>
<hr>
<div class=”footer-content”>
<?php echo apply_atomic_shortcode( ‘footer_content’, ‘<p class=”credit”>’ . __( ‘Copyright © [the-year] [site-link]. Powered by [wp-link] and [theme-link].’, ‘spine2’ ) . ‘</p>’ ); ?>
</div><!– .footer-content –>
</div>
</footer><!– #footer –>
</div><!– #container –>
<?php wp_footer(); // wp_footer ?>
</body>
</html>
‘
Trying to put two videos side-by-side, and the theme (which I love otherwise) is forcing the video to be resized.
How can I disable the auto-resizing?
Thanks!
]]>How does one active the orbit slider in the spine theme?
]]>How well does this theme work with BuddyPress?
]]>Hi.
I’m confused about how Spine used CSS class in columns. Other Foundation theme I’ve worked on use “row” “column” and numbers (like “three”) to define columns. Spine doesn’t seem to do that. What framework is it using, and where in the PHP would I edit column widths?
I see a page-templates/front-page.php file for Spine that does use Foundation markup, but that template doesn’t appear to be used when I inspect my rendered page elements.
I’m new to WP, coming over from Drupal, so apologies if I’m coming off as a newbie.
]]>Hello Paul de Wouters,
First Thank You for writing a good theme.I had tested tons of themes and this is something that clicks here ?? How ever there is a small bug I noticed.Actually I am using your theme (Spine Version 2.0) for one of my blog.On IE On 9 or above it works.But on IE 8 It fires this error message.
I tried calling
<script src=”https://html5shim.googlecode.com/svn/trunk/html5.js”></script>
I think I am missing some thing here (may be due to hectic schedule here). Can you point out any hint?
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; InfoPath.2; .NET CLR 3.0.04506.648)
Timestamp: Sun, 24 Nov 2013 05:09:57 UTC
Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
Line: 0
Char: 0
Code: 0
URI: https://www.rajasthanexplorer.com/
Regards
Alok Tiwari
Hi,
How do I reduce the font sizes on my Spine site? Is there a plug-in that will help manage fonts? Thanks!
Kim
]]>Spine theme (including the developer’s Spine Demo site) will not print a page either to printer or to just print preview. Fails in Firefox, Chrome and Safari. Actually does print in IE7 (although many display issues). The style.css includes an @media print section, but why doesn’t it print? Thanks for any ideas.
]]>Hi,
Trying to make a few changes to allow this theme to work for my project. I find that the site description is not responsive and cuts off the end of the description.
Any Help is appreciated.
]]>I cannot delete the header image… it just goes to a big blank area when I delete from media.
]]>Steps to repeat:
Create a child theme named spine-child. Correctly configure the style.css and activate the theme. Add a menu to Primary Menu. All good so far; main menu navigation works great. But I need to edit the classes in the nav, so…
Now copy menu-primary.php to the child theme. Site won’t load. Error:
]]>Warning: include_once(inc/topbar-walker.php) [function.include-once]: failed to open stream: No such file or directory in /home/members/lamorte/sites/dkdev1.campaignupgrade.org/web/wp-content/themes/spine-child/menu-primary.php on line 2
Warning: include_once() [function.include]: Failed opening ‘inc/topbar-walker.php’ for inclusion (include_path=’.:/usr/share/php:/usr/share/pear’) in /home/members/lamorte/sites/dkdev1.campaignupgrade.org/web/wp-content/themes/spine-child/menu-primary.php on line 2
I want to make a different custom front-page template for my child theme of spine. What’s the proper method (or placement of file) to override the front-page.php file located in /page-templates subdir of the spine parent theme?
]]>New to this.
Your theme supports columns. How do I make my content fill the columns?
]]>