ValeriaK
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Problem with CategoriesYeah! Thanks)
Forum: Plugins
In reply to: [Custom Post Type UI] Problem with CategoriesThanks!
As I said before I needed to make sure that it is about the theme. Now I can ask the theme support for the solution.Forum: Plugins
In reply to: [Custom Post Type UI] Problem with CategoriesOk, here it is:
http://pastebin.com/D5HfWChVForum: Plugins
In reply to: [Custom Post Type UI] Problem with CategoriesI took a screenshot of the main folder:
http://www.valeriaspeck.com/images/all.pngShould I open others and take a screenshot too?
Forum: Plugins
In reply to: [Custom Post Type UI] Problem with CategoriesI have access to all the files. Tell me what information I should give you, and I will.
My theme name is udesign:
http://themeforest.net/item/udesign-responsive-wordpress-theme/253220I’ve removed the code you gave me above and this is what I was getting (the problem why I started asking your help):
No entries were found under the The Skin category either because they were not published or this category has been excluded from the Blog section.
I’ve put the code back, at least it shows the category in “the list” format.
I willing to solve and learn. What else can I do to solve this, so the categories will show normally?
Forum: Plugins
In reply to: [Custom Post Type UI] Problem with CategoriesI cannot agree with you. It is the common problem which happens online with many plugin/theme creators, you guys (not all, but many of you!) see the person who doesn’t understand codes and just blame one another, instead of trying to help that person…
What I’ve learnt from all situations is if the problem happens AFTER I install the plugin, the problem HAPPENED because of the PLUGIN. The plugin made its changes, or whatever, but please, if you don’t wanna help just say so, don’t start saying that the plugin didn’t interfere and it is basicaly not your problem…
I know the pluging is free, the support is free, if you don’t like doing it for free start charging, but not that “blaming whatever or whoever” thing you do.
Forum: Plugins
In reply to: [Custom Post Type UI] Problem with Categoriesyeah I saw the differences. The first one is a new post type I’ve created and the second is the category. But my categories never displaid in this mode before I created post types with the plugin.
Then the categories didn’t see the posts from the other post types and after adding the code you gave me above, the categories with the posts from new post types are displaid only in this mode. And I truly have no idea what to do.
I cannot ask help from the support of my theme because in reality it only shows like this with new post types….
How can I resolve it and still be able to use your plugin? (because the plugin helps me so much in other stuff..)Forum: Plugins
In reply to: [Custom Post Type UI] Problem with CategoriesI’ll give you the link. here is how it is normal appears:
http://www.valeriaspeck.com/the_review/
and the_review is the pots type slug,but here is how the category appears now (and it never appeared like that before):
http://www.valeriaspeck.com/category/the-scientific-opinion/Is there any solution to make the second look like the first again?
Forum: Plugins
In reply to: [Custom Post Type UI] Problem with CategoriesWell, I added the code to the end of functions.php and added those slugs separeated by comma as you suggested in the last comment.
So, when I use now the categories in the menu, they do not appear like they should.. I mean when I click on them I can see the list of posts which belong to this category, but I cannot see them as they show normally with photo, tags, I can see ONLY names of the posts in the category in the form of list..
Is there a way they canappear normally like with photos and etc..?
I can make a screen shot or smth if I didn’t explain myself clear..Forum: Plugins
In reply to: [Custom Post Type UI] Problem with CategoriesThanks, I got it now. One question left – where in the file functions.php I should insert this code? Can I insert it at the end of evething or there is a specific place for that?
And I should copy this code for each POST TYPE slug, right?Forum: Plugins
In reply to: [Custom Post Type UI] Problem with CategoriesHi! Thanks for the answer.
I can replace it, but I couldn’t find any “ENTER POST TYPE SLUG HERE” in my functions.php file.
I made search in the file with “post type” got nothing, But got this with “slug” search:Line 408: * @see get_term_by() You can get a category by name or slug, then pass ID to this function
Line 431: * @see get_term_by() You can get a category by name or slug, then pass ID to this function
Line 480: $name = ( $nicename ) ? $parent->slug : $parent->name;
Line 1243: $term = get_term_by( ‘slug’, get_query_var( ‘term’ ), get_query_var
Can you help with where I should incert the code you gave me?
Forum: Fixing WordPress
In reply to: WordPress doesn´t renew plugins and itself!Well, i tried with one I have and with new version and nothing changed. The same phrase and problem appears.
Any more ideas? What else can I do?Forum: Fixing WordPress
In reply to: WordPress doesn´t renew plugins and itself!Should I put wp-admin and ap-includes of new version of wp or of the one I have?
Forum: Fixing WordPress
In reply to: WordPress doesn´t renew plugins and itself!Thanks.
Sorry, I did not express myself correctly about “automatically”. I meant that wp shows that I have plugins and I need to update them, so before I could go and press the button “update”, put password, ect. And after I could see that there are no more updates.
But now I do that (all the same like before), but wp keeping saying that I need to update the plugin.
So I needed to do it manually, using FileZila, and it is very uncomfortable!About file permission: The hole folder “includes” has 777, and everything inside also.
I´ve change permission of update-core.php to 644. It did not help. Shows the same phrase when Im trying to update.Are there other thing I need to change to 644?
Forum: Fixing WordPress
In reply to: WP stopped updating pluginsIS there a way to solve this problem???