mechanical_parag
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Expound] removing sidebar from hompagewell dear all it is solved, i altered the index.php removed the second last line in that php page
<?php get_sidebar(); ?>
and it was done. anyway thanks.
Forum: Fixing WordPress
In reply to: Top-level navigation item should not link to pagethanks Mr Lettergrade, many thanks to you it solved my problem so easily that i could not believe. many thanks to you Lettergrade once again.
thanks a lot for the inforamtion. Well I am thinking all the dimensions of child theme and may be following child only. thanks a lot.
yes ESMI, I have applied all the logic that is used for child theme, but did not created a child theme, insted modified it as a new one & uploaded.
Regards,
ParagForum: Themes and Templates
In reply to: [Expound] Trying to get a slider on my homepageDear Download metaslider from worpress, free free free ( just install this slider plugin, browse install, activate) then create a slider as per your requirement. Now you get a shortcode at the right bottom of the metaslider page, copy this shortcode, this is actually a PHP script that you have to add in your website.
You should add it to header.PHP, just add it after the navigation script and this slider will appear. or you may choose any other location for that according to your choice.
Now if you want this slider to appear in only hompage then make some changes in the script as below
<?php
if (is_front_page() || is_home()) {
echo do_shortcode(“[metaslider id=123]”);//replace 123 with slider ID
}
?>hope this will help you get your job done
Regards,
Parag