Mr-Cute
Forum Replies Created
-
Forum: Plugins
In reply to: [Fullscreen Galleria] Not Displaying all Picturesi found the problem
am using to code
<?php if( get_post_meta($post->ID, 'ecpt_gallery', true) ) { ?> <div id="galleryshow"><img src="<?php bloginfo('template_directory'); ?>/images/gallery_large_left.png" width="4" height="35" align="top"> <div><?php echo do_shortcode('[fsg_link class="showgallery"]'.get_post_meta($post->ID, 'ecpt_gallery', true).'[/fsg_link]');?></div> <img src="<?php bloginfo('template_directory'); ?>/images/gallery_large_right.png" width="6" height="31" align="top"></div> <?php } ?>then
<?php the_content(); ?>so if i uploaded 10 pictures and i insert 2 pictures into Posts ,
2 Pictures will display ONLY in full screen galleriawhen i remove this 2 pictures ( from Post content ) , i can see all pictures displayed in full screen gallery
Forum: Themes and Templates
In reply to: 2 div style for Each Postoups i guess you understand me wrong
the final output would be
[code moderated - please use the pastebin]
sorry for bothering
Forum: Themes and Templates
In reply to: 2 div style for Each Posti really don’t know how any tutorial ?
or anyone can update this code to display
first li
<li><div class="writers"><span class="article_title">
and second li
<li><div class="writers1"><span class="article_title">Forum: Fixing WordPress
In reply to: can you help me to make drop down menu Manual :(up
Forum: Fixing WordPress
In reply to: how to display 1 post from Random 6 Category ?hello
i create custom post called Portfolio
in this portfolio there are taxonomy called Projects
contain :
– Business Card
– Webdesign
– Brochures
– Illustration
– Html
– Photos
– Photo Retoutch
– Video Editing
– Bla Bla
– Bla Bla Blain each category there are lot of pictures
i want a code to put it in Home Page allow me to get
1 Latest Post from 6 Random CategoryExample :
Category 1
Photo1
Photo2
Photo3Category 2
Photo1
Photo2
Photo3Category 3
Photo1
Photo2
Photo3
Photo4Category 4
Photo1
Photo2
Photo3Category 5
Photo1
Photo2
Photo3Category 6
Photo1
Photo2
Photo3Category 7
Photo1
Photo2
Photo3———————
[photo3.jpg] [photo4.jpg] [photo3.jpg]
Category1 Category3 Category5[photo3.jpg] [photo3.jpg] [photo3.jpg]
Category6 Category2 Category7Forum: Themes and Templates
In reply to: Small help with Border Corner in IE ?Still not working : (
am really so sorry
i send you a msg to your facebook contain admin password
if you have time please take a look to my themeForum: Themes and Templates
In reply to: Small help with Border Corner in IE ?i don’t know whats is the probleme
still no cornerhttp://hallawoodstars.com/Aindex.php/
My Browser IE 8
can i email you with admin access to take a look ?
maybe there are any conflict with another js or something ?Forum: Themes and Templates
In reply to: Small help with Border Corner in IE ?i guess its working ! but can you help me to make it working excatly like firefox ?
http://www.hallawoodstars.com/Aindex.php
i want it like this one :
screenshot : http://img694.imageshack.us/i/attachm.jpg/i put in my header :
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/jquery.corner.js”></script>
<script type=”text/javascript”>
$(‘#content’).corner();
</script>there are anything missing?
Final question, how can i call the style of image in gallery ?
<script type=”text/javascript”>
$(‘#img’).corner();
</script> ?I am really sorry for bothering
I appreciate this help from youForum: Themes and Templates
In reply to: Small help with Border Corner in IE ?Thank Emil
but excuse me am basic in Html css and…
so can you please tell me how can i embeb this jquery into my theme ?1- i donwloaded the jquery.corner.js
2- i will upload it to the theme folder
3- call the js from header.phpand now what ?
THANKS !!
Forum: Plugins
In reply to: When Member Buy Item , Item DisappearUP i really need this plugin ,,,, i pay for it
Forum: Fixing WordPress
In reply to: Get Post With Thumbnail helpUP ! i need this !
Forum: Fixing WordPress
In reply to: can’t acess wp-adminnb : i re-upload the original file , but still same problem
Forum: Plugins
In reply to: Wp-pagenavi and Next page , not working !! HELP URGENTFFFFFFFFFFFFFFKKKKKKKK UP
Forum: Fixing WordPress
In reply to: Problem with pages next and backup urgent plz
Forum: Fixing WordPress
In reply to: Problem with pages next and back# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress AuthUserFile "/home/khabar/.htpasswds/public_html/passwd" # Prevents directory listing Options -Indexes