prim3r
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Problem with Free Fu ( comments.php )did both… same error,It didnt work.. ??
Gonna keep trying…
Forum: Themes and Templates
In reply to: Theme: Musil 0.99.0Nice one, good job ??
Forum: Themes and Templates
In reply to: Problem with Free Fu ( comments.php )Hi.
Didnt work ?? same error. Im gonna copy the cooments part on styles to see if the problem is somewhere else..
#comments .comment
{
clear: left;
}
#comments .commentname
{
border-bottom: 2px solid #000;
width: 100%;
display: block;
background: url(“images/name.png”) center no-repeat;
text-indent: 13px;
color: #000000;
}
#comments .commentname a
{
color: #b9eeff;
border: 0;
line-height: 21px;
}
#comments .commenttext
{
float: left;
margin-left: 10px;
}#comments .gravatar
{
float: left;
margin-top: 10px;
}thaks again for your time. ??
Forum: Themes and Templates
In reply to: New Theme: Blindigowow.. very nice one!
One of the best in my opinion, thanks a lot.. change time ??Forum: Your WordPress
In reply to: Prim3r PHUSiONafter so much time of trying several of them… i found the new MX4 theme that provided a modified “Simple PHP Gallery” files, ready to use ?? Just need to change the links on header to your own. very easy ??
Forum: Your WordPress
In reply to: Prim3r PHUSiONive Moved to https://prim3r.intense-host.net/
Gotta say that this is an Exelent free host ??
Forum: Plugins
In reply to: Create Lazy Gallery Page and include lazy-index.phpim kind of n0ob on this things..but what o did was:
1-Created a folder name gallery for the lazy gallery files.
2-created a page name 01-gallery.
3-created a folder with the same name of that page.
4-Created a index.php ( on the folder 01-gallery) with :<?php
header(“Location: https://www.prim3r.nextdesigns.net/iBlog/lazy-index.php”)
?>no plugins…
i think i undestand what you say Bhooshan, im having that problem to…cause of the rollover buttons right?
the button “gallery” doesnt remain active on header :
Forum: Plugins
In reply to: Suggest a Photo Plugin for muh websitefound something….
Forum: Plugins
In reply to: Suggest a Photo Plugin for muh websitei havent integrared…i tryed with the documentation on Plogger website but im getting a lot of errors. ??
it sounds “easy” … but not for me ??
https://plogger.org/docs/config/#integration
Im wating for a php pro to do it ??
I just made a plogger instalation and made a custom page to redirect to the gallery.
Forum: Plugins
In reply to: Suggest a Photo Plugin for muh websiteyeah! i’ve been testing Plogger and im really enjoying it.
dont think there’s a plug in or a “how to integrate” for wordpress…
Forum: Plugins
In reply to: Top 10 minor errorim geting the same error…
Warning: Invalid argument supplied for foreach() in /home/prim3r/public_html/iBlog/wp-content/plugins/top10.php on line 70
??
do you still have the same problem or do you fixed it?
Forum: Plugins
In reply to: Users Pathok thank you, gonna give it a try. ??
Forum: Fixing WordPress
In reply to: Display number of posts in a categoryhi! ??
My code is like this :
<?php wp_list_cats(‘sort_column=name&hide_empty=0’); ?>
how do i change this so it says the number of posts between ( )
like – Personal ( 10 )
Forum: Fixing WordPress
In reply to: question: more tag & Blix themeim having the same problem … ??
it seems blix dont work with the <!–more–> command….
(at least i cant do it )
anyone????
Forum: Requests and Feedback
In reply to: REQ: Post read X times counterok . . . its no use!
I activated the plug in i put the code :
<?php if($id > 0) { add_count($id);} ?>
after the : <?php while (have_posts()) : the_post(); ?>
and to appear :
<?php comments_popup_link(‘Leave a Comment ‘, ‘1 Comment ‘, ‘% Comments ‘); ?><br><?php show_post_count($post->ID, $before=”(Visited “, $after=” times)”); ?>
the result is…nothing! nothing appear on website ??