enriquegarde
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom menus/headers for different categoriesHello,
Thanks govpatel, but I think that answer is not exactly about what I was asking. I need one menu in one post (category A) and other different menu in other post (category B).
Any ideas?
Forum: Themes and Templates
In reply to: Problem with excerpts and quicktagsIt’s totally compatible, and it’s updated every month… I’ll keep looking for more info on this.
Forum: Themes and Templates
In reply to: Problem with excerpts and quicktagsThis is what the index.php has:
<?php if (isset($theme_options["home_excerpts"]) && $theme_options["home_excerpts"] == 0) { the_content('<br />Seguir leyendo '.get_the_title('', '', false)); } else { if (is_home() && !is_paged() && $postCount <= $featLimit) { the_content('<br />Seguir leyendo '.get_the_title('', '', false)); } else { the_content(); } } ?>Forum: Themes and Templates
In reply to: Problem with excerpts and quicktagsThanks esmi, since I wrote the first message it’s solved with Viper’s Video Quicktags, but now it’s not working with JW Player, the one of the post I linked. Do you know why can be this happening?
Forum: Themes and Templates
In reply to: Problem with excerpts and quicktagsSure, thanks 🙂
This is the home page: http://www.cyanmag.com
This is the single post: http://www.cyanmag.com/cine/inside-job-making-of-crisis-mundial/
Forum: Networking WordPress
In reply to: Folders disappeared when disabling Multisite and more problemsHello Andrea,
Thanks, I solved it two hours ago editing both files. Thank you for all your support 🙂
Forum: Networking WordPress
In reply to: Folders disappeared when disabling Multisite and more problemsI’m doing it, and seriously, there’s only Dashboard and Profile options in the admin…
Forum: Networking WordPress
In reply to: Folders disappeared when disabling Multisite and more problemsHi again, ipstenu
I found a way to solve the /uploads/ problem (I have a back-up of it). But, when I set up my old htaccess and wp-config, I’m getting the same problem as I had in the first question of this topic. Clearly I’m doing something wrong, but I don’t know what.
Can I try default htaccess and wp-config values?
Forum: Networking WordPress
In reply to: Folders disappeared when disabling Multisite and more problemsHi ipstenu,
I have a copy of the .htaccess, the database and the wp-config.php file.
I know nothing inside wordpress deletes folders, but, what can I say… “Uploads” has been deleted
Forum: Networking WordPress
In reply to: Folders disappeared when disabling Multisite and more problemsHi Andrea, thanks for answering
Look in the database. Is the wp_posits table still there?
It is not. When I saw the disaster I immediately restore the database from the latest auto-backup from the server, so the db is just like yesterday. I don’t know exactly what wp_posits is, but it’s not there…Look in the filesystem. Is wp-content/themes and wp-content/plugins still there? Is there anything in them?
Yes, all of themDoes your host do backup restores?
Only of the database, that’s the problem…Did you make any backups before enabling multisite?
Yes, I made a backup of the database, but not of the uploads folder, I never thought this could happen…I still trying to disable the multisite function without loosing all the accessible information in the admin, but I can’t…