nazsect
Forum Replies Created
-
Forum: Plugins
In reply to: [Posts in Page] How to show post excerpt on Top, Middle or Bottom of pageDidn’t realize anyone had responded to this.
My site is: naz-sect.com
The issue is right on the home page, I may have this resolved before you respond.
HTML and CSS may help, but my Theme doesn’t default any of my other text to the middle vertical alignment, it only happens with “Posts in Page” content.
Okay, so in my template page, I deleted the
<div class="post hentry ivycat-post">
text and my content moved up a little bit, but still not quite at the top where I would like.
Any guidance on how to move it up more would be awesome! Great Plugin though.
Forum: Plugins
In reply to: [Posts in Page] Page Displaying Post it shouldn't beI removed the news page until I figure out what I did wrong.
What’s the best way to display 1 FULL post (with all content) on a page from 1 specific category?
When I tried [ic_add_posts category=’naz-sect-news’] it just showed multiple post summaries NOT the full post.
I have created a custom template php file with the code below.
<!-- NOTE: If you need to make changes to this file, copy it to your current theme's main directory so your changes won't be overwritten when the plugin is upgraded. --> <!-- This is the output of the post TITLE --> </br> <h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <!-- This is the output of the EXCERPT --> <?php the_content(); ?> <!-- // End of Post Wrap -->
Yet my issue remained. Any ideas??
Forum: Plugins
In reply to: [Posts in Page] How to show post excerpt on Top, Middle or Bottom of pageI figured out if I remove the “div class” that I can get the text to move up some…
Temporary fix for now if someone else is looking for a solution, try that.
Forum: Plugins
In reply to: [WordPress Related Posts] Change the font sizeThanks Petra! I did figure it out on my own.
Cool plugin btw
Forum: Plugins
In reply to: [WordPress Related Posts] Change the font sizeI have the same issue, would like to change title (above the thumbnails)
Forum: Plugins
In reply to: [Posts in Page] How to remove "Posted in… | Comments OffI figured out the problem, I’m using the X Theme. In the X Theme the php file has to be put in the child theme, NOT the parent theme.
Thanks for the great Plugin!
Forum: Plugins
In reply to: [Posts in Page] How to remove "Posted in… | Comments OffI think I’m missing something here.
I successfully completed Step-1, but I don’t understand how to implement Step-2 on my page?
The current short code on my page is:
[ic_add_posts showposts='1'][ic_add_posts post_type='naz-sect-news']
What exactly do I need to put to remove the category section?
My Site: https://www.naz-sect.com
Forum: Plugins
In reply to: [Plugin: Contact form 7] Removing green border from success messagediv.wpcf7-mail-sent-ok { border: 0px solid #398f14; }
Forum: Plugins
In reply to: [Simple Side Tab] Tab not showing properly on right sideOh yeah I’ve already moved on since I first posted this 2 months ago, I’m not using anymore.
Thanks.