jdarias
Forum Replies Created
-
Forum: Plugins
In reply to: Change an admin widget positionNevermind!
I found the solution here:https://www.ads-software.com/support/topic/how-to-move-featured-image-box-from-side-to-main-column
Forum: Themes and Templates
In reply to: Change "Add title here" legend in a custom post typeHi egado, thanks for replying! Please take a look at this picture, it shows what I mean:
https://www.diigo.com/item/image/8e4g/uqrg?size=o
For what i′ve checked, no label in the register_post_type function changes what I need to change…Forum: Themes and Templates
In reply to: Custom post type archive (regardless of custom taxonomies)I′m having progress.
Did this:
https://codex.www.ads-software.com/Function_Reference/register_post_type#Flushing_Rewrite_on_ActivationThis is necesary because i′m creating my CPT′s with plugins.
Now I can access the archive with http:/mysite.com/{CPT slug}
Best of all, the archive template I created gets loaded!Forum: Themes and Templates
In reply to: Custom post type archive (regardless of custom taxonomies)No dice. Here is my options array for the CPT:
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Forum: Themes and Templates
In reply to: Custom post type archive (regardless of custom taxonomies)I′m sorry, i′m testing on a local server, no site has been created online as of yet. I can post code, however.
please give me a hand…
Forum: Themes and Templates
In reply to: [Twenty Eleven] [Theme: Twenty Eleven] auto-slideThanks! It works wonderfully!!
@feu You have to modify showcase.php in your child theme, as adviced by archondigital.
I think I got it sorted:
<?php include ( STYLESHEETPATH . '/nav_global.php' ); ?>
I switched from html to php just in case.Forum: Themes and Templates
In reply to: Inherit Favicon from a parent to a child themeIt did! Thanks!
It′s working now. It was a matter of deactivating the cache plugin.
I still have a similar problem, but i will create another thread for it. I′ll post the link.Edit: here it is: https://www.ads-software.com/support/topic/how-to-include-some-static-html-file-in-a-parent-and-child-theme
Forum: Installing WordPress
In reply to: Will WordPress 3.0.1 work in this server?Got to try to convince TPTB to update this server, but i′m afraid they are too stubborn to see their error in keeping that old software running. I think it′s an extreme case of “if it isn′t damaged, don′t fix it”
Forum: Themes and Templates
In reply to: Class for the tag cloud widgetThanks Alchymyth! Didn′t know those expressions could generate that! Too bad it′s not clearly mentioned in the codex! (or maybe i′m overseeing it).
That got my issue fixed!Forum: Themes and Templates
In reply to: Class for the tag cloud widgetI′m already registering the sidebar widgets, i′m putting li class=”widget” and /li to each widget, and the title goes with h4 tags. The problem is just with the tag cloud widget, specifically with the div it uses to contain the tags. As it is generated by the widget, it comes with no class, wich is a bit of a problem
Solved it with current-menu-ancestor ??
Forum: Themes and Templates
In reply to: Gallery adds invalid code to my page.Thank you so much!
I hope they fix this issue in an upcoming version.