csloisel
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite original site not rendering correctlyIt’s difficult for me to debug on this end, My suggestion would be to contact the theme developer.
Forum: Fixing WordPress
In reply to: How to change the text color of site title?You could try adding the
!importantstatement after the style.Forum: Hacks
In reply to: Not able to remove default gallery shortcodes from Point themeTry changing:
add_filter('the_excerpt', 'remove_shortcode_from_excerpt');to:
add_filter('get_the_excerpt', 'remove_shortcode_from_excerpt');Forum: Hacks
In reply to: Not able to remove default gallery shortcodes from Point themeAt first glance they may be using a custom excerpt function, and the hook may not be firing. I would check to see if there are any hooks in their function you can use.
Forum: Fixing WordPress
In reply to: WordPress need username to external scriptForum: Fixing WordPress
In reply to: How to change the text color of site title?Try using this for the selector:
div#header h1 aForum: Fixing WordPress
In reply to: How to change the text color of site title?The site title is an h1 element, so those examples you found should work.
Forum: Fixing WordPress
In reply to: Need steps for upgrading custom site to latest version of WordPressTheme files will be unaffected, it is core files that will change (Anything in the wp-admin and wp-includes directories). If there are modified core files you need to:
1) Never use that contractor again, and
2) figure out what modifications have been made so they can be rewritten to work with the new version.Forum: Fixing WordPress
In reply to: Entry title & info missing from my postsIs that the exact code you are using? The array values are not valid and are probably not working as intended. Try wrapping the slugs in quotes.
Forum: Networking WordPress
In reply to: Multisite original site not rendering correctlyDo you have an example of a working site on the network?
Forum: Plugins
In reply to: [Voce Performance Tools] Fatal error on plugin activationThis should be resolved in the latest release.
Forum: Plugins
In reply to: [Voce Submenu Items] Nested submenus display all submenus items on same levelThis issue has been resolved in the latest release.
Forum: Plugins
In reply to: [Widget Settings Importer/Exporter] No export fileCheck your browser settings for your downloads directory, and see if it has been automatically saved there.
Forum: Plugins
In reply to: [Post Type Converter] Not CompatibleMarking as resolved.
Forum: Fixing WordPress
In reply to: Custom Search – Small TweakWouldn’t it just be easier to make the post types searchable when registered?