Madalin_JFT
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Graphene] How to change appearance of tablesHi,
just style the table tr with css. like,
table tr:nth-child(odd) { background: #eee; }and, below code will give ALL images rounded edges.
img { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }you can make tables with rounded edges by tweaking above code a little bit!
Thanks!
Forum: Themes and Templates
In reply to: [Responsive] Pages errorHi there, even though am not sure about it, try saving the Permalinks again (Dashboard -> Settings -> Permalinks)
if that didn’t work, try deactivating your plugins one by one, might be a plugin conflict.
let me know whether it worked or not.
Thanks!
Forum: Hacks
In reply to: How to display an ad after a number of post in homepage?wow! that simple? i wasted couple of days searching the web for that piece of code, i should have asked here first, my bad!
thank you alchymyth for your quick responses.
Forum: Hacks
In reply to: How to display an ad after a number of post in homepage?@alchymyth, here is the code that i currently use (basic outline):
<?php $counter =0; ?> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); $count++; ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php the_title(); ?> <?php the_excerpt(); ?> </div> <?php $postnum++; if($postnum%10 == 0) { ?> <div>AD CODE HERE</div> <?php } ?> <?php endwhile; ?> <?php wp_pagination(); ?> <?php else : ?> <?php get_template_part( 'no-results', 'index' ); ?> <?php endif; ?>thanks!
@agaldesign and @jhoffmcd, you guys can change that circles to numbers by changing some of it’s styles
[Dashboard -> Plugin Editor -> select Soliloquy Lite -> select soliloquy-lite/css/soliloquy.css file]for example, below code will show a white colored numbers on the default transparent-black background.
.soliloquy-container .soliloquy-control-nav{ bottom: 10px; line-height:0; list-style:none; margin-left:5px; position:absolute; z-index:30 } .soliloquy-container .soliloquy-control-nav li{ display:inline-block; margin:0 0 0 5px; zoom:1 } .soliloquy-container .soliloquy-control-nav li a{ cursor:pointer; display:block; float:left; height:14px; position:relative; width:14px; z-index:50; color: #fff; } .soliloquy-container .soliloquy-control-nav li a:hover,.soliloquy-container .soliloquy-control-nav li a.active,.soliloquy-container .soliloquy-control-nav li a.soliloquy-active{ }hope that helps!
Forum: Themes and Templates
In reply to: [Simple Mag] Customisation viewclosing this one as ‘Resolved’ as there is no response from OP.
Forum: Themes and Templates
In reply to: [Simple Mag] Page HeadersClosing this one as Resolved as there is no response from OP.
Forum: Themes and Templates
In reply to: [Simple Mag] Customisation viewHi rebeccacampbell,
don’t know why it happened, working fine for me, is it still showing blank?
Saeed
Forum: Themes and Templates
In reply to: [Simple Mag] Page HeadersHi rebeccacampbell, sorry for the delay. actually,WordPress didn’t send me any notification about your queries,don’t know why…
anyway, did you fixed it?
If not, and if you are using Yoast’s WordPress SEO plugin (http://wordpress.org/plugins/wordpress-seo/), you can tick the checkbox that says ‘force rewrite titles‘ in the Titles & Metas page.
then you can assign desired title formats in the ‘Home‘ and ‘Post Types‘ tabs.
Let me know whether it worked or not.
again, sorry for the delay.
Saeed
Forum: Plugins
In reply to: [ShareThis: Free Sharing Buttons and Tools] 7.0.1 wp-admin errorme too got that error, was wondering about it. thank you BaronTarquin, it’s all okay now.
my bad! i read it wrong!!
Can’t find a way to delete this entry, so removed the contents.
sorry…
i couldn’t make it work with YARP plugin, so i used another plugin for related posts. it’s works fine now (http://wpbox.in/best-wordpress-theme-frameworks/)
thanks for all your help.
Saeedthanks for your reply, but it didn’t worked,no changes.
am using YARP plugin for showing related posts. it have a <php related_posts(); ?> function to place it wherever we want, i would like to know whether your plugin have a short code like that.
btw,i hided the tabs,related posts in your plugin with css styles.
i hope that didn’t make any problems.hope you will have a solution for me,
thanks
-Saeedi think you didn’t got my question my correctly, what i mean is, in single post page, author box is placed above related posts, i would like to move it down(i.e, the post > then related posts > then author box).
Sample post – http://wpbox.in/10-best-free-responsive-wordpress-themes/hope you got it.
Thanks
-Saeed