janustudios
Forum Replies Created
-
Yes you can change it from there… Just Go to your
> WP Dashboard
> Settings
> Permalink
> Custom Structureand then from the custom structure field remove the “/” at the end…
Save it and then you’ll get the prob solved! ??
Forum: Fixing WordPress
In reply to: Please Help me out have problem in template.phpNo prob at all waqar bro… u seem to be from the same country my site is… ?? hahaha is that so..?
Try this its the best one from google… ??
Forum: Fixing WordPress
In reply to: Website issues with "www" & possible plugin conflicts.Wow man u get a loads of comments… Great going… Best of Luck!
Forum: Fixing WordPress
In reply to: Customizing Comments Form?The fields are changed from PHP template modification while the looks spacing and other styling is done via css…
Can u give me an idea what type of changes u want so i can be specific helping u… ?? Dont worry i too had tons of problems including the same prob u are having hahaha ?? but i somehow figured it out…
Forum: Fixing WordPress
In reply to: Customizing Comments Form?Add this in your css file to remove “You may use html tags” so it disappears… n may i know what changes you are requiring to change your form like… I am using too a custom form on my web check out here…
https://www.rockpakistani.com/sports/barcelona-sees-real-madrid
Add this to you css file
.form-allowed-tags { display: none; }
Forum: Fixing WordPress
In reply to: jQuery Library not loading?n yes Try that code of jquery in static html if its working… if its broken it wouldnt even work in html…
Forum: Fixing WordPress
In reply to: jQuery Library not loading?Try adding the jquery with this code… Place the js file in root of theme folder… I just copied this code for you from my site running already perfect…
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery.js"></script>
Forum: Fixing WordPress
In reply to: Number of posts on front pageIt looks like you have a ready made theme… right… if its ready made then u must have options in your theme options if available check out for them…
If you haven’t got any stuff on web u can try a clean re-install
Forum: Fixing WordPress
In reply to: wp_nav and drop down menu and css sprite problemI already used that Drop down menu on my site… the best thing you can do is first try to design or configure it on html… then check if its working perfect ok… when you are done with it.. Simply copy the html code in your template and add the jquery in header as per the menu.. then check if its working on static format in wordpress template… if you are not getting static menu correct then you are doing something wrong… if you get menu done working then simply replace the contents with wp-menu funtion…
Forum: Fixing WordPress
In reply to: Please Help me out have problem in template.phpYour PHP limit isnt enought i had the same issue check out your cpanel if you have rights to increase php limit via cpanel or try increasing via .htaccess file or if both doesnt work then you need to contact your host… ask them they will increase it in a go…. Ok
Forum: Fixing WordPress
In reply to: HELP… If else statement not working…!?? Thanks i do look forward to help others and expand my knowledge and experience… just like you… ?? Thanks a tons…
You saved the Day…!!! ??
Forum: Fixing WordPress
In reply to: HELP… If else statement not working…!AND YOU GOTTTTT ITTTTT!!!!!!!!! Esmi so much thankyou…. Thanks a tonsss….. God bless you simply… thats so cool… that u solved this big prob in munites!!! Thanks a tons… I would luv to return a favor via my blogs in future… thanks alot very much
Forum: Fixing WordPress
In reply to: HELP… If else statement not working…!Sorry esmi, ??
Its again breaking themes the error comes at line 32 which is the first line of your code… pasted in dreamweaver to see where error occurs the first line’s <?php and the else :?> are highlighted in red…
<?php if ( function_exists( 'userphoto') && userphoto($posts[0]->post_author != '') : userphoto($posts[0]->post_author); else :?> <img src="<?php bloginfo('template_directory'); ?>/images/blank_avatar_176x132.gif" width="132" height="176" /> <?php endif;?>