cromermusic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Change Post TemplateBecause I want it to look better. Now how can I accomplish this?
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Tagline and underline Gone [mobile]website with tagline disappearing in mobile. It’s the original TwentySexteen theme with no customizing done.
Forum: Themes and Templates
In reply to: [Hemingway] Sidebar non shown on mobileI have the same problem. No sidebar anywhere on site on mobile device.
Forum: Reviews
In reply to: [Twenty Fifteen] Dreadful, againCustomizing wp official themes are a nightmare because they put all css formating in function.php as variables so you have to know php too. Plain stupid.
Forum: Reviews
In reply to: [Twenty Fifteen] beautiful but irrelevant design wiseIt’s now clear that wp just want to be a blogging tool and nothing more.
Forum: Reviews
In reply to: [Twenty Fifteen] Not a very good jobStill looks horrible.
Forum: Themes and Templates
In reply to: [Vantage] How to Get_Post_Categories?I’ve been using PageBuilder and Post Loop.
I didn’t want to catch specific Categories but wanted to print the Category Name for each Post just like the code snippet says. I got the code for showing Category Name from single-post.php in Vantage theme folder.
Should loop-carousel.php in child theme folder be put in any new folder in child-theme directory or what is causing this?Forum: Themes and Templates
In reply to: [Vantage] How to Get_Post_Categories?Any ideas anyone or is this theme hardcoded so you can’t do anything with it?
Is this the case with premium as well?Forum: Everything else WordPress
In reply to: How do you tackle wordpress development?I’ve recently made my own theme starting from “blankslate” and then looking into other themes for various solutions to fit my needs. Got tired of creating child themes from a theme I didn’t quite understand.
Forum: Fixing WordPress
In reply to: Building a music/book/dvd collection site in WordPress?The taxonomies was a good idéa but it will be a living hell going through 300+ names in a dropdown list or checkbox. I will stick with advanced custom fields and set type as text instead for now. It will be stored in the database anyhow so I can make queries out of the values, that the most important part.
Forum: Fixing WordPress
In reply to: Sidebar removal??remove
<?php get_sidebar(); ?>
from all files it appears in you child theme.Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] DatePicker not saving valuesAnyone else having this problem?
Forum: Fixing WordPress
In reply to: Comments.php HOW???!!!*marked as solved*
Forum: Fixing WordPress
In reply to: Comments.php HOW???!!!Solved it using this: https://codex.www.ads-software.com/Function_Reference/wp_list_comments but it sure wasn’t a pretty code and quite hard to understand. Obviously something WP needs to work on to be a better CMS for non-coders.
Forum: Fixing WordPress
In reply to: Comments.php HOW???!!!Oh I have and all of them used functions.php to handle comments display. I’ve looked at themes here on wp.org.
This code I got from a blog that were writing about how to build wordpress themes.