Forum Replies Created

Viewing 11 replies - 16 through 26 (of 26 total)
  • Thread Starter saqwild

    (@saqwild)

    Hi,
    Do you have any plan for a print option?
    Since you are hooking the output after the content, other print plugins like wp-print wont work?

    Regards

    hi,
    everyone else has already spoken about main features in details.

    my short and quick thought is
    1. simplify the use of custom field
    2. by default custom field grouping/duplicating/recalling
    3. read more/view all link for category and tag (display first xx followed by the link same as “Read More”
    4. default search option for search by post/post_type/tag/category etc

    thanks

    hi, can someone help to so that i am able to find a match within a particular css tag.
    i.e search for book where book is inside css class <div id="mybook">books</div>

    Thread Starter saqwild

    (@saqwild)

    Thread Starter saqwild

    (@saqwild)

    well in my case i had a index.php instead of index.htm(L) in my wp-content folder which was creating the problem, once i changed the error is gone reference 2nd comments, alongwith this i asked my host to reset my admin panel
    you may also have a look into your .htaccess file so that it is not blocking any request to wp-content folder

    this is an earlier reply from my host

    Dear Customer,
    Thanks for contacting us.

    You are getting this error because the way you have your wordpress redirects set up any php pages in the wp-content folder will be re-directed to a 404 page. To fix this I would recommend removing any recent changes to your .htaccess files in both public_html/telebliss and public_html/telebliss/wpsite

    Thanks,
    JM

    no need to mention but you can check for cross browser conflict (.htaccess vs the site link set in your admin panel)

    wp_head() i believe you must have checked.

    one more possibility is to change your site encoding to utf-8 (if it is not already done)

    somewhere i red that changing the premalink format did the work

    removing all cache may also be checked.

    finally i validated my site and removed any scripting error

    hope any of above point will help you

    Thread Starter saqwild

    (@saqwild)

    ok, i have got it working, its setup and firing now, thanks for your prompt support.

    Thread Starter saqwild

    (@saqwild)

    Ok, I checked with my host and this is how they reply,
    You are getting this error because the way you have your wordpress redirects set up any php pages in the wp-content folder will be re-directed to a 404 page. To fix this I would recommend removing any recent changes to your .htaccess files in both public_html/telebliss and public_html/telebliss/wpsite

    Thanks,
    JM

    i am sure i have made no changes in my .htaccess and cant find any clue what id redirecting to 404
    clues?

    Thread Starter saqwild

    (@saqwild)

    Ok, i thought about this what you said “faulty theme”, so i installed wordpress on my subdomain with default theme and no other plugin installed except GGDSR. Result is same, (wpsite.telebliss.com).
    i dont know its related or not but here is my .htaccess details for your perusal just incase it has to do anything with it.

    thanks

    # Use PHP5 as default
    AddHandler application/x-httpd-php5 .php
    
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_HOST} !^www\.wpsite.telebliss\.com
    RewriteRule (.*) https://www.wpsite.telebliss.com$1 [R=301,L]
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    PS: anything which i can check in php.ini

    Thread Starter saqwild

    (@saqwild)

    i have checked and re-checked, wp_head call is there as other css and js are doing fine.

    Forum: Fixing WordPress
    In reply to: AJAX not working
    Thread Starter saqwild

    (@saqwild)

    PS: i have checked with my hosting , and they say from their side every thing is ok

    Thread Starter saqwild

    (@saqwild)

    sorry , not collapse but expand all categories by default

Viewing 11 replies - 16 through 26 (of 26 total)