Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Image not found #128058

    was using chrome earlier tried it with Firefox still having same issue. :(

    in reply to: Social Icon at Socket #127252

    Nick your code helped a lot. :)

    Thx for the great support.

    in reply to: Image not found #128056

    I was able to fix my import problem by using this thread

    http://wordpress.org/support/topic/failure-to-import-and-invalid-post-type-errors”

    I am still unable to upload images properly.

    The image problem was there on my test site(“lavista.co.in”) also.

    Though I am able to upload images after disabling my theme. It could get my work done in an irritating method.

    Any fix to my problem or hint as to where my problem could be??

    in reply to: Image not found #128055

    Testing the problem on another domain lavista.co.in with the theme.

    I will delete the site from this domain after debugging, I only purchased for single usage.

    I hope this will not breach our contract.

    Regards

    edit:”didnt see your post” as the page page was open from before.

    I will recheck and let you know if my problem is solved also did you check the import option

    in reply to: Image not found #128053

    okay mail sent

    Thanks

    in reply to: Social Icon at Socket #127250

    Is there a way to do it exclusively for the mobile version.

    Thanks

    in reply to: Social Icon at Socket #127248

    Here you can see it on http://rdhl.in/contact/

    Regards,

    Ayush

    in reply to: Portfolio categories filter #126865

    Update:

    Not working if there are portfolios with different categories in random order.

    any help will be appreciated.

    in reply to: Portfolio categories filter #126864

    UPDATE:

    Got mine to work using #post-55837 by DUDE.

    in functions-enfold.php

    if(previous_post_link_plus( array('in_same_cat' => true)))	//**AYUSH**
    {
    $entries['prev'] = get_previous_post($same_category);
    }
    if(next_post_link_plus( array('in_same_cat' => true))) //**AYUSH**
    {
    $entries['next'] = get_next_post($same_category);
    }
    $output = "";

    and using plugin

    Ambrosite Next/Previous Post Link Plus

    Hope it may help some other fellow like me.

    I’ll prob add another filter to fall back on the original wordpress function as used by kriesi so that the error doesnt show up on site if wordpress decides to change the structure.(The categories filter will prob fail then…lol)

    in reply to: Portfolio categories filter #126863

    I thought there might have been some fix since Kriesi asnwered that 1 year back!!.

    So will that be the final update on portfolio taxonomies??

    in reply to: Search Page Result #126336

    UPDATE:

    solved my problem by commenting two lines in sidebar.php

    //default dummy sidebar

    if ($default_sidebar)

    {

    avia_dummy_widget(2);

    // avia_dummy_widget(3);

    //avia_dummy_widget(4);

    }

    hope it wont cause any problem elsewhere :)

    btw thanks dude for pointing me in the right direction.

    in reply to: Search Page Result #126335

    okay fixed the syntax error but CATEGORIES & ARCHIVE still showing on sidebar which are unwanted.

    in reply to: Search Page Result #126334

    if(!is_search(){

    is showing me syntax error

Viewing 13 posts - 1 through 13 (of 13 total)