Forum Replies Created
-
AuthorPosts
-
June 27, 2016 at 10:20 am in reply to: Atmosphere Pro – How to Add a Slider to Front Page 1 Widget #188385martialwarriorParticipant
Hi HeatherO,
Can you please tell me how you added the 1600x440 Soliloquy Slider to the Atmosphere theme?
martialwarriorParticipantYou ROCK!!!
martialwarriorParticipantHELP, I added the code and it worked, but it makes the menu bar disappear. My menu is made up of Pages. What now?
martialwarriorParticipantI added the code and it worked, but I lost my menu bar. My menu is made of Pages.
How can I make my newest portfolios show up in the sidebar area instead of posts?
martialwarriorParticipantIt worked, thank you so much!!!
martialwarriorParticipantDoes it matter where it goes?
martialwarriorParticipantOr maybe I can remove the blog posts from the home page all together and just use the portfolio. Is this possible?
April 19, 2015 at 10:36 am in reply to: How to redirect to single post page if there is one post in category/tag #148420martialwarriorParticipantI got it fixed!!!
April 19, 2015 at 10:26 am in reply to: How to redirect to single post page if there is one post in category/tag #148418martialwarriorParticipantI am using the Whitespace Pro Theme on JohnNatividad.com and want redirect to single post page if there is one post in category/tag but when I use the code snippet below I get a redirect loop. What do I need to do to fix this?
function redirect_to_single_post(){
global $wp_query;
if( is_archive() && $wp_query->post_count == 1 ):
the_post();
$post_url = get_permalink();
wp_redirect( $post_url );
endif;
}
add_action('template_redirect', 'redirect_to_single_post');martialwarriorParticipantI am so sorry. I didn't realize I had accidentally made it h3 instead of h2. I got it now. Thank you Neil. Your the BEST!!!
martialwarriorParticipantThis is the page I am looking at an its the h2 in the post itself and I see no change???
http://www.allaboutmartialarts.com/martial-arts-advertising/
Martial Arts Advertising – Direct Strike Advertising Package By Martial Arts Enterprises
martialwarriorParticipantOkay!!!
martialwarriorParticipantNo difference.
martialwarriorParticipantHi Neil,
I have tried changing the CSS below, but it doesn't make a difference. Is this the wrong CSS?
}
h1,
h2,
h2 a,
h2 a:visited {
font-family: 'Oswald', arial, serif;
font-size: 24px;
line-height: 30px;
}martialwarriorParticipantDeleting the cache makes no difference at all. If you refresh the page a few times the issue continues.
martialwarriorParticipantI have always custom sized the YouTube videos to fit the theme and they have always fit and worked. Just recently they no longer size correctly using the custom size from YouTube. I have no idea why???
martialwarriorParticipantI discovered that you have to increase the maximum input variable for Genesis with the News Pro Theme in the PHP.ini file
max_input_vars = 3000;
martialwarriorParticipantI have designed two web sites with the news theme, one with News Pro, http://martialartsentertainment.com/ and an older site with News Regular, http://allaboutmartialarts.com/. They both have the same Plugins and the News Regular site menus are working fine. On the News Pro Menu, the Secondary Menu is working fine, but the Primary Menu will no longer save categories added to the menu and I have to recheck the location check box every time to choose the location. A plugin would most likely affect both the Primary and the Secondary Menus. Any suggestions for why the Primary Menu will no longer let me add categories to it and save it.
martialwarriorParticipantI am having the exact same issue with my site now. Did anyone solve this? Menu Items are disappearing and when I add them back, they do not save, and the navigation location check box does not stay checked. Please Advise.
July 10, 2014 at 1:42 am in reply to: Can't Find Error in Function.php File and Site is Down #113712martialwarriorParticipantI found it and fixed it!!! Thank you.
-
AuthorPosts