Forum Replies Created

Viewing 12 replies - 16 through 27 (of 27 total)
  • Hell the same issue with me as well.. I am trying to create custom post and page template but its not showing at all in Edit area.. I completely stuck with that as I am developing theme and want to finish it soon… Uff..

    Thread Starter pixelandgrain

    (@pixelandgrain)

    Is there anyone in this world? who can hear me and help me.

    how to do same thing for

    • ? means if I want to use More Field plugin and want to add separate list for each entry separated by comma? like
      <ul>
      <li>Mylistone</li>
      <li>Mylisttwo</li>
      <li>so on...</li>
      </ul>

      but user can enter in More Field input like (Mylistone, Mylisttwo etc)

      si it will appear like bellow

    • Mylistone
    • Mylisttwo
    • so on…
    Forum: Plugins
    In reply to: [Plugin: More Field]
    Thread Starter pixelandgrain

    (@pixelandgrain)

    Its almost one week and still not getting any single reply even. Now where to go??

    Thread Starter pixelandgrain

    (@pixelandgrain)

    Hello please anyone can guide me to do this pls

    Thread Starter pixelandgrain

    (@pixelandgrain)

    Can you please do one more help?

    Can you please write few codes which fits with my theme option panel format what I have posted in above post and what I should put in my theme file as well.

    Also I need to use it with either custom field or More Field plugin as I want to allow user to select category for some other custom page template.

    Can you please help me above.

    Thread Starter pixelandgrain

    (@pixelandgrain)

    Hello Chip Bennett,

    Thank you so much for your instant reply. But as I have mentioned above I am not much familiar with php and wordpress development. I understand a bit what you said. One thing I would mentioned here bit specifically that I may be use this in page/post custom field using More Field plugin.

    Or may be if I can do I would be happy to use it in theme option also in some case. But I don’t know how to implement this code with my theme option.. I am embedding my thing code below to give you an idea what I am using for my theme.


    array( "name" => "Homepage featured category",
    "desc" => "Choose a category from which featured posts are drawn",
    "id" => $shortname."_feat_cat",
    "type" => "select",
    "options" => $wp_cats,
    "std" => "Choose a category"),

    Above code I am using for my theme option panel. So can you please help me to find the solution for both admin panel and with More Field plugin as well custom field too.

    Thanks again..

    Thread Starter pixelandgrain

    (@pixelandgrain)

    No one is here to reply??

    Hey guyz .. i was having same issue.. and i was keep trying and trying for constantly 3 hrs to solve this silly issue.. even I talked to my host provider they say we now allow 777 .. i said oops now big trouble.. but i just tried out my logic and it works completely fine…it works for me you ppl should try may be it can work for you too…

    My setup:

    WordPress is on public root
    Custom folder is on public root but that is a subdomain directory media.mydomain.com

    Now as usual I tried first
    Store uploads in this folder: public_html/media
    Full URL path to files: media.mydomain.com

    And here is the problem…. here server or wordpress may be consider outsider is trying to access (I guess. So its required 777 or at least 775 permission. So as my subdomain directory and wordpress at the same place I have just use only directory name. So here below I have entered value into the filed.

    Store uploads in this folder: media
    Full URL path to files: leave blank

    and it works fine without any issue same like wp-content directory..if you have installed wordpress in other directory still you can try with may be ../ or similar without using public_html

    It works for me.. and believe it may works for you too.

    Its working fine in WP 3 as well.. using ver 8 ..I am using that.. I also had same issue like you all and I tried all things what mentioned here.. i even try to manually add path but no result

    but i was reading note below avatar upload field and i see there is written example like “/avatar” and I tired first like “home/myhostfolder/public_html/myrest path” but no result than I tried same as in note like “/avatar” and it works perfect than i check on root/avatar. and working fine now I breakdown the issue again I tired with “/publim_html/my path” no result than I remove public_html from path and tired only “/mypath” and it works absolutely fine.

    I dont know either I was funny or its like that only but now its working with above path..

    Its working fine in WP 3 as well.. using ver 8 ..I am using that.. I also had same issue like you all and I tried all things what mentioned here.. i even try to manually add path but no result

    but i was reading note below avatar upload field and i see there is written example like “/avatar” and I tired first like “home/myhostfolder/public_html/myrest path” but no result than I tried same as in note like “/avatar” and it works perfect than i check on root/avatar. and working fine now I breakdown the issue again I tired with “/publim_html/my path” no result than I remove public_html from path and tired only “/mypath” and it works absolutely fine.

    I dont know either I was funny or its like that only but now its working with above path..

    Its working fine in WP 3 as well.. using ver 8 ..I am using that.. I also had same issue like you all and I tried all things what mentioned here.. i even try to manually add path but no result

    but i was reading note below avatar upload field and i see there is written example like “/avatar” and I tired first like “home/myhostfolder/public_html/myrest path” but no result than I tried same as in note like “/avatar” and it works perfect than i check on root/avatar. and working fine now I breakdown the issue again I tired with “/publim_html/my path” no result than I remove public_html from path and tired only “/mypath” and it works absolutely fine.

    I dont know either I was funny or its like that only but now its working with above path..

Viewing 12 replies - 16 through 27 (of 27 total)