Kristad
Forum Replies Created
-
Thanks
I am trying to attached my cctm.json file.
Much appreciated.
K.Forum: Plugins
In reply to: Custom Content Type manager – only 3 types showing in menuAny answers? Does anyone know why only three Custom Contents show in sidebar, not all five? Help???
K.Forum: Fixing WordPress
In reply to: Striking Theme – slider not working right in IEOK Thanks. ??
Forum: Fixing WordPress
In reply to: conditional statement for home pageThanks Julien7
I tried both… First option – there was no featured section at all on any page.
The second option, left an black empty feature section.
Here is a link to the start of the site…
https://sierramarketing.ca/apples/I noticed there is a featured-posts.php
<?php global $papyrus_option; ?>
<!– Featured slider starts here –>
<?php query_posts(‘ignore_sticky_posts=1&post_type=post&meta_key=_slider&meta_value=yes&showposts=’.$papyrus_option[‘main’][‘number_posts’]); ?>
<?php if (have_posts()) : ?>
<div id=”featured_slider”>
<div id=”slides”>
<?php while (have_posts()) : the_post(); ?>
<div class=”item”>
<div class=”pic”>
<?php if ( has_post_thumbnail()) : ?>
” title=”<?php the_title_attribute(); ?>”><?php the_post_thumbnail(‘papyrus’); ?>
<?php endif; ?>
</div><div class=”featuredesc”>
<h2>” title=”<?php the_title_attribute(); ?>”><?php echo papyrus_get_limited_string(get_the_title(), 40, ‘…’) ?></h2>
<p><?php echo papyrus_get_limited_string(get_the_excerpt(), 150, ‘…’) ?></p>
<p>” class=”btn_more”><span><?php _e(‘Read More’,’papyrus_wdl’); ?></span></p>
</div></div>
<?php endwhile; ?>
</div>
<div id=”nav”><div></div></div></div>
<?php endif; wp_reset_query(); ?>
<!– Featured slider ends here –>Not sure if this helps…
Thanks again.
K.Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size of 33554432 bytes…Thank you songdogtech. I will try this…
K.Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size of 33554432 bytes…Anyone have any ideas what memory I ask the hosting company to increase?
Thanks.
K.Forum: Plugins
In reply to: custom content type manager – print out resutlsThank you for the info. I will try it out…
Forum: Plugins
In reply to: Custom Content Type Manager – print out detailed pageThanks for the reply fireproofsocks
Can you point me in the right direction for this? What type of PHP script would I search for? I am fairly new at this.
Thanks.
K.Forum: Plugins
In reply to: Need help with SEOOK Thanks I will try that. But I would like to know what I have done wrong to make it not show up very high in the searches… Any enlightenment would be greatly appreciated.
Forum: Plugins
In reply to: JS Banner Rotate and Thesis OpenHookThank you Eric. That seems to have done the trick ??
Forum: Plugins
In reply to: aweber form widget not showing on blog pageI got it to work by using a different plug in that TS custom widget.
Forum: Plugins
In reply to: [IMG Mouseover] [Plugin: IMG Mouseover] IE 8 not supported?Hey Merkur
Did you find a solution to this? I can’t get it to work in IE 8 – 9…
How did you get it to work?
Thanks
K.Forum: Fixing WordPress
In reply to: table formatting – paragraph marks dissapearHi – when I hit the return button, it puts the paragraph mark but later if I go and make an edit to the change, that paragraph mark dissapears. I have tried it in the view editor and in the html editor. Very strange. Any other thoughts?
Forum: Fixing WordPress
In reply to: table formatting – paragraph marks dissapearI will explain a little more details…
I view in the visual editor, and put a return between two sentences.When I go back to the page later, and make another change to any text, the previous paragraph marks dissapear.
I have gone into the html view and inserted <p> tags. Once I do that, if I go back to the page and edit the text, and update, all the <p> dissapear.
I don’t know why the paragraph <p> tags dissapear after I make an edit to the text on the page…
Hopefully this gives more detail to my problem.
Thank you again.Forum: Plugins
In reply to: [Facebook Comments for WordPress] Shortcode for Facebook CommentsI am wondering this as well… Is there a short code for comment box?