0x80
Forum Replies Created
-
Where do I configure these things? There is no ‘site migration’ menu like the readme suggests. Only ‘WP all in one migration’ and that doesn’t list configuration options
With the dev version I can’t export anything.
to file: Unable to authenticate your request with secret_key =
the others I get a 404 on urls like https://servmask.com/extensions/backup-to-dropboxForum: Themes and Templates
In reply to: [Salient] Weird portfolio fullwidth bugAh sorry I didn’t know that. Thanks!
Forum: Themes and Templates
In reply to: [Salient] Portfolio page broken, how to debug?I’ve narrowed the problem down. It appears to be a bug in the theme and not a database problem so I created a new post here:
https://wordpress.org/support/topic/salient-weird-portfolio-fullwidth-bug?replies=1#post-6307337
Forum: Themes and Templates
In reply to: [Salient] Portfolio page broken, how to debug?I have created a fresh install with the theme. Created a portfolio with the category and everything is working as you’d expect. Then I import the data from my other installation with the all-in-one wp migration plugin, and the posts are gone again.
So the problem is in my database for sure. Any clue on how to hack to database to view what’s in it in terms of categories?
If I don’t figure this out I would have to manually create new posts for all the data in my website! >:(
Forum: Themes and Templates
In reply to: [Salient] Portfolio page broken, how to debug?Please anyone? Any clue, hint whatever…
This is f*cked up. I can not even create a category with the name “art installation”. These posts will disappear from the portfolio also. So it’s not just starting with the word “installation”, but anything with the word in it I can’t use now. And I don’t know what else to call it :((
Forum: Themes and Templates
In reply to: [Salient] Portfolio page broken, how to debug?Ok the main thing was not really an issue after all. I had to still select what categories are part of the portfolio in the portfolio shortcode options. Thing show up now. Beginners mistake.
BUT…
Whenever I create a category called “Installations” and apply it to a post, that item shows up as a blank spot in the portfolio list:( I’ve tried deleting it and cleaning the database with a plugin (getting rid of revisions and unused tags and such) and it still keeps doing that. I’ve tried several other names, and it seems that anything starting with install* does that! Any other name is ok, also “insta”. What the heck? I’ve been pulling out hairs for while on this now. What is going on? Does this make any sense to anyone at all? Please prevent me from going insane
Forum: Fixing WordPress
In reply to: Finding the right gallery solutionI found that the Cleaner Gallery plugin does most of what I need, and is indeed simple and clean:)
Now I only need to figure out how to make the thumbs into a nice sliding horizontal strip. I guess that’s more of a jQuery thing than WordPress related. Suggestions are welcome of course.
Forum: Themes and Templates
In reply to: Post on page. Portfolio styleWell, it is true, and you even prove the point.
Ehm… no it’s not, and I don’t see how I possibly prove the point either. I didn’t intend this to replace categories and tags and how all that’s used in a more traditional way. My website still uses all those features as well, since it is obviously useful in a lot of ways. I’m just illustrating an alternative / additional way of structuring a page.
Forum: Themes and Templates
In reply to: Post on page. Portfolio styleThe main advantages over category templates I can think of:
– no static page content in your php file. You edit the static text with images and whatever like you do with regular pages.
– full control over what posts to display. Maybe you want to combine posts from different categories, make a “my favorite projects page”.
You could probably do the same with category templates, but that would be really confusing. You click on a category, and what you get is not really a category…
– Give your templates sensible names, instead of using the category id number. It also allows you to easily assign /switch different templates in the page management instead of overwriting category-6.php with a different category-6.php
Like I said I’m new to WP and still discovering how I can use it the way I want. I like how flexible the page template approach is, but I guess a lot of it comes down to personal preference.
Cheers