thezedt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Parabola] Featured image does not workWhere does it not work? In a category or when you’re viewing the post itself?
Forum: Themes and Templates
In reply to: [Mantra] My Custom Header Image Isn't Responsive?This value cannot be configurable and there’s no easy way to override the mobile styling at the moment.
Copy everything from Mantra’s style-mobile.css up to (but not including) the line
@media (max-width: 650px) {
to your child theme’s style.css then change 800px in the pasted content in line
@media (max-width: 800px) {
to the value you wish to use at triggering responsiveness.1. That colour is the same as the Content Background colour.
2. That should just work. The theme does not mess around with taxonomies in any way.
Make sure you are placing the code in the correct file (functions.php in the root of the child theme), that the code is correct and wrapped by php tags.
You could also test things out with some “echo”s and see if that block of code gets executed.3. The navigation is not supposed to be displayed on the presentation page. The presentation page offers the possibility to display the latest X posts in it. It is not a blog page to have pagination.
What would “presentation page 2” contain? The presentation page followed by page 2 of posts below or page 2 of the blog page instead (if one exists)…Forum: Themes and Templates
In reply to: [Parabola] bug without tagline?The theme always displays both the title and the tagline (not just one of them).
If one is empty, you’ll always get the dash and the one you filled in visible.This behaviour can only be changed by editing the theme files.
Forum: Themes and Templates
In reply to: [Parabola] Re-establishing The Front Page Slider Post-UpdateI can’t tell for sure. I tested dozens of websites where this functionality works correctly.
Yet we also get reports that the image upload/selection fails in the Parabola Settings page.May be caused by other plugins used or by the server configuration or the browser. Until I encounter this problem (or get access to a website where this issue occurs), I cannot look for a solution.
The uploaded/selector is part of WordPress and it should just work. This is why we chose it instead of a custom selector.
Forum: Themes and Templates
In reply to: [Parabola] Change posts background in presentation pageThe posts listed on the presentation page use the same content background colour defined in the options as the rest of the content.
Forum: Themes and Templates
In reply to: [Mantra] Slider Not WorkingSo unsatisfied by the failing slider you moved on to a different theme which doesn’t have a slider and gave Mantra a 1 star review.
That makes total sense… thank you!
Forum: Themes and Templates
In reply to: [Mantra] columns shortcode not workingAfter a second look, it seems the shortcode buttons create invalid shortcodes, opening a cryout- end closing a mantra-.
Sorry about that. We’ll get it fixed in the next update.Forum: Themes and Templates
In reply to: [Parabola] Italian LanguageCreate/edit a translation of the theme.
Codestyling Localization is a very handy plugin for translating themes/plugins or WordPress itself.
Forum: Themes and Templates
In reply to: [Mantra] Display social iconsI can see 2 social icons in the footer. You still have issues with this?
Forum: Themes and Templates
In reply to: [Mantra] Slider Not WorkingYou should upload them via WordPress’ upload functionality, either when writing the post or via Media > Library.
Forum: Themes and Templates
In reply to: [Mantra] Line spacing after headingThe theme’s Custom CSS field under Miscellaneous Settings.
Change the 20px to the value that suits your design.Forum: Themes and Templates
In reply to: [Parabola] Re-establishing The Front Page Slider Post-UpdateThe proper way to do this (especially if the uploader functionally fails when on the Parabola Settings page) is to upload the images via WordPress’ Library. (If upload fails there as well, you have a problem with your WordPress)
You can then copy the image URLs as you get them in the library (the https://website/wp-content/uploads/blablalb/file.jpg ones, not the https://website/?attachment_id=number ones) and paste them in the appropriate fields in Parabola Settings.
Adding/changing files in the theme folder is a very bad idea. You will lose all these files the next time you update the theme.
The image select/display functionality works fine with a clean WordPress install. We cannot take into account all the other extensions that may break WordPress. If something fails, first check for JavaScript errors and then the correctness of image URLs.
Forum: Themes and Templates
In reply to: [Parabola] Mobile version doesn't show costumed slide imagesI see the slider images fine on both sites.
What device/browser are you getting the issue?Forum: Themes and Templates
In reply to: [Parabola] Add more slideC16. What if I want more than 5 slides on the presentation page?
You can define up to 5 custom slides, but you can also set the slider to grab the slides from: latests X posts, X random posts, latest X sticky posts, latest X posts from category, random X posts from category, specific posts (by ID) – X is a configurable count.
To make slider compatible posts it is required to add a post title (which will be used as the slide title) and a post featured image (which will be used as the slide image). Make sure the featured images are of proper size (the same one as the slider is configured).