chas0unique
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding a different header image within category pages?This did not work. Any other way to have a different header/logo per category page?
Forum: Fixing WordPress
In reply to: How to have more than one post page?I currently have a custom menu with 1 static page, and 5 categories as menu pages. The only problem is the category pages only show posts. I want a featured image to show before the posts to help introduce readers to the category with image representation. Please help. Thank you.
Forum: Fixing WordPress
In reply to: Adding a Featured Image To Category PAgesAlso, I am using the category images plugin
Forum: Fixing WordPress
In reply to: Adding a Featured Image To Category PAgesI tried the instructions in the article but it is not working for me.
This is the code that is in my category.php file. Am I missing something?<?php get_header(); ?>
<?php
global $wp_query;
$id = $wp_query->get_queried_object_id();if ( get_query_var(‘paged’) ) { $paged = get_query_var(‘paged’); }
elseif ( get_query_var(‘page’) ) { $paged = get_query_var(‘page’); }
else { $paged = 1; }$sidebar = $qode_options_proya[‘category_blog_sidebar’];
if(isset($qode_options_proya[‘blog_page_range’]) && $qode_options_proya[‘blog_page_range’] != “”){
$blog_page_range = $qode_options_proya[‘blog_page_range’];
} else{
$blog_page_range = $wp_query->max_num_pages;
}?>
<?php if(get_post_meta($id, “qode_page_scroll_amount_for_sticky”, true)) { ?>
<script>
var page_scroll_amount_for_sticky = <?php echo get_post_meta($id, “qode_page_scroll_amount_for_sticky”, true); ?>;
</script>
<?php } ?>
<?php get_template_part( ‘title’ ); ?>
<div class=”container”>
<?php if(isset($qode_options_proya[‘overlapping_content’]) && $qode_options_proya[‘overlapping_content’] == ‘yes’) {?>
<div class=”overlapping_content”><div class=”overlapping_content_inner”>
<?php } ?>
<div class=”container_inner default_template_holder clearfix”>
<?php if(($sidebar == “default”)||($sidebar == “”)) : ?>
<?php
get_template_part(‘templates/blog’, ‘structure’);
?>
<?php elseif($sidebar == “1” || $sidebar == “2”): ?>
<div class=”<?php if($sidebar == “1”):?>two_columns_66_33<?php elseif($sidebar == “2”) : ?>two_columns_75_25<?php endif; ?> background_color_sidebar grid2 clearfix”>
<div class=”column1″>
<div class=”column_inner”>
<?php
get_template_part(‘templates/blog’, ‘structure’);
?>
</div>
</div>
<div class=”column2″>
<?php get_sidebar(); ?>
</div>
</div>
<?php elseif($sidebar == “3” || $sidebar == “4”): ?>
<div class=”<?php if($sidebar == “3”):?>two_columns_33_66<?php elseif($sidebar == “4”) : ?>two_columns_25_75<?php endif; ?> background_color_sidebar grid2 clearfix”>
<div class=”column1″>
<?php get_sidebar(); ?>
</div>
<div class=”column2″>
<div class=”column_inner”>
<?php
get_template_part(‘templates/blog’, ‘structure’);
?>
</div>
</div>
</div>
<?php endif; ?>
</div>
<?php if(isset($qode_options_proya[‘overlapping_content’]) && $qode_options_proya[‘overlapping_content’] == ‘yes’) {?>
</div></div>
<?php } ?>
</div>
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Edit content with CSS for Job Manager pluginThis issue still needs to be resolved. Can anyone help please?
Forum: Fixing WordPress
In reply to: Edit content with CSS for Job Manager pluginNo one is helping there. Anyone here able to help?
Forum: Fixing WordPress
In reply to: Header menu and logo align properly?I would like the header similar to this site http://legaldocumentsd.com/
Forum: Fixing WordPress
In reply to: Header menu and logo align properly?Premium theme called “Bridge” from envato market
Forum: Fixing WordPress
In reply to: Header menu and logo align properly?I would like the feature/slider image to be behind the logo and menu. Can you assist?
Forum: Fixing WordPress
In reply to: Center all pages except the "Home" page?Awesome! That worked! Thank you very much!
Forum: Fixing WordPress
In reply to: Bottom Nav/Menu bar won't display sub pagesThis worked! Thanks so much!
Forum: Fixing WordPress
In reply to: Bottom Nav/Menu bar won't display sub pagesThis is actually the theme used: http://www.fabthemes.com/adament/. I changed the nav bar to be at the bottom. The coming soon page is no longer up so you can see the actual site
Forum: Fixing WordPress
In reply to: Bottom Nav/Menu bar won't display sub pagesWebsite here. It’s using the Adament theme
Forum: Fixing WordPress
In reply to: how can I make bottom navigation full width?Will do. Thanks
Forum: Fixing WordPress
In reply to: how can I make bottom navigation full width?fixed the full width too. only thing that is having trouble is the toggle menu in mobile