SeacatDesigns
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Display Error With Custom Post TypeNevermind, I think I figured it out!
- This reply was modified 8 years, 3 months ago by SeacatDesigns.
Ohh this is for the slideshow, not the thumbnail gallery. Doi! I just had to load the lightbox-init javascript file to get it to work.
Adding the small gallery to the bottom of the page so that it shows on all pages doesnt work for me. Having the small gallery makes the styling for the thumbnails load, but thats it. The lightbox effect doesnt work, it just goes to the image link.
Forum: Fixing WordPress
In reply to: Broke site pasting one line into header.php…Ah okay, glad you figured it out!
Forum: Fixing WordPress
In reply to: Broke site pasting one line into header.php…Did you change themes?
Forum: Fixing WordPress
In reply to: Links to pages do not workAll the links are working for me.
Forum: Fixing WordPress
In reply to: Broke site pasting one line into header.php…If your header.php file has been restored to its previous state, maybe you just need to clear your cache. Is it doing it in other browsers too? Because otherwise it just sounds like theres still invalid code in the header.php file.
Forum: Fixing WordPress
In reply to: WordPress as blog and portfolio CMSI dont know if you necessarily need a custom post type for a portfolio page, but it depends on what you want to accomplish. How do you want the portfolio section to work?
Forum: Fixing WordPress
In reply to: Font Colour is not updating in css file?<span style="color #000000;">It looks like inline styling is over riding the body color. It seems like youd be able to see it if you edited the page and clicked text view rather than visual. You should see the tags then and delete them.Forum: Fixing WordPress
In reply to: Font Colour is not updating in css file?I would have to see the website itself to be able to give you a precise answer.
Forum: Hacks
In reply to: customising custom field formatI may be misunderstanding what you want, but wouldn’t that just mean deleting
<li>and</li>and adding<div> and </div>in its place? And also changing<ul class='post-meta'> and </ul>to<div class='post-meta'> and </div>.