• First of all thank u so much for your precious time and now i come to my question
    friends i am quite new in this web site stuff so i am not familiar with most of the things

    q 1 = i am trying to add the youtube subscription widget on my website but every time when i try to do it it gives me a error
    some thing like 404 error or a mini box appears in which the entire website is showing up instead of the subscription widget

    this is the widget code which i found
    <iframe id=”fr” src=”http://www.youtube.com/subscribe_widget?p=[add YouTube Username here]” style=”overflow: hidden; height: 105px; width: 300px; border: 0;” scrolling=”no” frameBorder=”0?></iframe>

    and when i put my channel name in it like this and update it on my website it dont shows up properly as it has to be

    <iframe id=”fr” src=”http://www.youtube.com/subscribe_widget?p=top10hm” style=”overflow: hidden; height: 105px; width: 300px; border: 0;” scrolling=”no” frameBorder=”0?></iframe>

    q 2 = wp-pagenavi plugin
    i downloaded it and activated it on my wordpress but even then it is showing older posts section.i want it to show the number of pages like 1 2 3 4 5 some thing like this.can any one help me how to solve this problem..its better if a person should take a look at my website to understand the problem better
    http://www.top10hm.com

    q 3 = i am a great fan of the http://www.thechive.com site and i want to make a the drop down list of categories in the top navigation bar but dont know how to do that..can you guide me plz
    and one more thing…in this website only one picture shows at the main post rest of them appear when u open the post…
    but in my case when i try to put pictures in my post they appear in thumbnails ..all of them showing up in a single post

    plz guide me friends hope i am not wasting time ..i am just asking this bcz i dont know how to do it properly
    any one plz help me and guide me what to do so that it appears properly
    thanks in advance

Viewing 1 replies (of 1 total)
  • <iframe id=”fr” src=”http://www.youtube.com/subscribe_widget?p=top10hm” style=”overflow: hidden; height: 105px; width: 300px; border: 0;” scrolling=”no” frameBorder=”0?></iframe>

    You have a ‘?’ after frameBorder=”0 which is incorrect. The URL works perfectly fine however and the IFrame code looks okay apart from that.

    For your pagenavi plugin, did you follow the installation?

    Usage
    Open wp-content/themes/your-theme-name/footer.php
    Add anywhere: <?php wp_pagenavi(); ?>
    Go to WP-Admin -> Settings -> PageNavi to configure WP-PageNavi.

    For the drop down list, the easiest way to do this would be to open up your header.php and find your navigation code (wp_list_pages) and before the closing assuming your theme actually does this, put in a new list item which has the navigation title, then put a nested ul which you can use wp_list_categorieshttp://www.1stwebdesigner.com/css/38-jquery-and-css-drop-down-multi-level-menu-solutions/

Viewing 1 replies (of 1 total)
  • The topic ‘i need some help regarding plugin’ is closed to new replies.