sacredpractice
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PageNavi] [Plugin: WP-PageNavi] Wp page navi on custom post type pagethanks @dying2live
i tried what you suggest but still only get “Page 1 of 1”!
i am using a post template created from the single.php (template called single-events.php)… maybe this the issue? I am not using a page template instead a post template for my custom post type items?
here is a link to my code and problem with pagenavi:
any help is appreciated. thnx in advance.
Forum: Plugins
In reply to: [WP-PageNavi] [Plugin: WP-PageNavi] Wp page navi on custom post type pagewish i could help @dying2live… my issues with pagenavi are tht it is not even showing he full amount of items in my custom post type. keeps saying page 1 of 1 but there are at least 20 items on my custom post type.
any help scribu would be great. i’m going to post a more in depth description here in the forums… thnx
hi acefav and cascd88,
i did this in my theme however it didn’t work… perhaps because I’m using custom post types?there is no other place i need to put the code so it appears in a custom post type?
any help would be greatly appreciated! thnx
Forum: Themes and Templates
In reply to: Problems with pagination and custom post typesI am having the same issue with Custom Post Types and PageNavi. Except my pagenavi is not counting the number of posts in my Post Type. It continually says Page 1 of 1 when i have 20 posts.
I’ve placed the code after the loop in the single.php template (named getting-started-T1.php) and before the endif… also tried after the endif… neither one worked.
Anyone have this problem?
Need major help! Thanks in advance.Forum: Plugins
In reply to: [WP-PageNavi] [Plugin: WP-PageNavi] Not aware of what page it's onthanks scribu… my wp site might be more complicated. i’m looking at Simple Custom Post Type Archives plugin and these instructions:
https://wordpress.stackexchange.com/search?q=custom+post+type+pagination
due to the fact, I’m using custom permalinks. hopefully this works.
Forum: Plugins
In reply to: [WP-PageNavi] [Plugin: WP-PageNavi] Not aware of what page it's oni added wp_reset_query and still not working…help!
Forum: Plugins
In reply to: [WP-PageNavi] [Plugin: WP-PageNavi] Not aware of what page it's onhow did you do the wp_reset_query? where in the page? i have the same issue.
Forum: Fixing WordPress
In reply to: How to link option to print from websitethis is great, could someone explain how to add a “PRINT” link on the page so it pops up a print preview page?
thnx in advance.
Forum: Plugins
In reply to: [Plugin: vSlider 1.2] No Rotation Problemsame issue except no rotation at all to other images. not even to the background color of second image. what up?!
Forum: Themes and Templates
In reply to: GRUNGE-WALL THEME ERRORS!!I also just recently installed the Grunge Wall theme, and I added a div in the header.php and style.css for a google ad, I haven’t changed/touched anything else AND I lost all my blog posts and sidebar.
Funny thing is I did exactly the same to duplicate site (same theme-Grunge Wall) and it is working perfectly!
https://www.ufcundisputed.org/
Help!
Forum: Plugins
In reply to: [Plugin: The Events Calendar] clicking on calendar does not show me eventsthanks alot justin and marc! this fixed my problem as well.look forward to the next release.
Forum: Themes and Templates
In reply to: cordobo green park text highlight colora billion thanks! it worked perfectly!!!!
Forum: Plugins
In reply to: [Plugin: The Events Calendar] template issuepankus, these are the steps that made the theme integrate with the events calendar for my issues… try:
1. copying the files: gridview.php, list.php and single.php from the plugin folder/views
2. put the copied files into a new folder in your theme folder and call it “events”
3. copy all the code in the file events.css from the-events-calendar folder (in your plugin folder).
4. paste all the css code into your theme style.css file.
This should do it… it did it for me… of course with adjusting the files to get everything right. if your sidebar is not showing you will need to manually place the code:
<?php get_sidebar(); ?>
into your copied files (events/gridview.php, list.php and single.php)
i am still trying to get the sidebar to move up as it has for some reason pushed underneath my content div… i’m close to figuring out so i’ll post once i do.
good luck!
Forum: Plugins
In reply to: [Plugin: The Events Calendar] template issuesidebar is working. i added an include in the gridview.php, list.php and single.php (in my events folder within the theme).
add:
<?php
include (TEMPLATEPATH.’/sidebar.php’);
?>now i’m trying to figure out why the sidebar appears lower and not where it is designed to be on the template…. not sure where some of the classes for the events calendar postings are coming from… they don’t appear in the events.css.
Forum: Plugins
In reply to: [Plugin: The Events Calendar] template issuethanks jakob for your help. the </div> is at the bottom under the footer.php as it was the only way to keep the container width according the design of the site.
good news though, i was able to fix the original issue by adding the event.css to my custom theme style.css and include the top-header div in the gridview.php and single.php! what a relief!!!
now my only issue is the sidebar is not showing up.
i’ll keep working on it and get back if I figure that part out… or if i need help.
thanks again.