Forum Replies Created
-
AuthorPosts
-
was using chrome earlier tried it with Firefox still having same issue. :(
Nick your code helped a lot. :)
Thx for the great support.
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??
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
okay mail sent
Thanks
Is there a way to do it exclusively for the mobile version.
Thanks
Update:
Not working if there are portfolios with different categories in random order.
any help will be appreciated.
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)
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??
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.
okay fixed the syntax error but CATEGORIES & ARCHIVE still showing on sidebar which are unwanted.
if(!is_search(){
is showing me syntax error
-
AuthorPosts