BStrong95
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Header items disappear when child theme createdI reinstalled the child theme (via the plugin) after I started modifying the Customizr theme and now it works for some reason. It copied over the changes I made to the child theme and now I can see the header again. Weird. Thanks.
I found out one of my plugins (WP smush.it) was causing a conflict for this and other plugins. I disabled it and the dashboard is working again 🙂 Thanks.
Hi, I am getting the same problem – the blue line gets to the end, but no statistics show. I checked my .htaccess and nothing is being blocked there. I also checked the errors & debug and no errors were found. The previous version worked fine. What changed between that one and the latest? Please advise.
Yes, I’m not sure what happened. I tried reinstalling it and it installed ok this time. Thanks!
Forum: Plugins
In reply to: [WP RSS Multi Importer] Default feed category image not workingHi Allen,
that did the trick!
Thanks!!
Forum: Plugins
In reply to: [WP RSS Multi Importer] Target Window format changing randomlyI am also experiencing a problem where my settings are set to “open in new window” yet posts are now opening in the same window. Any idea what might have caused this or how to fix it?
Thanks for that info. I tried it an unfortunately it is still not working for me, for some reason (maybe my menu is broken?).
I did discover another way around this. I found a post in the code snippets and added this code to my functions.php page in my child theme:
\<?php
\add_action(‘pre_get_posts’,’delete_category_home’);
\
\function delete_category_home($query) {
\ $front_page_id = get_option(‘page_on_front’);
\ if($front_page_id == $query->query_vars[‘page_id’]){
\ $query->set( ‘cat’, ‘-98,-109’ );
\ }
\}That seems to have worked. The last line filters out the categories I want removed.
Now I have to figure out how to have posts appear on a page that is not my home page. Do I have to create a new custom template for this?
Would appreciate any advice. Thanks!
Forum: Plugins
In reply to: [WP RSS Multi Importer] Plugin to Blog Post Category Association not workingHi Allen,
It’s not a question of adding more categories in the plugin. I’ve already added all of the ones I need. The problem I’m having is mapping the multi-importer categories to my blog post categories. The blog post categories I created are not showing in the plugin, so I can’t map them to the plugin categories.
Hi Dave,
Thanks for all the help. Still no luck. I’m going to have to try and figure something else out.
Thanks again.
Hi Dave,
Don’t mean to be obtuse here, but I just want to make sure I understand the process. So I select Home and add it to the menu. I then select other pages and categories and add them to the menu (reordering in the right hand column). I’ve tried both of these scenarios and neither worked:
Scenario 1
Home
– News (Page)
– News Feed 1 (Category)
– News Feed 2 (Category)
Sports (Page)
– ESPN Feed (Category)Scenario 2
Home
– News (Page)
– News Feed 1 (Category)
– News Feed 2 (Category)
– Sports (Page)
– ESPN Feed (Category)Not sure what I’m doing wrong here
Hi Dave,
I tried doing what you said but I’m still finding sports posts appearing on my home page. Here is a screenshot of my menu setup: http://www.popfix.net/BA/menu-problem.jpg. Am I doing something wrong?
Forum: Plugins
In reply to: [WP RSS Multi Importer] Feed to Post for multiple Categories?Thanks so much for that info Allen! So do I need to create two menus in that case – one for the main menu (where my news feeds will appear), and a second menu for the sports feeds? For the feeds not appearing on the home page, how does WP determine which page the feeds should appear on? Do I need to add a page to the 2nd menu as well? Really appreciate the help and thank you for the fantastic app!
Hi Dave,
Thanks so much for that info. It’s starting to make some sense. I removed the sports posts from the menu and they stopped appearing on the home page (yeah!). Now I need to get them to appear on the Sports page. I noticed it said Customizr only supports 1 menu. Does that mean that I can’t have posts appear on more than one page? Or do I create another menu and link it to the Sports page and then also add the sports category? Would that work?
Hi Dave,
Can you elaborate a little on how the menu works? I did what you said, but my sports posts are still showing up on my main page. How is the menu supposed to differentiate between stories that go to the main page (news) versus stories that go on another page (sports)?
Thanks!
Forum: Themes and Templates
In reply to: [Customizr] Can't Customize CustomizrHi,
No, I haven’t turned off javascript in my browser. Plus I’ve checked from multiple computers – home, work, mobile, tablet, etc. Each is having the same problem. I also tried doing a “Live Preview” of the Customizr theme and it is broken there too. I just downloaded the latest version of the theme (3.1.6), hoping that would fix it, but ran into the same problem 🙁