Carolina Nymark
Forum Replies Created
-
You would want to compare the files in the update and the child theme.
Perhaps this plugin can help https://www.ads-software.com/plugins/child-theme-check/ (not tested)You don’t need top copy the entire theme to do a child theme, only add/copy the files that you make changes to.
Do you have a file in your child theme called content.php? If you copied this file from an earlier version, it will overwrite the file from Aaron.
I missunderstood -this page is working, it’s the regular category listing that is not woring for you?
I’ve tested it though and it works well for me without changes.
Archive.php is a fallback for category.php.Rendering category archive index pages uses the following path in WordPress:
1: category-{slug}.php – If the category’s slug is news, WordPress will look for category-news.php.
2: category-{id}.php – If the category’s ID is 6, WordPress will look for category-6.php.
3: category.php
4: archive.php
5: index.phpSo if you have a file named like 1-3, the archive page is overwritten.
Do you have files like that?Can you post the content of your category pages?
Forum: Themes and Templates
In reply to: [Aaron] Update to 2.3 broke my siteIf it is missing the tag then something prevents it from loading fully.
If you can, run it with debug on.What is the name of the plugin?
Hi!
Is this customizer option not working for you?
“Check this box to show the excerpt instead of the full content on the front page, blog listing and archives.”Forum: Themes and Templates
In reply to: [Aaron] Update to 2.3 broke my siteThank you for reporting this. I’m not sure how I can go further without more information, but I’ll check the download for errors.
Forum: Themes and Templates
In reply to: [Aaron] How do I add a second menu under the social menu?Hmm. The link text is hidden with class=”screen-reader-text”
Remove
`’link_before’=>'<span class=”screen-reader-text”>’, ‘link_after’=>'</span>’
`Forum: Themes and Templates
In reply to: [Aaron] How do I add a second menu under the social menu?Hi,
you need to remove this from the css for the bottom menu,position:fixed; top:0; left:0;
Forum: Themes and Templates
In reply to: [Aaron] How do I add a second menu under the social menu?I traced back your steps and it is working and showing up on my test server. Try your plugins again.
I’ve checked your site and I can’t find any JavaScript errors, but I can’t reproduce it on my test server. Try disabling your plugins one by one and see if it changes anything.
Forum: Themes and Templates
In reply to: [Aaron] How do I add a second menu under the social menu?Well it should still show without the styling.
Did you use a browser inspector tool to see if it is just pushed off the page?Did you check the Display as dropdown checkbox?