[Plugin: WP Idea Stream] Integrating with Responsive Theme
-
I love this plugin so far, wish I had found it months ago for a different project.
Anyways I’m merging it into the Responsive Theme but I am running into problems with “All Ideas”. When calling for CSS for the Wapper its calling .home #wapper instead of #wappper.
I might see the code I need to change in the wp-idea-stream.php but I have a limited php background and not sure how to stop it from calling out .home #wapper..
if(is_all_ideas() || (is_home() && get_option( 'page_on_front' ) == 'all-ideas' && !is_featured_ideas())){ return __('All Ideas','wp-idea-stream') . " | "; }
Any advice would be great!
You can find my test install at https://aptsonic.com/projecttest/wordpress/is/all-ideas/
I’m still working on the site’s design so it might get extra wonky while I work.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: WP Idea Stream] Integrating with Responsive Theme’ is closed to new replies.